-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(relay): specify spool.enveloppe.max_backpressure_memory_percent configuration for handling relay's failing healthcheck #3635
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,10 +14,15 @@ processing: | |
|
|
||
| # In some cases, relay might fail to find out the actual machine memory | ||
| # therefore it makes the healthcheck fail and events can't be submitted. | ||
| # See https://github.com/getsentry/self-hosted/issues/3330 | ||
| # As a workaround, uncomment the following line: | ||
| # | ||
| # health: | ||
| # max_memory_percent: 1.0 | ||
| # spool: | ||
| # envelopes: | ||
| # path: "/your/path" | ||
|
||
| # max_backpressure_memory_percent: 1.0 | ||
|
|
||
| # If you have statsd server, you can utilize that to monitor self-hosted Relay. | ||
| # To start, uncomment the following line and adjust the options as needed. | ||
|
|
||
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.
Following lines? We should also clearly mark where those lines start and end?