Add Grafana datasource provisioning for Prometheus

This commit is contained in:
2025-12-16 12:14:35 +00:00
parent da5a8997d3
commit 35123308c2

View File

@@ -0,0 +1,12 @@
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true
jsonData:
timeInterval: "10s"
httpMethod: POST