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

build(deps): update opentelemetry-js monorepo #25474

Merged
merged 1 commit into from Oct 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/context-async-hooks (source) 1.17.0 -> 1.17.1 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.43.0 -> 0.44.0 age adoption passing confidence
@opentelemetry/instrumentation (source) 0.43.0 -> 0.44.0 age adoption passing confidence
@opentelemetry/instrumentation-http (source) 0.43.0 -> 0.44.0 age adoption passing confidence
@opentelemetry/resources (source) 1.17.0 -> 1.17.1 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.17.0 -> 1.17.1 age adoption passing confidence
@opentelemetry/sdk-trace-node (source) 1.17.0 -> 1.17.1 age adoption passing confidence
@opentelemetry/semantic-conventions (source) 1.17.0 -> 1.17.1 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/context-async-hooks)

v1.17.1

Compare Source

🐛 (Bug Fix)
  • fix(sdk-trace-base): BatchSpanProcessor flushes when maxExportBatchSize is reached #​3958 @​nordfjord
  • fix(sdk-metrics): allow instrument names to contain '/' #​4155
  • fix(sdk-metrics): prevent per-reader storages from keeping unreported accumulations in memory #​4163 @​pichlermarc
    • fixes a memory leak which occurred when two or more MetricReader instances are registered to a MeterProvider
  • fix(sdk-metrics): do not report empty scopes and metrics #​4135 @​pichlermarc
    • Instruments that were created, but did not have measurements will not be exported anymore
    • Meters (Scopes) that were created, but did not have any instruments with measurements under them will not be exported anymore.
  • fix(exporter-zipkin): round duration to the nearest int in annotations to be compliant with zipkin protocol #​4167 @​FelipeEmerim
📚 (Refine Doc)
  • docs(contributing): added guidelines for adding benchmark tests #​4169
🏠 (Internal)
  • test: added a performance benchmark test for span creation #​4105
  • test: added a workflow to run performance benchmark tests automatically #​4144

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

| datasource | package                                 | from   | to     |
| ---------- | --------------------------------------- | ------ | ------ |
| npm        | @opentelemetry/context-async-hooks      | 1.17.0 | 1.17.1 |
| npm        | @opentelemetry/exporter-trace-otlp-http | 0.43.0 | 0.44.0 |
| npm        | @opentelemetry/instrumentation          | 0.43.0 | 0.44.0 |
| npm        | @opentelemetry/instrumentation-http     | 0.43.0 | 0.44.0 |
| npm        | @opentelemetry/resources                | 1.17.0 | 1.17.1 |
| npm        | @opentelemetry/sdk-trace-base           | 1.17.0 | 1.17.1 |
| npm        | @opentelemetry/sdk-trace-node           | 1.17.0 | 1.17.1 |
| npm        | @opentelemetry/semantic-conventions     | 1.17.0 | 1.17.1 |
@renovate renovate bot enabled auto-merge October 27, 2023 17:17
@renovate renovate bot added this pull request to the merge queue Oct 27, 2023
Merged via the queue into main with commit 63def97 Oct 27, 2023
37 checks passed
@renovate renovate bot deleted the renovate/opentelemetry-js-monorepo branch October 27, 2023 17:35
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 37.34.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gizero
Copy link
Contributor

gizero commented Oct 27, 2023

@rarkins I haven't realised this was set to automerge. 🤦 We should have had something in place to prevent this (suggestions?). This PR rendered #25473 a useless effort...

@HonkingGoose
Copy link
Collaborator

@gizero do you want to try reverting to the known-good version of opentelemetry? I found a way to prevent Renovate automatically upgrading to the bad version. We could set dependencyDashboardApproval to true for just the opentelemetry packages that are breaking the OLTP export.

Here's a rough sketch of what you should put in our renovate.json file:

{
  "packageRules": [
    {
      "description": "Manually update opentelemetry when the opentelemetry export bug is fixed, see issue xxx",
      "matchPackagePatterns": ["^@package-name"],
      "dependencyDashboardApproval": true
    }
  ]
}

gizero added a commit to gizero/renovate that referenced this pull request Oct 30, 2023
@gizero
Copy link
Contributor

gizero commented Oct 30, 2023

@HonkingGoose Thanks for the hint! Suggestion applied in #25503

gizero added a commit to gizero/renovate that referenced this pull request Oct 30, 2023
gizero added a commit to gizero/renovate that referenced this pull request Oct 30, 2023
gizero added a commit to gizero/renovate that referenced this pull request Oct 30, 2023
gizero added a commit to gizero/renovate that referenced this pull request Nov 8, 2023
jon4hz pushed a commit to jon4hz/renovate that referenced this pull request Nov 9, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants