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);
}
}