Class GrpcMetricExporter


  • public final class GrpcMetricExporter
    extends OpenTelemetryMetricExporter
    Configurable OpenTelemetry metric exporter for OTLP via gRPC export.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • GrpcMetricExporter

        public GrpcMetricExporter​(com.typesafe.config.Config config,
                                  LoggingProvider logging)