Interface PrometheusRawMetricsProvider
public interface PrometheusRawMetricsProvider
The prometheus metrics provider for generate prometheus format metrics.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(org.apache.pulsar.common.util.SimpleTextOutputStream stream) Generate the metrics from the metrics provider.
-
Method Details
-
generate
void generate(org.apache.pulsar.common.util.SimpleTextOutputStream stream) Generate the metrics from the metrics provider.- Parameters:
stream- the stream that write the metrics to
-