()
| 84 | } |
| 85 | |
| 86 | func (rn *rulerNotifier) stop() { |
| 87 | rn.sdCancel() |
| 88 | rn.notifier.Stop() |
| 89 | rn.wg.Wait() |
| 90 | } |
| 91 | |
| 92 | // Builds a Prometheus config.Config from a ruler.Config with just the required |
| 93 | // options to configure notifications to Alertmanager. |
no test coverage detected