-
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
[Profiling] Scale diff functions summary #160708
[Profiling] Scale diff functions summary #160708
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, 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
Tested and works for me.
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
This PR fixes a problem where the Total sample summary value wasn't being scaled when a scale factor is selected. <img width="1794" alt="Screenshot 2023-06-28 at 10 34 14 AM" src="https://github.com/elastic/kibana/assets/55978943/8a77d01c-ab10-4b53-b9fa-855a2710c78b"> (cherry picked from commit d0358f5)
# Backport This will backport the following commits from `main` to `8.9`: - [[Profiling] Scale diff functions summary (#160708)](#160708) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cauê Marcondes","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T12:00:55Z","message":"[Profiling] Scale diff functions summary (#160708)\n\nThis PR fixes a problem where the Total sample summary value wasn't\r\nbeing scaled when a scale factor is selected.\r\n\r\n<img width=\"1794\" alt=\"Screenshot 2023-06-28 at 10 34 14 AM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/55978943/8a77d01c-ab10-4b53-b9fa-855a2710c78b\">","sha":"d0358f5d2d3b386230332d00fc7f99c295ed107a","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.9.0","v8.10.0"],"number":160708,"url":"https://github.com/elastic/kibana/pull/160708","mergeCommit":{"message":"[Profiling] Scale diff functions summary (#160708)\n\nThis PR fixes a problem where the Total sample summary value wasn't\r\nbeing scaled when a scale factor is selected.\r\n\r\n<img width=\"1794\" alt=\"Screenshot 2023-06-28 at 10 34 14 AM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/55978943/8a77d01c-ab10-4b53-b9fa-855a2710c78b\">","sha":"d0358f5d2d3b386230332d00fc7f99c295ed107a"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160708","number":160708,"mergeCommit":{"message":"[Profiling] Scale diff functions summary (#160708)\n\nThis PR fixes a problem where the Total sample summary value wasn't\r\nbeing scaled when a scale factor is selected.\r\n\r\n<img width=\"1794\" alt=\"Screenshot 2023-06-28 at 10 34 14 AM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/55978943/8a77d01c-ab10-4b53-b9fa-855a2710c78b\">","sha":"d0358f5d2d3b386230332d00fc7f99c295ed107a"}}]}] BACKPORT--> Co-authored-by: Cauê Marcondes <[email protected]>
This PR fixes a problem where the Total sample summary value wasn't being scaled when a scale factor is selected.