-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: relax the defaults to include logger only. #85
Conversation
@@ -3,52 +3,8 @@ agents { | |||
enabled = true | |||
port = 35000 | |||
dispatchers { |
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.
From @worldtiki:
if these are disabled does it make sense to completely remove these blocks?
if you need to enable one it will force you to declare all of these properties (ie, we lose the defaults).
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.
Ignore that comment please :)
I was not aware that the defaults were baked in the code for each of the dispatchers.
d87a1fa
to
6668b4e
Compare
6668b4e
to
da60199
Compare
your micro service is running. One needs to add the haystack | ||
[client library](https://github.com/ExpediaDotCom/haystack-client-java) in the application to push the spans to the agent and [haystack-blobs](https://github.com/ExpediaDotCom/blobs/tree/master/haystack-blobs) library to push blobs to the agent. | ||
your micro service is running. One needs to add the haystack | ||
[client libraries](https://github.com/ExpediaDotCom?q=haystack-client) in the application to push the spans to the agent and [haystack-blobs](https://github.com/ExpediaDotCom/blobs/tree/master/haystack-blobs) library to push blobs to the agent. |
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.
We open possibilities for more languages.
This PR relax the defaults, using logger.
Closes #80 #78
Ping @keshavpeswani @ashishagg @worldtiki