Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

PrometheusReceiver Ignores Timeseries (Histogram and Summary) Metrics without "_sum" counter #26

@sankala-dremio

Description

@sankala-dremio

Currently, when Timeseries data is scraped by Prometheus Scraper, it expects bucketed data and two counters along with those buckets - _count and _sum.
Some frameworks do no capture the _sum and hence do not produce the _sum counter in the Prometheus Exp format. While the Scraper and Prometheus work fine and display appropriate graphs without this counter, Prometheus receiver on the other hand expects this counter to be present for all time series metrics and if not present silently ignores the metric and associated datapoints.

Is this really the desired behavior for PrometheusReceiver?

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0An issue that needs to be addressed immediately. Breaking change.bugSomething isn't workingprom-receiverPrometheus receiver tasks

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions