You cannot 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
309 B
YAML
18 lines
309 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: monero-exporter
|
|
type: prometheus
|
|
url: http://monero-exporter:9090
|
|
access: proxy
|
|
isDefault: true
|
|
timeInterval: 10s
|
|
|
|
datasources:
|
|
- name: process-exporter
|
|
type: prometheus
|
|
url: http://process-exporter:9256
|
|
access: proxy
|
|
isDefault: false
|
|
timeInterval: 10s
|