First test kinda working
This commit is contained in:
13
monitoring/grafana/provisioning/dashboards/provider.yml
Normal file
13
monitoring/grafana/provisioning/dashboards/provider.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: quic_ecs_dt
|
||||
orgId: 1
|
||||
folder: "quic_ecs_dt"
|
||||
type: file
|
||||
disableDeletion: false
|
||||
updateIntervalSeconds: 10
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
foldersFromFilesStructure: false
|
||||
13
monitoring/grafana/provisioning/datasources/datasource.yml
Normal file
13
monitoring/grafana/provisioning/datasources/datasource.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
uid: prometheus
|
||||
access: proxy
|
||||
url: http://victoria-metrics:8428
|
||||
isDefault: true
|
||||
editable: true
|
||||
jsonData:
|
||||
timeInterval: "1s"
|
||||
httpMethod: "POST"
|
||||
Reference in New Issue
Block a user