-
Notifications
You must be signed in to change notification settings - Fork 595
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
chore(deps): Bump the opentelemetry group with 4 updates #13443
Closed
Closed
Conversation
This file contains 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
Bumps the opentelemetry group with 4 updates: [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry), [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust) and [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust). Updates `tracing-opentelemetry` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases) - [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md) - [Commits](tokio-rs/tracing-opentelemetry@v0.21.0...v0.22.0) Updates `opentelemetry-otlp` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@v0.13.0...v0.14.0) Updates `opentelemetry-semantic-conventions` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@v0.12.0...v0.13.0) Updates `opentelemetry_sdk` from 0.20.0 to 0.21.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: opentelemetry-otlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: opentelemetry-semantic-conventions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 15, 2023
This was referenced Nov 15, 2023
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
BugenZhao
approved these changes
Nov 16, 2023
Signed-off-by: Bugen Zhao <[email protected]>
cc @MrCroxx @wangrunji0408 Do you have any ideas on how to fix this? 😕 |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This was referenced Nov 24, 2023
Is it possible to avoid building this part on madsim? 🥵 |
The dependency chain is:
We have patched
The |
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.
Bumps the opentelemetry group with 4 updates: tracing-opentelemetry, opentelemetry-otlp, opentelemetry-semantic-conventions and opentelemetry_sdk.
Updates
tracing-opentelemetry
from 0.21.0 to 0.22.0Release notes
Sourced from tracing-opentelemetry's releases.
Changelog
Sourced from tracing-opentelemetry's changelog.
Commits
62690b4
Prepare for v0.22.0 release (#75)2156c23
Update otel to version 0.21 (#68)cfc64f3
build(deps): update tracing-log requirement from 0.1.3 to 0.2.0 (#64)70f3ed6
build(deps): update pprof requirement from 0.12.1 to 0.13.0 (#61)bddef29
Add support for instrumented functions which return Result (#28)1c61ea6
Fix potential deadlock (#59)5223a67
Update README example Cargo.toml (#60)a03ff22
Update criterion and pprof (#42)80ae321
WASM Support (#57)Updates
opentelemetry-otlp
from 0.13.0 to 0.14.0Release notes
Sourced from opentelemetry-otlp's releases.
Commits
133ab27
Prepare for 0.14.0 release (#548)e240f1d
semantic-conventions: Update to spec version 1.3.0 (#547)b84f993
Remove default surf features (#546)f74705c
fix: lint issues in 1.52.0 (#543)92a0d85
feat: add an example on how to config multiple span processors. (#539)b3623ab
feat: ignore links with invalid context (#538)3a8123c
Update resource merge behaviour (#537)a9f1453
fix: update metrics proto and metric transformation. (#535)3ff1802
Rename message events to events (#530)4e7613b
Add dropped attribute counts to events and links (#529)Updates
opentelemetry-semantic-conventions
from 0.12.0 to 0.13.0Release notes
Sourced from opentelemetry-semantic-conventions's releases.
Commits
97c220f
Prepare for v0.13.0 release (#470)a32b962
Merge opentelemetry-stackdriver into this repo. (#487)cb419bb
Configure async runtime in Rust code instead of cargo feature (#481)2b9fa23
fix: otel-otlp will try to create another tokio runtime inside one if async f...436b76e
bump prometheus dependency (#485)a49d6f5
Rename trace config with_default_sampler to with_sampler (#482)e9ef3e2
feat: clean up lint.sh, use API to set grpc layer (#467)d42c552
Abstraction trait for different runtimes (#480)0b1074e
Impl clone for noop tracer/provider/span (#479)e17a131
otlp: mention service.name in kitchen sink cfg doc - closes #475 (#476)Updates
opentelemetry_sdk
from 0.20.0 to 0.21.1Release notes
Sourced from opentelemetry_sdk's releases.
Commits
3ed8998
Return consistentMeter
for a givenMeterProvider
(#1351)f6fb7a6
Fix metric export data for unused gauges (#1363)a3a5283
prometheus: Ignore unknown instrument units (#1348)47881b2
Prepare for v0.21.0 release (#1343)4dd54a2
Env over compling time config (#1323)e265d24
fix: specify portable sed arguments (#1332)ed97a1b
Remove opentelemetry-dynatrace source. (#1321)2022ace
Move RuntimeChannel type arg T to associated types (#1314)ad18037
opentelemetry-dynatrace: Release 0.4.0 #1319 (#1319)bcab756
Bump MSRV in Cargo.toml files.You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions