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

fix(deps): update dependency @opentelemetry/semantic-conventions to ~1.24.0 #1913

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/semantic-conventions (source) ~1.21.0 -> ~1.24.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)

v1.24.0

Compare Source

🚀 (Enhancement)
  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #​4605 @​pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @​martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #​4608 @​maryliag
🐛 (Bug Fix)

v1.23.0

Compare Source

🚀 (Enhancement)
  • perf(sdk-trace-base): do not allocate arrays if resource has no pending async attributes #​4576 @​Samuron
  • feat(sdk-metrics): added experimental synchronous gauge to SDK #​4565 @​clintonb
    • this change will become user-facing in an upcoming release
🐛 (Bug Fix)
  • fix(sdk-metrics): increase the depth of the output to the console such that objects in the metric are printed fully to the console #​4522 @​JacksonWeber

v1.22.0

Compare Source

🚀 (Enhancement)
  • feat(sdk-metrics): allow single bucket histograms #​4456 @​pichlermarc
  • feat(instrumentation): Make init() method public #​4418
  • feat(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #​4469 @​pichlermarc
  • chore: Semantic Conventions export individual strings 4185
🐛 (Bug Fix)
  • fix(sdk-metrics): handle zero bucket counts in exponential histogram merge #​4459 @​mwear
  • fix(sdk-metrics): ignore NaN value recordings in Histograms #​4455 @​pichlermarc
    • fixes a bug where recording NaN on a histogram would result in the sum of bucket count values not matching the overall count
  • fix(sdk-metrics): allow single bucket histograms #​4456 @​pichlermarc
    • fixes a bug where Meter.createHistogram() with the advice explicitBucketBoundaries: [] would throw
  • fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #​4469 @​pichlermarc
📚 (Refine Doc)

Configuration

📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners April 25, 2024 12:19
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Apr 25, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 25, 2024
@yoshi-approver yoshi-approver added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Apr 25, 2024
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/nodejs-pubsub API. label Apr 25, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 25, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 25, 2024
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Apr 25, 2024
@@ -52,7 +52,7 @@
"@google-cloud/projectify": "^4.0.0",
"@google-cloud/promisify": "^4.0.0",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/semantic-conventions": "~1.21.0",
"@opentelemetry/semantic-conventions": "~1.24.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@opentelemetry/semantic-conventions": "~1.24.0",
"@opentelemetry/semantic-conventions": "^1.24.0",

@feywind
Copy link
Collaborator

feywind commented May 1, 2024

It looks like these updates are still not working in main. We'll update them with the new OTel support.

Also, the ~ is intentional - at last in the past, the OTel project has broken stuff on minors.

@feywind feywind closed this May 1, 2024
Copy link

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~1.24.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/opentelemetry-js-monorepo branch May 1, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the googleapis/nodejs-pubsub API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants