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

update README and rename LICENSE #222

Merged
merged 3 commits into from
May 9, 2017

Conversation

joshgav
Copy link
Contributor

@joshgav joshgav commented Apr 7, 2017

No description provided.

@OsvaldoRosado
Copy link
Member

OsvaldoRosado commented Apr 10, 2017

@joshgav Looks like this has conflicts with the new addition of sampling in #217

README.md Outdated

### Disabling automatic collection
To correlate events in a request across callbacks and dependencies, you'll need
to call `.setAutoDependencyCorrelation(true)`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of calling setAutoDependencyCorrelatio out separately, I would include a comment for each entry below

README.md Outdated
.setAutoCollectExceptions(false)
.setAutoCollectDependencies(false)
// no telemetry will be sent until .start() is called
.setAutoDependencyCorrelation(false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is false default (without explanation)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OsvaldoRosado set it up that way originally, discussion here on defaulting to true beginning in 0.20. I'll update this based on outcome there, in the meantime will note that this is experimental.

res.writeHead(200, { "Content-Type": "text/plain" });
res.end("Hello World\n");
}).listen(port);
* Manually track all HTTP GET requests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably mention that in this case you want to set .setAutoCollectRequests(true)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean .setAutoCollectRequests(false)? I added that now.

@joshgav joshgav force-pushed the readme-update branch 2 times, most recently from 657974d to 99e6695 Compare May 5, 2017 22:43
@joshgav
Copy link
Contributor Author

joshgav commented May 6, 2017

@OsvaldoRosado @AlexBulankou updated this to address your feedback, PTAL. I'll do another pass in a few days, I think this can be merged now though if you'd like. Thanks!

@KamilSzostak
Copy link

:shipit:

@KamilSzostak KamilSzostak merged commit 98e10d6 into microsoft:develop May 9, 2017
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.

5 participants