opentelemetry-dotnet
opentelemetry-dotnet copied to clipboard
[Tracing] Improve internal logging of TracerProvider configuration
The MeterProvider does a really good job of logging its state when it is constructed. We should do the same in the TracerProvider[Sdk]. The idea is this will help troubleshoot configuration issues.
@CodeBlanch I have raised a PR for this issue