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

Fix decimals in diff. flamegraph tooltips #178524

Merged

Conversation

rockdaboot
Copy link
Contributor

@rockdaboot rockdaboot commented Mar 12, 2024

Summary

In the differential flamegraph tooltips, comparison integer values are shown with decimal digits. This PR fixes it.

@rockdaboot rockdaboot added bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.13.0 v8.14.0 labels Mar 12, 2024
@rockdaboot rockdaboot self-assigned this Mar 12, 2024
@rockdaboot rockdaboot requested a review from a team as a code owner March 12, 2024 15:25
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@apmmachine
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • /oblt-deploy-serverless : Deploy a serverless Kibana instance using the Observability test environments.
  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
profiling 280 281 +1

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
profiling 400.6KB 400.7KB +64.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @rockdaboot

@rockdaboot rockdaboot merged commit b3064ba into elastic:main Mar 13, 2024
17 checks passed
@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.13 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.13:
- [Security Solution] Fix infinite loading state on Add Rules page for users with Security: Read permissions (#178005)
- Fix how sample data test install state is determined in test (#178529)
- [Index Management] Fix allow_auto_create field in index template form (#178321)
- [Ops] Refactor env loading & fix agent-targeting rewrite (#178320)
- [APM] [Alerts] Fix error rendering alerts table in APM app (#178371)

Manual backport

To create the backport manually run:

node scripts/backport --pr 178524

Questions ?

Please refer to the Backport tool documentation

@cauemarcondes
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.13

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

cauemarcondes pushed a commit to cauemarcondes/kibana that referenced this pull request Mar 13, 2024
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
cauemarcondes added a commit that referenced this pull request Mar 13, 2024
# 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.13.0 v8.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants