You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metrics for TLS resumes, DoH, and aggressive NSEC (#53)
Map unbound's `num.query.agressive.*` stats to `query_aggressive_nsec`
metrics. This counter tracks the number of queries that unbound
synthesised answers based on the cached NSEC records.
See https://unbound.docs.nlnetlabs.nl/en/latest/topics/privacy/aggressive-nsec.html
Also add `query_tls_resume_total` and `query_https_total` metrics,
which track the number of queries received using TLS resume
and DNS-over-HTTPS transport, resp.
Fixes#48
0 commit comments