grafana/pkg/services/ngalert/state
Sasha Melentyev c02003af3c
Refactor time durations (#58484)
This change uses `time.Second` in place of `1000 * time.Millisecond` and `time.Minute` in place of `60*time.Second`.
2022-11-22 15:09:15 +08:00
..
historian Alerting: Persist annotations from multidimensional rules in batches (#56575) 2022-11-04 10:39:26 -05:00
cache_test.go Alerting: Refactor state manager's cache (#56197) 2022-10-06 15:30:12 -04:00
cache.go Alerting: Update handling of stale state (#58276) 2022-11-07 11:03:53 -05:00
image_mock.go Alerting: Break dependency between state and image packages (#58381) 2022-11-09 15:06:49 -06:00
manager_private_test.go Alerting: Fix screenshot is not taken for stale series (#57982) 2022-11-02 22:14:22 +00:00
manager_test.go Refactor time durations (#58484) 2022-11-22 15:09:15 +08:00
manager.go Alerting: Update state manager to save state transitions in one batch (#58358) 2022-11-14 10:57:51 -05:00
persist.go Alerting: Break dependency between state and image packages (#58381) 2022-11-09 15:06:49 -06:00
state_test.go Refactor time durations (#58484) 2022-11-22 15:09:15 +08:00
state.go Alerting: Break dependency between state and image packages (#58381) 2022-11-09 15:06:49 -06:00
template_test.go Chore: Remove context.TODO (#43458) 2021-12-28 10:26:18 +01:00
template.go Chore: Remove context.TODO (#43458) 2021-12-28 10:26:18 +01:00
testing.go Alerting: Break dependency between state and image packages (#58381) 2022-11-09 15:06:49 -06:00