health

package
v4.75.5 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 11 Imported by: 13

Documentation

Index

Constants

View Source
const (
	LivePath  = "/health"
	ReadyPath = "/ready"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	OkStatus      int
	GraceDuration time.Duration
}

func Flags

func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) *Config

type Service added in v4.64.0

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

func New

func New(ctx context.Context, config *Config, pingers ...model.Pinger) *Service

func (*Service) DoneCtx added in v4.67.0

func (s *Service) DoneCtx() context.Context

func (*Service) EndCtx added in v4.67.0

func (s *Service) EndCtx() context.Context

func (*Service) HealthHandler added in v4.64.0

func (s *Service) HealthHandler() http.Handler

func (*Service) ReadyHandler added in v4.64.0

func (s *Service) ReadyHandler() http.Handler

func (*Service) WaitForTermination added in v4.64.0

func (s *Service) WaitForTermination(done <-chan struct{}, signals ...os.Signal)

Jump to

Keyboard shortcuts

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