-
Notifications
You must be signed in to change notification settings - Fork 539
Backpressure prototype #2189
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
Backpressure prototype #2189
Conversation
5b982d8
to
be77ded
Compare
c406760
to
f9a0618
Compare
tests/test_monitor.py
Outdated
monitor.interval = 0.1 | ||
|
||
assert monitor.is_healthy() is True | ||
sleep(0.1) # wait for monitor to run |
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.
if this thread stuff turns out to be flaky with timing, i'll change the logic later
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.
lgtm, left some optional suggestions
08efcfe
to
1f27ad4
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.
🚀
…100% sampling (#52104) We want to eventually end up in a state where we sample at 100% client (sdk) side. Not being sure about the impact of just turning this on throughout the system, we will do it in steps with the new `SENTRY_MULTIPLIER_APM_SAMPLING` config that we will bump in steps, first on isolated instances and then everywhere till we either * get to 100% sampling * find and document problems that we can handle via [backpressure management](getsentry/sentry-python#2189) in SDKs
enable_backpressure_handling
related to #2095 and getsentry/team-sdks#10