Class ExportComponent

    • Constructor Detail

      • ExportComponent

        public ExportComponent()
    • Method Detail

      • newNoopExportComponent

        public static ExportComponent newNoopExportComponent()
        Returns the no-op implementation of the ExportComponent.
        Returns:
        the no-op implementation of the ExportComponent.
        Since:
        0.17
      • getMetricProducerManager

        public abstract MetricProducerManager getMetricProducerManager()
        Returns the global MetricProducerManager which can be used to register handlers to export all the recorded metrics.
        Returns:
        the implementation of the MetricExporter or no-op if no implementation linked in the binary.
        Since:
        0.17