Documentation
¶
Index ¶
- func CertificateBuildTime(value float64)
- func CertificateSent()
- func CertificateSettlementTime(value float64)
- func InError()
- func MultiSigThresholdNotReached()
- func ProverError()
- func ProverTime(value float64)
- func Register()
- func SendingRetry()
- func Settled()
- func ValidateTime(value float64)
- func ValidatorError(validator common.Address)
- func ValidatorInvalidSignature(validator common.Address)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CertificateBuildTime ¶
func CertificateBuildTime(value float64)
CertificateBuildTime provides a histogram for the certificate build time
func CertificateSent ¶
func CertificateSent()
CertificateSent increments the counter for the number of certificates sent
func CertificateSettlementTime ¶ added in v0.7.0
func CertificateSettlementTime(value float64)
CertificateSettlementTime provides a histogram for the certificate settlement time
func InError ¶
func InError()
InError increments the counter for the number of certificates in error
func MultiSigThresholdNotReached ¶ added in v0.7.0
func MultiSigThresholdNotReached()
MultiSigThresholdNotReached increments the counter for the number of times the multisig threshold was not reached
func ProverError ¶ added in v0.7.0
func ProverError()
ProverError increments the counter for the number of prover errors
func ProverTime ¶
func ProverTime(value float64)
ProverTime provides a histogram for the prover time
func SendingRetry ¶
func SendingRetry()
SendingRetry increments the counter for the number of sending retries
func ValidateTime ¶ added in v0.7.0
func ValidateTime(value float64)
ValidateTime provides a histogram for the time taken to validate a certificate
func ValidatorError ¶ added in v0.7.0
ValidatorError increments the counter for the number of validator errors, labeled by validator address
func ValidatorInvalidSignature ¶ added in v0.7.0
ValidatorInvalidSignature increments the counter for the number of invalid signatures from a validator, labeled by validator address
Types ¶
This section is empty.