MindFlavor / prometheus_wireguard_exporter

A Prometheus exporter for WireGuard, written in Rust.
https://mindflavor.github.io/prometheus_wireguard_exporter
MIT License
463 stars 49 forks source link

Provide a latest_handshake_delay (or similar value) #100

Closed mmahacek closed 1 year ago

mmahacek commented 1 year ago

Add an additional metric that is essentially now - timestamp of the latest heartbeat. This makes it easier for me to persist a value of how long it's been since the last handshake.

MindFlavor commented 1 year ago

Working on it: branch issue/100.