Skip to content

Better Prometheus compliance

Compare
Choose a tag to compare
@MindFlavor MindFlavor released this 31 May 14:56
· 101 commits to master since this release
b9f0357

This release uses _Total as suffix for counters as it should be. It also changes how the latest handshake value is returned: before it was the number of seconds since the latest handshake. Now you get the UNIX timestamp as passed by wg. This should minimize the events written in Prometheus for non connected devices.

Closed #2 and #3.