Skip to content

Update opentelemetry-js monorepo - #622

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/opentelemetry-js-monorepo
Open

Update opentelemetry-js monorepo#622
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/opentelemetry-js-monorepo

Conversation

@renovate

@renovate renovate Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
@opentelemetry/core (source) dependencies minor 2.6.12.11.0 OpenSSF Scorecard
@opentelemetry/exporter-prometheus (source) dependencies minor ^0.214.0^0.222.0 OpenSSF Scorecard
@opentelemetry/exporter-trace-otlp-http (source) dependencies minor ^0.214.0^0.222.0 OpenSSF Scorecard
@opentelemetry/instrumentation (source) dependencies minor ^0.214.0^0.222.0 OpenSSF Scorecard
@opentelemetry/instrumentation-grpc (source) dependencies minor ^0.214.0^0.222.0 OpenSSF Scorecard
@opentelemetry/instrumentation-http (source) dependencies minor ^0.214.0^0.222.0 OpenSSF Scorecard
@opentelemetry/resources (source) dependencies minor 2.6.12.11.0 OpenSSF Scorecard
@opentelemetry/sdk-metrics (source) dependencies minor 2.6.12.11.0 OpenSSF Scorecard
@opentelemetry/sdk-node (source) dependencies minor ^0.214.0^0.222.0 OpenSSF Scorecard
@opentelemetry/sdk-trace-node (source) dependencies minor 2.6.12.11.0 OpenSSF Scorecard
@opentelemetry/semantic-conventions (source) dependencies minor 1.40.01.43.0 OpenSSF Scorecard

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/core)

v2.11.0

Compare Source

🚀 Features
  • feat(context-async-hooks): implement attach() on AsyncLocalStorageContextManager #​6845 @​pichlermarc
    • On Node.js 25.9+, delegates to AsyncLocalStorage.withScope() returning a native RunScope. On older Node.js, falls back to enterWith() with a manual disposable wrapper.
  • feat(sdk-trace): allow configuring the force flush timeout per call #​6929 @​LarryHu0217
🐛 Bug Fixes
🏠 Internal
  • perf(sdk-metrics): reuse a single DataView for exponential histogram bit reads #​6998 @​mwear
  • chore(ci): run documentation tests on a weekly schedule #​6920 @​LarryHu0217
  • feat(ci): support pre-releases and major version bumps in the release workflow #​6768 @​pichlermarc
  • chore(resources): Ensure that multiple uses of serviceInstanceIdDetector.detect() return the same value for service.instance.id

v2.10.0

Compare Source

🚀 Features
  • feat(sdk-logs): implement log processor metrics #​6554 @​anuraaga
  • feat(otlp-exporter): implement exporter metrics #​6480 @​anuraaga
  • feat(propagator-jaeger): Notice: The @opentelemetry/propagator-jaeger package will be removed in SDK 3.x, planned for approximately September 2026. @​pichlermarc
    • The Jaeger propagator has been deprecated by the OpenTelemetry specification in favor of W3CTraceContextPropagator. This package will be removed in a future release.
🐛 Bug Fixes
🏠 Internal

v2.9.0

Compare Source

💥 Breaking Changes
  • docs(shim-opentracing): Notice: The @opentelemetry/shim-opentracing package will be removed in SDK 3.x, planned for approximately September 2026.
    • The OpenCensus and OpenTracing compatibility requirements in the OpenTelemetry specification have been deprecated.
🚀 Features
  • feat(sdk-metrics): add maxExportBatchSize option to PeriodicExportingMetricReader #​6655 @​psx95
    • Optimized PeriodicExportingMetricReader.forceFlush to prevent redundant concurrent export cycles. Concurrent calls to forceFlush will now await any ongoing export and reuse a fresh export cycle if one is started concurrently by another caller. This ensures the latest metrics are always exported efficiently without triggering duplicate collection and export cycles.
  • feat(sdk-trace): implement span processor metrics #​6504 @​anuraaga
  • feat(sdk-trace): add a new "sdk-trace" package to hold the Trace SDK, without environment variable configuration handling that belongs elsewhere #​6775 @​trentm
    • "sdk-trace" will eventually replace all of "sdk-trace-base", "sdk-trace-node", and "sdk-trace-web".
    • The BatchSpanProcessor constructor call signature has changed in "sdk-trace". For example, before new BatchSpanProcessor(exporter, { maxQueueSize: 1000 }), after new BatchSpanProcessor({ exporter, maxQueueSize: 1000 }). #​6817
    • The SimpleSpanProcessor constructor call signature has changed in "sdk-trace". For example, before new SimpleSpanProcessor(exporter), after new SimpleSpanProcessor({ exporter, selfObsMeterProvider: ... }). #​6504
  • feat(sdk-trace): add AlwaysRecordSampler #​6188 @​majanjua-amzn
🐛 Bug Fixes
  • fix(propagator-jaeger): do not throw on malformed percent-encoded uber-trace-id / uberctx-* headers during extract @​pichlermarc
🏠 Internal

v2.8.0

Compare Source

🚀 Features
  • feat(sdk-trace-base): pretty-print SpanImpl, Tracer, and BasicTracerProvider via util.inspect so they render through diag and console.log #​6690 @​mcollina
  • feat(sdk-metrics): implement metric reader self-observability metrics #​6449 @​anuraaga
  • feat(core): add hrTimeToSeconds #​6449 @​anuraaga
🐛 Bug Fixes
  • fix(core): limit processing of incoming "baggage" header to 8192 bytes @​pichlermarc

v2.7.1

Compare Source

🐛 Bug Fixes
  • fix(core, api): defer trace state validation. Deprecate trace state implementation in api #​6459 @​david-luna
    • important: this bug fix may be breaking for certain uses of TraceState
      • set now returns the same TraceState instance if key/value are invalid or makes the while trace state invalid.
      • unset now returns the same TraceState instance if key is not present.
      • best-effort parsing of invalid TraceStates has changed: when multiple keys with the same name are present, the most recent one will win.
🏠 Internal

v2.7.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs
🏠 Internal

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from noe-charmet as a code owner April 21, 2026 02:14
@vercel

vercel Bot commented Apr 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-ui Ready Ready Preview Aug 31, 2026 6:08pm
react-ui-tooling Ready Ready Preview Aug 31, 2026 6:08pm

Request Review

@argos-ci

argos-ci Bot commented Apr 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Awaiting the start of a new Argos build…

@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from e887416 to 3d85cea Compare April 29, 2026 15:48
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from 3d85cea to a0af9ae Compare April 29, 2026 20:57
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from a0af9ae to b413fda Compare May 6, 2026 17:25
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from b413fda to 4585123 Compare May 12, 2026 21:06
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from 4585123 to d9073d6 Compare May 13, 2026 10:41
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from d9073d6 to 3db690a Compare May 28, 2026 20:00
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from 3db690a to 9971739 Compare June 1, 2026 22:55
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from 9971739 to 7b25420 Compare June 11, 2026 23:06
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from 7b25420 to 4e6a2a2 Compare July 2, 2026 23:11
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from 4e6a2a2 to a742ab2 Compare July 6, 2026 20:11
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from a742ab2 to 0ae4050 Compare July 9, 2026 21:40
@renovate
renovate Bot force-pushed the renovate/opentelemetry-js-monorepo branch from 0ae4050 to 841c0c4 Compare July 21, 2026 22:16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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