Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 896 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 896 Bytes

Jaeger demo

In this demo we start an OpenTelemetry collector using the Jaeger exporter and a Jaeger service, to show how to send the OpenTelemetry spans to a Jaeger service. Then we start the pytest-otel tests with the environment variables configured to hit the OpenTelementry collector service.

To start the demo you have to execute the following command in the root of the pytest-otel project folder:

make demo-start-jaeger

When the execution ends you can go to the Jaeger service (http://localhost:16686/) in a browser to show the spans

Finally you can stop the demo

make demo-stop-jaeger