Skip to content

chore(deps): bump @opentelemetry/exporter-prometheus from 0.57.2 to 0.210.0 in /test/opentelemetry-metrics/fixtures#4948

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/test/opentelemetry-metrics/fixtures/opentelemetry/exporter-prometheus-0.210.0
Closed

chore(deps): bump @opentelemetry/exporter-prometheus from 0.57.2 to 0.210.0 in /test/opentelemetry-metrics/fixtures#4948
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/test/opentelemetry-metrics/fixtures/opentelemetry/exporter-prometheus-0.210.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps @opentelemetry/exporter-prometheus from 0.57.2 to 0.210.0.

Release notes

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

experimental/v0.210.0

0.210.0

💥 Breaking Changes

  • feat(sdk-node)!: do not add default MetricReader when an empty metricReaders array is provided to NodeSDK constructor #6272 @​pichlermarc
    • (user-facing): setting metricsReaders: [] now prevents the NodeSDK from instantiating a Metrics SDK, regardless of settings in OTEL_METRICS_EXPORTER env var.

🐛 Bug Fixes

  • fix(sdk-node): ensure invalid metric reader config does not throw on startup #6295 @​pichlermarc

experimental/v0.209.0

0.209.0

💥 Breaking Changes

  • fix(opentelemetry-sdk-node): default to otlp if OTEL_METRICS_EXPORTER is empty #6092 @​jeengbe
    • (user-facing): NodeSDK now automatically instantiates a Metrics SDK. To disable it, set environment varaible OTEL_METRICS_EXPORTER=none.

🚀 Features

  • feat(exporter-prometheus): support withoutScopeInfo option #5993 @​cjihrig
  • refactor(configuration): improvements on package #6101 @​maryliag
  • feat(configuration): set logger provider exporter type from env variable #6104 @​maryliag
  • feat(configuration): set meter provider exporter type from env variable #6105 @​maryliag
  • feat(configuration): set tracer provider exporter type from env variables #6106 @​maryliag
  • feat(configuration): set meter provider exporter type from env variable #6105 @​maryliag
  • refactor(configuration): throw warning and not error for invalid files #6124 @​maryliag
  • refactor(configuration): dont have a default value for node resource detectors #6131 @​maryliag
  • feat(configuration): doesnt set meter,tracer,logger provider by default #6130 @​maryliag
  • feat(opentelemetry-sdk-node): set instrumentation and propagators for experimental start #6148 @​maryliag
  • refactor(configuration): set console exporter as empty object #6164 @​maryliag
  • feat(instrumentation-http, instrumentation-fetch, instrumentation-xml-http-request): support "QUERY" as a known HTTP method

🐛 Bug Fixes

  • fix(instrumentation-grpc): attach correct name to diag message #6097 @​pichlermarc
  • fix(configuration): merge service name from OTEL_SERVICE_NAME instead of replacing all resource attributes #6162 @​maryliag
  • fix(configuration): combine resource attributes and attributes list correctly #6166 @​maryliag
  • fix(sdk-node): add missing direct dependency to @​opentelemetry/context-async-hooks #6189 @​pichlermarc
  • fix(instrumentation-fetch): use feature detection for browser environment #6200 @​overbalance
  • fix(otlp-exporter-base): ensure retry on network errors during HTTP export #6147 @​jsokol805

📚 Documentation

  • docs(exporter-prometheus): correct @default value for appendTimestamp option in JSDoc #6191 @​Slawaq

🏠 Internal

... (truncated)

Commits
  • 5e6504d chore: prepare next release (#6275)
  • 4a0036a fix(sdk-node): ensure invalid metric reader config does not throw on startup ...
  • a1485a2 chore(deps): update dependency @​size-limit/webpack to v12 (#6198)
  • dd2e407 fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input v...
  • 77040f3 refactor(sdk-metrics): remove Promise.allSettled() ponyfill (#6277)
  • 52a1367 fix(core): Avoid using DOM types for otperformance export (#6278)
  • 746c41d chore(deps): update dependency @​size-limit/file to v12 (#6172)
  • 42ef586 chore(deps): update nx to 22.3.0 - manually repaired (#6233)
  • 87a0b45 feat(sdk-node)!: do not instantiate metrics SDK on empty metricReaders (#6272)
  • 73f6454 chore(browser): fix CODEOWNERS (#6273)
  • 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/exporter-prometheus since your current version.


Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) from 0.57.2 to 0.210.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.57.2...experimental/v0.210.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-version: 0.210.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 4, 2026 00:53
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Feb 4, 2026
@github-actions
Copy link

github-actions bot commented Feb 4, 2026

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2026

Superseded by #4960.

@dependabot dependabot bot closed this Feb 11, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/test/opentelemetry-metrics/fixtures/opentelemetry/exporter-prometheus-0.210.0 branch February 11, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants