Interface MetricExporterFactory


public interface MetricExporterFactory
  • Field Details

    • OTLP_EXPORTER_ENABLED

      static final Boolean OTLP_EXPORTER_ENABLED
    • OTLP_EXPORTER_PROTOCOL

      static final String OTLP_EXPORTER_PROTOCOL
    • OTLP_EXPORTER_INTERVAL

      static final int OTLP_EXPORTER_INTERVAL
    • OTLP_EXPORTER_GRPC_ENDPOINT

      static final String OTLP_EXPORTER_GRPC_ENDPOINT
    • OTLP_EXPORTER_HTTP_ENDPOINT

      static final String OTLP_EXPORTER_HTTP_ENDPOINT
  • Method Details

    • getExporter

      io.opentelemetry.sdk.metrics.export.MetricExporter getExporter()