release @elastic/opentelemetry-node@1.3.0#1011
Merged
Conversation
🔍 Preview links for changed docs |
david-luna
approved these changes
Sep 9, 2025
theletterf
approved these changes
Sep 9, 2025
Contributor
theletterf
left a comment
There was a problem hiding this comment.
@trentm This is already covered in reference docs by elastic/opentelemetry@f6b57bb ?
Member
Author
@theletterf Yes. |
Member
Author
|
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.
Highlights
Updates to upstream OTel dependencies.
central config new settings:
send_traces,send_metrics,send_logsWhile these are supported in EDOT Node.js, they will only be present in
"Agent Configuration" UI of Kibana version 9.2 and later.
#928
New
ELASTIC_OTEL_CONTEXT_PROPAGATION_ONLYconfiguration environment variable.Set this to
trueto disable sending of spans, but otherwise continue todo context propagation. This can be useful in limited conditions to support
propagating trace-context through a service to downstream services for
distributed tracing, but not collect spans from the service. (Note that this
typically results in incomplete or broken traces in Kibana trace viewer.)
#928
#982