-
Notifications
You must be signed in to change notification settings - Fork 2
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 opentelemetry group with 4 updates #1564
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving dependabot PR.
Bumps the opentelemetry group with 4 updates: [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) and [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust). Updates `opentelemetry` from 0.27.1 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.27.1...opentelemetry-0.28.0) Updates `opentelemetry-prometheus` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-prometheus-0.27.0...opentelemetry-prometheus-0.28.0) Updates `opentelemetry_sdk` from 0.27.1 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.27.1...opentelemetry_sdk-0.28.0) Updates `opentelemetry-otlp` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.27.0...opentelemetry-otlp-0.28.0) --- updated-dependencies: - dependency-name: opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: opentelemetry-prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: opentelemetry-otlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry ... Signed-off-by: dependabot[bot] <[email protected]>
038681a
to
94d6239
Compare
This moves to a builder pattern for construction of the otel `Resource`. The previous version used the Resource::default() constructor which gathered attributes from environment variables; in 0.28 that is done via `builder()` via it including the EnvResourceDetector [2]. [1] https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/migration_0.28.md#resource-changes [2] https://github.com/open-telemetry/opentelemetry-rust/blob/189078d7a92e534d67137ffaed8e35456eaa589b/opentelemetry-sdk/src/resource/mod.rs#L62
This prompts a version mismatch for The version mismatch shows up as an unresolved import for
But moving to the prerelease version of |
Bumps the opentelemetry group with 4 updates: opentelemetry, opentelemetry-prometheus, opentelemetry_sdk and opentelemetry-otlp.
Updates
opentelemetry
from 0.27.1 to 0.28.0Release notes
Sourced from opentelemetry's releases.
Commits
189078d
Bump otel-appender-tracing version to 0.28 (#2637)062c9d6
Prepare v0.28.0 (#2635)b6783a1
Changelog refactoring (#2632)c56a03e
Separate logger and loggerprovider mod (#2633)34742d0
Set pwd for precommit.sh script to support running it in any directory (#2535)eeb367d
Nit fixes to doc and tests (#2626)c2a2b8d
Fix stress test for Logs to use OTelSdkResult (#2627)3a8cedd
Rearrange trace integration tests (#2628)1fc86da
0.28 migration guide and OTLP Example fixes (#2622)61e539f
leverage tracer provider to set service name for Zipkin exporter (#2624)Updates
opentelemetry-prometheus
from 0.27.0 to 0.28.0Release notes
Sourced from opentelemetry-prometheus's releases.
Commits
b358202
Upgrade opentelemetry-prometheus to 0.28 (#2650)f3a375c
Update CI for ARM to use public image (#2646)2d7e7d6
Add missing Windows exclusion for pprof crate in sdk/benches (#2648)5236670
chore: fix CHANGELOG.md (#2642)de197e4
Fix zipkin deadlink (#2640)189078d
Bump otel-appender-tracing version to 0.28 (#2637)062c9d6
Prepare v0.28.0 (#2635)b6783a1
Changelog refactoring (#2632)c56a03e
Separate logger and loggerprovider mod (#2633)34742d0
Set pwd for precommit.sh script to support running it in any directory (#2535)Updates
opentelemetry_sdk
from 0.27.1 to 0.28.0Commits
189078d
Bump otel-appender-tracing version to 0.28 (#2637)062c9d6
Prepare v0.28.0 (#2635)b6783a1
Changelog refactoring (#2632)c56a03e
Separate logger and loggerprovider mod (#2633)34742d0
Set pwd for precommit.sh script to support running it in any directory (#2535)eeb367d
Nit fixes to doc and tests (#2626)c2a2b8d
Fix stress test for Logs to use OTelSdkResult (#2627)3a8cedd
Rearrange trace integration tests (#2628)1fc86da
0.28 migration guide and OTLP Example fixes (#2622)61e539f
leverage tracer provider to set service name for Zipkin exporter (#2624)Updates
opentelemetry-otlp
from 0.27.0 to 0.28.0Release notes
Sourced from opentelemetry-otlp's releases.
Commits
189078d
Bump otel-appender-tracing version to 0.28 (#2637)062c9d6
Prepare v0.28.0 (#2635)b6783a1
Changelog refactoring (#2632)c56a03e
Separate logger and loggerprovider mod (#2633)34742d0
Set pwd for precommit.sh script to support running it in any directory (#2535)eeb367d
Nit fixes to doc and tests (#2626)c2a2b8d
Fix stress test for Logs to use OTelSdkResult (#2627)3a8cedd
Rearrange trace integration tests (#2628)1fc86da
0.28 migration guide and OTLP Example fixes (#2622)61e539f
leverage tracer provider to set service name for Zipkin exporter (#2624)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