git init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: VPS Control
|
||||
orgId: 1
|
||||
folder: VPS Control
|
||||
type: file
|
||||
disableDeletion: true
|
||||
allowUiUpdates: false
|
||||
updateIntervalSeconds: 30
|
||||
options:
|
||||
path: /etc/grafana/dashboards
|
||||
@@ -0,0 +1,35 @@
|
||||
apiVersion: 1
|
||||
|
||||
deleteDatasources:
|
||||
- name: VPS Control Metrics
|
||||
orgId: 1
|
||||
- name: VPS Control Logs
|
||||
orgId: 1
|
||||
|
||||
datasources:
|
||||
- name: VPS Control Metrics
|
||||
uid: vps-control-prometheus
|
||||
orgId: 1
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://backend:8080/integrations/prometheus
|
||||
isDefault: true
|
||||
editable: false
|
||||
jsonData:
|
||||
httpMethod: POST
|
||||
httpHeaderName1: Authorization
|
||||
secureJsonData:
|
||||
httpHeaderValue1: Bearer $INTEGRATION_TOKEN
|
||||
|
||||
- name: VPS Control Logs
|
||||
uid: vps-control-loki
|
||||
orgId: 1
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://backend:8080/integrations/loki
|
||||
editable: false
|
||||
jsonData:
|
||||
httpHeaderName1: Authorization
|
||||
maxLines: 1000
|
||||
secureJsonData:
|
||||
httpHeaderValue1: Bearer $INTEGRATION_TOKEN
|
||||
Reference in New Issue
Block a user