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

Bump the opentelemetry group with 3 updates #828

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Updates the requirements on opentelemetry, opentelemetry_sdk and opentelemetry-stdout to permit the latest version.
Updates opentelemetry to 0.23.0

Release notes

Sourced from opentelemetry's releases.

0.23.0

Whats changed?

See individual crate changelogs for details.

New Contributors

@​svix-jplatte made their first contribution in open-telemetry/opentelemetry-rust#1568 @​rex4539 made their first contribution in open-telemetry/opentelemetry-rust#1587 @​divergentdave made their first contribution in open-telemetry/opentelemetry-rust#1584 @​pyohannes made their first contribution in open-telemetry/opentelemetry-rust#1578 @​masato-hi made their first contribution in open-telemetry/opentelemetry-rust#1621 @​rogercoll made their first contribution in open-telemetry/opentelemetry-rust#1624 @​LuisOsta made their first contribution in open-telemetry/opentelemetry-rust#1638 @​svrnm made their first contribution in open-telemetry/opentelemetry-rust#1664 @​Lev1ty made their first contribution in open-telemetry/opentelemetry-rust#1672 @​ThomsonTan made their first contribution in open-telemetry/opentelemetry-rust#1675 @​ramgdev made their first contribution in open-telemetry/opentelemetry-rust#1585 @​utpilla made their first contribution in open-telemetry/opentelemetry-rust#1701 @​ChieloNewctle made their first contribution in open-telemetry/opentelemetry-rust#1746

Commits

Updates opentelemetry_sdk to 0.23.0

Release notes

Sourced from opentelemetry_sdk's releases.

0.23.0

Whats changed?

See individual crate changelogs for details.

New Contributors

@​svix-jplatte made their first contribution in open-telemetry/opentelemetry-rust#1568 @​rex4539 made their first contribution in open-telemetry/opentelemetry-rust#1587 @​divergentdave made their first contribution in open-telemetry/opentelemetry-rust#1584 @​pyohannes made their first contribution in open-telemetry/opentelemetry-rust#1578 @​masato-hi made their first contribution in open-telemetry/opentelemetry-rust#1621 @​rogercoll made their first contribution in open-telemetry/opentelemetry-rust#1624 @​LuisOsta made their first contribution in open-telemetry/opentelemetry-rust#1638 @​svrnm made their first contribution in open-telemetry/opentelemetry-rust#1664 @​Lev1ty made their first contribution in open-telemetry/opentelemetry-rust#1672 @​ThomsonTan made their first contribution in open-telemetry/opentelemetry-rust#1675 @​ramgdev made their first contribution in open-telemetry/opentelemetry-rust#1585 @​utpilla made their first contribution in open-telemetry/opentelemetry-rust#1701 @​ChieloNewctle made their first contribution in open-telemetry/opentelemetry-rust#1746

Commits

Updates opentelemetry-stdout to 0.4.0

Release notes

Sourced from opentelemetry-stdout's releases.

v0.4.0

Added

  • New async batch span processor
  • New stdout exporter
  • Add trace_id to SpanBuilder

Changed

  • Add attributes to Events.
  • Update Span's add_event and add_event_with_timestamp to accept attributes.
  • Record log fields in jaeger exporter
  • Properly export span kind in jaeger exporter
  • Add support for Links
  • Add status_message to Span and SpanData
  • Rename SpanStatus to StatusCode
  • Update EvictedQueue internals from LIFO to FIFO
  • Switch span attributes to EvictedHashMap

Fixed

  • Call shutdown correctly when span processors and exporters are dropped
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 requested a review from a team as a code owner June 1, 2024 03:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Dependabot PRs that update Rust code skip changelog labels Jun 1, 2024
@dependabot dependabot bot requested a review from joshwlewis June 1, 2024 03:26
@edmorley edmorley removed the request for review from a team June 1, 2024 08:47
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-50ba25cbad branch from 9507a30 to 613e9dc Compare June 1, 2024 09:02
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-50ba25cbad branch 2 times, most recently from b55e4ac to db7d888 Compare June 18, 2024 11:59
@edmorley
Copy link
Member

edmorley commented Jul 1, 2024

@dependabot recreate

Updates the requirements on [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) and [opentelemetry-stdout](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version.

Updates `opentelemetry` to 0.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.21.0...opentelemetry-0.23.0)

Updates `opentelemetry_sdk` to 0.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.21.2...opentelemetry-0.23.0)

Updates `opentelemetry-stdout` to 0.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-stdout-0.2.0...opentelemetry-stdout-0.4.0)

---
updated-dependencies:
- dependency-name: opentelemetry
  dependency-type: direct:production
  dependency-group: opentelemetry
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  dependency-group: opentelemetry
- dependency-name: opentelemetry-stdout
  dependency-type: direct:production
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-50ba25cbad branch from db7d888 to 97e628a Compare July 1, 2024 10:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 16, 2024

Superseded by #840.

@dependabot dependabot bot closed this Jul 16, 2024
@dependabot dependabot bot deleted the dependabot/cargo/opentelemetry-50ba25cbad branch July 16, 2024 22:04
@edmorley edmorley removed the request for review from joshwlewis July 17, 2024 08:12
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 Dependabot PRs that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant