Skip to content

Commit 9e63167

Browse files
Update Rust crate opentelemetry to 0.28.0 (#1543)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [opentelemetry](https://redirect.github.com/open-telemetry/opentelemetry-rust) | workspace.dependencies | minor | `0.24.0` -> `0.28.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-rust (opentelemetry)</summary> ### [`v0.28.0`](https://redirect.github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.28.0): 0.28.0 Release [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.27.1...opentelemetry-0.28.0) See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.28.0 for this release). This release also upgrades - Logs API to stable - Logs-SDK, Logs OTLP exporter, Logs-Appender-Tracing to RC - Metrics-API to stable - Metrics-SDK, Metrics OTLP exporter to RC. This release introduces several breaking changes as we progress toward a stable version for logs and metrics. We recommend reviewing the [Migration Guide](https://redirect.github.com/open-telemetry/opentelemetry-rust/blob/main/docs/migration\_0.28.md) along with the changelogs to ensure a smooth upgrade. ### [`v0.27.1`](https://redirect.github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry_sdk-0.27.1): patch release [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.27.0...opentelemetry-0.27.1) Refer to opentelemetry-sdk [CHANGELOG](https://redirect.github.com/open-telemetry/opentelemetry-rust/blob/opentelemetry_sdk-0.27.1/opentelemetry-sdk/CHANGELOG.md#0271) for the changes. ### [`v0.27.0`](https://redirect.github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.27.0): 0.27.0 Release [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.26.0...opentelemetry-0.27.0) See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.27.0 for this release). This release also upgrades - Logs API to RC - Metrics API to RC - Metrics SDK to Beta - Metrics OTLP Exporter to Beta. ### [`v0.26.0`](https://redirect.github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.26.0): 0.26.0 Release [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.25.0...opentelemetry-0.26.0) See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of `opentelemetry` crate) from alpha to beta. ### [`v0.25.0`](https://redirect.github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.25.0): OpenTelemetry 0.25.0 Release [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.24.0...opentelemetry-0.25.0) See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alan Hanson <alan@oxidecomputer.com>
1 parent c95e34c commit 9e63167

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ num-derive = "0.4"
6868
num-traits = "0.2"
6969
omicron-zone-package = "0.11.1"
7070
openapiv3 = "2.0.0"
71-
opentelemetry = "0.24.0"
71+
opentelemetry = "0.28.0"
7272
opentelemetry-jaeger = { version = "0.20.0" }
7373
percent-encoding = "2.3"
7474
progenitor = "0.9.1"

0 commit comments

Comments
 (0)