Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.09 KB

File metadata and controls

56 lines (44 loc) · 1.09 KB

dnsdist

Module monitor dnsdist performance and health metrics.

Following charts are drawn:

  1. Response latency
  • latency-slow
  • latency100-1000
  • latency50-100
  • latency10-50
  • latency1-10
  • latency0-1
  1. Cache performance
  • cache-hits
  • cache-misses
  1. ACL events
  • acl-drops
  • rule-drop
  • rule-nxdomain
  • rule-refused
  1. Noncompliant data
  • empty-queries
  • no-policy
  • noncompliant-queries
  • noncompliant-responses
  1. Queries
  • queries
  • rdqueries
  • rdqueries
  1. 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'

analytics