Prometheus exporter for Riak node metrics. This is still a work in progress, but it already provides everything you need to start exporting riak metrics to Prometheus.
make
./riak_exporter <flags>
| Name | Description |
|---|---|
| web.listen-address | Address to listen on for web interface and telemetry. (Default :9104) |
| web.telemetry-path | Path under which to expose metrics. (Default /metrics) |
| riak.uri | The URI which the Riak HTTP API listens on. (Default http://localhost:8098) |