Class OpenTelemetryMetricExporter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract io.opentelemetry.sdk.metrics.export.MetricReader createMetricReader()
      Create the metric reader for exporting OpenTelemetry metrics.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenTelemetryMetricExporter

        public OpenTelemetryMetricExporter()
    • Method Detail

      • createMetricReader

        public abstract io.opentelemetry.sdk.metrics.export.MetricReader createMetricReader()
        Create the metric reader for exporting OpenTelemetry metrics.
        Returns:
        metric reader for exporting metrics