1 unstable release
0.1.0 | Jun 28, 2021 |
---|
#7 in #otlp
21KB
341 lines
ShellyMetry
Fetch data from shelly.cloud devices, and expose it as Prometheus metrics.
Usage
For now, you need to pull the repository locally, and build it.
With rust installed:
cargo build --release
You then need a shellymetry.json
file with the following content:
{
"server_port": 1304,
"refresh_interval": 15,
"devices": [
{
"kind": "plug",
"name": "D9CFDD",
"labels": {
"name": "office"
}
}
],
"otlp_endpoint": "<endpoint>", // Optional OTLP endpoint to send traces to
"otlp_headers": { } // Optional OTLP headers to send with the traces (for authentication)
}
If OTLP isn't configured, traces will be sent to stdout.
Dependencies
~42–58MB
~1M SLoC