Update Rust crate tracing-opentelemetry to 0.33.0#1229
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
March 24, 2024 03:33
0cad0f0 to
82f5f75
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
May 1, 2024 11:09
82f5f75 to
63c3a05
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
May 29, 2024 11:08
63c3a05 to
15b4f44
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
June 24, 2024 14:13
15b4f44 to
c5dd119
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
July 22, 2024 03:50
c5dd119 to
4dcc17b
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
September 4, 2024 04:57
4dcc17b to
817a9b2
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
September 11, 2024 04:58
817a9b2 to
38efcc0
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
October 9, 2024 11:50
38efcc0 to
b591ada
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
November 14, 2024 04:29
b591ada to
43a8fc6
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
January 26, 2025 10:02
43a8fc6 to
ba8a4ef
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
February 13, 2025 06:54
ba8a4ef to
3112ecf
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
February 26, 2025 05:49
3112ecf to
853101e
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
March 18, 2025 04:40
853101e to
41d5cc6
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
March 24, 2025 05:48
41d5cc6 to
57f6131
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
April 10, 2025 17:41
57f6131 to
2dce64b
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
June 2, 2025 09:46
2dce64b to
52891d0
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
August 11, 2025 06:00
52891d0 to
17ac0af
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
2 times, most recently
from
October 1, 2025 03:12
96fe0c0 to
4fdd08d
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
December 11, 2025 04:16
4fdd08d to
8b7afdf
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
January 12, 2026 12:50
8b7afdf to
335a0cc
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
2 times, most recently
from
March 4, 2026 05:18
020a32c to
0592aa8
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
March 14, 2026 04:43
0592aa8 to
cdbf9b6
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
May 19, 2026 04:53
cdbf9b6 to
873e072
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
June 19, 2026 04:16
873e072 to
257499a
Compare
renovate
Bot
force-pushed
the
renovate/tracing-opentelemetry-0.x
branch
from
July 21, 2026 05:40
257499a to
aafdf4d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.0→0.33.0Release Notes
tokio-rs/tracing-opentelemetry (tracing-opentelemetry)
v0.33.0Compare Source
Fixed
Other
v0.32.1Compare Source
Added
SetParentErrorFixed
Other
v0.32.0Compare Source
Added
targetin spans (#222)Changed
OtelDatavia dedicated functions. Note that thesewill be available only if the context has already been built. (#233)
Breaking Changes
code.filepath,code.lineno, andcode.namespacehave been renamed tocode.file.path, andcode.line.number, andcode.module.name, to align with the opentelemetrysemantic conventions for code. (#225)
changelog
for more information. (#230)
MetricsProviderinMetricsLayer(#224)otel.status_messagewas changed tootel.status_descriptionto align with theopentelemetry semantic conventions for code. (#209)
metrics_gauge_unstablefeature.v0.31.0Compare Source
Breaking Changes
changelog
for more information.
Added
OpenTelemetrySpanExt::add_eventandOpenTelemetrySpanExt::add_event_with_timestampfunctions to allow adding OpenTelemetry events directly to a
tracing::Span, enabling the use of dynamic attribute keysand custom event timestamps.
v0.30.0Compare Source
Breaking Changes
changelog
for more information.
v0.29.0Compare Source
What's Changed
OpenTelemetryLayerinto a global subscriber by @mzabaluev in #175v0.28.0: 0.28.0Compare Source
What's Changed
Layer::on_closeby @mzabaluev in #173v0.27.0Compare Source
Breaking Changes
changelog
for more information.
v0.26.0Compare Source
Breaking Changes
changelog
for more information.
v0.25.0Compare Source
Breaking Changes
changelog
for more information.
Fixed
v0.24.0Compare Source
Breaking Changes
changelog
for more information.
Added
Fixed
v0.23.0Compare Source
Breaking Changes
changelog
for more information. In particular, i64 histograms will silently downgrade to
key/value exports.
Configuration
📅 Schedule: (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.
This PR was generated by Mend Renovate. View the repository job log.