Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics for TLS resumes, DoH, and aggressive NSEC #53

Merged
merged 3 commits into from
Aug 23, 2023

Commits on Apr 12, 2023

  1. Aggressive NSEC stats

    This patch maps 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>
    
    Closes: letsencrypt#48
    hanazuki committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8bad419 View commit details
    Browse the repository at this point in the history
  2. More transport stats: TLS resumes and DoH queries

    This patch adds `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.
    
    Also the descriptions for `query_tcp_total` and `query_tls_total` are
    clarified that these numbers include DoT and DoH queries.
    hanazuki committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    82829e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update unbound_exporter.go

    pgporada authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f8e9507 View commit details
    Browse the repository at this point in the history