opentelemetry-dotnet-instrumentation
opentelemetry-dotnet-instrumentation copied to clipboard
Add `OTEL_DOTNET_AUTO_EXPERIMENTAL` env var
trafficstars
Based on https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2416#issuecomment-1502976066
We can add OTEL_DOTNET_AUTO_EXPERIMENTAL that could control if experimental elements should be enabled or not by default.
Currently, all experimental features/instrumentations are enabled by default. Therefore, the default value of OTEL_DOTNET_AUTO_EXPERIMENTAL should be true in order not to introduce a "breaking configuration change".
SIG - Proposal is accepted.