<PackageReference Include="OpenTelemetry" Version="1.15.0" />

OpenTelemetry.Metrics.BaseExportingMetricReader

MetricReader implementation which exports metrics to the configured MetricExporter upon Collect.
protected readonly BaseExporter<Metric> exporter

Gets the exporter used by the metric reader.

protected ExportModes SupportedExportModes { get; }

Gets the supported ExportModes.

Initializes a new instance of the BaseExportingMetricReader class.