[Logs] Add optional Ergonomic API#4741
Merged
jack-berg merged 24 commits intoopen-telemetry:mainfrom Dec 16, 2025
Merged
Conversation
cijothomas
reviewed
Nov 19, 2025
cijothomas
reviewed
Nov 20, 2025
Member
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. Nice work! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
lmolkova
reviewed
Dec 2, 2025
trask
reviewed
Dec 2, 2025
Co-authored-by: Liudmila Molkova <neskazu@gmail.com>
lmolkova
approved these changes
Dec 9, 2025
jack-berg
reviewed
Dec 9, 2025
jack-berg
approved these changes
Dec 9, 2025
trask
approved these changes
Dec 9, 2025
jsuereth
approved these changes
Dec 15, 2025
carlosalberto
approved these changes
Dec 16, 2025
tsloughter
approved these changes
Dec 16, 2025
Member
|
Java Prototype: open-telemetry/opentelemetry-java#7907 |
Merged
zeitlinger
pushed a commit
to zeitlinger/opentelemetry-specification
that referenced
this pull request
Jan 9, 2026
### Metrics - Stabilize part of `Enabled` SDK for synchronous instruments. ([open-telemetry#4787](open-telemetry#4787)) ### Logs - Add optional Ergonomic API. ([open-telemetry#4741](open-telemetry#4741)) ### SDK Configuration - Declarative configuration: clarify default behavior and validation requirements of `create` and `parse`. ([open-telemetry#4780](open-telemetry#4780)) - Declarative configuration: add optional programmatic customization to `create`, and add related supplemental guidelines. ([open-telemetry#4777](open-telemetry#4777)) - Declarative configuration: add links between SDK extension plugins and corresponding declarative config types. ([open-telemetry#4802](open-telemetry#4802)) - Declarative configuration: clarify Registry ComponentProvider `type` parameter ([open-telemetry#4799](open-telemetry#4799)) ### Common - Stabilize complex `AnyValue` attribute value types and related attribute limits. ([open-telemetry#4794](open-telemetry#4794))
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.
Fixes #4357
Fixes #4661
Changes
Add optional Ergonomic API that it is better suited for direct usage by instrumentation libraries, instrumented libraries, and applications.
Prototype
Go: https://github.com/pellared/olog