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
Describe the bug Hello,
i'm trying to fill a grafana dashboard and it seems that only these code are exposed in promhttp_metric_handler_requests_total :
I've triggered other code (301/404/etc) in access.log of ngninx but none appear in exporter / prometheus / grafana. Only 200/500/503
Your environment
The text was updated successfully, but these errors were encountered:
Hi @fabiencharrasse
promhttp_metric_handler_requests_total is the number of times the exporter gathered the metrics from nginx and the response code it received.
promhttp_metric_handler_requests_total
I think what you're looking for is nginxplus_server_zone_responses_codes (which requires NGINX Plus).
nginxplus_server_zone_responses_codes
Let me know if that makes sense.
Sorry, something went wrong.
Thank you for the answer. Too bad, I will do without this functionality.
No branches or pull requests
Describe the bug
Hello,
i'm trying to fill a grafana dashboard and it seems that only these code are exposed in promhttp_metric_handler_requests_total :
I've triggered other code (301/404/etc) in access.log of ngninx but none appear in exporter / prometheus / grafana. Only 200/500/503
Your environment
The text was updated successfully, but these errors were encountered: