-
Notifications
You must be signed in to change notification settings - Fork 894
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
Update opentelemetry #3526
Update opentelemetry #3526
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Tried to migrate, but got blocked because https://crates.io/crates/tracing-opentelemetry/0.21.0 is not compatible with this update. Claim. |
This has to wait for tokio-rs/tracing-opentelemetry#68. |
03ef983
to
40ffe28
Compare
@djc Thanks a lot! I believe it's unblocked now. It'll take me some time to get a proper fix though... Please stay tuned! |
40ffe28
to
150fa45
Compare
150fa45
to
9897b7d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR contains the following updates:
0.20.0
->0.21.0
0.13.0
->0.14.0
Release Notes
open-telemetry/opentelemetry-rust (opentelemetry)
v0.21.0
Compare Source
This release should been seen as 1.0-rc4 following 1.0-rc3 in v0.20.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.
Changed
opentelemetry
crate now only carries the API types #1186. Use theopentelemetry_sdk
crate for the SDK types.trace::noop::NoopSpan
no longer implementsDefault
and instead exposes aconst DEFAULT
value. #1270SpanBuilder
attributes changed fromOrderMap<Key, Value>
toVec<KeyValue>
andwith_attributes_map
method is removed fromSpanBuilder
. This implies that OpenTelemetry API will no longer perform de-dup of attribute Keys. #1293. Please share feedback here, if you are affected.open-telemetry/opentelemetry-rust (opentelemetry-otlp)
v0.14.0
Compare Source
Added
build_{signal}_exporter
methods to client builders (#1187)grpcio
metrics exporter (#1202)Changed
opentelemetry_api
toopentelemetry
as the latteris now the API crate. #1226
NoExporterBuilder
a compiling time error #1271Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.