Skip to content

Conversation

@elastic-renovate-prod
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.5.0

Release Notes

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

v1.5.0: @​elastic/opentelemetry-node 1.5.0

Compare Source

Changelog

Chores

README | Full Release Notes | Breaking Changes

v1.4.0: @​elastic/opentelemetry-node 1.4.0

Compare Source

Changelog

Features and enhancements
  • The Elastic-authored @elastic/opentelemetry-instrumentation-openai
    instrumentation has been upstreamed to OpenTelemetry.
    EDOT Node.js now uses the @opentelemetry/instrumentation-openai package
    to instrument openai. The newer package supports instrumenting openai@5 --
    the current major version.
    #​1015

    • If you were using @elastic/opentelemetry-instrumentation-openai with the
      OTEL_NODE_ENABLED_INSTRUMENTATIONS or OTEL_NODE_ENABLED_INSTRUMENTATIONS
      environment variables, you should switch to using openai. The old value
      will still work until the next major release.
Fixes
  • Update to latest @opentelemetry/* dependencies (#​1027), which includes a fix for a bug in @opentelemetry/[email protected] that could break bundling.

README | Full Release Notes | Breaking Changes

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
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/elastic-opentelemetry-node-1.x branch from bdec9c1 to 9baa274 Compare September 20, 2025 13:18
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update dependency @elastic/opentelemetry-node to v1.3.0 fix(deps): update dependency @elastic/opentelemetry-node to v1.2.0 Sep 20, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/elastic-opentelemetry-node-1.x branch from 9baa274 to 2593741 Compare September 25, 2025 08:57
@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 25, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/elastic-opentelemetry-node-1.x branch from 2593741 to b067e49 Compare October 1, 2025 01:19
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update dependency @elastic/opentelemetry-node to v1.3.0 fix(deps): update dependency @elastic/opentelemetry-node to v1.4.0 Oct 1, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/elastic-opentelemetry-node-1.x branch from b067e49 to 24765f4 Compare October 21, 2025 21:27
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update dependency @elastic/opentelemetry-node to v1.4.0 fix(deps): update dependency @elastic/opentelemetry-node to v1.5.0 Oct 21, 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.

1 participant