You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
341 B
18 lines
341 B
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://prometheus:9090
|
|
basicAuth: false
|
|
isDefault: true
|
|
editable: true
|
|
- name: MySQL
|
|
type: mysql
|
|
url: db:3306
|
|
database: digimode_stats
|
|
user: stationmonitor
|
|
secureJsonData:
|
|
password: secret
|
|
|