Skip to content
Snippets Groups Projects

Enable Unified Alerting and wire up with alertmanager

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -19,4 +19,12 @@ datasources:
type: loki
access: proxy
url: http://localhost:3100
jsonData:
manageAlerts: false
- name: Alertmanager
type: alertmanager
access: proxy
url: http://localhost:9093
jsonData:
implementation: prometheus
{% endif %}
Loading