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

editoast: bump the opentelemetry group in /editoast with 2 updates #9917

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the opentelemetry group in /editoast with 2 updates: opentelemetry and opentelemetry_sdk.

Updates opentelemetry from 0.27.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.

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_sdk from 0.27.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 December 2, 2024 18:52
@dependabot dependabot bot added area:editoast Work on Editoast Service dependencies Pull requests that update a dependency file labels Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@woshilapin
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/editoast/opentelemetry-0051ef5a18 branch 6 times, most recently from d6783ee to eebb90b Compare December 13, 2024 08:24
@dependabot dependabot bot force-pushed the dependabot/cargo/editoast/opentelemetry-0051ef5a18 branch 4 times, most recently from 55b2084 to 898a031 Compare December 16, 2024 21:28
Bumps the opentelemetry group in /editoast with 2 updates: [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) and [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust).

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

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

---
updated-dependencies:
- dependency-name: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jean SIMARD <[email protected]>
@woshilapin woshilapin force-pushed the dependabot/cargo/editoast/opentelemetry-0051ef5a18 branch from 898a031 to 959fd98 Compare December 17, 2024 10:23
@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.80%. Comparing base (3f5afb8) to head (959fd98).
Report is 3 commits behind head on dev.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9917      +/-   ##
==========================================
- Coverage   79.81%   79.80%   -0.01%     
==========================================
  Files        1053     1053              
  Lines      105482   105482              
  Branches      727      727              
==========================================
- Hits        84186    84181       -5     
- Misses      21254    21259       +5     
  Partials       42       42              
Flag Coverage Δ
editoast 73.70% <ø> (-0.02%) ⬇️
front 89.13% <ø> (ø)
gateway 2.18% <ø> (ø)
osrdyne 3.28% <ø> (ø)
railjson_generator 87.50% <ø> (ø)
tests 87.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@woshilapin woshilapin added this pull request to the merge queue Dec 17, 2024
Merged via the queue into dev with commit c9d8360 Dec 17, 2024
27 checks passed
@woshilapin woshilapin deleted the dependabot/cargo/editoast/opentelemetry-0051ef5a18 branch December 17, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:editoast Work on Editoast Service dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants