Open
Description
Description
The _count
counter is not included in data pushed to New Relic for Prometheus histograms.
Expected Behavior
The _count
counter should be included.
Steps to Reproduce
Scrape a Prometheus histogram with the infrastructure agent and nri-prometheus. Note that the _count
counter is not exported to New Relic.
Additional context
The summary type already has support for _count
:
infrastructure-agent/pkg/integrations/v4/dm/telemetry.go
Lines 270 to 277 in dc896c4
But it looks like the histogram type doesn't:
infrastructure-agent/pkg/integrations/v4/dm/telemetry.go
Lines 201 to 234 in dc896c4
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):