Skip to content
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

deps: bump the opentelemetry group with 2 updates #4858

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2023

Bumps the opentelemetry group with 2 updates: opentelemetry-otlp and tracing-opentelemetry.

Updates opentelemetry-otlp from 0.13.0 to 0.14.0

Release notes

Sourced from opentelemetry-otlp's releases.

v0.14.0

Added

  • Adding a dynamic dispatch to Aggregator Selector #497
  • Add global::force_flush_tracer_provider #512
  • Add config max_attributes_per_event and max_attributes_per_link #521
  • Add dropped attribute counts to events and links #529

Changed

  • Remove unnecessary clone in Key type #491
  • Remove #[must_use] from set_tracer_provider #501
  • Rename remaining usage of default_sampler to sampler #509
  • Use current span for SDK-less context propagation #510
  • Always export span batch when limit reached #519
  • Rename message events to events #530
  • Update resource merge behaviour #537
  • Ignore links with invalid context #538

Removed

  • Remove remote span context #508
  • Remove metrics quantiles #525

Fixed

  • Allow users to use custom export kind selector #526

Performance

  • Improve simple span processor performance #502
  • Local span perf improvements #505
  • Reduce string allocations where possible #506
Commits

Updates tracing-opentelemetry from 0.21.0 to 0.22.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.22.0

Breaking Changes

  • Upgrade to v0.21.0 of opentelemetry For list of breaking changes in OpenTelemetry, see the v0.21.0 changelog.
  • Update MSRV to require Rust 1.65+, as opentelemetry requires it now. (#68)

Fixed

  • WASM Support (#57)
  • Fix potential deadlock (#59)

Thanks to @​jesseditson, @​AsmPrgmC3, and @​rthomas for contributing to this release!

Changelog

Sourced from tracing-opentelemetry's changelog.

0.22.0 (November 7, 2023)

Breaking Changes

  • Upgrade to v0.21.0 of opentelemetry For list of breaking changes in OpenTelemetry, see the v0.21.0 changelog.
  • Update MSRV to require Rust 1.65+, as opentelemetry requires it now. (#68)

Fixed

  • WASM Support (#57)
  • Fix potential deadlock (#59)

Thanks to @​jesseditson, @​AsmPrgmC3, and @​rthomas for contributing to this release!

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 14, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch 2 times, most recently from faf1a03 to 4728670 Compare November 20, 2023 08:04
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch 3 times, most recently from b6a700c to 6f7a80e Compare December 4, 2023 08:07
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch from 6f7a80e to 8765007 Compare December 11, 2023 08:36
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch 2 times, most recently from 64125c7 to d8b540a Compare December 25, 2023 08:56
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch 2 times, most recently from 2612185 to c79a5b0 Compare January 8, 2024 08:14
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch 2 times, most recently from eb18787 to 67d6718 Compare January 15, 2024 08:49
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch 2 times, most recently from add0878 to 0f3a1b9 Compare January 29, 2024 08:29
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch from 0f3a1b9 to 25b25dc Compare February 5, 2024 08:08
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch from 25b25dc to 09aaeb6 Compare February 12, 2024 08:46
Bumps the opentelemetry group with 2 updates: [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) and [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry).


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 `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)

---
updated-dependencies:
- dependency-name: opentelemetry-otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7555985d67 branch from 09aaeb6 to b28a9d1 Compare February 19, 2024 09:07
jxs added a commit that referenced this pull request Mar 21, 2024
## Description

Updates `opentelemetry-otlp` from 0.13.0 to 0.14.0
Changes `opentelemetry` to `opentelemetry_sdk` dependency and updates to
0.21.0
Changes `opentelemetry_api` to `opentelemetry` and updates to 0.21.0

see open-telemetry/opentelemetry-rust#1186 for
more info

superseeds #4858
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/cargo/opentelemetry-7555985d67 branch March 25, 2024 09:01
guillaumemichel pushed a commit that referenced this pull request Mar 28, 2024
## Description

Updates `opentelemetry-otlp` from 0.13.0 to 0.14.0
Changes `opentelemetry` to `opentelemetry_sdk` dependency and updates to
0.21.0
Changes `opentelemetry_api` to `opentelemetry` and updates to 0.21.0

see open-telemetry/opentelemetry-rust#1186 for
more info

superseeds #4858
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant