Skip to content
Snippets Groups Projects

Enable Unified Alerting and wire up with alertmanager

2 files
+ 125
56
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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