Registry / observability / etherlabsio-healthcheck-v2

etherlabsio-healthcheck-v2

JSON →
library2.0.0gogounverified

A Go library for building HTTP health check endpoints for services.

go get github.com/etherlabsio/healthcheck/v2
INSTALL
IMPORT
SIG · ETHERLABSIO-HEALTH
E
etherlabsio-healthcheck-v2
observabilitygov2.0.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.

healthcheck
✓ github.com/etherlabsio/healthcheck/v2

Add a health check endpoint

package main import ( "net/http" "github.com/etherlabsio/healthcheck/v2" ) func main() { http.Handle("/health", healthcheck.Handler()) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
2
Resources
etherlabsio-healthcheck-v2 — go get etherlabsio-healthcheck-v2 · libregistry