Class PrometheusMetricStreams
java.lang.Object
org.apache.pulsar.broker.stats.prometheus.PrometheusMetricStreams
Helper class to ensure that metrics of the same name are grouped together under the same TYPE header when written.
Those are the requirements of the
Prometheus Exposition Format.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrometheusMetricStreams
public PrometheusMetricStreams()
-