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
For example: I'm looking to count the number of requests going to /api/v1/something with a method GET and response code 500.
/api/v1/something
GET
500
I found metrics that have method labels and response labels, but no endpoint or path endpoint.
endpoint
path
Is there a way to configure django-promethues to export a metric with a path label? If there isn't, what's the next best alternative?
Thanks
The text was updated successfully, but these errors were encountered:
How about django_http_responses_total_by_status_view_method_total?
django_http_responses_total_by_status_view_method_total
Sorry, something went wrong.
No branches or pull requests
For example: I'm looking to count the number of requests going to
/api/v1/something
with a methodGET
and response code500
.I found metrics that have method labels and response labels, but no
endpoint
orpath
endpoint.Is there a way to configure django-promethues to export a metric with a path label?
If there isn't, what's the next best alternative?
Thanks
The text was updated successfully, but these errors were encountered: