meshtastic-metrics-exporter/docker/grafana/datasources.yml
2024-07-05 11:45:20 +03:00

22 lines
443 B
YAML

apiVersion: 1
datasources:
- name: prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true
jsonData:
httpMethod: POST
- name: postgres
type: postgres
access: proxy
url: postgres:5432
jsonData:
database: meshtastic
sslmode: "disable"
user: postgres
secureJsonData:
password: postgres
isDefault: false
editable: true