VSCode extension for JaegerJaeger, 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:
Once a Jaeger tracing system has been started, any applications (services) that are being tested within the IDE can report their tracing infomration to Jaeger through the use of an OpenTracing compliant tracer or using the emerging OpenTelemetry clients with Jaeger exporter. This extension contributes three commands that can be used to manage a Jaeger all-in-one server from within the IDE. These commands are:
This command will start the Jaeger all-in-one server (using in-memory storage).
This command will open a web view to show the Jaeger UI.
This command will terminate the Jaeger all-in-one server. |