From 803d7656a4f756dd71197c85110e2109bfbeabb9 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 29 Jan 2019 18:50:59 -0800 Subject: [PATCH] doc: link to the jaeger plugin License: MIT Signed-off-by: Steven Allen --- docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins.md b/docs/plugins.md index 7aed7a5e2806..a40201d1e008 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -53,6 +53,7 @@ plugin type is likely the best interim solution. | [badgerds](https://github.com/ipfs/go-ipfs/tree/master/plugin/plugins/badgerds) | Datastore | x | A high performance but experimental datastore. | | [flatfs](https://github.com/ipfs/go-ipfs/tree/master/plugin/plugins/flatfs) | Datastore | x | A stable filesystem-based datastore. | | [levelds](https://github.com/ipfs/go-ipfs/tree/master/plugin/plugins/levelds) | Datastore | x | A stable, flexible datastore backend. | +| [jaeger](https://github.com/ipfs/go-jaeger-plugin) | Tracing | | An opentracing backend. | * **Preloaded** plugins are built into the go-ipfs binary and do not need to be installed separately. At the moment, all in-tree plugins are preloaded.