kea-exporter icon indicating copy to clipboard operation
kea-exporter copied to clipboard

Export Kea Metrics in the Prometheus Exposition Format

Results 8 kea-exporter issues
Sort by recently updated
recently updated
newest added

fix: #52 This PR is based on my interpretation of metrics from the documentation, as the descriptions for some metrics are not very clear. Based on : - https://kea.readthedocs.io/en/kea-2.5.6/arm/dhcp4-srv.html#statistics-in-the-dhcpv4-server -...

Packet statistics currently use a gauge, but they should use a counter instead. Kea only increments values for packet statistics since there's a command to reset them to 0. [Kea...

It would be useful in developing and debugging to add some kind of logging-engine with different levels that is configurable for users with an argument or environment-variable.

This is a simple fix for #17.

Collect test fixtures, so we can always test against the output of older releases to achieve a higher confidence. The parsing logic is the same for UDS/HTTP, and we could...

Found a patch on a downstream fork, let's check if it satisfies our understanding of shared networks and integrate it. ```diff From ab7475a6dc1d93f479f0a827742bb5ce584f481a Mon Sep 17 00:00:00 2001 From: masem...

enhancement

In #2 there was a remark that the mtime on the socket would change when the configuration was updated. This did not hold true, so since fetching the config from...

help wanted

https://prometheus.github.io/client_python/collector/custom/ Recommendation from people on #prometheus on libera https://github.com/tykling/dns_exporter could be a good example of how it can be used.