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 8 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?

https://github.com/blueswen/fastapi-observability/tree/main/etc

Most dashboards already use variables to select the datasources. This is useful since not all deployed grafana instances always name their datasource uid `prometheus` or `loki`. This PR enables setting...

Hi. Please make it compatible with Python 3.14. Thanks

Execuse me, why the requests count empty? any config error with my config? thanks.

Can this repository be used to monitor FastAPI instances running on different servers, with a centralized Grafana server collecting metrics from all of them? If so, are there any specific...