health

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// StaleThreshold is how long since last_seen before a service is considered offline.
	StaleThreshold = 2 * time.Minute
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

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

Checker polls registered services for health status.

func NewChecker

func NewChecker(q db.Querier, bus *events.Bus, logger *slog.Logger) *Checker

NewChecker creates a health checker.

func (*Checker) CheckAll

func (c *Checker) CheckAll(ctx context.Context)

CheckAll polls all services with a health URL and updates their status.

Jump to

Keyboard shortcuts

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