AppsFlyer / go-sundheitLinks
A library built to provide support for defining service health for golang services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics.
☆559Updated last year
Alternatives and similar repositories for go-sundheit
Users that are interested in go-sundheit are comparing it to the libraries listed below
Sorting:
- Library for enabling asynchronous health checks in your service☆751Updated 11 months ago
- An simple, easily extensible and concurrent health-check library for Go services☆274Updated last year
- 12 factor configuration as a typesafe struct in as little as two function calls☆340Updated 3 years ago
- Load configuration in cascade from multiple backends into a struct☆509Updated last month
- Composable, observable and performant config handling for Go for the distributed processing era☆645Updated 5 years ago
- A supersonic rate limiting package for Go with HTTP middleware.☆668Updated last week
- Go modular http middleware to measure HTTP requests independent of metrics backend (with Prometheus and OpenCensus as backend implementat…☆437Updated 7 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆351Updated last year
- Logur is an opinionated collection of logging best practices☆205Updated 10 months ago
- Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite☆455Updated last month
- A library to improve the resilience of Go applications in an easy and flexible way☆201Updated 2 years ago
- Accurate Code Coverage reporting for Golang (Go)☆220Updated 10 months ago
- Debug Dockerized Go applications better☆635Updated last year
- A simple and flexible health check library for Go.☆825Updated 2 months ago
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆365Updated 2 years ago
- Quick helpers for testing Go applications☆529Updated last year
- Reduce debugging time. Use static & stack-trace analysis to identify the error immediately.☆459Updated 2 years ago
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …