mirror of
https://github.com/netdata/netdata.git
synced 2025-04-18 03:23:51 +00:00
![]() * make remark access all directories * detailed fix after autofix by remark lint * cross check autofix for this set of files * crosscheck more files * crosschecking and small fixes * crosscheck autofixed md files |
||
---|---|---|
.. | ||
dnsdist.chart.py | ||
dnsdist.conf | ||
Makefile.inc | ||
README.md |
dnsdist
Module monitor dnsdist performance and health metrics.
Following charts are drawn:
-
Response latency
- latency-slow
- latency100-1000
- latency50-100
- latency10-50
- latency1-10
- latency0-1
-
Cache performance
- cache-hits
- cache-misses
-
ACL events
- acl-drops
- rule-drop
- rule-nxdomain
- rule-refused
-
Noncompliant data
- empty-queries
- no-policy
- noncompliant-queries
- noncompliant-responses
-
Queries
- queries
- rdqueries
- rdqueries
-
Health
- downstream-send-errors
- downstream-timeouts
- servfail-responses
- trunc-failures
configuration
localhost:
name : 'local'
url : 'http://127.0.0.1:5053/jsonstat?command=stats'
user : 'username'
pass : 'password'
header:
X-API-Key: 'dnsdist-api-key'