Skip to content

Simple FastAPI app with implementation of tracing using Opentelemetry and Jaeger

Notifications You must be signed in to change notification settings

naumnaum/fastapi-opentelemetry-tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple FastAPI project with tracing using Opentelemetry and Jaeger

Simple FastAPI project to demonstrate the tracing using Opentelemetry and Jaeger.
To run simply do:
docker compose -f docker-compose.yml up -d --build\

To access the FastAPI app go to:
http://localhost:8000/docs
And play with endpoints

To access the Jaeger UI go to:
http://localhost:16686/
And you'll be able to see the app traces. \

For info on setup check the docker-compose.yml

About

Simple FastAPI app with implementation of tracing using Opentelemetry and Jaeger

Resources

Stars

Watchers

Forks