From aa719fa41b8c979cdf2fcd115fa397a6c1930c4c Mon Sep 17 00:00:00 2001 From: Isaac Hier Date: Sun, 3 Dec 2017 20:15:06 -0500 Subject: [PATCH] Add Jaeger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e63f5a24..4446270e 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goleveldb](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. * [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. +* [jaeger](https://github.com/jaegertracing/jaeger) - A distributed tracing system. * [ledisdb](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. * [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. * [moss](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go.