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

OpenTelemetry.Internal.PeriodicExportingMetricReaderThreadWorker

Thread-based implementation of periodic exporting metric reader worker.
namespace OpenTelemetry.Internal { internal sealed class PeriodicExportingMetricReaderThreadWorker : PeriodicExportingMetricReaderWorker { public PeriodicExportingMetricReaderThreadWorker(BaseExportingMetricReader metricReader, int exportIntervalMilliseconds, int exportTimeoutMilliseconds); } }