-
Notifications
You must be signed in to change notification settings - Fork 4
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
ProcessPipeline tracing and some tags #3
Conversation
Add tracing to ProcessPipeline, tag the command(s) as `db.statement` and improve tests
please remove adding commands values into tags. |
Most of it was fixed by @kmanco, I'll update the description of the PR to reflect the state of it. Once it's ready to merge, I can squash the commits if needed |
otredis.go
Outdated
"github.com/opentracing/opentracing-go/ext" | ||
) | ||
|
||
// WrapRedisClient adds opentracing measurements for commands and returns cloned client |
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.
could you please return documentation for this function.
All public functions must be documented.
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.
No prob
Please return the docstring for the exported function and it's good to go. |
Add documentation
Fixes #2
Changes:
peer.address
span.kind