Registry / observability / invisionapp-go-health

invisionapp-go-health

JSON →
library2.1.0+incompatiblegogounverified

A library that enables async dependency health checking for services running on an orchestrated container platform such as Kubernetes or Mesos.

go get github.com/InVisionApp/go-health
INSTALL
IMPORT
SIG · INVISIONAPP-GO-HEA
I
invisionapp-go-health
observabilitygov2.1.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

health
github.com/InVisionApp/go-health

Create a health check instance and add a check.

package main import ( "fmt" "github.com/InVisionApp/go-health" ) func main() { h := health.New() h.AddCheck(&health.Config{Name: "check1", Checker: health.NewPinger("https://example.com")}) fmt.Println(h.Start()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
invisionapp-go-health — go get invisionapp-go-health · libregistry