The correct answer is C. Create a plot C using the formula (A/B-l) and add a scale: 100 function to express the rate of change as a percentage.
To calculate the rate of change in latency, you need to compare the current latency (plot A) with the latency a week ago (plot B). One way to do this is to use the formula (A/B-l), which gives you the ratio of the current latency to the previous latency minus one. This ratio represents how much the current latency has increased or decreased relative to the previous latency. For example, if the current latency is 200 ms and the previous latency is 100 ms, then the ratio is (200/100-l) = 1, which means the current latency is 100% higher than the previous latency1
To express the rate of change as a percentage, you need to multiply the ratio by 100. You can do this by adding a scale: 100 function to the formula. This function scales the values of the plot by a factor of 100. For example, if the ratio is 1, then the scaled value is 100%2
To create a plot C using the formula (A/B-l) and add a scale: 100 function, you need to follow these steps:
Select plot A and plot B from the Metric Finder.
Click on Add Analytics and choose Formula from the list of functions.
In the Formula window, enter (A/B-l) as the formula and click Apply.
Click on Add Analytics again and choose Scale from the list of functions.
In the Scale window, enter 100 as the factor and click Apply.
You should see a new plot C that shows the rate of change in latency as a percentage.
To learn more about how to use formulas and scale functions in Splunk Observability Cloud, you can refer to these documentations34.
1: https://www.mathsisfun.com/numbers/percentage-change.html 2: https://docs.splunk.com/Observability/gdi/metrics/analytics.html#Scale 3: https://docs.splunk.com/Observability/gdi/metrics/analytics.html#Formula 4: https://docs.splunk.com/Observability/gdi/metrics/analytics.html#Scale