-
Notifications
You must be signed in to change notification settings - Fork 173
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
docs: adds note about defaultTags #519
Conversation
packages/zipkin/src/tracer/index.js
Outdated
@@ -39,6 +39,8 @@ class Tracer { | |||
localEndpoint, | |||
/* eslint-disable no-console */ | |||
log = console, | |||
// defaultTags allows the user to pass tahs that should be added to all spans by |
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'd tighten it up though curious how this question came up.. where did they think the tags would go? maybe it can help revise the comment.
"defaultTags custom tags to add to all sampled spans. defaults to empty"
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 like documenting my issues so I was grabbing references to open hypertrace/agent-config#21 then I realized some params have comments and some don't and hence I felt the need to improve this.
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 help
Ping @adriancole @ghermeto