opentelemetry-dotnet icon indicating copy to clipboard operation
opentelemetry-dotnet copied to clipboard

[Tracing] Improve internal logging of TracerProvider configuration

Open CodeBlanch opened this issue 3 years ago • 1 comments

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 avatar Sep 09 '22 18:09 CodeBlanch

@CodeBlanch I have raised a PR for this issue

ggoel avatar Oct 09 '22 12:10 ggoel