mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2024-12-31 16:37:33 -08:00
22 lines
443 B
YAML
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 |