mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 23:16:11 +08:00
doc: link to the jaeger plugin
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -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. |
|
| [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. |
|
| [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. |
|
| [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
|
* **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.
|
installed separately. At the moment, all in-tree plugins are preloaded.
|
||||||
|
Reference in New Issue
Block a user