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 otel group across 1 directory with 5 updates #107

Merged
merged 4 commits into from
Jul 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on opentelemetry, opentelemetry-otlp, opentelemetry_sdk, tracing-opentelemetry and opentelemetry-jaeger 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-otlp to 0.16.0

Release notes

Sourced from opentelemetry-otlp's releases.

v0.16.0

Changed

  • Add default resource in TracerProvider #571
  • Rename get_tracer to tracer #586
  • Extract trace::noop module and update docs #587
  • Add Hash impl for span context and allow spans to clone and export current state #592
  • Enforce span status code's order #593
  • Make SpanRef public #600
  • Make SpanProcessor::on_start take a mutable span #601
  • Renamed label to attribute to align with otel specification #609

Performance

  • Small performance boost for Resource::get #579
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 tracing-opentelemetry to 0.24.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.24.0

Breaking Changes

  • Upgrade to opentelemetry 0.23. Refer to the upstream changelog for more information.

Added

  • Added gauge metrics (#129)

Fixed

  • Fixed compilation on WASI targets (#147)
  • Set span end time when it exists (#124)
Changelog

Sourced from tracing-opentelemetry's changelog.

0.24.0 (May 24, 2024)

Breaking Changes

  • Upgrade to opentelemetry 0.23. Refer to the upstream changelog for more information.

Added

  • Added gauge metrics (#129)

Fixed

  • Fixed compilation on WASI targets (#147)
  • Set span end time when it exists (#124)

0.23.0 (February 26, 2024)

Breaking Changes

  • Upgrade to opentelemetry 0.22. Refer to the upstream changelog for more information. In particular, i64 histograms will silently downgrade to key/value exports.

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!

0.21.0 (August 28, 2023)

Added

  • Ability to produce measurement with attributes (#43)

Breaking Changes

... (truncated)

Commits
  • de42149 Remove code owners configuration
  • 0bd674b Update changelog for 0.24.0 release
  • 3ac1274 Remove authors from Cargo metadata (per RFC 3052)
  • 360cdc0 Bump version to 0.24.0
  • 6af4551 Add regression test to CI for WASI support
  • 03c2a8f WASI support
  • 2539f4f add trace benchmark with many enters and exits
  • afe9b33 fix: set span end time when it exits
  • d0123e4 Metrics/gauge (#129)
  • 5623937 chore: Use 2021 edition instead
  • Additional commits viewable in compare view

Updates opentelemetry-jaeger to 0.22.0

Release notes

Sourced from opentelemetry-jaeger's releases.

v0.22.0

API

Added

Changed

Removed

SDK

Deprecated

  • XrayIdGenerator in the opentelemetry-sdk has been deprecated and moved to version 0.10.0 of the opentelemetry-aws crate.

Added

  • #1410 Add experimental synchronous gauge

  • #1471 Configure batch log record processor via OTEL_BLRP_* environment variables and via OtlpLogPipeline::with_batch_config

  • #1503 Make the documentation for In-Memory exporters visible.

  • #1526 Performance Improvement : Creating Spans and LogRecords are now faster, by avoiding expensive cloning of Resource for every Span/LogRecord.

Changed

  • Breaking #1313 #1350 Changes how Span links/events are stored to achieve performance gains. See below for details:

    Behavior Change: When enforcing max_links_per_span, max_events_per_span from SpanLimits, links/events are kept in the first-come order. The previous "eviction" based approach is no longer performed.

    Breaking Change Affecting Exporter authors:

    SpanData now stores links as SpanLinks instead of EvictedQueue where SpanLinks is a struct with a Vec of links and dropped_count.

    SpanData now stores events as SpanEvents instead of EvictedQueue where SpanEvents is a struct with a Vec of events and dropped_count.

  • Breaking Remove TextMapCompositePropagator #1373. Use TextMapCompositePropagator in opentelemetry API.

... (truncated)

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

Updates the requirements on [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust), [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) and [opentelemetry-jaeger](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-0.22.0...opentelemetry-0.23.0)

Updates `opentelemetry-otlp` to 0.16.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.15.0...opentelemetry-otlp-0.16.0)

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

Updates `tracing-opentelemetry` to 0.24.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.23.0...v0.24.0)

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

---
updated-dependencies:
- dependency-name: opentelemetry
  dependency-type: direct:production
  dependency-group: otel
- dependency-name: opentelemetry-otlp
  dependency-type: direct:production
  dependency-group: otel
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  dependency-group: otel
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  dependency-group: otel
- dependency-name: opentelemetry-jaeger
  dependency-type: direct:production
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 3, 2024 23:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2024
@MaeIsBad MaeIsBad requested a review from cpiemontese June 24, 2024 13:03
src/telemetry.rs Show resolved Hide resolved
src/telemetry.rs Show resolved Hide resolved
@MaeIsBad MaeIsBad requested a review from cottinisimone June 24, 2024 13:08
@MaeIsBad MaeIsBad force-pushed the dependabot/cargo/otel-c195835b2e branch from 53b4e64 to 75e6865 Compare June 24, 2024 13:12
@MaeIsBad MaeIsBad merged commit 732afff into master Jul 2, 2024
7 checks passed
@MaeIsBad MaeIsBad deleted the dependabot/cargo/otel-c195835b2e branch July 2, 2024 15:00
@23Skidoo
Copy link

23Skidoo commented Jul 3, 2024

Would be nice to release this sometime soon so that dependants could upgrade their opentelemetry deps.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants