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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...