nixos/grafana: clarify that there's still a bit of time until notifiers are removed
See https://github.com/grafana/grafana/pull/66269
This commit is contained in:
parent
aba5c5bc2c
commit
6e6c2e6530
1 changed files with 1 additions and 1 deletions
|
@ -1726,7 +1726,7 @@ in
|
|||
|
||||
# Warn about deprecated notifiers.
|
||||
deprecatedNotifiers = optional (cfg.provision.notifiers != [ ]) ''
|
||||
Notifiers are deprecated upstream and will be removed in Grafana 10.
|
||||
Notifiers are deprecated upstream and will be removed in Grafana 11.
|
||||
Use `services.grafana.provision.alerting.contactPoints` instead.
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue