-
Notifications
You must be signed in to change notification settings - Fork 0
deps: update rust crate tracing-opentelemetry to 0.32 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/tracing-opentelemetry-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
177da71 to
930c9bf
Compare
930c9bf to
58c1f66
Compare
58c1f66 to
f2a34da
Compare
f2a34da to
543ccfa
Compare
543ccfa to
6fe0233
Compare
6fe0233 to
4bef741
Compare
4bef741 to
1eb9612
Compare
1eb9612 to
38234e2
Compare
38234e2 to
281e8ce
Compare
281e8ce to
1ce892c
Compare
1ce892c to
b4898b9
Compare
b4898b9 to
48088e0
Compare
48088e0 to
1c7b72c
Compare
1c7b72c to
47b370b
Compare
47b370b to
a4efb0c
Compare
a4efb0c to
a967b14
Compare
a967b14 to
3b831a7
Compare
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.17->0.32Release Notes
tokio-rs/tracing-opentelemetry (tracing-opentelemetry)
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.
v0.22.0Compare Source
Breaking Changes
v0.21.0ofopentelemetryFor list of breaking changes in OpenTelemetry, see the
v0.21.0 changelog.
opentelemetryrequires it now. (#68)Fixed
Thanks to @jesseditson, @AsmPrgmC3, and @rthomas for contributing to this release!
v0.21.0Compare Source
Added
Breaking Changes
MetricsLayeris now generic over the itsSubscriberimpl to supportper-layer filtering (#43)
Fixed
Thanks to @ymgyt and @hdost for contributing to this release!
v0.20.0Compare Source
Added
OpenTelemetrySpanExt::set_attributefunction (#34)Breaking Changes
v0.20.0ofopentelemetry(#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.0Breaking Changes
v0.19.0ofopentelemetry(#12)For list of breaking changes in OpenTelemetry, see the
v0.19.0 changelog.
opentelemetryrequires it now (#12)Thanks to @jaysonsantos, @briankung, and @humb1t for contributing to this release!
v0.18.0Breaking Changes
v0.18.0ofopentelemetry([#2303])For list of breaking changes in OpenTelemetry, see the
v0.18.0 changelog.
Fixed
on_eventrespects event's explicit parent ([#2296])Thanks to @wprzytula for contributing to this release!
v0.17.4This release adds optional support for recording
std::error::Errors using[OpenTelemetry's semantic conventions for exceptions][exn-semconv].
Added
Layer::with_exception_fieldsto enable emittingexception.messageandexception.backtracesemantic-convention fields when anErroris recordedas a span or event field (#2135)
Layer::with_exception_field_propagationto enable settingexception.messageandexception.backtracesemantic-convention fields on the current span when anevent with an
Errorfield is recorded (#2135)Thanks to @lilymara-onesignal for contributing to this release!
v0.17.3This release adds support for emitting thread names and IDs to OpenTelemetry, as
well as recording
std::error::Errorvalues in a structured manner with theirsource chain included. Additionally, this release fixes issues related to event
and span source code locations.
Added
Layer::with_threadsto enable recording thread names/IDs according toOpenTelemetry semantic conventions (#2134)
Error::sourcechain when recordingstd::error::Errorvalues (#2122)Layer::with_locationmethod (replacesLayer::with_event_location)(#2124)
Changed
std::error::Errorvalues are now recorded usingfmt::Displayrather thanfmt::Debug(#2122)Fixed
location (#2099)
Layer::with_event_locationnot controlling whether locations areemitted for spans as well as events (#2124)
Deprecated
Layer::with_event_location: renamed toLayer::with_location, as it nowcontrols 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.
This PR was generated by Mend Renovate. View the repository job log.