second server version
This commit is contained in:
14
docker/grafana/provisioning/dashboards/dashboards.yml
Normal file
14
docker/grafana/provisioning/dashboards/dashboards.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Grafana Dashboard Provisioning Configuration
|
||||
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'aniworld-dashboards'
|
||||
orgId: 1
|
||||
folder: 'AniWorld'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
updateIntervalSeconds: 30
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /etc/grafana/provisioning/dashboards
|
||||
14
docker/grafana/provisioning/datasources/prometheus.yml
Normal file
14
docker/grafana/provisioning/datasources/prometheus.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Grafana Datasource Configuration
|
||||
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
editable: true
|
||||
jsonData:
|
||||
timeInterval: "30s"
|
||||
httpMethod: "POST"
|
||||
Reference in New Issue
Block a user