influxdb/notification
Michael Desa 58fbddc123
fix(notification/rule): ensure stateChanges rule has enough data in window
Closes https://github.com/influxdata/influxdb/issues/15154

Previously, we niavely incremented the unit associated with the leading
duration. Now, if the unit is `s` we double it. For every other unit, we
increase the magnitude by 1.

fix(notification/rule): change panic to t.Fatal

chore(notification/rule): add support for durations less than s
2019-09-24 12:48:10 -04:00
..
check Merge pull request #15179 from bednar/check-cron 2019-09-23 21:28:02 -04:00
endpoint docs(http): update NotificationEndpoint swagger definition to reflect reality 2019-09-11 11:53:44 +02:00
flux fix(notification/check): range outside logic 2019-09-09 15:11:08 -04:00
rule fix(notification/rule): ensure stateChanges rule has enough data in window 2019-09-24 12:48:10 -04:00
duration.go fix(notification): offset must be smaller than every 2019-09-05 11:20:59 -04:00
status.go fix(notification): fix the any checkLevel string 2019-09-05 15:11:43 -04:00
status_test.go Add Any to rule levels (#14866) 2019-08-29 17:46:00 -07:00
tag.go feat(swagger): notification rule tag filtering (#14793) 2019-08-28 09:25:54 -07:00
tag_test.go feat(swagger): notification rule tag filtering (#14793) 2019-08-28 09:25:54 -07:00