feat: add DevelopmentEventToSpanEventBridgeLogRecordProcessor#588
Merged
jack-berg merged 5 commits intoopen-telemetry:mainfrom Apr 22, 2026
Merged
feat: add DevelopmentEventToSpanEventBridgeLogRecordProcessor#588jack-berg merged 5 commits intoopen-telemetry:mainfrom
jack-berg merged 5 commits intoopen-telemetry:mainfrom
Conversation
… status and adjust related schemas
Member
|
Example usage: |
github-merge-queue Bot
pushed a commit
to open-telemetry/opentelemetry-specification
that referenced
this pull request
Apr 17, 2026
Per https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/4430-span-event-api-deprecation-plan.md#via-the-sdk Declarative configuration PR: - open-telemetry/opentelemetry-configuration#588 Prototypes: - Java: https://github.com/open-telemetry/opentelemetry-java-contrib/blob/42fea9d335c9a53089996fa5888e06926f6f4a5c/processors/README.md#event-to-spanevent-bridge - Go: open-telemetry/opentelemetry-go-contrib#8760
Member
Author
|
open-telemetry/opentelemetry-specification#5006 is merged so this is probably also ready for review. |
jack-berg
approved these changes
Apr 21, 2026
Member
|
Looks good. Thanks for contributing! |
MrAlias
approved these changes
Apr 21, 2026
hilmarf
pushed a commit
to apeirora/opentelemetry-specification
that referenced
this pull request
Apr 22, 2026
Per https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/4430-span-event-api-deprecation-plan.md#via-the-sdk Declarative configuration PR: - open-telemetry/opentelemetry-configuration#588 Prototypes: - Java: https://github.com/open-telemetry/opentelemetry-java-contrib/blob/42fea9d335c9a53089996fa5888e06926f6f4a5c/processors/README.md#event-to-spanevent-bridge - Go: open-telemetry/opentelemetry-go-contrib#8760
Open
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.
Per open-telemetry/opentelemetry-specification#5006
Example usages below.
Emit events only via in OTLP traces:
Emit events via OTLP both trace and logs signals:
If we would need a DEMUX for log and (log-based) event processing then it is tracked via open-telemetry/opentelemetry-specification#5009