-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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 Prometheus Default metrics, can we host value across all standard metrics #88
Comments
Probably these lines: "host" needs to be added as arg echo-contrib/prometheus/prometheus.go Line 79 in 3020071
and provided here echo-contrib/prometheus/prometheus.go Lines 442 to 447 in 3020071
|
Yeah, the changes would be exactly here. Here is the PR for this from my fork |
Issue #88 Adding Host Label to all metrics
NB: path is added to metrics this way: echo-contrib/prometheus/prometheus.go Lines 194 to 202 in b6855c2
|
Issue Description
For all the standard Metrics, there are 3 labels present, However, the 4th Label host is available on one of the metrics
Ideally we should add Host label as having host helps in differentiating the same API call across multiple service while scraping these metrics
Checklist
Expected behaviour
Actual behaviour
Steps to reproduce
Working code to debug
Version/commit
The text was updated successfully, but these errors were encountered: