Interface PrometheusRawMetricsProvider


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void generate​(org.apache.pulsar.common.util.SimpleTextOutputStream stream)
      Generate the metrics from the metrics provider.
    • Method Detail

      • 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