From 204e57c442d257b304a64e83339db8ef0bdfd277 Mon Sep 17 00:00:00 2001 From: Eran Harel Date: Fri, 20 Sep 2019 00:20:46 +0300 Subject: [PATCH] Added go-sundheit - a service health checks lib to distributed systems section (#2662) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 248fb5d8..55bf6417 100644 --- a/README.md +++ b/README.md @@ -563,6 +563,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-health](https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service. * [go-jump](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function. * [go-kit](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. +* [go-sundheit](https://github.com/AppsFlyer/go-sundheit) - A library built to provide support for defining async service health checks for golang services. * [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. * [grpc-go](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC. * [hprose](https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now.