Class MetricsComponent

    • Constructor Detail

      • MetricsComponent

        public MetricsComponent()
    • Method Detail

      • getExportComponent

        public abstract ExportComponent getExportComponent()
        Returns the ExportComponent with the provided implementation. If no implementation is provided then no-op implementations will be used.
        Returns:
        the ExportComponent implementation.
        Since:
        0.17
      • newNoopMetricsComponent

        static MetricsComponent newNoopMetricsComponent()
        Returns an instance that contains no-op implementations for all the instances.
        Returns:
        an instance that contains no-op implementations for all the instances.