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

OpenTelemetry.Metrics.PeriodicExportingMetricReaderOptions

Contains periodic metric reader options.
public int? ExportIntervalMilliseconds { get; set; }

Gets or sets the metric export interval in milliseconds. If not set, the default value depends on the type of metric exporter associated with the metric reader.

public int? ExportTimeoutMilliseconds { get; set; }

Gets or sets the metric export timeout in milliseconds. If not set, the default value depends on the type of metric exporter associated with the metric reader.

Initializes a new instance of the PeriodicExportingMetricReaderOptions class.