Skip to content

laukhin/opentelemetry-pycon

Repository files navigation

Repository for PyCon 2021 opentelemetry presentation

Prerequisites

Quickstart

Jaeger testing

  1. run the docker-compose build && docker-compose up -d command
  2. send several requests to the hello endpoint, i.e. via curl curl -X POST http://127.0.0.1:9990/hello/
  3. go to the jaeger UI on http://localhost:16686/ and discover some traces

Manual span testing

Run the python opentelemetry_pycon/span_cli.py and follow CLI instructions, you will see opentelemetry data after each "request"

K8s example

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 :)

About

Repository for PyCon 2021 opentelemetry presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors