mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update tooltip diff flamegraph (#151625)
## Summary We recently reviewed the final copy for the `Normalize by` menu in the Diff Flamegraph with the writing team and we have the final copy that we will use there. This PR is aiming to update that. Related to: https://github.com/elastic/kibana/pull/151437 --------- Co-authored-by: Tim Rühsen <tim.ruhsen@elastic.co>
This commit is contained in:
parent
8111d87ee9
commit
d5674c70af
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ export function NormalizationMenu(props: Props) {
|
|||
'xpack.profiling.flameGraphNormalizationMenu.normalizeByTimeTooltip',
|
||||
{
|
||||
defaultMessage:
|
||||
'To compare a set of machines over time periods of different lengths (for example: Compare the last hour against the last 24h), choose Normalize by Time. The number of samples on the shorter timeframe will be multiplied to match the longer timeframe (in this example, by 24).',
|
||||
'Select Normalize by Scale factor and set your Baseline and Comparison scale factors to compare a set of machines of different sizes. For example, you can compare a deployment of 10% of machines to a deployment of 90% of machines.',
|
||||
}
|
||||
)}
|
||||
</span>
|
||||
|
@ -167,7 +167,7 @@ export function NormalizationMenu(props: Props) {
|
|||
'xpack.profiling.flameGraphNormalizationMenu.normalizeByScaleTooltip',
|
||||
{
|
||||
defaultMessage:
|
||||
'To compare differently-sized sets of machines (e.g. a deployment on 10% of machines against a deployment on 90% of machines), choose Scale Factor and provide an appropriate factor to multiply the right-hand side with.',
|
||||
'Select Normalize by Time to compare a set of machines across different time periods. For example, if you compare the last hour to the last 24 hours, the shorter timeframe (1 hour) is multiplied to match the longer timeframe (24 hours).',
|
||||
}
|
||||
)}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue