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
Describe the results you received:
Summary metric is missing
Describe the results you expected:
Summary metric present
Additional information you deem important (e.g. issue happens only occasionally):
Seems the parse_metric_family skips the summary cause the metric name of a summary is never part
of messages since that holds the two actual metric names (x_count, x_sum)
Just ran into this as well. Is this due to the python client for prometheus? https://github.com/prometheus/client_python#summary says The Python client doesn't store or expose quantile information at this time.
Summary metrics seems to get lost in parse_metric_family
Additional environment details (Operating System, Cloud provider, etc):
Debian 9
Steps to reproduce the issue:
Describe the results you received:
Summary metric is missing
Describe the results you expected:
Summary metric present
Additional information you deem important (e.g. issue happens only occasionally):
Seems the parse_metric_family skips the summary cause the metric name of a summary is never part
of
messages
since that holds the two actual metric names (x_count, x_sum)dd-agent/checks/prometheus_mixins.py
Line 189 in ac41f34
Needs similar handling as histogram?
The text was updated successfully, but these errors were encountered: