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.
☆556Updated 11 months ago
Alternatives and similar repositories for go-sundheit
Users that are interested in go-sundheit are comparing it to the libraries listed below
Sorting:
- 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 …☆661Updated 2 years ago
- Composable, observable and performant config handling for Go for the distributed processing era☆644Updated 4 years ago
- Quick helpers for testing Go applications☆529Updated last year
- 12 factor configuration as a typesafe struct in as little as two function calls☆337Updated 3 years ago
- Reduce debugging time. Use static & stack-trace analysis to identify the error immediately.☆461Updated 2 years ago
- Go library for retrying with configurable backoffs☆671Updated 10 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆351Updated last year
- Load configuration in cascade from multiple backends into a struct☆504Updated this week
- The Emperor takes care of all errors personally☆356Updated 4 years ago
- Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite☆448Updated 2 months ago
- A Go library for validating structs, maps and slices.☆229Updated 7 months ago
- A collection of packages to augment the go testing package and support common patterns.☆563Updated 4 months ago
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆822Updated last year
- 🔊Minimalist message bus implementation for internal communication with zero-allocation magic on Emit☆349Updated 2 years ago
- Powerful mock generation tool for Go programming language☆689Updated 2 weeks ago
- Library for enabling asynchronous health checks in your service☆751Updated 6 months ago
- A comprehensive error handling library for Go☆1,256Updated 7 months ago
- A supersonic rate limiting package for Go with HTTP middleware.☆629Updated 2 months ago
- Go (golang) http calls with retries and backoff☆652Updated 3 years ago
- fault injection library in go using standard http middleware☆509Updated last week
- ♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.☆343Updated last year
- Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕☆421Updated last year
- An simple, easily extensible and concurrent health-check library for Go services☆274Updated last year
- Converts 'go mod graph' output into Graphviz's DOT language☆490Updated 2 years ago
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆325Updated last year
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆366Updated 2 years ago
- Juniper is an extension to the Go standard library using generics, including containers, iterators, and streams.☆506Updated 3 months ago
- Automated Semantic Import Versioning Upgrades