opentelemetry-dotnet-instrumentation
opentelemetry-dotnet-instrumentation copied to clipboard
Support `OTEL_METRIC_EXPORT_INTERVAL` and `OTEL_METRIC_EXPORT_TIMEOUT` via SDK
trafficstars
Related issue in SDK: https://github.com/open-telemetry/opentelemetry-dotnet/issues/3417
We want to leverage the SDK to support OTEL_METRIC_EXPORT_INTERVAL and OTEL_METRIC_EXPORT_TIMEOUT. We want to remove the implementation of OTEL_METRIC_EXPORT_INTERVAL on our side.
PR in SDK: https://github.com/open-telemetry/opentelemetry-dotnet/pull/3424
We are waiting for an SDK release to have it integrated.