Repository for PyCon 2021 opentelemetry presentation
- run the
docker-compose build && docker-compose up -dcommand - send several requests to the
helloendpoint, i.e. via curlcurl -X POST http://127.0.0.1:9990/hello/ - go to the jaeger UI on
http://localhost:16686/and discover some traces
Run the python opentelemetry_pycon/span_cli.py and follow CLI instructions, you will see opentelemetry data after each "request"
See k8s/collector-example.yaml for k8s deployment example.
You can just apply it via kubectl apply -f k8s/collector-example.yaml or other tools.
To make it work you also need an application and a jaeger instance, but it's on your own :)