-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for gcp pubsub #266
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #266 +/- ##
==========================================
+ Coverage 73.48% 73.87% +0.38%
==========================================
Files 144 145 +1
Lines 7861 7966 +105
==========================================
+ Hits 5777 5885 +108
+ Misses 1655 1653 -2
+ Partials 429 428 -1
|
Adds support for instrumenting
cloud.google.com/go/pubsub
Requires DataDog/dd-trace-go#2852