Skip to content
Snippets Groups Projects

Enable Unified Alerting and wire up with alertmanager

2 files
+ 123
56
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,4 +19,10 @@ datasources:
type: loki
access: proxy
url: http://localhost:3100
- name: Alertmanager
type: alertmanager
access: proxy
url: http://localhost:9093
jsonData:
implementation: prometheus
{% endif %}
Loading