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:
Maximilian Bosch 2023-06-23 13:45:12 +02:00
parent aba5c5bc2c
commit 6e6c2e6530
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -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.
'';