@cryptotaxi247 / kubo / commits / 45734ebe2

doc: link to the jaeger plugin

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jan 29, 2019 at 18:50 UTC 45734ebe2cb7b9b0a7a579d0b3b43b0312808db3
1 file changed +1
docs/plugins.md
+1
@@ -53,6 +53,7 @@ plugin type is likely the best interim solution.
53 | [badgerds](https://github.com/ipfs/go-ipfs/tree/master/plugin/plugins/badgerds) | Datastore | x | A high performance but experimental datastore. |
54 | [flatfs](https://github.com/ipfs/go-ipfs/tree/master/plugin/plugins/flatfs) | Datastore | x | A stable filesystem-based datastore. |
55 | [levelds](https://github.com/ipfs/go-ipfs/tree/master/plugin/plugins/levelds) | Datastore | x | A stable, flexible datastore backend. |
56 +| [jaeger](https://github.com/ipfs/go-jaeger-plugin) | Tracing | | An opentracing backend. |
57
58 * **Preloaded** plugins are built into the go-ipfs binary and do not need to be
59 installed separately. At the moment, all in-tree plugins are preloaded.