Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.15 KB

Elastic Stack demo

In this demo we start an APM service, to show how to send the OpenTelemetry spans to an APM Service. Then we start the pytest-otel tests with the environment variables configured to hit the APM service.

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

make demo-start-elastic

When the execution ends you can go to the Kibana service (http://localhost:5601/) in a browser to show the spans, Kibana is secure by default, the user is admin and the password changeme.

Finally you can stop the demo

make demo-stop-elastic