-
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] Adding "estimated value" label on sample columns #181449
[Profiling] Adding "estimated value" label on sample columns #181449
Conversation
🤖 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
...rvability_solution/profiling/public/components/frame_information_window/apm_transactions.tsx
Outdated
Show resolved
Hide resolved
...rvability_solution/profiling/public/components/frame_information_window/apm_transactions.tsx
Outdated
Show resolved
Hide resolved
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
…#181449) The service samples and transaction samples are estimated values, so I'm adding a tooltip to make it clear for users. <img width="883" alt="Screenshot 2024-04-23 at 15 51 44" src="https://github.com/elastic/kibana/assets/55978943/b71284ba-9104-45e5-9546-303279cb11f3"> (cherry picked from commit c17ba8c)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… columns (#181449) (#181539) # Backport This will backport the following commits from `main` to `8.14`: - [[Profiling] Adding "estimated value" label on sample columns (#181449)](#181449) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cauê Marcondes","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-04-24T10:08:26Z","message":"[Profiling] Adding \"estimated value\" label on sample columns (#181449)\n\nThe service samples and transaction samples are estimated values, so I'm\r\nadding a tooltip to make it clear for users.\r\n\r\n<img width=\"883\" alt=\"Screenshot 2024-04-23 at 15 51 44\"\r\nsrc=\"https://github.com/elastic/kibana/assets/55978943/b71284ba-9104-45e5-9546-303279cb11f3\">","sha":"c17ba8cd1078a2885fd8baa7ab8c9faaf6e39671","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.14.0","v8.15.0"],"title":"[Profiling] Adding \"estimated value\" label on sample columns","number":181449,"url":"https://github.com/elastic/kibana/pull/181449","mergeCommit":{"message":"[Profiling] Adding \"estimated value\" label on sample columns (#181449)\n\nThe service samples and transaction samples are estimated values, so I'm\r\nadding a tooltip to make it clear for users.\r\n\r\n<img width=\"883\" alt=\"Screenshot 2024-04-23 at 15 51 44\"\r\nsrc=\"https://github.com/elastic/kibana/assets/55978943/b71284ba-9104-45e5-9546-303279cb11f3\">","sha":"c17ba8cd1078a2885fd8baa7ab8c9faaf6e39671"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/181449","number":181449,"mergeCommit":{"message":"[Profiling] Adding \"estimated value\" label on sample columns (#181449)\n\nThe service samples and transaction samples are estimated values, so I'm\r\nadding a tooltip to make it clear for users.\r\n\r\n<img width=\"883\" alt=\"Screenshot 2024-04-23 at 15 51 44\"\r\nsrc=\"https://github.com/elastic/kibana/assets/55978943/b71284ba-9104-45e5-9546-303279cb11f3\">","sha":"c17ba8cd1078a2885fd8baa7ab8c9faaf6e39671"}}]}] BACKPORT--> Co-authored-by: Cauê Marcondes <[email protected]>
…#181449) The service samples and transaction samples are estimated values, so I'm adding a tooltip to make it clear for users. <img width="883" alt="Screenshot 2024-04-23 at 15 51 44" src="https://github.com/elastic/kibana/assets/55978943/b71284ba-9104-45e5-9546-303279cb11f3">
The service samples and transaction samples are estimated values, so I'm adding a tooltip to make it clear for users.