-
Notifications
You must be signed in to change notification settings - Fork 345
Add Support For Mapping OTEL_LOG_LEVEL='debug' #4363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support For Mapping OTEL_LOG_LEVEL='debug' #4363
Conversation
Overall package sizeSelf size: 6.59 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
39f655d
to
8e5ac4d
Compare
BenchmarksBenchmark execution time: 2024-06-03 22:29:55 Comparing candidate commit 1b531a4 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 258 metrics, 8 unstable metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from the API perspective
a86b21f
to
8e5ac4d
Compare
8e5ac4d
to
1b531a4
Compare
* An OTEL_LOG_LEVEL of debug should also be mapped to DD_TRACE_DEBUG=true
* An OTEL_LOG_LEVEL of debug should also be mapped to DD_TRACE_DEBUG=true
* An OTEL_LOG_LEVEL of debug should also be mapped to DD_TRACE_DEBUG=true
* An OTEL_LOG_LEVEL of debug should also be mapped to DD_TRACE_DEBUG=true
What does this PR do?
When OTEL_LOG_LEVEL='debug', the debug field in the config object should be true
Motivation
Add support for mapping OTEL_LOG_LEVEL='debug' to DD_TRACE_DEBUG=true