You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the official prometheus client from prometheus.io to read prometheus endpoints. We should make sure the problem isn't in that third-party client library code.
But without the #TYPE line, we don't know what the type of the metric is (counter or gauge) so if the endpoint does NOT provide that, the user must provide the "type: " field in the endpoint YAML within the configmap.
The current code seems to expect that each metric is prefixed with a
# TYPE
line as inP8s allows to skip the
# TYPE
as inWe should support that.
The text was updated successfully, but these errors were encountered: