-
Notifications
You must be signed in to change notification settings - Fork 648
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
Change default redis SpanKind to CLIENT #965
Conversation
|
db9e883
to
b980d1d
Compare
Not sure how to fix that failing test, does not seem related. |
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.
Thanks for the PR! If you could resolve the conflicts, i'm happy to approve and merge.
b980d1d
to
b3801b1
Compare
@codeboten Conflicts resolved. |
b3801b1
to
b96fa3b
Compare
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.
Thanks for resolving the conflicts!
* feat(opentelemetry-exporter-jaeger): http sender * fix: linter * fix(opentelemetry-exporter-jaeger): adds header to avoid infinity loop * test(opentelemetry-exporter-jaeger): verify http sender usage * refactor(opentelemetry-exporter-jaeger): checks if endpoint is setten * feat(opentelemetry-exporter-jaeger): adds nock as dev dependency * test(opentelemetry-exporter-jaeger): adds tests to check req header * fix: tests variable usage * refactor(opentelemetry-exporter-jaeger): removes config parameter change * fix: linter * fix: env var was never called Co-authored-by: Mayur Kale <mayurkale@google.com> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Description
This is a tiny change to set the
SpanKind
of the redis instrumentor toCLIENT
. This is a small semantic change I'm suggesting so that tools which display spans based on SpanKind can show these connections in the correct context.Type of change
Minor enhancement.
How Has This Been Tested?
One test was added to validate the
SpanKind
and also added validation forspan.name
.Span.SpanKind
Checklist: