Interface PrometheusRawMetricsProvider


public interface PrometheusRawMetricsProvider
The prometheus metrics provider for generate prometheus format metrics.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generate(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