grafana/pkg/services/ngalert
gotjosh c9e5088e8b
Alerting: Cleanup and move legacy to a legacy file (#32803)
* Alerting: Cleanup and move legacy to a legacy file

A quick cleanup of the ngalert/api directory, optimising for an easy
removal of what is will be considered legacy at some point. A quick
summary of what's done is:

- Add a prefix `generated` prefix to files that are auto-generated by
  our swagger definitions.
- Create a legacy file to place all the legacy API routes implementation
  and helpers. Deleting files that where no longer needed after this
move.
- Rename the `lotex` file to `lotex_ruler`
- Adding a couple of comments here and there.

With this, I hope to organise our code in this directory a bit better
given there's a lot going on.
2021-04-09 05:55:41 -04:00
..
api Alerting: Cleanup and move legacy to a legacy file (#32803) 2021-04-09 05:55:41 -04:00
eval Alerting: Send alerts from state tracker to notifier, logging, and cleanup task (#32333) 2021-03-30 09:37:56 -07:00
models [Alerting]: Update scheduler to evaluate rules created by the unified API (#32589) 2021-04-03 20:13:29 +03:00
notifier AlertingNG: PagerDuty notification channel (#32604) 2021-04-08 19:21:09 +02:00
schedule [Alerting]: Update scheduler to evaluate rules created by the unified API (#32589) 2021-04-03 20:13:29 +03:00
state Alerting: Return cached alerts for prometheus/api/v1/alerts (#32654) 2021-04-05 15:05:39 -07:00
store [Alerting]: Update scheduler to evaluate rules created by the unified API (#32589) 2021-04-03 20:13:29 +03:00
tests [Alerting]: Update scheduler to evaluate rules created by the unified API (#32589) 2021-04-03 20:13:29 +03:00
ngalert.go Alerting: Return cached alerts for prometheus/api/v1/alerts (#32654) 2021-04-05 15:05:39 -07:00