Collects load-balancer performance and health metrics, and draws the following charts:
Response latency
Cache performance
ACL events
Noncompliant data
Queries
Health
Edit the python.d/dnsdist.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/dnsdist.conf
localhost:
name : 'local'
url : 'http://127.0.0.1:5053/jsonstat?command=stats'
user : 'username'
pass : 'password'
header:
X-API-Key: 'dnsdist-api-key'