MindFlavor / prometheus_wireguard_exporter

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

Too many details (I just want the ip) #107

Open Klewltz opened 1 year ago

Klewltz commented 1 year ago

You should put a mode in which it only exports the ip because with the ip is enough for me and the other details are annoying when you only look for the ip.

jpds commented 11 months ago

You can already do this in Prometheus:

sum(wireguard_latest_handshake_seconds) by (allowed_ips)