Skip to content

jaegertracing/jaeger-vscode

Repository files navigation

VSCode extension for Jaeger

Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as open source by Uber Technologies. It is used for monitoring and troubleshooting microservices-based distributed systems, including:

  • Distributed context propagation
  • Distributed transaction monitoring
  • Root cause analysis
  • Service dependency analysis
  • Performance / latency optimization

Once a Jaeger tracing system has been started, any applications (services) that are being tested within the IDE can report their tracing information to Jaeger through the use of an OpenTracing compliant tracer or using the emerging OpenTelemetry clients with Jaeger exporter.

demo

This extension contributes three commands that can be used to manage a Jaeger all-in-one server from within the IDE. These commands are:

  • Observability: Start Jaeger [jaeger.start]

This command will start the Jaeger all-in-one server (using in-memory storage).

  • Observability: Show Jaeger UI [jaeger.ui]

This command will open a web view to show the Jaeger UI.

  • Observability: Stop Jaeger [jaeger.stop]

This command will terminate the Jaeger all-in-one server.