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

Upgrade otel libraries #91

Merged
merged 7 commits into from
Oct 9, 2024
Merged

Upgrade otel libraries #91

merged 7 commits into from
Oct 9, 2024

Conversation

clux
Copy link
Member

@clux clux commented Oct 9, 2024

6+ minor versions of opentelemetry and opentelemetry-otlp.

They have done the sensible thing and not force you to depend on tonic directly anymore so at least that's better.
On the flip side, you also have to depend on one more opentelemetry crate (or two if you don't want to inline 2 resource types).

thanks to actually useful example in https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/examples/opentelemetry-otlp.rs

dependabot bot and others added 7 commits October 9, 2024 22:03
Bumps the otel group with 3 updates: [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry), [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) and [tonic](https://github.com/hyperium/tonic).


Updates `tracing-opentelemetry` from 0.20.0 to 0.27.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.20.0...v0.27.0)

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

Updates `tonic` from 0.9.2 to 0.12.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
sooo many crates...

Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
@clux clux changed the title Otel27manual Upgrade otel libraries Oct 9, 2024
@clux clux marked this pull request as ready for review October 9, 2024 23:13
@clux clux merged commit 37eed5d into main Oct 9, 2024
7 checks passed
@clux clux deleted the otel27manual branch October 9, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant