Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

This PR contains the following updates:

Package Type Update Change
tracing-opentelemetry dependencies minor 0.21.0 -> 0.32.0

Release Notes

tokio-rs/tracing-opentelemetry (tracing-opentelemetry)

v0.32.0

Compare Source

Added
  • Add configuration for including target in spans (#​222)
Changed
  • OpenTelemetry context activation (#​202)
    • Trace ID and span ID can be obtained from OtelData via dedicated functions. Note that these
      will be available only if the context has already been built. (#​233)
  • Correctly track entered and exited state for timings (#​212)
  • Slightly improve error message on version mismatch (#​211)
  • Remove Lazy for thread_local static (#​215)
  • Update description of special fields and semantic conventions
Breaking Changes
  • The attributes code.filepath, code.lineno, and code.namespace have been renamed to
    code.file.path, and code.line.number, and code.module.name, to align with the opentelemetry
    semantic conventions for code. (#​225)
  • Upgrade from opentelemetry to 0.31.0. Refer to the upstream
    changelog
    for more information. (#​230)
  • Hold onto MetricsProvider in MetricsLayer (#​224)
  • The attribute otel.status_message was changed to otel.status_description to align with the
    opentelemetry semantic conventions for code. (#​209)
  • Remove the metrics_gauge_unstable feature.

v0.31.0

Compare Source

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.

v0.30.0

Compare Source

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

v0.29.0

Compare Source

What's Changed

v0.28.0: 0.28.0

Compare Source

What's Changed

v0.27.0

Compare Source

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

v0.26.0

Compare Source

Breaking Changes
  • Upgrade to opentelemetry 0.25. Refer to the upstream
    changelog
    for more information.

v0.25.0

Compare Source

Breaking Changes
  • Upgrade to opentelemetry 0.24. Refer to the upstream
    changelog
    for more information.
Fixed
  • Invalidate sample decision on set parent (#​153)
  • chore: fix on_close() comment (#​148)

v0.24.0

Compare Source

Breaking Changes
  • Upgrade to opentelemetry 0.23. Refer to the upstream
    changelog
    for more information.
Added
Fixed
  • Fixed compilation on WASI targets (#​147)
  • Set span end time when it exists (#​124)

v0.23.0

Compare Source

Breaking Changes
  • Upgrade to opentelemetry 0.22. Refer to the upstream
    changelog
    for more information. In particular, i64 histograms will silently downgrade to
    key/value exports.

v0.22.0

Compare Source

Breaking Changes
  • Upgrade to v0.21.0 of opentelemetry
    For list of breaking changes in OpenTelemetry, see the
    v0.21.0 changelog.
  • Update MSRV to require Rust 1.65+, as opentelemetry requires it now. (#​68)
Fixed

Thanks to @​jesseditson, @​AsmPrgmC3, and @​rthomas for contributing to this release!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/tracing-opentelemetry-0.x branch from 398a1f3 to 8d885ea Compare January 8, 2024 14:03
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.22.0 Update Rust crate tracing-opentelemetry to 0.23.0 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 8d885ea to 4782e84 Compare March 5, 2024 20:19
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.23.0 Update Rust crate tracing-opentelemetry to 0.24.0 May 29, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 4782e84 to 3ec6554 Compare May 29, 2024 13:56
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 3ec6554 to f3cf931 Compare July 21, 2024 15:56
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.24.0 Update Rust crate tracing-opentelemetry to 0.25.0 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from f3cf931 to da2a9f9 Compare September 10, 2024 10:48
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.25.0 Update Rust crate tracing-opentelemetry to 0.26.0 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from da2a9f9 to d7e8a14 Compare October 9, 2024 09:56
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.26.0 Update Rust crate tracing-opentelemetry to 0.27.0 Oct 9, 2024
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.27.0 Update Rust crate tracing-opentelemetry to 0.28.0 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from d7e8a14 to dbb553e Compare November 13, 2024 23:05
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from dbb553e to 25eda44 Compare February 12, 2025 16:57
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.28.0 Update Rust crate tracing-opentelemetry to 0.29.0 Feb 12, 2025
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.29.0 Update Rust crate tracing-opentelemetry to 0.30.0 Mar 23, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 25eda44 to d723456 Compare March 23, 2025 18:29
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from d723456 to 9856f5d Compare June 2, 2025 10:01
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.30.0 Update Rust crate tracing-opentelemetry to 0.31.0 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 9856f5d to 1a78cbe Compare August 10, 2025 14:54
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch 2 times, most recently from 1e2a087 to 78ed798 Compare September 30, 2025 22:54
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.31.0 Update Rust crate tracing-opentelemetry to 0.32.0 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 78ed798 to f593114 Compare December 10, 2025 11:09
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.

1 participant