Add Jaeger

This commit is contained in:
Isaac Hier 2017-12-03 20:15:06 -05:00
parent a5fc0fee08
commit aa719fa41b

View File

@ -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.