Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
type HealthMonitor ¶
type HealthMonitor struct {
// contains filtered or unexported fields
}
func NewHealthMonitor ¶
func NewHealthMonitor( metrics *metrics.QuantumStorageMetrics, tracer tracing.Tracer, interval time.Duration, ) *HealthMonitor
func (*HealthMonitor) RegisterCheck ¶
func (hm *HealthMonitor) RegisterCheck(check HealthCheck) error
func (*HealthMonitor) Stop ¶
func (hm *HealthMonitor) Stop()
type HealthStatus ¶
Click to show internal directories.
Click to hide internal directories.