FastAPI Example App
This is an example FastAPI app to instrument the application as well as for testing purposes.
The best way to get started is to clone this repo and run:
If you already have datadog agent running, you could run: ddtrace-run uvicorn app:app.
Then open your browser to http://127.0.0.1:8000/docs
- Basic request and response traces would look like:

