Inital Adding of Compose Files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'NoFolderDashboards'
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
updateIntervalSeconds: 10
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/no_folder
|
||||
@@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'PerformanceOverviewDashboards'
|
||||
orgId: 1
|
||||
folder: 'Performance Overview'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
updateIntervalSeconds: 10
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/performance_overview
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
-
|
||||
access: proxy
|
||||
basicAuth: false
|
||||
jsonData:
|
||||
maxLines: 1000
|
||||
name: Loki
|
||||
type: loki
|
||||
url: "http://loki:3100/"
|
||||
@@ -0,0 +1,8 @@
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
-
|
||||
access: proxy
|
||||
basicAuth: false
|
||||
name: Prometheus
|
||||
type: prometheus
|
||||
url: "http://prometheus:9090/"
|
||||
Reference in New Issue
Block a user