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

Update opentelemetry Rust crates #2987

Merged
merged 4 commits into from
Aug 27, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
opentelemetry dependencies minor 0.18.0 -> 0.20.0
opentelemetry-otlp (source) dependencies minor 0.11.0 -> 0.13.0
tracing-opentelemetry dependencies minor 0.18.0 -> 0.20.0

Release Notes

open-telemetry/opentelemetry-rust (opentelemetry)

v0.20.0

Compare Source

See individual crate changelogs for details.

v0.19.0

Compare Source

This release should been seen as 1.0-rc2 following 1.0-rc1 in v0.18.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.

open-telemetry/opentelemetry-rust (opentelemetry-otlp)

v0.13.0

Compare Source

Added
  • Add OTLP HTTP Metrics Exporter #​1020.
  • Add tonic compression support #​1165.
Changed
  • make the tonic/transport feature optional #​985
  • update to opentelemetry-api v0.20.0
Fixed
  • Fix a missing import when http-proto is enabled without grpc-sys #​1081

v0.12.0

Compare Source

Added
  • Add batch config for otlp pipeline #​979.
  • Add tonic interceptor #​901.
Changed
  • Update opentelemetry to 0.19.
  • Update opentelemetry-semantic-conventions to 0.11.
  • Update opentelemetry-http to 0.8.
  • Bump MSRV to 1.57 #​953.
  • Add User-Agent header on all exporters #​896.
  • Improve OTLP exporter environment variable handling #​912.
  • Fix the issue where tonic exporter builder ignored provided metadata #​937.
  • Export MetricsExporterBuilder #​943.
  • Report OTLP http export errors #​945.
  • Change to export using v0.19.0 protobuf definitions. #​989.
  • Update dependencies and bump MSRV to 1.60 #​969.
tokio-rs/tracing-opentelemetry (tracing-opentelemetry)

v0.20.0

Compare Source

Added
  • Add OpenTelemetrySpanExt::set_attribute function (#​34)
Breaking Changes
  • Upgrade to v0.20.0 of opentelemetry (#​36)
    For list of breaking changes in OpenTelemetry, see the
    v0.20.0 changelog.

Thanks to @​ymgyt, @​mladedav, @​shaun-cox, and @​Protryon for contributing to this release!

v0.19.0

Breaking Changes
  • Upgrade to v0.19.0 of opentelemetry (#​12)
    For list of breaking changes in OpenTelemetry, see the
    v0.19.0 changelog.
  • Update MSRV to require Rust 1.60+, as opentelemetry requires it now (#​12)

Thanks to @​jaysonsantos, @​briankung, and @​humb1t for contributing to this release!


Configuration

📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge August 26, 2023 13:44
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 26, 2023
@github-actions github-actions bot added area/deps Relates to third-party dependencies (area) area/apps > hash* Affects HASH (a `hash-*` app) type/eng > backend Owned by the @backend team area/apps area/apps > hash-graph labels Aug 26, 2023
…opentelemetry-rust-crates

# Conflicts:
#	apps/hash-graph/Cargo.lock
Copy link
Member

@TimDiekmann TimDiekmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Errors in the Rest API still results in a deadlock, so I have not enabled OTLP yet, but at least we are finally at the latest version again.

Merging in #2986 was required as the gRPC client requires it.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 26, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot added this pull request to the merge queue Aug 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2023
@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2023
@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2023
@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2023
@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2023
@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2023
@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 26, 2023
@vilkinsons
Copy link
Member

Godspeed.

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2023
@TimDiekmann
Copy link
Member

Yup, CI just crashes without even an error...

@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 26, 2023
Merged via the queue into main with commit c294942 Aug 27, 2023
@TimDiekmann TimDiekmann deleted the deps/rs/opentelemetry-rust-crates branch August 27, 2023 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/apps > hash* Affects HASH (a `hash-*` app) area/apps > hash-graph area/apps area/deps Relates to third-party dependencies (area) type/eng > backend Owned by the @backend team
Development

Successfully merging this pull request may close these issues.

2 participants