Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 616 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 616 Bytes

Bluetooth Monitor

Configuration

Location: ~/.config/bluez-monitor/config.toml

Example:

[prometheus.remote_write]
url = "http://127.0.0.1:9090/api/v1/write"

[loki]
url = "http://127.0.0.1:3100/loki/api/v1/push"

Loki

[loki]
url = "http://127.0.0.1:3100/loki/api/v1/push"

Prometheus

Remote Write

[prometheus.remote_write]
url = "http://127.0.0.1:9090/api/v1/write"

Exporter

[prometheus.exporter]
host = "127.0.0.1:9099"

Running the monitor

make run