Skip to content

How to use gauge histograms? #807

Description

@JnRouvignac

OpenMetrics 1.0.0 added the metric types STATE_SET, INFO and GAUGE_HISTOGRAM.
I noticed that the classes Enumeration and Info have been added in response (#615), and these correspond to STATE_SET, INFO.

However, I see no new class corresponding to GAUGE_HISTOGRAM.
I have looked at the TextFormat class, and IIUC, it handles a gauge histogram as a set of gauges.

Am I right in thinking there will be no GaugeHistogram class?
Should we instead create a set of gauges and submit that to prometheus client java?

In short, do you have any documentation or examples showing how to build a gauge histogram?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions