Package io.opentelemetry.sdk.metrics.export
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.metrics.export
Utilities that facilitate exporting metrics out of
SdkMeterProvider.-
ClassDescriptionA functional interface that selects
AggregationTemporalitybased onInstrumentType.Customize theMetricReadercardinality limit as a function ofInstrumentType.ACollectionRegistrationis passed to eachMetricReaderregistered withSdkMeterProvider, and provides readers the ability to trigger metric collections.A functional interface that selects defaultAggregationbased onInstrumentType.A Metric Exporter is a push based interface for exportingMetricDataout ofSdkMeterProvider.MetricProduceris the interface that is used to make metric data available to theMetricReaders.A metric reader reads metrics from anSdkMeterProvider.AMetricReaderwhich wraps aMetricExporterand automatically reads and exports the metrics every export interval.Builder forPeriodicMetricReader.