-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Add config.enable_tracing for easier performance tracing setup #2005
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2005 +/- ##
=======================================
Coverage 98.56% 98.56%
=======================================
Files 157 157
Lines 10075 10105 +30
=======================================
+ Hits 9930 9960 +30
Misses 145 145
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
4fcb62f
to
6cd676c
Compare
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.
The only thing I do not get is what "sending not allowed" means, but otherwise it looks good.
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.
Just some suggestions on the changelog
6cd676c
to
fd7daad
Compare
master rails is broken :( I will fix later |
@sl0thentr0py After checking the error, it seems to be caused by Rails itself, see: rails/rails#47377. And there is already a PR for it: rails/rails#47409 So IMO we can wait a couple of days for the issue to be resolved upstream. |
The new optional boolean will set traces_sample_rate to 1.0 automatically if not set yet. If false, this will also disable tracing even if a sample rate or sampler is set.
fd7daad
to
2bf8dca
Compare
The new optional boolean will set traces_sample_rate to 1.0
automatically if not set yet. If false, this will also disable tracing
even if a sample rate or sampler is set.
closes #1996