Skip to content

Bump the opentelemetry group across 1 directory with 2 updates#4202

Open
dependabot[bot] wants to merge 1 commit into
release/0.7from
dependabot/cargo/release/0.7/opentelemetry-4351b4d06a
Open

Bump the opentelemetry group across 1 directory with 2 updates#4202
dependabot[bot] wants to merge 1 commit into
release/0.7from
dependabot/cargo/release/0.7/opentelemetry-4351b4d06a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Bumps the opentelemetry group with 2 updates in the / directory: opentelemetry-prometheus and tracing-opentelemetry.

Updates opentelemetry-prometheus from 0.17.0 to 0.32.0

Release notes

Sourced from opentelemetry-prometheus's releases.

0.32.0

See release notes: https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md

opentelemetry-otlp 0.31.1

What's Changed

Full Changelog: open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1

v0.31.0

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.31.0 for this release).

0.30.0 Release

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.30.0 for this release).

This release also upgrades Metrics-SDK to stable!

See summary of release notes: https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md

0.29.0 Release

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.29.0 for this release).

This release also upgrades

  • Logs-SDK to stable
  • Logs-Appender-Tracing to stable
  • Baggage to RC

And deprecates

  • Prometheus exporter is - now deprecated in favor of OTLP exporter.

0.28.0 Release

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.28.0 for this release).

This release also upgrades

  • Logs API to stable
  • Logs-SDK, Logs OTLP exporter, Logs-Appender-Tracing to RC
  • Metrics-API to stable
  • Metrics-SDK, Metrics OTLP exporter to RC.

This release introduces several breaking changes as we progress toward a stable version for logs and metrics. We recommend reviewing the Migration Guide along with the changelogs to ensure a smooth upgrade.

opentelemetry-0.27.1 patch release

This release has improved internal logging to help with troubleshooting.

opentelemetry_sdk-0.27.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

... (truncated)

Changelog

Sourced from opentelemetry-prometheus's changelog.

Release Notes 0.32

OpenTelemetry Rust 0.32 continues to drive the Logs, Metrics, and Distributed Tracing components forward. The Logs and Metrics API and SDK remain stable, with no breaking changes in this release. The OTLP Exporters and the Distributed Tracing API/SDK remain in pre-stable states (Release-Candidate and Beta respectively), and this release introduces a small number of intentional breaking changes in those areas to prepare them for stabilization.

For detailed changelogs of individual crates, please refer to their respective changelog files. This document serves as a summary of the main changes.

Key Changes

Metrics SDK

  1. Bound instruments (experimental): Added Counter::bind() and Histogram::bind() returning pre-bound measurement handles (BoundCounter<T>, BoundHistogram<T>). Bound instruments resolve the attribute-to-aggregator mapping once at bind time and cache the result, eliminating per-call HashMap lookups on the hot path. Benchmarks show ~28x speedup for counter operations and ~9x for histograms. Gated behind the experimental_metrics_bound_instruments feature flag.

  2. Delta collection efficiency: Delta metrics collection now uses in-place eviction instead of draining the HashMap on every collect cycle. Stale attribute sets that received no measurements since the last collection are evicted.

  3. Stable Aggregation API: Aggregation and StreamBuilder::with_aggregation() are now stable and no longer require the spec_unstable_metrics_views feature flag.

Logs

  1. Tracing-span attribute enrichment (experimental): The opentelemetry-appender-tracing crate can now copy attributes from active tracing spans onto each emitted log record. ("Span" here refers to tracing::span!, not an opentelemetry::trace::Span.) Enrichment is disabled by default with zero per-span overhead, and is gated behind the new experimental_span_attributes cargo feature.

  2. spec_unstable_logs_enabled removed: The capability (and the backing specification) is now stable and is enabled by default. The feature flag has been removed.

Distributed Tracing (Beta)

The Distributed Tracing API and SDK remain in beta. This release contains intentional breaking changes to clean up the public surface ahead of

... (truncated)

Commits
  • ec289cb chore: Prepare for release v0.32.0 (#3508)
  • 3ddb386 fix(metrics): reject usize::MAX as cardinality limit (#3506)
  • bad0a1b feat(appender-tracing): re-gate span attribute enrichment behind experimental...
  • f744509 docs: update README status table and remove deprecated crates (#3502)
  • 81d5a06 chore(prometheus): restore crate to workspace (#3500)
  • 5a07ce1 ci: close stale pull requests (#3499)
  • cc87dd9 feat(appender-tracing): stabilize span attribute propagation (#3482)
  • f290595 docs(metrics): document experimental bound instruments (#3495)
  • a79eb76 fix(sdk): suppress telemetry in SimpleSpanProcessor during export (#3494)
  • aa3bda3 chore(zipkin): deprecate opentelemetry-zipkin crate (#3492)
  • Additional commits viewable in compare view

Updates tracing-opentelemetry from 0.25.0 to 0.31.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.31.0

Breaking Changes

  • Upgrade from opentelemetry 0.29.0 to 0.30.0. Refer to the upstream changelog for more information.

Added

  • Add OpenTelemetrySpanExt::add_event and OpenTelemetrySpanExt::add_event_with_timestamp functions to allow adding OpenTelemetry events directly to a tracing::Span, enabling the use of dynamic attribute keys and custom event timestamps.

0.30.0

What's Changed

v0.29.0

What's Changed

0.28.0

What's Changed

0.27.0

Breaking Changes

  • Upgrade to opentelemetry 0.26. Refer to the upstream changelog for more information.

0.26.0

What's Changed

Changelog

Sourced from tracing-opentelemetry's changelog.

0.31.0 (June 2, 2025)

Breaking Changes

  • Upgrade from opentelemetry 0.29.0 to 0.30.0. Refer to the upstream changelog for more information.

Added

  • Add OpenTelemetrySpanExt::add_event and OpenTelemetrySpanExt::add_event_with_timestamp functions to allow adding OpenTelemetry events directly to a tracing::Span, enabling the use of dynamic attribute keys and custom event timestamps.

0.30.0 (March 23, 2025)

Breaking Changes

  • Upgrade from opentelemetry 0.28.0 to 0.29.0. Refer to the upstream changelog for more information.

0.27.0 (October 9, 2024)

Breaking Changes

  • Upgrade to opentelemetry 0.26. Refer to the upstream changelog for more information.

0.26.0 (September 10, 2024)

Breaking Changes

  • Upgrade to opentelemetry 0.25. Refer to the upstream changelog for more information.
Commits
  • da83e89 chore: prepare release of 0.31.0 (#207)
  • 8905ee7 Upgrade to otel 0.30 (#205)
  • 088a700 Fix: use dedicated with_service_name in otlp example
  • 85e28ac feat: Add OpenTelemetrySpanExt methods for direct span event creation
  • 11a0471 Fix: Address unrelated clippy warning (double_ended_iterator_last)
  • 722679b Fix: Address clippy doc indentation warning
  • b6701c1 Update CHANGELOG.md
  • 0dbe342 chore: prepare for release 0.30.0
  • 8ef39f7 chore: update from opentelemetry-sdk 0.28.0 to 0.29.0 (#196)
  • 6179c15 doc : tracked inactivity default
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
tracing-opentelemetry [>= 0.32.a, < 0.33]
opentelemetry-prometheus [>= 0.29.a, < 0.30]

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 8, 2025
@dependabot dependabot Bot requested a review from a team as a code owner December 8, 2025 19:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 8, 2025
Copy link
Copy Markdown
Contributor

@divviup-github-automation divviup-github-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependabot PR.

@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from 5496dfa to 6d66eb4 Compare December 9, 2025 16:11
@tgeoghegan
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 4 times, most recently from 2911d8b to 7558ce9 Compare December 22, 2025 20:30
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 3 times, most recently from 8514dfc to a350c62 Compare January 7, 2026 00:48
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from a350c62 to d5dfea7 Compare January 19, 2026 20:51
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from d5dfea7 to cb486ee Compare January 26, 2026 21:04
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 2 times, most recently from 8b05883 to aae590f Compare February 9, 2026 22:37
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from aae590f to 794c1fe Compare February 16, 2026 19:49
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from 794c1fe to 9d34e47 Compare February 23, 2026 21:05
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 2 times, most recently from f2ebc9d to 1b40dfd Compare March 9, 2026 20:45
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 2 times, most recently from 56c4179 to 2ac3729 Compare March 23, 2026 19:28
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 2 times, most recently from 90c06ed to c896011 Compare April 6, 2026 19:26
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 2 times, most recently from a907471 to 86ac8c3 Compare April 15, 2026 19:25
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from 86ac8c3 to 64d23ba Compare April 22, 2026 19:25
@dependabot dependabot Bot changed the title Bump the opentelemetry group with 2 updates Bump the opentelemetry group across 1 directory with 2 updates Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch 2 times, most recently from 7d36cf9 to a3f86f0 Compare April 29, 2026 19:25
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from a3f86f0 to cd2a5da Compare May 6, 2026 19:25
Bumps the opentelemetry group with 2 updates in the / directory: [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust) and [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry).


Updates `opentelemetry-prometheus` from 0.17.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-prometheus-0.17.0...opentelemetry-prometheus-0.32.0)

Updates `tracing-opentelemetry` from 0.25.0 to 0.31.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.25.0...v0.31.0)

---
updated-dependencies:
- dependency-name: opentelemetry-prometheus
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: tracing-opentelemetry
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/release/0.7/opentelemetry-4351b4d06a branch from cd2a5da to d92f473 Compare May 13, 2026 19:38
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants