Skip to content

feat(deps): update deps matching "@opentelemetry/*"#3383

Merged
trentm merged 4 commits intoopen-telemetry:mainfrom
trentm:trentm-update-otel-deps-20260212
Feb 13, 2026
Merged

feat(deps): update deps matching "@opentelemetry/*"#3383
trentm merged 4 commits intoopen-telemetry:mainfrom
trentm:trentm-update-otel-deps-20260212

Conversation

@trentm
Copy link
Copy Markdown
Contributor

@trentm trentm commented Feb 12, 2026

0.211.0 -> 0.212.0 @opentelemetry/api-logs (range-bump)
0.211.0 -> 0.212.0 @opentelemetry/instrumentation (range-bump)
0.211.0 -> 0.212.0 @opentelemetry/instrumentation-fetch (range-bump)
0.211.0 -> 0.212.0 @opentelemetry/instrumentation-grpc (range-bump)
0.211.0 -> 0.212.0 @opentelemetry/instrumentation-http (range-bump)
0.211.0 -> 0.212.0 @opentelemetry/instrumentation-xml-http-request (range-bump)
0.211.0 -> 0.212.0 @opentelemetry/sdk-logs (range-bump)
0.211.0 -> 0.212.0 @opentelemetry/sdk-node (range-bump)
2.5.0 -> 2.5.1 @opentelemetry/context-async-hooks
2.5.0 -> 2.5.1 @opentelemetry/context-zone-peer-dep
2.5.0 -> 2.5.1 @opentelemetry/core
2.5.0 -> 2.5.1 @opentelemetry/exporter-jaeger
2.5.0 -> 2.5.1 @opentelemetry/propagator-b3
2.5.0 -> 2.5.1 @opentelemetry/propagator-jaeger
2.5.0 -> 2.5.1 @opentelemetry/resources
2.5.0 -> 2.5.1 @opentelemetry/sdk-metrics
2.5.0 -> 2.5.1 @opentelemetry/sdk-trace-base
2.5.0 -> 2.5.1 @opentelemetry/sdk-trace-node
2.5.0 -> 2.5.1 @opentelemetry/sdk-trace-web

This is a follow-up to the core repo release earlier today (open-telemetry/opentelemetry-js#6402).

make release-please consider this PR "user-facing"

BEGIN_COMMIT_OVERRIDE
feat(deps): update deps matching "@opentelemetry/*" (#3383)
END_COMMIT_OVERRIDE

^^^ with chore in the commit title, release-please doesn't consider these changes user-facing (https://github.com/googleapis/release-please?tab=readme-ov-file#how-should-i-write-my-commits), and skips including the packages in a release.

    0.211.0 -> 0.212.0 @opentelemetry/api-logs (range-bump)
    0.211.0 -> 0.212.0 @opentelemetry/instrumentation (range-bump)
    0.211.0 -> 0.212.0 @opentelemetry/instrumentation-fetch (range-bump)
    0.211.0 -> 0.212.0 @opentelemetry/instrumentation-grpc (range-bump)
    0.211.0 -> 0.212.0 @opentelemetry/instrumentation-http (range-bump)
    0.211.0 -> 0.212.0 @opentelemetry/instrumentation-xml-http-request (range-bump)
    0.211.0 -> 0.212.0 @opentelemetry/sdk-logs (range-bump)
    0.211.0 -> 0.212.0 @opentelemetry/sdk-node (range-bump)
    2.5.0 -> 2.5.1 @opentelemetry/context-async-hooks
    2.5.0 -> 2.5.1 @opentelemetry/context-zone-peer-dep
    2.5.0 -> 2.5.1 @opentelemetry/core
    2.5.0 -> 2.5.1 @opentelemetry/exporter-jaeger
    2.5.0 -> 2.5.1 @opentelemetry/propagator-b3
    2.5.0 -> 2.5.1 @opentelemetry/propagator-jaeger
    2.5.0 -> 2.5.1 @opentelemetry/resources
    2.5.0 -> 2.5.1 @opentelemetry/sdk-metrics
    2.5.0 -> 2.5.1 @opentelemetry/sdk-trace-base
    2.5.0 -> 2.5.1 @opentelemetry/sdk-trace-node
    2.5.0 -> 2.5.1 @opentelemetry/sdk-trace-web
@maryliag
Copy link
Copy Markdown
Contributor

lgtm once tests are passing

@trentm
Copy link
Copy Markdown
Contributor Author

trentm commented Feb 12, 2026

So far, looking at a few failures, they all seem to be timing out the 2s test limit on some (all?) mocha tests. I'll try to re-run and see if that helps.

@pichlermarc
Copy link
Copy Markdown
Member

So far, looking at a few failures, they all seem to be timing out the 2s test limit on some (all?) mocha tests. I'll try to re-run and see if that helps.

@trentm looks like they've been failing without the core updates too: #3346

@trentm
Copy link
Copy Markdown
Contributor Author

trentm commented Feb 12, 2026

@trentm
Copy link
Copy Markdown
Contributor Author

trentm commented Feb 13, 2026

So GH action runners are just too slammed or brokenly-slow to be useful right now:

    ExpressInstrumentation
      ✔ should work with ESM usage (3015ms)
      ✔ should work with Express routers (2297ms)
      ✔ should work with nested Express routers (3086ms)
      ✔ should set a correct transaction name for routes specified in RegEx (3488ms)
      ✔ should set a correct transaction name for routes consisting of array including numbers (2896ms)
      ✔ should set a correct transaction name for routes consisting of arrays of routes (3119ms)
      1) should set a correct transaction name for routes consisting of arrays of routes
      ✔ should handle more complex regexes in route arrays correctly (3131ms)
      ✔ should handle more complex regexes in route arrays correctly (2764ms)
      ✔ should handle more complex regexes in route arrays correctly (3230ms)
      ✔ should handle more complex regexes in route arrays correctly (3500ms)
      ✔ should handle more complex regexes in route arrays correctly (2591ms)
      2) should handle more complex regexes in route arrays correctly
      ✔ should handle more complex regexes in route arrays correctly (3115ms)
      ✔ should handle more complex regexes in route arrays correctly (2295ms)

Lovely.

@github-actions
Copy link
Copy Markdown
Contributor

This package does not have an assigned component owner and is considered unmaintained. As such this package is in feature-freeze and this PR will be closed with 14 days unless a new owner or a sponsor (a member of @open-telemetry/javascript-approvers) for the feature is found. It is the responsibility of the author to find a sponsor for this feature.
Are you familiar with this package? Consider becoming a component owner.

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

Labels

pkg:auto-instrumentations-node pkg:auto-instrumentations-web pkg:instrumentation-amqplib pkg:instrumentation-aws-lambda pkg:instrumentation-aws-sdk pkg:instrumentation-browser-navigation pkg:instrumentation-bunyan pkg:instrumentation-cassandra-driver pkg:instrumentation-connect pkg:instrumentation-cucumber pkg:instrumentation-dataloader pkg:instrumentation-dns pkg:instrumentation-document-load pkg:instrumentation-express pkg:instrumentation-fastify pkg:instrumentation-fs pkg:instrumentation-generic-pool pkg:instrumentation-graphql pkg:instrumentation-hapi pkg:instrumentation-ioredis pkg:instrumentation-kafkajs pkg:instrumentation-knex pkg:instrumentation-koa pkg:instrumentation-long-task pkg:instrumentation-lru-memoizer pkg:instrumentation-memcached pkg:instrumentation-mongodb pkg:instrumentation-mongoose pkg:instrumentation-mysql pkg:instrumentation-mysql2 pkg:instrumentation-nestjs-core pkg:instrumentation-net pkg:instrumentation-openai pkg:instrumentation-oracledb pkg:instrumentation-pg pkg:instrumentation-pino pkg:instrumentation-redis pkg:instrumentation-restify pkg:instrumentation-router pkg:instrumentation-runtime-node pkg:instrumentation-socket.io pkg:instrumentation-tedious pkg:instrumentation-undici pkg:instrumentation-user-interaction pkg:instrumentation-web-exception pkg:instrumentation-winston pkg:plugin-react-load pkg:propagation-utils pkg:resource-detector-alibaba-cloud pkg:resource-detector-aws pkg:resource-detector-azure pkg:resource-detector-container pkg:resource-detector-gcp pkg:resource-detector-instana pkg:sampler-aws-xray pkg:test-utils pkg-status:unmaintained This package is unmaintained. Only bugfixes may be acceped until a new owner has been found.

Projects

None yet

Development

Successfully merging this pull request may close these issues.