Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…211687) # Backport This will backport the following commits from `main` to `9.0`: - [[ObsUX][Profiling] Remove float numbers on samples (#211489)](#211489) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Miriam","email":"31922082+MiriamAparicio@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-02-19T08:39:03Z","message":"[ObsUX][Profiling] Remove float numbers on samples (#211489)\n\nCloses https://github.com/elastic/kibana/issues/181295\n\n#### Summary\n\nThere should be no decimal / fraction in the number of samples (those\nare integer values).\n\n#### What was done\n\nWhen the scale factor was a number with decimals, was changing the value\nof the samples to a float number\nAlso, the background color for the `Normalized By` dropdown was fixed in\ndark mode\n\nBefore\n\n<img width=\"1335\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/93b6c301-5b7f-41b6-857b-3551cf88b095\"\n/>\n\nAfter\n\n<img width=\"1335\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/ebbe78ed-d8cb-4308-acf4-0d15221f986b\"\n/>","sha":"5b96461ee74eaafe5903d80609732cfd6f868679","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","Team:obs-ux-infra_services","v9.1.0"],"title":"[ObsUX][Profiling] Remove float numbers on samples","number":211489,"url":"https://github.com/elastic/kibana/pull/211489","mergeCommit":{"message":"[ObsUX][Profiling] Remove float numbers on samples (#211489)\n\nCloses https://github.com/elastic/kibana/issues/181295\n\n#### Summary\n\nThere should be no decimal / fraction in the number of samples (those\nare integer values).\n\n#### What was done\n\nWhen the scale factor was a number with decimals, was changing the value\nof the samples to a float number\nAlso, the background color for the `Normalized By` dropdown was fixed in\ndark mode\n\nBefore\n\n<img width=\"1335\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/93b6c301-5b7f-41b6-857b-3551cf88b095\"\n/>\n\nAfter\n\n<img width=\"1335\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/ebbe78ed-d8cb-4308-acf4-0d15221f986b\"\n/>","sha":"5b96461ee74eaafe5903d80609732cfd6f868679"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211489","number":211489,"mergeCommit":{"message":"[ObsUX][Profiling] Remove float numbers on samples (#211489)\n\nCloses https://github.com/elastic/kibana/issues/181295\n\n#### Summary\n\nThere should be no decimal / fraction in the number of samples (those\nare integer values).\n\n#### What was done\n\nWhen the scale factor was a number with decimals, was changing the value\nof the samples to a float number\nAlso, the background color for the `Normalized By` dropdown was fixed in\ndark mode\n\nBefore\n\n<img width=\"1335\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/93b6c301-5b7f-41b6-857b-3551cf88b095\"\n/>\n\nAfter\n\n<img width=\"1335\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/ebbe78ed-d8cb-4308-acf4-0d15221f986b\"\n/>","sha":"5b96461ee74eaafe5903d80609732cfd6f868679"}}]}] BACKPORT--> Co-authored-by: Miriam <31922082+MiriamAparicio@users.noreply.github.com>
- Loading branch information