pushgateway: Regression: Custom grouping labels are broken
The combination of registering a common push_time_seconds
metric for every metrics group and the strict metrics validation of client_golang break the feature of the providing custom grouping labels as documented (/metrics/job/<JOBNAME>{/<LABEL_NAME>/<LABEL_VALUE>}
). At the moment only JOB
and optionally INSTANCE
labels can be used.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 21 (21 by maintainers)
This will affect more than just
push_time_seconds
, any two groups with the same metric name will have the same issue.1 represents our options, and I’m tending a bit towards removing a).