We are planning to add new analytic functions to Logscape. Please add any analytic functions that you would like to see included with along with a potential use case.
use case: Delta Functions many metrics are reported by applications as counters. The delta in a counter is more useful or meaningful than the absolute value.
funcs: range
use case: to show the range of values in a time bucket. It displays the difference between your min and max.
funcs: changePoint
use case: uses bayesian change point detection to identify deviations from the data's normal profile
============== CUmulative SUM Statistics ===========
• Keep a running sum of “surprises”: a sum of
excesses each day over the prediction
• When this sum exceeds threshold, signal
alarm and reset sum
1) needs bucket for summing
2) needs threshold