Skip to content

Update Rust crate tracing-opentelemetry to 0.32.1#1229

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

Update Rust crate tracing-opentelemetry to 0.32.1#1229
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tracing-opentelemetry-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2024

This PR contains the following updates:

Package Type Update Change
tracing-opentelemetry workspace.dependencies minor 0.22.00.32.1

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.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 added the dependencies Pull requests that update a dependency file label Mar 22, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 0cad0f0 to 82f5f75 Compare March 24, 2024 03:33
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 82f5f75 to 63c3a05 Compare May 1, 2024 11:09
@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 63c3a05 to 15b4f44 Compare May 29, 2024 11:08
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 15b4f44 to c5dd119 Compare June 24, 2024 14:13
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from c5dd119 to 4dcc17b Compare July 22, 2024 03:50
@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 22, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 4dcc17b to 817a9b2 Compare September 4, 2024 04:57
@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 11, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 817a9b2 to 38efcc0 Compare September 11, 2024 04:58
@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 force-pushed the renovate/tracing-opentelemetry-0.x branch from 38efcc0 to b591ada Compare October 9, 2024 11:50
@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 14, 2024
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from b591ada to 43a8fc6 Compare November 14, 2024 04:29
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 43a8fc6 to ba8a4ef Compare January 26, 2025 10:02
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from ba8a4ef to 3112ecf Compare February 13, 2025 06:54
@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 13, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 3112ecf to 853101e Compare February 26, 2025 05:49
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 853101e to 41d5cc6 Compare March 18, 2025 04:40
@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 24, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 41d5cc6 to 57f6131 Compare March 24, 2025 05:48
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 57f6131 to 2dce64b Compare April 10, 2025 17:41
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 2dce64b to 52891d0 Compare June 2, 2025 09:46
@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 52891d0 to 17ac0af Compare August 11, 2025 06:00
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch 2 times, most recently from 96fe0c0 to 4fdd08d Compare October 1, 2025 03:12
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.31.0 Update Rust crate tracing-opentelemetry to 0.32.0 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 4fdd08d to 8b7afdf Compare December 11, 2025 04:16
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 8b7afdf to 335a0cc Compare January 12, 2026 12:50
@renovate renovate bot changed the title Update Rust crate tracing-opentelemetry to 0.32.0 Update Rust crate tracing-opentelemetry to 0.32.1 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch 2 times, most recently from 020a32c to 0592aa8 Compare March 4, 2026 05:18
@renovate renovate bot force-pushed the renovate/tracing-opentelemetry-0.x branch from 0592aa8 to cdbf9b6 Compare March 14, 2026 04:43
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants