Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example Otel+Jaeger in Python+Flask

service to internal service via network example

docker-compose up

go run main.go httpA

cd python
OTEL_EXPORTER_JAEGER_ENDPOINT=http://localhost:14268/api/traces python3 simpleFlask.py

curl http://localhost:5000

open jaeger UI: http://localhost:16686

image