-
Notifications
You must be signed in to change notification settings - Fork 197
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
Added apmgoredisv8 module #780
Conversation
💚 CLA has been signed |
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.
Looks good overall, thanks! Just a couple of things I'd like simplified.
Please sign the CLA: https://www.elastic.co/contributor-agreement. We can't accept any contributions without it.
…retrieve started span Co-authored-by: Andrew Wilkins <axwalk@gmail.com>
611bf84
to
8f54a18
Compare
@axw All issues are fixed now. Please review it and let me know if I've missed anything. |
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.
Looks great, thanks for the updates! I'll just need to let CI run it through before merging.
I noticed that goredis/v8 hasn't had a 8.0.0 release yet – 8.0.0-beta2 is the most recent. Given that, I think we would consider this module experimental for now, meaning that the module's API might change in backwards-incompatible ways until goredis 8.0.0 is released.
jenkins run the tests please |
Codecov Report
@@ Coverage Diff @@
## master #780 +/- ##
==========================================
+ Coverage 84.72% 84.81% +0.09%
==========================================
Files 127 128 +1
Lines 8391 8417 +26
==========================================
+ Hits 7109 7139 +30
+ Misses 898 894 -4
Partials 384 384
Continue to review full report at Codecov.
|
Add support for go-redis/redis/v8