Package io.opentelemetry.sdk.metrics.export
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.metrics.export
Utilities that allow to export metrics to the OpenTelemetry exporters.
Contents
-
ClassDescription
MetricExporteris the interface that all "push based" metric libraries should use to export metrics to the OpenTelemetry exporters.MetricProduceris the interface that is used to make metric data available to the OpenTelemetry exporters.A registered reader of metrics.A constructor ofMetricReaders.Wraps aMetricExporterand automatically reads and exports the metrics every export interval.A builder forPeriodicMetricReader.