We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day. I use prometheus_fastapi_instrumentator, version 6.0.0.
I create test application:
from prometheus_fastapi_instrumentator import Instrumentator Instrumentator().instrument(app).expose(app) # My app
and i see all metrics in Prometheus.
But when I use this code in big productive application (with the same structure), I not see some metrics, for example http_requests_total.
In test app:
In productive app:
Prometheus sees both sources:
Can you help me?
The text was updated successfully, but these errors were encountered:
Ok, probability prometheus_fastapi_instrumentator version 6.0.0 incompatible with FastAPI version 0.80.0. It's working with FastAPI 0.101.1.
Sorry, something went wrong.
No branches or pull requests
Good day.
I use prometheus_fastapi_instrumentator, version 6.0.0.
I create test application:
and i see all metrics in Prometheus.
But when I use this code in big productive application (with the same structure), I not see some metrics, for example http_requests_total.
In test app:
In productive app:
Prometheus sees both sources:
Can you help me?
The text was updated successfully, but these errors were encountered: