MONGO TRACING
This library wrap the Rust MongoDB Driver's Collection object with Telemetry
Usage
// Instead of getting collection from database
database
.
// import the Trait
use InstrumentedCollectionExt;
....
//And replace the "collection" method for "collection_instrumented
database
.