Skip to content
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

Merged
merged 3 commits into from
Feb 6, 2020

Conversation

jcchavezs
Copy link
Contributor

@jcchavezs jcchavezs commented Feb 4, 2020

This PR relax the defaults, using logger.

Closes #80 #78

Ping @keshavpeswani @ashishagg @worldtiki

@@ -3,52 +3,8 @@ agents {
enabled = true
port = 35000
dispatchers {
Copy link
Contributor Author

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).

Source: https://github.com/ExpediaDotCom/haystack-agent/pull/83/files/fb3e61f9025f076460a5bdf1347e151a162264d8#r373390222

Copy link
Contributor

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.

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.
Copy link
Contributor Author

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.

@keshavpeswani keshavpeswani merged commit ad30c35 into ExpediaDotCom:master Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider relaxing the defaults into less specific ones
3 participants