bind_exporter
bind_exporter copied to clipboard
Prometheus exporter for BIND
This pull request adds support for per zone metrics. This partially implements https://github.com/prometheus-community/bind_exporter/issues/13. This is my first experience with Go, so let me know if there is anything to fix....
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.46.0 to 0.53.0. Release notes Sourced from github.com/prometheus/common's releases. v0.53.0 What's Changed Add StatusAt method for Alert struct by @grobinson-grafana in prometheus/common#618 config: allow exposing real secret...
Add prometheus metric "bind_rpz_rewrites" corresponding to RPZRewrites bind exported counter. [Name Server Statistics Counters](https://bind9.readthedocs.io/en/v9.16.20/reference.html#name-server-statistics-counters) / RPZRewrites
When I use BIND DNS as a recursive DNS, I consider cache hits and miss to be important monitoring metrics, so I added information related to cachestats.