Skip to content

InfluxDB input to Prometheus summary aggregator #7586

@leetreveil

Description

@leetreveil

Feature Request

There's currently no good way to aggregate input from influx, and generate a proper OpenMetrics summary type with the prometheus output.

You can get there somewhat with the basicstats aggregator using count & sum however the counter does not accumulate across resets making it inappropriate for something that should monotonically increase.

It looks like the histogram aggregator supports cumulative histograms so maybe we could get something like that for summaries too?

Proposal:

Build a new aggregator that supports proper prometheus summaries from arbitrary inputs (influx etc).

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/prometheusfeature requestRequests for new plugin and for new features to existing pluginsplugin/aggregator1. Request for new aggregator plugins 2. Issues/PRs that are related to aggregator pluginswaiting for responsewaiting for response from contributor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions