Files
boc/iom/monitoring/datasources/datasources.yml
T

25 lines
423 B
YAML
Raw Normal View History

apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
- name: Loki
type: loki
access: proxy
url: http://loki:3100
- name: PostgreSQL
type: postgres
access: proxy
url: postgres:5432
database: iom
user: iom
secureJsonData:
password: ${POSTGRES_PASSWORD}
jsonData:
sslmode: disable