DaCrow13 commited on
Commit
2aae6fa
·
1 Parent(s): 8c80239

Refactor Grafana provisioning paths to /app/monitoring to avoid /etc/grafana permission issues in HF Spaces

Browse files
monitoring/grafana/provisioning/dashboards/dashboard.yml CHANGED
@@ -1,13 +1,13 @@
1
  apiVersion: 1
2
 
3
  providers:
4
- - name: 'Hopcroft Dashboards'
5
  orgId: 1
6
- folder: ''
7
  type: file
8
  disableDeletion: false
9
  updateIntervalSeconds: 10
10
  allowUiUpdates: true
11
  options:
12
  path: /app/monitoring/grafana/dashboards
13
- foldersFromFilesStructure: true
 
1
  apiVersion: 1
2
 
3
  providers:
4
+ - name: "Hopcroft Dashboards"
5
  orgId: 1
6
+ folder: ""
7
  type: file
8
  disableDeletion: false
9
  updateIntervalSeconds: 10
10
  allowUiUpdates: true
11
  options:
12
  path: /app/monitoring/grafana/dashboards
13
+ foldersFromFilesStructure: true
monitoring/grafana/provisioning/datasources/prometheus.yml CHANGED
@@ -11,4 +11,4 @@ datasources:
11
  editable: true
12
  jsonData:
13
  httpMethod: POST
14
- timeInterval: "15s"
 
11
  editable: true
12
  jsonData:
13
  httpMethod: POST
14
+ timeInterval: "15s"