Replies: 1 comment 3 replies
-
thanks for the feedback, interestingly enough Prometheus itself does not seem to have this issue; we'll indeed rename the metrics so they can co-exist, alternatively it may be better to include the TYPE and HELP names only once in a generalized description, your suggestions are welcome |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are attempting to integrate the metrics information introduced in mod_auth_openidc 2.4.15 into our monitoring setup.
We are using the Prometheus Input Plugin for Telegraf to collect the metrics.
Fetching the metrics appears to work as expected and the metrics are returned. However, there appears to be a parsing issue:
Telegraf log:
It looks like the response from
mod_auth_openidc
does not comply with the specification: https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md#comments-help-text-and-type-information.For example, the following output provides two
HELP
andTYPE
lines for the metricexample_com_authtype
:Other metrics do not appear to have this issue. For example, there is only one
HELP
andTYPE
line forexample_com_provider_metadata_bucket
:Should these two
example_com_authtype
metrics be documented only once or are these separate metrics that should be named differently?Beta Was this translation helpful? Give feedback.
All reactions