Class PrometheusTextFormat
- java.lang.Object
-
- org.apache.pulsar.functions.instance.stats.PrometheusTextFormat
-
public class PrometheusTextFormat extends java.lang.ObjectProvide Prometheus text format for a collection of metrics, without the HELP string
-
-
Constructor Summary
Constructors Constructor Description PrometheusTextFormat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwrite004(java.io.Writer writer, java.util.Enumeration<io.prometheus.client.Collector.MetricFamilySamples> mfs)Write out the text version 0.0.4 of the given MetricFamilySamples.
-