Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps the opentelemetry group with 6 updates in the / directory:

Package From To
@opentelemetry/exporter-prometheus 0.206.0 0.208.0
@opentelemetry/exporter-trace-otlp-http 0.206.0 0.208.0
@opentelemetry/resources 2.1.0 2.2.0
@opentelemetry/sdk-metrics 2.1.0 2.2.0
@opentelemetry/sdk-trace-base 2.1.0 2.2.0
@opentelemetry/semantic-conventions 1.37.0 1.38.0

Updates @opentelemetry/exporter-prometheus from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/exporter-prometheus's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-http from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-http's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/resources from 2.1.0 to 2.2.0

Release notes

Sourced from @​opentelemetry/resources's releases.

v2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Changelog

Sourced from @​opentelemetry/resources's changelog.

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Commits
  • fb6476d chore: prepare next release (#6008)
  • 2d115fd test: test Node.js 25 in CI (#6019)
  • fe8fd65 feat(opentelemetry-configuration): support file with format rc.2 (#6029)
  • 91e0d23 chore(deps): update actions/setup-node action to v6 (#6028)
  • 3bb5717 test(opentelemetry-configuration): ensure process.env is cleaned up after `...
  • a93b1dc chore(move-to-emeriuts): create token before checkout (#6018)
  • a39500d test(otlp-grpc-exporter-base): remove duplicated delete statements (#6022)
  • 8c62fb1 chore(deps): Update import-in-the-middle (#6020)
  • 6854413 test(sdk-logs): ensure process.env is cleaned up between tests (#6017)
  • 3353b6f feat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/resources since your current version.


Updates @opentelemetry/sdk-metrics from 2.1.0 to 2.2.0

Release notes

Sourced from @​opentelemetry/sdk-metrics's releases.

v2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Changelog

Sourced from @​opentelemetry/sdk-metrics's changelog.

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Commits
  • fb6476d chore: prepare next release (#6008)
  • 2d115fd test: test Node.js 25 in CI (#6019)
  • fe8fd65 feat(opentelemetry-configuration): support file with format rc.2 (#6029)
  • 91e0d23 chore(deps): update actions/setup-node action to v6 (#6028)
  • 3bb5717 test(opentelemetry-configuration): ensure process.env is cleaned up after `...
  • a93b1dc chore(move-to-emeriuts): create token before checkout (#6018)
  • a39500d test(otlp-grpc-exporter-base): remove duplicated delete statements (#6022)
  • 8c62fb1 chore(deps): Update import-in-the-middle (#6020)
  • 6854413 test(sdk-logs): ensure process.env is cleaned up between tests (#6017)
  • 3353b6f feat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/sdk-metrics since your current version.


Updates @opentelemetry/sdk-trace-base from 2.1.0 to 2.2.0

Release notes

Sourced from @​opentelemetry/sdk-trace-base's releases.

v2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Changelog

Sourced from @​opentelemetry/sdk-trace-base's changelog.

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Commits
  • fb6476d chore: prepare next release (#6008)
  • 2d115fd test: test Node.js 25 in CI (#6019)
  • fe8fd65 feat(opentelemetry-configuration): support file with format rc.2 (#6029)
  • 91e0d23 chore(deps): update actions/setup-node action to v6 (#6028)
  • 3bb5717 test(opentelemetry-configuration): ensure process.env is cleaned up after `...
  • a93b1dc chore(move-to-emeriuts): create token before checkout (#6018)
  • a39500d test(otlp-grpc-exporter-base): remove duplicated delete statements (#6022)
  • 8c62fb1 chore(deps): Update import-in-the-middle (#6020)
  • 6854413 test(sdk-logs): ensure process.env is cleaned up between tests (#6017)
  • 3353b6f feat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/sdk-trace-base since your current version.


Updates @opentelemetry/semantic-conventions from 1.37.0 to 1.38.0

Release notes

Sourced from @​opentelemetry/semantic-conventions's releases.

semconv/v1.38.0

1.38.0

🚀 Features

  • feat: update semantic conventions to v1.38.0 #6090 @​trentm
    • Semantic Conventions v1.38.0: changelog | latest docs
    • @opentelemetry/semantic-conventions (stable) changes: none
    • @opentelemetry/semantic-conventions/incubating (unstable) changes: 1 exported value changed, 40 newly deprecated exports, 1 newly undeprecated export, 157 added exports

Unstable changes in v1.38.0

ATTR_PROCESS_CONTEXT_SWITCH_TYPE // process.context_switch_type -> process.context_switch.type
METRIC_K8S_CRONJOB_ACTIVE_JOBS                  // k8s.cronjob.active_jobs: Replaced by `k8s.cronjob.job.active`.
METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES    // k8s.daemonset.current_scheduled_nodes: Replaced by `k8s.daemonset.node.current_scheduled`.
METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES    // k8s.daemonset.desired_scheduled_nodes: Replaced by `k8s.daemonset.node.desired_scheduled`.
METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES         // k8s.daemonset.misscheduled_nodes: Replaced by `k8s.daemonset.node.misscheduled`.
METRIC_K8S_DAEMONSET_READY_NODES                // k8s.daemonset.ready_nodes: Replaced by `k8s.daemonset.node.ready`.
METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS            // k8s.deployment.available_pods: Replaced by `k8s.deployment.pod.available`.
METRIC_K8S_DEPLOYMENT_DESIRED_PODS              // k8s.deployment.desired_pods: Replaced by `k8s.deployment.pod.desired`.
METRIC_K8S_HPA_CURRENT_PODS                     // k8s.hpa.current_pods: Replaced by `k8s.hpa.pod.current`.
METRIC_K8S_HPA_DESIRED_PODS                     // k8s.hpa.desired_pods: Replaced by `k8s.hpa.pod.desired`.
METRIC_K8S_HPA_MAX_PODS                         // k8s.hpa.max_pods: Replaced by `k8s.hpa.pod.max`.
METRIC_K8S_HPA_MIN_PODS                         // k8s.hpa.min_pods: Replaced by `k8s.hpa.pod.min`.
METRIC_K8S_JOB_ACTIVE_PODS                      // k8s.job.active_pods: Replaced by `k8s.job.pod.active`.
METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS          // k8s.job.desired_successful_pods: Replaced by `k8s.job.pod.desired_successful`.
METRIC_K8S_JOB_FAILED_PODS                      // k8s.job.failed_pods: Replaced by `k8s.job.pod.failed`.
METRIC_K8S_JOB_MAX_PARALLEL_PODS                // k8s.job.max_parallel_pods: Replaced by `k8s.job.pod.max_parallel`.
METRIC_K8S_JOB_SUCCESSFUL_PODS                  // k8s.job.successful_pods: Replaced by `k8s.job.pod.successful`.
METRIC_K8S_NODE_ALLOCATABLE_CPU                 // k8s.node.allocatable.cpu: Replaced by `k8s.node.cpu.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE   // k8s.node.allocatable.ephemeral_storage: Replaced by `k8s.node.ephemeral_storage.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_MEMORY              // k8s.node.allocatable.memory: Replaced by `k8s.node.memory.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_PODS                // k8s.node.allocatable.pods: Replaced by `k8s.node.pod.allocatable`.
METRIC_K8S_REPLICASET_AVAILABLE_PODS            // k8s.replicaset.available_pods: Replaced by `k8s.replicaset.pod.available`.
METRIC_K8S_REPLICASET_DESIRED_PODS              // k8s.replicaset.desired_pods: Replaced by `k8s.replicaset.pod.desired`.
METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS // k8s.replicationcontroller.available_pods: Replaced by `k8s.replicationcontroller.pod.available`.
METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS   // k8s.replicationcontroller.desired_pods: Replaced by `k8s.replicationcontroller.pod.desired`.
METRIC_K8S_STATEFULSET_CURRENT_PODS             // k8s.statefulset.current_pods: Replaced by `k8s.statefulset.pod.current`.
</tr></table> 

... (truncated)

Commits
  • e460f03 chore: prepare next release (#6091)
  • 32336f1 feat(semantic-conventions): update semantic conventions to v1.38.0 (#6090)
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/semantic-conventions since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the opentelemetry group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.37.0` | `1.38.0` |



Updates `@opentelemetry/exporter-prometheus` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

Updates `@opentelemetry/exporter-trace-otlp-http` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

Updates `@opentelemetry/resources` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.1.0...v2.2.0)

Updates `@opentelemetry/sdk-metrics` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.1.0...v2.2.0)

Updates `@opentelemetry/sdk-trace-base` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.1.0...v2.2.0)

Updates `@opentelemetry/semantic-conventions` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@semconv/v1.37.0...semconv/v1.38.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/resources"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 7, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant