Documentation
¶
Index ¶
- func DecHTTPRequestsInFlight()
- func DecManagedCertificate(issuer, owner, domain, name string)
- func DeleteCertificateMetrics(issuer, owner, domain, name string)
- func IncCertificateCreated(issuer, owner, domain, name string)
- func IncCertificateCreationError(issuer, owner, domain, name string)
- func IncCertificateRenewalError(issuer, owner, domain, name string)
- func IncCreatedLocalCertificate(issuer string)
- func IncDeleteFailedVaultSecret(secretType string)
- func IncDeleteSuccessVaultSecret(secretType string)
- func IncDeletedLocalCertificate(issuer string)
- func IncGetFailedVaultSecret(secretType string)
- func IncGetSuccessVaultSecret(secretType string)
- func IncHTTPRequestsInFlight()
- func IncManagedCertificate(issuer, owner, domain, name string)
- func IncPutFailedVaultSecret(secretType string)
- func IncPutSuccessVaultSecret(secretType string)
- func IncRateLimitBlocked(owner, issuer, operation string)
- func IncRevokedCertificate(issuer, owner, domain, name string)
- func IncRevokedCertificateErrors(issuer, owner, domain, name string)
- func IncRunFailedLocalCmd(command string)
- func IncRunSuccessLocalCmd(command string)
- func InitCertificateErrorMetrics(issuer, owner, domain, name string)
- func RecordHTTPRequest(method, path, statusCode string, duration float64)
- func SetCertificateConfigError(value float64)
- func SetCertificateRenewed(issuer, owner, domain, name string, count int64)
- func SetConfigError(value float64)
- func SetIssuerConfigError(issuer string, value float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecHTTPRequestsInFlight ¶
func DecHTTPRequestsInFlight()
func DecManagedCertificate ¶
func DecManagedCertificate(issuer, owner, domain, name string)
func DeleteCertificateMetrics ¶ added in v0.8.0
func DeleteCertificateMetrics(issuer, owner, domain, name string)
DeleteCertificateMetrics removes all metric series for the given label set. Call this when a cert's issuer or domain changes so stale series don't linger.
func IncCertificateCreated ¶ added in v0.7.2
func IncCertificateCreated(issuer, owner, domain, name string)
func IncCertificateCreationError ¶ added in v0.7.2
func IncCertificateCreationError(issuer, owner, domain, name string)
func IncCertificateRenewalError ¶ added in v0.7.2
func IncCertificateRenewalError(issuer, owner, domain, name string)
func IncCreatedLocalCertificate ¶
func IncCreatedLocalCertificate(issuer string)
func IncDeleteFailedVaultSecret ¶
func IncDeleteFailedVaultSecret(secretType string)
func IncDeleteSuccessVaultSecret ¶
func IncDeleteSuccessVaultSecret(secretType string)
func IncDeletedLocalCertificate ¶
func IncDeletedLocalCertificate(issuer string)
func IncGetFailedVaultSecret ¶
func IncGetFailedVaultSecret(secretType string)
func IncGetSuccessVaultSecret ¶
func IncGetSuccessVaultSecret(secretType string)
func IncHTTPRequestsInFlight ¶
func IncHTTPRequestsInFlight()
func IncManagedCertificate ¶
func IncManagedCertificate(issuer, owner, domain, name string)
func IncPutFailedVaultSecret ¶
func IncPutFailedVaultSecret(secretType string)
func IncPutSuccessVaultSecret ¶
func IncPutSuccessVaultSecret(secretType string)
func IncRateLimitBlocked ¶ added in v0.7.0
func IncRateLimitBlocked(owner, issuer, operation string)
func IncRevokedCertificate ¶ added in v0.6.5
func IncRevokedCertificate(issuer, owner, domain, name string)
func IncRevokedCertificateErrors ¶ added in v0.6.5
func IncRevokedCertificateErrors(issuer, owner, domain, name string)
func IncRunFailedLocalCmd ¶
func IncRunFailedLocalCmd(command string)
func IncRunSuccessLocalCmd ¶
func IncRunSuccessLocalCmd(command string)
func InitCertificateErrorMetrics ¶ added in v0.8.0
func InitCertificateErrorMetrics(issuer, owner, domain, name string)
InitCertificateErrorMetrics initializes the renew/error series to 0 at startup so that increase() works correctly on the first renewal error for a known cert.
func RecordHTTPRequest ¶
func SetCertificateConfigError ¶
func SetCertificateConfigError(value float64)
func SetCertificateRenewed ¶ added in v0.8.0
func SetConfigError ¶
func SetConfigError(value float64)
func SetIssuerConfigError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.