Added prometheus datasource preconfiguration.
This commit is contained in:
parent
8e9274e132
commit
8ad94180fe
4 changed files with 45 additions and 0 deletions
12
2024/12/grafana_demo1/datasources.yaml
Normal file
12
2024/12/grafana_demo1/datasources.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
apiVersion: 1
|
||||
|
||||
deleteDatasources:
|
||||
|
||||
datasources:
|
||||
- name: prometheus
|
||||
type: prometheus
|
||||
url: http://prometheus:9090/
|
||||
isDefault: true
|
||||
jsonData:
|
||||
sslMode: "disable"
|
||||
version: 2
|
Loading…
Add table
Add a link
Reference in a new issue