Commit graph

5 commits

Author SHA1 Message Date
Brandon Richardson e3caa1dcf7
feat: add option to enable granular lease metrics (#24)
Introduce a new flag that can be used to expose each DHCP lease as a
specific metric. Given the high cardinality of these metrics, exposition
of lease information is disabled by default.

This feature takes cues from node_exporter collectors which are
disabled by default, like the `processes` or `systemd` collectors for
instance. Typically, high-cardinality metrics are against prometheus
best-practices but for smaller networks (like home networks) these
features can be quite powerful.
2023-04-07 18:09:17 +02:00
Marcelo Almeida bca1dc5c86 Added Dockerfile (#5) 2019-06-17 16:40:24 +02:00
Michael Stapelberg e1f281b435 add travis badge 2018-05-05 17:04:09 +02:00
Michael Stapelberg 201fe1998f document minimum required version 2018-05-05 17:02:25 +02:00
Michael Stapelberg 1c0a911641 Initial commit 2017-10-30 06:23:40 -07:00