优化
This commit is contained in:
28
server/devops/config/grafana-prometheus-datasource.yml
Normal file
28
server/devops/config/grafana-prometheus-datasource.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: 1
|
||||
|
||||
deleteDatasources:
|
||||
- name: Prometheus
|
||||
orgId: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
password:
|
||||
user:
|
||||
database: prometheus
|
||||
basicAuth: false
|
||||
basicAuthUser:
|
||||
basicAuthPassword:
|
||||
withCredentials:
|
||||
isDefault: true
|
||||
jsonData:
|
||||
tlsAuth: false
|
||||
tlsAuthWithCACert: false
|
||||
secureJsonData:
|
||||
tlsCACert: ""
|
||||
tlsClientCert: ""
|
||||
tlsClientKey: ""
|
||||
version: 1
|
||||
editable: true
|
||||
Reference in New Issue
Block a user