类 PrometheusTextFormat
java.lang.Object
org.apache.pulsar.functions.instance.stats.PrometheusTextFormat
Provide Prometheus text format for a collection of metrics, without the HELP string
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidwrite004(Writer writer, Enumeration<io.prometheus.client.Collector.MetricFamilySamples> mfs) Write out the text version 0.0.4 of the given MetricFamilySamples.
-
构造器详细资料
-
PrometheusTextFormat
public PrometheusTextFormat()
-
-
方法详细资料
-
write004
public static void write004(Writer writer, Enumeration<io.prometheus.client.Collector.MetricFamilySamples> mfs) throws IOException Write out the text version 0.0.4 of the given MetricFamilySamples.- 抛出:
IOException
-