Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
func (*Monitor) AttachHttp ¶
type Prober ¶
type Prober interface { // Probe to run all the necessary checks on Probe(ctx context.Context) error // Readiness should return information about the readiness of resource Readiness(ctx context.Context) (probetype, readinesstype string, name string, contents interface{}, err error) // Liveness should return information about the liveness of resource Liveness(ctx context.Context) (probetype, livenesstype string, name string, contents interface{}, err error) }
Click to show internal directories.
Click to hide internal directories.