-
Notifications
You must be signed in to change notification settings - Fork 293
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
Proposal for checking instrumentation/framework versions #19
Conversation
Add thread name and id to each span as additional tags.
@tylerbenson It's working :) but could you give me your feedback. I'm not very confident using static methods |
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.
I think this PR would have been nicer if the version checking was separated from the JMS support.
@@ -37,7 +37,7 @@ ENDRULE | |||
|
|||
# Instrument Elasticsearch Transport Client | |||
# ========================================== | |||
RULE elasticsearch | |||
RULE opentracing-elasticsearch-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.
Since these names are used in the config to allow customers to disable instrumentation, I think it would be good to document the list of names, or update the documentation to explain how to find the name needed.
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 like this diff is mostly confusing because of the differences with the branch it was based on. It might be cleaned up with rebasing, but no big deal.
No description provided.