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.
19 lines
382 B
19 lines
382 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
|
|
access: direct
|
|
orgId: 1
|
|
url: mysql://stationmonitor:secret@db:3306/digimode_stats
|
|
basicAuth: false
|
|
isDefault: false
|
|
editable: true
|
|
|