Package io.opentelemetry.sdk.metrics.export
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.metrics.export
Utilities that allow to export metrics to the OpenTelemetry exporters.
Contents
-
ClassDescriptionA
CollectionRegistrationis passed to eachMetricReaderregistered withSdkMeterProvider, and provides readers the ability to trigger metric collections.MetricExporteris the interface that all "push based" metric libraries should use to export metrics to the OpenTelemetry exporters.A reader of metrics fromSdkMeterProvider.AMetricReaderwhich wraps aMetricExporterand automatically reads and exports the metrics every export interval.A builder forPeriodicMetricReader.