Can't relable upstream_addr #405
Unanswered
Danbasik230
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add upstream_addr in configuration, want to build new metric. When I try to do it, I don't have an issue, but it doesn't work, any of variants what I have in documentation. What I should to do?
That's variant not working
webapi_http_response_count_total{instance="server",method="GET",service="webapi",status="302"} 9
webapi_http_response_count_total{instance="server",method="GET",service="webapi",status="400"} 1076
..... etc
Also tried to do smth like that, didn't work
webapi_http_upstream_time_seconds_hist_bucket{instance="server",method="GET",service="webapi",status="405", upstream_addr= "",le="0.005"} 1
webapi_http_upstream_time_seconds_hist_bucket{instance="server",method="GET",service="webapi",status="405", upstream_addr= "",le="0.01"} 1
Example of my nginx log
Beta Was this translation helpful? Give feedback.
All reactions