Codebase list golang-github-go-kit-kit / 00d061f
Merge pull request #682 from arbourd/rename-sirupsen Changes Sirupsen to sirupsen Chris Hines authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 # Go kit [![Circle CI](https://circleci.com/gh/go-kit/kit.svg?style=shield)](https://circleci.com/gh/go-kit/kit) [![Travis CI](https://travis-ci.org/go-kit/kit.svg?branch=master)](https://travis-ci.org/go-kit/kit) [![GoDoc](https://godoc.org/github.com/go-kit/kit?status.svg)](https://godoc.org/github.com/go-kit/kit) [![Coverage Status](https://coveralls.io/repos/go-kit/kit/badge.svg?branch=master&service=github)](https://coveralls.io/github/go-kit/kit?branch=master) [![Go Report Card](https://goreportcard.com/badge/go-kit/kit)](https://goreportcard.com/report/go-kit/kit) [![Sourcegraph](https://sourcegraph.com/github.com/go-kit/kit/-/badge.svg)](https://sourcegraph.com/github.com/go-kit/kit?badge)
11
2 **Go kit** is a **programming toolkit** for building microservices
3 (or elegant monoliths) in Go. We solve common problems in distributed
2 **Go kit** is a **programming toolkit** for building microservices
3 (or elegant monoliths) in Go. We solve common problems in distributed
44 systems and application architecture so you can focus on delivering
55 business value.
66
9090 - [mattheath/phosphor](https://github.com/mondough/phosphor), distributed system tracing
9191 - [pivotal-golang/lager](https://github.com/pivotal-golang/lager), an opinionated logging library
9292 - [rubyist/circuitbreaker](https://github.com/rubyist/circuitbreaker), circuit breaker library
93 - [Sirupsen/logrus](https://github.com/Sirupsen/logrus), structured, pluggable logging for Go ★
93 - [sirupsen/logrus](https://github.com/sirupsen/logrus), structured, pluggable logging for Go ★
9494 - [sourcegraph/appdash](https://github.com/sourcegraph/appdash), application tracing system based on Google's Dapper
9595 - [spacemonkeygo/monitor](https://github.com/spacemonkeygo/monitor), data collection, monitoring, instrumentation, and Zipkin client library
9696 - [streadway/handy](https://github.com/streadway/handy), net/http handler filters