trallnag / prometheus-fastapi-instrumentator

Instrument your FastAPI with Prometheus metrics.
ISC License
948 stars 84 forks source link

Having metrics values even with no endpoints activity #272

Open stratiojoaorrpinto opened 1 year ago

stratiojoaorrpinto commented 1 year ago

Hello, I'm trying to integrate the instrumentator with my Fast API project, but I'm facing a weird issue with metrics. For some reason I'm having "ghost values" for endpoints with no requests activity: image What can be causing this behaviour?

Regards

lucasalvarezlacasa commented 9 months ago

Can it be the case that you're using multiple workers?