This commit is contained in:
Simone Mainardi 2021-01-11 14:38:02 +01:00
parent 3784e66b53
commit 46e3c10c36
51 changed files with 51 additions and 51 deletions

View file

@ -36,7 +36,7 @@ alert_threshold_cross.meta = {
-- @param threshold A number indicating the threshold compared with `value` using operator
-- @return A table with the alert built
function alert_threshold_cross:init(metric, value, operator, threshold)
-- Call the paren constructor
-- Call the parent constructor
self.super:init()
self.alert_type_params = alert_creators.createThresholdCross(metric, value, operator, threshold)