Getting Data In

How can we find the deviations of the Total Latency of a certain service?

ddrillic
Ultra Champion

We have a case where the Total Latency is high for a certain production API -

<base search against an api> | stats avg(TotalLatency) by ServiceName

How can see the deviations of this TotalLatency field?

Tags (2)
0 Karma
1 Solution

woodcock
Esteemed Legend

It depends on what you mean. Maybe one of these?

<base search against an api>
| stats avg(TotalLatency) stdev(TotalLatency) values(TotalLatency) BY ServiceName

View solution in original post

ddrillic
Ultra Champion

I placed the values of the TotalLatency in excel, sorted them out and ran a graph on the sorted values. I got the following -

alt text

So, the sorted values create this exponential graph - can we produce it within Splunk?

0 Karma

woodcock
Esteemed Legend

It depends on what you mean. Maybe one of these?

<base search against an api>
| stats avg(TotalLatency) stdev(TotalLatency) values(TotalLatency) BY ServiceName
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...