feat: adding instrumentation support for mongo-driver/v2#6539
Conversation
|
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6539 +/- ##
======================================
Coverage 81.1% 81.2%
======================================
Files 204 207 +3
Lines 18140 18263 +123
======================================
+ Hits 14723 14832 +109
- Misses 2999 3009 +10
- Partials 418 422 +4
🚀 New features to boost your workflow:
|
|
cc @prestonvasquez for review? |
prestonvasquez
left a comment
There was a problem hiding this comment.
@AlaricWhitney Thank you for putting this together. I wanted to let you know that I'll be reviewing this in stages, as my schedule allows.
|
can this pr merge? I need use it in my project |
|
Not until all review comments have been closed an it has been approved. |
…/doc.go Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
…/doc.go Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
…/test/doc.go Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
…/test/version.go Co-authored-by: Damien Mathieu <42@dmathieu.com>
…/version.go Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
…mongodb.org/mongo-driver/v2
|
thank's @AlaricWhitney for your work |
|
@dmathieu is there anything else to do to get this merged? |
|
cc @open-telemetry/go-approvers for second review. |
Co-authored-by: Damien Mathieu <42@dmathieu.com>
…/mongo.go Co-authored-by: Sam Xie <sam@samxie.me>
…/mongo.go Co-authored-by: Sam Xie <sam@samxie.me>
|
Any idea when this will be released? |
Adding the mongo-driver/v2 instrumentation.
This is a copy/paste of the v1 instrumentation, and was modified to adhere to the mongo-driver/v2 requirements.
Notable differences:
mtestwas removed in v2. Replaced withdrivertestin the unit testing.This addresses PR #6419