Skip to content

fix(deps): update rust crate tracing-opentelemetry to 0.32.0#18

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tracing-opentelemetry-0.x
Open

fix(deps): update rust crate tracing-opentelemetry to 0.32.0#18
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tracing-opentelemetry-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

This PR contains the following updates:

Package Type Update Change
tracing-opentelemetry dependencies minor 0.18.00.32.0

Release Notes

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

v0.32.1

Compare Source

Added
  • allow OpenTelemetry context access with SpanRef (#​234)
  • add event-counting filtering layer for spans (#​228)
  • publicly export SetParentError
Fixed
  • fix panic in multithreaded follows-from
Other
  • Remove unwanted dependency on opentelemetry sdk crate (#​241)
  • update README.md links to use the latest version (#​239)
  • remove thiserror and unused dependencies (#​238)

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!


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 2f0be20 to 8a849ad Compare May 30, 2024 20:52
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.23.0 fix(deps): update rust crate tracing-opentelemetry to 0.24.0 May 30, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 8a849ad to 213d01f Compare July 24, 2024 02:46
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.24.0 fix(deps): update rust crate tracing-opentelemetry to 0.25.0 Jul 24, 2024
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.25.0 fix(deps): 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 213d01f to 6c07a9e Compare September 10, 2024 17:43
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 6c07a9e to 99b5e27 Compare October 10, 2024 11:48
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.26.0 fix(deps): update rust crate tracing-opentelemetry to 0.27.0 Oct 10, 2024
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.27.0 fix(deps): update rust crate tracing-opentelemetry to 0.28.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 99b5e27 to c37e3fc Compare November 14, 2024 08:47
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from c37e3fc to 95165fb Compare February 15, 2025 07:31
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.28.0 fix(deps): update rust crate tracing-opentelemetry to 0.29.0 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 95165fb to 73f9941 Compare March 26, 2025 23:55
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.29.0 fix(deps): update rust crate tracing-opentelemetry to 0.30.0 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 73f9941 to 10d7d43 Compare June 6, 2025 12:23
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.30.0 fix(deps): update rust crate tracing-opentelemetry to 0.31.0 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 10d7d43 to 3f818cd Compare October 1, 2025 18:44
@renovate renovate bot changed the title fix(deps): update rust crate tracing-opentelemetry to 0.31.0 fix(deps): update rust crate tracing-opentelemetry to 0.32.0 Oct 1, 2025
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.

0 participants