Define how SDK implements Logger.Enabled#4381
Merged
reyang merged 20 commits intoopen-telemetry:mainfrom Jan 23, 2025
Merged
Conversation
dashpole
reviewed
Jan 22, 2025
dashpole
approved these changes
Jan 22, 2025
cijothomas
reviewed
Jan 22, 2025
MrAlias
reviewed
Jan 22, 2025
MrAlias
reviewed
Jan 22, 2025
cijothomas
reviewed
Jan 22, 2025
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
cijothomas
approved these changes
Jan 22, 2025
pellared
commented
Jan 22, 2025
jack-berg
approved these changes
Jan 22, 2025
Member
jack-berg
left a comment
There was a problem hiding this comment.
Thanks for this. I think all of this is implied elsewhere (except the "there are no registered LogRecordProcessors" part), but good to be explicit. Should followup by doing the same with traces and metrics. Feel free to do that if you'd like, or simply open an issue to track the followup - I'm not trying to volunteer you for more work.
reyang
approved these changes
Jan 22, 2025
lmolkova
approved these changes
Jan 23, 2025
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
MrAlias
approved these changes
Jan 23, 2025
carlosalberto
approved these changes
Jan 23, 2025
This was referenced Feb 4, 2025
Member
Author
Issues creates: |
Merged
carlosalberto
added a commit
that referenced
this pull request
Feb 18, 2025
February 2025 Release. ### Traces - Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions on how to record errors across signals. ([#4368](#4368)) - Define randomness value requirements for W3C Trace Context Level 2. ([#4162](#4162)) ### Logs - Define how SDK implements `Logger.Enabled`. ([#4381](#4381)) - Logs API should have functionality for reusing Standard Attributes. ([#4373](#4373)) ### SDK Configuration - Define syntax for escaping declarative configuration environment variable references. ([#4375](#4375)) - Resolve various declarative config TODOs. ([#4394](#4394))
cijothomas
pushed a commit
to cijothomas/opentelemetry-specification
that referenced
this pull request
Feb 19, 2025
February 2025 Release. - Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions on how to record errors across signals. ([open-telemetry#4368](open-telemetry#4368)) - Define randomness value requirements for W3C Trace Context Level 2. ([open-telemetry#4162](open-telemetry#4162)) - Define how SDK implements `Logger.Enabled`. ([open-telemetry#4381](open-telemetry#4381)) - Logs API should have functionality for reusing Standard Attributes. ([open-telemetry#4373](open-telemetry#4373)) - Define syntax for escaping declarative configuration environment variable references. ([open-telemetry#4375](open-telemetry#4375)) - Resolve various declarative config TODOs. ([open-telemetry#4394](open-telemetry#4394))
cijothomas
pushed a commit
to cijothomas/opentelemetry-specification
that referenced
this pull request
Feb 19, 2025
February 2025 Release. - Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions on how to record errors across signals. ([open-telemetry#4368](open-telemetry#4368)) - Define randomness value requirements for W3C Trace Context Level 2. ([open-telemetry#4162](open-telemetry#4162)) - Define how SDK implements `Logger.Enabled`. ([open-telemetry#4381](open-telemetry#4381)) - Logs API should have functionality for reusing Standard Attributes. ([open-telemetry#4373](open-telemetry#4373)) - Define syntax for escaping declarative configuration environment variable references. ([open-telemetry#4375](open-telemetry#4375)) - Resolve various declarative config TODOs. ([open-telemetry#4394](open-telemetry#4394))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Towards:
Next step:
Add min_severity to LoggerConfig #4364Related OTEP PR:
Needed for: