Discussion about this post

User's avatar
shadejinx's avatar

Excellent article! Minor nit: stdev() only works the way you want if the data being measured follows a normal distribution over the interval (i.e. bell curve). That's generally very rare in log data. Try percentile() and use boxplot-whisker calculations for anomaly detection. (e.g. 75th + (1.5 * ( 75th - 25th ))).

Expand full comment
2 more comments...

No posts