Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Type Update Change
tracing-opentelemetry dependencies minor 0.17 -> 0.32

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!

v0.21.0

Compare Source

Added
  • Ability to produce measurement with attributes (#​43)
Breaking Changes
Fixed
  • Trace IDs not matching when propagating invalid contexts (#​55)

Thanks to @​ymgyt and @​hdost for contributing to this release!

v0.20.0

Compare Source

Added
  • Add OpenTelemetrySpanExt::set_attribute function (#​34)
Breaking Changes
  • Upgrade to v0.20.0 of opentelemetry (#​36)
    For list of breaking changes in OpenTelemetry, see the
    v0.20.0 changelog.

Thanks to @​ymgyt, @​mladedav, @​shaun-cox, and @​Protryon for contributing to this release!

v0.19.0

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

Thanks to @​jaysonsantos, @​briankung, and @​humb1t for contributing to this release!

v0.18.0

Breaking Changes
Fixed
  • on_event respects event's explicit parent ([#​2296])

Thanks to @​wprzytula for contributing to this release!

v0.17.4

This release adds optional support for recording std::error::Errors using
[OpenTelemetry's semantic conventions for exceptions][exn-semconv].

Added
  • Layer::with_exception_fields to enable emitting exception.message and
    exception.backtrace semantic-convention fields when an Error is recorded
    as a span or event field (#​2135)
  • Layer::with_exception_field_propagation to enable setting exception.message and
    exception.backtrace semantic-convention fields on the current span when an
    event with an Error field is recorded (#​2135)

Thanks to @​lilymara-onesignal for contributing to this release!

v0.17.3

This release adds support for emitting thread names and IDs to OpenTelemetry, as
well as recording std::error::Error values in a structured manner with their
source chain included. Additionally, this release fixes issues related to event
and span source code locations.

Added
Changed
  • std::error::Error values are now recorded using fmt::Display rather than
    fmt::Debug (#​2122)
Fixed
  • Fixed event source code locations overwriting the parent span's source
    location (#​2099)
  • Fixed Layer::with_event_location not controlling whether locations are
    emitted for spans as well as events (#​2124)
Deprecated
  • Layer::with_event_location: renamed to Layer::with_location, as it now
    controls both span and event locations (#​2124)

Thanks to new contributors @​lilymara-onesignal, @​hubertbudzynski, and @​DevinCarr
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 changed the title deps: update rust crate tracing-opentelemetry to 0.18 deps: update rust crate tracing-opentelemetry to 0.19 May 29, 2023
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 177da71 to 930c9bf Compare May 29, 2023 22:02
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.19 deps: update rust crate tracing-opentelemetry to 0.20 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 930c9bf to 58c1f66 Compare August 5, 2023 05:39
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.20 deps: update rust crate tracing-opentelemetry to 0.21 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 58c1f66 to f2a34da Compare August 30, 2023 08:37
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.21 deps: update rust crate tracing-opentelemetry to 0.22 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from f2a34da to 543ccfa Compare November 8, 2023 11:58
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 543ccfa to 6fe0233 Compare March 7, 2024 20:49
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.22 deps: update rust crate tracing-opentelemetry to 0.23 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 6fe0233 to 4bef741 Compare May 30, 2024 23:42
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.23 deps: update rust crate tracing-opentelemetry to 0.24 May 30, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 4bef741 to 1eb9612 Compare July 24, 2024 08:54
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.24 deps: update rust crate tracing-opentelemetry to 0.25 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 1eb9612 to 38234e2 Compare September 11, 2024 23:24
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.25 deps: update rust crate tracing-opentelemetry to 0.26 Sep 11, 2024
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.26 deps: update rust crate tracing-opentelemetry to 0.27 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 38234e2 to 281e8ce Compare October 10, 2024 02:24
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 281e8ce to 1ce892c Compare November 14, 2024 05:49
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.27 deps: update rust crate tracing-opentelemetry to 0.28 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 1ce892c to b4898b9 Compare February 15, 2025 03:37
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.28 deps: update rust crate tracing-opentelemetry to 0.29 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from b4898b9 to 48088e0 Compare March 26, 2025 00:10
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.29 deps: update rust crate tracing-opentelemetry to 0.30 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 48088e0 to 1c7b72c Compare June 6, 2025 12:34
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.30 deps: update rust crate tracing-opentelemetry to 0.31 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 1c7b72c to 47b370b Compare August 11, 2025 08:10
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 47b370b to a4efb0c Compare September 26, 2025 20:07
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from a4efb0c to a967b14 Compare October 2, 2025 00:02
@renovate renovate bot changed the title deps: update rust crate tracing-opentelemetry to 0.31 deps: update rust crate tracing-opentelemetry to 0.32 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from a967b14 to 3b831a7 Compare December 11, 2025 23:57
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