meshtastic-metrics-exporter/docker/grafana/datasources.yml

22 lines
443 B
YAML
Raw Normal View History

apiVersion: 1
datasources:
- name: prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true
jsonData:
2024-07-05 01:45:20 -07:00
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