healthcheck

package
v0.7.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientHealthChecker

type ClientHealthChecker struct {
	// contains filtered or unexported fields
}

ClientHealthChecker contains the port and check function callback

func NewClientHealthChecker

func NewClientHealthChecker(port string, f func() error) *ClientHealthChecker

NewClientHealthChecker function will return new ClientHealthChecker struct with specified port and checkFunction

func (*ClientHealthChecker) StartProbes

func (s *ClientHealthChecker) StartProbes()

StartProbes will initilize http endpoint for(/health) check

type HealthCheck added in v0.7.5

type HealthCheck struct {
	Ping        func() error
	ServiceName string
	// contains filtered or unexported fields
}

type HealthChecker added in v0.7.5

type HealthChecker struct {
	// contains filtered or unexported fields
}

func NewHealthCheck added in v0.7.5

func NewHealthCheck(logger *zerolog.Logger, interval time.Duration, services []HealthCheck) *HealthChecker

func (*HealthChecker) AnyServiceUnhealthy added in v0.7.5

func (c *HealthChecker) AnyServiceUnhealthy() bool

func (*HealthChecker) CheckForFailures added in v0.7.5

func (c *HealthChecker) CheckForFailures() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL