Auto-instrument your whole stack
The high-value telemetry comes from the libraries you already use. Each integration is one line: logfire.instrument_fastapi(app), logfire.instrument_django(), logfire.instrument_sqlalchemy(), logfire.instrument_psycopg(), logfire.instrument_httpx(). Every request opens a trace, and every query and outbound call inside it becomes a timed child span. You add instrumentation at the edges and let the request carry the context.