@ParametersAreNonnullByDefault

Package io.opentelemetry.sdk.metrics.export

Utilities that allow to export metrics to the OpenTelemetry exporters.

Contents

Configuration options for IntervalMetricReader can be read from system properties, environment variables, or Properties objects.

For system properties and Properties objects, IntervalMetricReader will look for the following names:

  • otel.imr.export.interval: sets the export interval between pushes to the exporter.

For environment variables, IntervalMetricReader will look for the following names:

  • OTEL_IMR_EXPORT_INTERVAL: sets the export interval between pushes to the exporter.