Skip to content

release @elastic/opentelemetry-node@1.3.0#1011

Merged
trentm merged 3 commits intomainfrom
trentm-release-edot-nodejs-1.3.0
Sep 9, 2025
Merged

release @elastic/opentelemetry-node@1.3.0#1011
trentm merged 3 commits intomainfrom
trentm-release-edot-nodejs-1.3.0

Conversation

@trentm
Copy link
Member

@trentm trentm commented Sep 8, 2025

Highlights

  • Updates to upstream OTel dependencies.

  • central config new settings: send_traces, send_metrics, send_logs
    While 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_ONLY configuration environment variable.
    Set this to true to disable sending of spans, but otherwise continue to
    do 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

  • OTLP export requests (HTTP flavors only) will include an identifier for EDOT Node.js in the User-Agent header.
    #982
@trentm trentm self-assigned this Sep 8, 2025
@trentm trentm requested review from a team as code owners September 8, 2025 23:54
@github-actions
Copy link

github-actions bot commented Sep 8, 2025

🔍 Preview links for changed docs

Copy link
Contributor

@theletterf theletterf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trentm This is already covered in reference docs by elastic/opentelemetry@f6b57bb ?

@trentm
Copy link
Member Author

trentm commented Sep 9, 2025

This is already covered in reference docs by elastic/opentelemetry@f6b57bb ?

@theletterf Yes.

@trentm trentm merged commit 1b3987d into main Sep 9, 2025
14 checks passed
@trentm trentm deleted the trentm-release-edot-nodejs-1.3.0 branch September 9, 2025 18:49
@trentm
Copy link
Member Author

trentm commented Sep 9, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants