3个版本
0.1.2 | 2023年8月16日 |
---|---|
0.1.1 | 2023年8月16日 |
0.1.0 | 2023年8月16日 |
2097 在 数据库接口
每月286 次下载
25KB
779 行
MONGO TRACING
该库将Rust MongoDB驱动的Collection对象与遥测结合
用法
// Instead of getting collection from database
database
.collection::<Document>("medicalRecordsHistories")
// import the Trait
use mongo_tracing::InstrumentedCollectionExt;
....
//And replace the "collection" method for "collection_instrumented
database
.collection_instrumented::<Document>("medicalRecordsHistories")
依赖项
~25–37MB
~672K SLoC