Documentation ¶
Overview ¶
Package metrics defines the Prometheus metrics in use.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WatchCount counts the number of certificates being watched. WatchCount *counter // QueueCount counts the number of certificates actively in // the renewal queue. QueueCount *gauge // ExpireNext contains the time of the next certificate // expiry. ExpireNext *gauge // FailureCount contains a count of the number of failures to // generate a key pair or renew a certificate. FailureCount *counter )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.