-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 flamegraph regression #178511
Fix flamegraph regression #178511
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded
Metrics [docs]Async chunks
To update your PR or re-run it, just comment with: cc @rockdaboot |
Fix a regression introduced in elastic#178481 (cherry picked from commit b91962e)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.13`: - [Fix flamegraph regression (#178511)](#178511) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tim Rühsen","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-03-12T16:41:53Z","message":"Fix flamegraph regression (#178511)\n\nFix a regression introduced in\r\nhttps://github.com//pull/178481","sha":"b91962e01827060a4fe95512663258dd42eb4b58","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:obs-ux-infra_services","v8.13.0","v8.14.0"],"title":"Fix flamegraph regression","number":178511,"url":"https://github.com/elastic/kibana/pull/178511","mergeCommit":{"message":"Fix flamegraph regression (#178511)\n\nFix a regression introduced in\r\nhttps://github.com//pull/178481","sha":"b91962e01827060a4fe95512663258dd42eb4b58"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178511","number":178511,"mergeCommit":{"message":"Fix flamegraph regression (#178511)\n\nFix a regression introduced in\r\nhttps://github.com//pull/178481","sha":"b91962e01827060a4fe95512663258dd42eb4b58"}}]}] BACKPORT--> Co-authored-by: Tim Rühsen <[email protected]>
Fix a regression introduced in #178481