Skip to content

Conversation

elastic-renovate-prod[bot]
Copy link

@elastic-renovate-prod elastic-renovate-prod bot commented Jul 28, 2025

This PR contains the following updates:

Package Type Update Change
@elastic/opentelemetry-node (source) dependencies minor 1.0.0 -> 1.3.0

Release Notes

elastic/elastic-otel-node (@​elastic/opentelemetry-node)

v1.3.0: @​elastic/opentelemetry-node 1.3.0

Compare Source

Changelog

Features and enhancements
  • Added @opentelemetry/instrumentation-oracledb to the default set of instrumentations.

  • New Central Configuration settings. Typically these settings are only useful
    for temporary debugging of telemetry.

    • send_traces: A boolean to disable/enable sending of trace telemetry (i.e. spans).
    • send_metrics: The same, for the metrics signal.
    • send_logs: The same, for the logs signal.

    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

Fixes
Chores
  • OTLP export requests (HTTP flavors only) will include an identifier for EDOT Node.js in the User-Agent header.
    #​982

README | Full Release Notes | Breaking Changes

v1.2.0: @​elastic/opentelemetry-node 1.2.0

Compare Source

Changelog

Features and enhancements
  • Initial support for Central Configuration: the ability to configure some aspects of EDOT Node.js in running instrumented applications from a central Kibana. This feature is in technical preview. #​834 #​886

    This release includes support for the following settings: logging_level, deactivate_all_instrumentations, deactivate_instrumentations

Chores
  • Support for instrumenting redis version 4 has moved from @opentelemetry/instrumentation-redis-4 to @opentelemetry/instrumentation-redis. If you are using the OTEL_NODE_ENABLED_INSTRUMENTATIONS or OTEL_NODE_DISABLED_INSTRUMENTATIONS environment variables to control instrumentation of redis@4 you will need to change from using "redis-4" to "redis".

README | Full Release Notes | Breaking Changes

v1.1.1: @​elastic/opentelemetry-node 1.1.1

Compare Source

Changelog

  • Fix publishing so that the "hook.mjs" file is included.
    https://github.com/elastic/elastic-otel-node/pull/835/835)

    Without this fix, using node --import @​elastic/opentelemetry-node ... will
    crash with:

      Cannot find module '.../node_modules/@​elastic/opentelemetry-node/hook.mjs' imported from .../node_modules/@​elastic/opentelemetry-node/import.mjs
    

README | Full Changelog

v1.1.0: @​elastic/opentelemetry-node 1.1.0

Compare Source

Changelog


README | Full Changelog


Configuration

📅 Schedule: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/elastic-opentelemetry-node-1.x branch from e71d676 to 8230ffc Compare July 30, 2025 21:53
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update dependency @elastic/opentelemetry-node to v1.1.1 fix(deps): update dependency @elastic/opentelemetry-node to v1.2.0 Jul 30, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/elastic-opentelemetry-node-1.x branch from 8230ffc to bdec9c1 Compare September 12, 2025 04:30
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update dependency @elastic/opentelemetry-node to v1.2.0 fix(deps): update dependency @elastic/opentelemetry-node to v1.3.0 Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants