-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 decimals in diff. flamegraph tooltips #178524
Fix decimals in diff. flamegraph tooltips #178524
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
x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_integer.ts
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
To update your PR or re-run it, just comment with: cc @rockdaboot |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
In the differential flamegraph tooltips, comparison integer values are shown with decimal digits. This PR fixes it. (cherry picked from commit b3064ba) # Conflicts: # x-pack/plugins/profiling/public/utils/formatters/as_integer.test.ts # x-pack/plugins/profiling/public/utils/formatters/as_integer.ts
# Backport This will backport the following commits from `main` to `8.13`: - [Fix decimals in diff. flamegraph tooltips (#178524)](#178524) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tim Rühsen","email":"tim.ruhsen@elastic.co"},"sourceCommit":{"committedDate":"2024-03-13T07:13:16Z","message":"Fix decimals in diff. flamegraph tooltips (#178524)\n\nIn the differential flamegraph tooltips, comparison integer values are\r\nshown with decimal digits. This PR fixes it.","sha":"b3064ba67c25e02639a81ed8581c4fdda43e02e3","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"],"number":178524,"url":"https://github.com/elastic/kibana/pull/178524","mergeCommit":{"message":"Fix decimals in diff. flamegraph tooltips (#178524)\n\nIn the differential flamegraph tooltips, comparison integer values are\r\nshown with decimal digits. This PR fixes it.","sha":"b3064ba67c25e02639a81ed8581c4fdda43e02e3"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","labelRegex":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178524","number":178524,"mergeCommit":{"message":"Fix decimals in diff. flamegraph tooltips (#178524)\n\nIn the differential flamegraph tooltips, comparison integer values are\r\nshown with decimal digits. This PR fixes it.","sha":"b3064ba67c25e02639a81ed8581c4fdda43e02e3"}}]}] BACKPORT--> Co-authored-by: Tim Rühsen <tim.ruhsen@elastic.co>
Summary
In the differential flamegraph tooltips, comparison integer values are shown with decimal digits. This PR fixes it.