mottibec / otel-python

Source code from my talk at XtremePython 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with OpenTelemetry in Python

Source code from my talk at XtremePython 2021 watch now

How to run locally?

  1. Run docker-compose up
  2. Execute a GET request to localhost:5001/todo
  3. Open jaeger at http://localhost:16686 to view the request you just did

About

Source code from my talk at XtremePython 2021


Languages

Language:Python 74.8%Language:Dockerfile 25.2%