Note: this plugin is an experiment. Meant to learn more about Jaeger and how it works. It was written during a "lab day" and is by no means production-ready.
Download Jaeger "all-in-one" binary: https://www.jaegertracing.io/download/
Setup and start a Spanner emulator: gcloud emulators spanner start
Create a Spanner instance: gcloud spanner instances create test-instance --config=emulator-config --description="Test Instance" --nodes=1
Frontend URL: http://localhost:16686/search
Run: make dev