fastapi-observability icon indicating copy to clipboard operation
fastapi-observability copied to clipboard

Observe FastAPI app with three pillars of observability: Traces (Tempo), Metrics (Prometheus), Logs (Loki) on Grafana through OpenTelemetry and OpenMetrics.

Results 3 fastapi-observability issues
Sort by recently updated
recently updated
newest added

Is it possible to run **fastapi-observability** using **Gunicorn** and multiple uvicorn-workers? Could you share an example code? I try to use this [manual](https://prometheus.github.io/client_python/exporting/http/fastapi-gunicorn/) (+ [this](https://prometheus.github.io/client_python/multiprocess/)), but it doesn’t work for...

Hi, How can I deploy this with my FastAPI cloud run application and connect it to Grafana cloud? Because in cloud run only one container can be active

Is dashboard compatible with Grafana 9.5?