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
OpenMetrics 1.0.0 added the metric types
STATE_SET,INFOandGAUGE_HISTOGRAM.I noticed that the classes
EnumerationandInfohave been added in response (#615), and these correspond toSTATE_SET,INFO.However, I see no new class corresponding to
GAUGE_HISTOGRAM.I have looked at the
TextFormatclass, and IIUC, it handles a gauge histogram as a set of gauges.Am I right in thinking there will be no
GaugeHistogramclass?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