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

Bump the opentelemetry group across 1 directory with 5 updates #418

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps the opentelemetry group with 5 updates in the / directory:

Package From To
tracing-opentelemetry 0.27.0 0.28.0
opentelemetry 0.26.0 0.27.1
opentelemetry-otlp 0.26.0 0.27.0
opentelemetry-semantic-conventions 0.26.0 0.27.0
opentelemetry_sdk 0.26.0 0.27.1

Updates tracing-opentelemetry from 0.27.0 to 0.28.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.28.0

What's Changed

Commits
  • f6fc075 chore: update msrv to 1.70.0
  • c61c66a chore: bump version to 0.28.0
  • b698047 chore: update opentelemetry dependencies to 0.27.0
  • 95f9ab9 Add level metadata to spans (#182)
  • ab629c3 adding support for setting the status of the span through SpanExt (#176)
  • 515fe00 Reduce locking in Layer::on_close
  • See full diff in compare view

Updates opentelemetry from 0.26.0 to 0.27.1

Release notes

Sourced from opentelemetry's releases.

opentelemetry-0.27.1 patch release

This release has improved internal logging to help with troubleshooting.

opentelemetry_sdk-0.27.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

0.27.0 Release

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.
Commits
  • e0159ad Bump version of sdk release 0.27.1 (#2362)
  • b7276d8 Minor Internal logs (#2361)
  • cbe9ebe Track dropped spans and logs due to full buffer (#2357)
  • 195dea8 Few doc updates for opentelemetry (#2353)
  • ab332b0 Let CI check for stable run even if beta run fails (#2360)
  • 53e892a Nit fix by avoiding bound validation unless View feature is enabled (#2355)
  • 0e221c1 Bugfix - add validation for custom buckets provided for Histograms (#2351)
  • fa6e6cd Replace once_cell::Lazy with std::sync::OnceLock for global Initialization in...
  • 8e6b479 Avoid additional HashMap allocation for Cumulative aggregation (#2352)
  • 1cecaea Add few internal logs for Metrics sdks (#2350)
  • Additional commits viewable in compare view

Updates opentelemetry-otlp from 0.26.0 to 0.27.0

Release notes

Sourced from opentelemetry-otlp's releases.

0.27.0 Release

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.

opentelemetry-proto v0.26.1 patch release

Refer to opentelemetry-proto CHANGELOG for the changes.

Commits
  • ade08cb Prepare for v0.27.0 - update Metrics API and Log(bridge) API to RC, Metrics S...
  • 648710e Move Views under feature flag (#2298)
  • 47d5016 Add PeriodicReaderWithOwnThread (#2292)
  • b833118 Rename logs_level_enabled flag to spec_unstable_logs_enabled (#2291)
  • 0cc2cd5 Add usage doc comment for AnyValue type (#2293)
  • 845cf21 Move Temporality enum opentelemetry_sdk::metrics::data:: to opentelemetry_sdk...
  • a707bb9 Update code documentation for Metric instruments (#2281)
  • c322a50 Histogram implementation cleanup (#2283)
  • 540c6f1 Few fixes to changelog for breaking changes (#2287)
  • 52f6d92 Remove Counter/Add benchmark for delta temporality (#2285)
  • Additional commits viewable in compare view

Updates opentelemetry-semantic-conventions from 0.26.0 to 0.27.0

Release notes

Sourced from opentelemetry-semantic-conventions's releases.

0.27.0 Release

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.

opentelemetry-proto v0.26.1 patch release

Refer to opentelemetry-proto CHANGELOG for the changes.

Commits
  • ade08cb Prepare for v0.27.0 - update Metrics API and Log(bridge) API to RC, Metrics S...
  • 648710e Move Views under feature flag (#2298)
  • 47d5016 Add PeriodicReaderWithOwnThread (#2292)
  • b833118 Rename logs_level_enabled flag to spec_unstable_logs_enabled (#2291)
  • 0cc2cd5 Add usage doc comment for AnyValue type (#2293)
  • 845cf21 Move Temporality enum opentelemetry_sdk::metrics::data:: to opentelemetry_sdk...
  • a707bb9 Update code documentation for Metric instruments (#2281)
  • c322a50 Histogram implementation cleanup (#2283)
  • 540c6f1 Few fixes to changelog for breaking changes (#2287)
  • 52f6d92 Remove Counter/Add benchmark for delta temporality (#2285)
  • Additional commits viewable in compare view

Updates opentelemetry_sdk from 0.26.0 to 0.27.1

Release notes

Sourced from opentelemetry_sdk's releases.

opentelemetry_sdk-0.27.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

Commits
  • e0159ad Bump version of sdk release 0.27.1 (#2362)
  • b7276d8 Minor Internal logs (#2361)
  • cbe9ebe Track dropped spans and logs due to full buffer (#2357)
  • 195dea8 Few doc updates for opentelemetry (#2353)
  • ab332b0 Let CI check for stable run even if beta run fails (#2360)
  • 53e892a Nit fix by avoiding bound validation unless View feature is enabled (#2355)
  • 0e221c1 Bugfix - add validation for custom buckets provided for Histograms (#2351)
  • fa6e6cd Replace once_cell::Lazy with std::sync::OnceLock for global Initialization in...
  • 8e6b479 Avoid additional HashMap allocation for Cumulative aggregation (#2352)
  • 1cecaea Add few internal logs for Metrics sdks (#2350)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot requested a review from a team as a code owner November 28, 2024 04:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 28, 2024
@github-actions github-actions bot enabled auto-merge (squash) November 28, 2024 04:22
Copy link

github-actions bot commented Nov 28, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit ab91a6e.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-be8e8cdaec branch 6 times, most recently from 7e7db10 to 44f5410 Compare December 4, 2024 04:30
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-be8e8cdaec branch 3 times, most recently from 5a2d479 to b6dd094 Compare December 16, 2024 04:24
Bumps the opentelemetry group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.27.0` | `0.28.0` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.26.0` | `0.27.1` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.26.0` | `0.27.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust) | `0.26.0` | `0.27.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.26.0` | `0.27.1` |



Updates `tracing-opentelemetry` from 0.27.0 to 0.28.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.27.0...v0.28.0)

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

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

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

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

---
updated-dependencies:
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: opentelemetry
  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
- dependency-name: opentelemetry-semantic-conventions
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-be8e8cdaec branch from b6dd094 to ab91a6e Compare December 16, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants