System watchdog for the fleet's Go runtime. Matches the C keeper and cuda-keeper-core.
k := fluxkeeper.NewKeeper(fluxkeeper.DefaultConfig())
hc := k.Check()
if k.ShouldAlert(hc) {
log.Println(k.Report())
}go build ./...
go test -v ./...Designed for flux-swarm and greenhorn-runtime. Call Check() on interval, use Report() for structured output.