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

security: add telemetry for OCSP server checks #53685

Merged
merged 1 commit into from
Sep 1, 2020

Commits on Aug 31, 2020

  1. security: add telemetry for OCSP server checks

    This commit adds two telemetry counters:
    
    - `server.ocsp.conn-verifications` counts the number of connections
      for which the OCSP feature is enabled
    
    - `server.ocsp.cert-verifications` counts the number of times
      a certificate actually underwent OCSP verification.
    
    Release justification: low risk, high benefit changes to existing functionality
    
    Release note: None
    knz committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    66f3a96 View commit details
    Browse the repository at this point in the history