mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-01-06 03:17:34 -08:00
19 lines
376 B
YAML
19 lines
376 B
YAML
|
apiVersion: 1
|
||
|
datasources:
|
||
|
- name: prometheus
|
||
|
type: prometheus
|
||
|
access: proxy
|
||
|
url: http://prometheus:9090
|
||
|
isDefault: true
|
||
|
editable: true
|
||
|
jsonData:
|
||
|
httpMethod: POST
|
||
|
|
||
|
- name: redis-datasource
|
||
|
type: redis-datasource
|
||
|
access: proxy
|
||
|
url: redis://redis:6379/0
|
||
|
isDefault: false
|
||
|
editable: true
|
||
|
jsonData:
|
||
|
client: standalone
|