hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Alerting doesn't work for Anomaly analytic units #938

Closed rozetko closed 3 years ago

rozetko commented 4 years ago

Steps to reproduce

Expected behavior

Alerts start coming to the configured alerting channel (btw, it works with Threshold analytic units)

Actual behavior

Alerts never come

Possible reason:

Data coming for detection is stored in the bucket with dynamic size (depends on configured Alpha value), maybe this amount of data is not enough for the detector to find anything. e.g. bucket size for Alpha == 0.5 is 4, for Alpha == 0.1 - 22

rozetko commented 3 years ago

Related PRs: https://github.com/hastic/hastic-server/pull/940 https://github.com/hastic/analytics/pull/27

rozetko commented 3 years ago

fixed in the related PRs