deps: bump opentelemetry-otlp from 0.27.0 to 0.31.0#18
deps: bump opentelemetry-otlp from 0.27.0 to 0.31.0#18dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
4d084a5 to
728f847
Compare
Bumps [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) from 0.27.0 to 0.31.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.27.0...v0.31.0) --- updated-dependencies: - dependency-name: opentelemetry-otlp dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
728f847 to
a4cee6b
Compare
|
| Crate | Current | Required by otlp 0.31 |
|---|---|---|
opentelemetry |
0.27 | 0.31 |
opentelemetry_sdk |
0.27 | 0.31 |
tonic |
0.12 | 0.14+ |
Build error:
error[E0599]: no method named `with_tonic` found for struct `MetricExporterBuilder<NoExporterBuilderSet>`
--> lnc-metrics/src/otlp.rs:97:10
The MetricExporter::builder().with_tonic() API was removed/changed in opentelemetry-otlp 0.31. This is a breaking API change that requires:
- Coordinated upgrade of all
opentelemetry*crates to 0.31 - Updating
tonicfrom 0.12 to 0.14+ - Code changes in
lnc-metrics/src/otlp.rsto use the new builder API (.with_tonic()→ new pattern) PeriodicReader::builder()API also changed in SDK 0.31 (runtime parameter removed)
Recommendation: This cannot be auto-merged. A manual coordinated upgrade of the full OpenTelemetry stack is needed.
🤖 Automated analysis by Eventic
|
Bumps opentelemetry-otlp from 0.27.0 to 0.31.0.
Release notes
Sourced from opentelemetry-otlp's releases.
Changelog
Sourced from opentelemetry-otlp's changelog.
... (truncated)
Commits
285dc92chore: Prepare for release v0.31.0 (#3179)9cde968chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...5250df2fix: Suppress telemetry emitted inside ofBatchLogProcessor::emit(#3172)9bd2c1bfix: use instrumentation schema URL on scope spans (#3171)159135cfeat: Add is_remote flag in exporter for spans and span links (#3153)b7ff11bfix: Use path+version dependencies for publishing to crates.io otel-http (#3...24da5c9fix: Use path+version dependencies for publishing to crates.io (#3167)6f75c58fix: Addstdfeature to serde to fix CI linting issues (#3165)80b5dcbchore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...b70771achore: bump otel-proto to v1.8.0 (#3156)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)