feat: Add Grafana dashboard and Prometheus datasource configuration files

This commit is contained in:
Marc Schäfer
2025-10-07 18:45:40 +02:00
parent 427ab67bb5
commit d745aa79d4
3 changed files with 916 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: 1
providers:
- name: "newt"
folder: "Newt"
type: file
disableDeletion: false
allowUiUpdates: true
options:
path: /var/lib/grafana/dashboards

View File

@@ -0,0 +1,9 @@
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
uid: prometheus
isDefault: true
editable: true