deduplicate otel dependencies#250841
Conversation
|
Pinging @elastic/kibana-core (Team:Core) |
…& node scripts/yarn_deduplicate.js
1ca56e3 to
b809629
Compare
jbudz
left a comment
There was a problem hiding this comment.
packages/kbn-yarn-install-scripts/config.json LGTM
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]
History
|
|
Starting backport for target branches: 8.19, 9.1, 9.2, 9.3 |
Replaces elastic#250306 This PR includes the changes from elastic#250306 and deduplicating the dependency tree using yarn resolutions with pinned versions: ``` { "resolutions": { "**/@opentelemetry/api": "1.9.0", "**/@opentelemetry/resources": "2.2.0", "**/@opentelemetry/sdk-metrics": "2.2.0", } } ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
…iew_cps * commit '32efd9b2fb078ade51073fd2d0068bc74c029d6b': (49 commits) [Security Solution] Rules exceptions subfeatures (elastic#245722) [BK] Upgrade axios (elastic#251150) Fix AI Connector form fields resetting to default value when cleared by user (elastic#251095) deduplicate otel dependencies (elastic#250841) Adds initial agents.md file (elastic#250833) [index management] Faster index list loading (elastic#246276) skip failing test suite (elastic#251086) skip failing test suite (elastic#251048) [Security Solutions] Trial Companion - adjust UX design (elastic#250910) [Traces][Discover] Prevent flyout remount when switching document types in Trace Waterfall (elastic#250406) [DOCS][Cases][9.4 & Serverless]: Doc new `Maximum amount of cases to open` setting for case action (elastic#250993) [Discover][Traces] Explore trace.id from logs in Discover (elastic#249632) Remove ! from SOs docs link (elastic#251097) [ML] Maps: Add telemetry events for file uploads (elastic#247543) [Fleet] Fix dupplicate ids when copying an integration policy or an agent policy (elastic#250971) [Dashboards as Code] Add snake case object keys util (elastic#250962) [Core] Remove URL Overflow & Deprecate `storeInSessionStorage` setting (elastic#242972) [One Workflow] fix: Fix Variable Retrieval in Workflow Execution Engine (elastic#250852) Rework Elastic Managed LLMs page (elastic#251069) [Lens powered by ES|QL] Update Switch to Query mode modal warning message (elastic#251051) ...
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
This reverts commit 0faf546.
This reverts commit 0faf546. ## Summary Reverts #250841 due to incompatibility with otel versions. See [Slack thread](https://elastic.slack.com/archives/C0D8P2XK5/p1770116835509999)
Replaces #250306
This PR includes the changes from #250306 and deduplicating the dependency tree using yarn resolutions with pinned versions: