In the datasources
section describes data sources
datasources:
clickhouse:
- name: ch1
host: domain.com
port: 6440
username: username
password: password
database: database
sslCertPath: /path/to/cert.crt
timeout: 3s
prometheus:
- name: prom1
url: domain.com
timeout: 3s
basicAuth:
username: username
password: password
postgres:
- name: pg1
host: domain.com
port: 5432
username: username
password: password
database: database
sslMode: verify-full
sslCertPath: /path/to/cert.crt
timeout: 3s
mysql:
- name: mysql1
dsn: user:[email protected](127.0.0.1:3306)/database
timeout: 3s
loki:
- name: loki1
url: domain.com
timeout: 5s
basicAuth:
username: username
password: password