influxdb/notification/rule
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
..
http.go feat(notification/rule): add _version: 1 to HTTP body (#15028) 2019-09-06 16:21:27 -05:00
http_test.go fix(notification/rule): ensure stateChanges rule has enough data in window 2019-09-24 12:48:10 -04:00
pagerduty.go fix(pagerduty/rule): change url to clientURL for pagerduty endpoint/rule 2019-09-09 19:09:35 -04:00
pagerduty_test.go fix(pagerduty/rule): change url to clientURL for pagerduty endpoint/rule 2019-09-09 19:09:35 -04:00
rule.go fix(notification/rule): ensure stateChanges rule has enough data in window 2019-09-24 12:48:10 -04:00
rule_test.go feat(influxdb): user disabling 2019-09-23 11:57:16 -07:00
slack.go feat(influxdb): user disabling 2019-09-23 11:57:16 -07:00
slack_test.go fix(notification/rule): alert on all statuses if for any status rule 2019-09-11 15:19:00 -04:00