Registry / observability / appsflyer-go-sundheit

appsflyer-go-sundheit

JSON →
library0.6.0gogounverified

Go Sundheit is a health check library for Go services, providing customizable health checks and reporting.

go get github.com/AppsFlyer/go-sundheit
INSTALL
IMPORT
SIG · APPSFLYER-GO-SUNDH
A
appsflyer-go-sundheit
observabilitygov0.6.0
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.

sundheit
github.com/AppsFlyer/go-sundheit

Creates a health check instance and adds an HTTP check.

package main import ( "fmt" "github.com/AppsFlyer/go-sundheit" ) func main() { h := sundheit.New() h.AddCheck(&sundheit.Config{ Check: &sundheit.HTTPCheck{ URL: "https://example.com", }, }) fmt.Println(h.Status()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
appsflyer-go-sundheit — go get appsflyer-go-sundheit · libregistry