We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we switched v4 -> v5 and got lots of no-data alerts the sender thread should make sure to send a batch every 1min for example to avoid this pitfall
tried to fix this by adding
@statsd.flush sync: true
as the changelog suggests but it's not working with v4 we had a flat line and now we have this 😞
somehow it works with single_thread: true idk why ... we have multiple long-running threads that each have their own reporter
single_thread: true
The text was updated successfully, but these errors were encountered:
it sounds like it's too early to switch to v5? @grosser did you rollback to v4 after discovering this?
Sorry, something went wrong.
no, I run v5 with single_thread + times flush + manual flushing after large batches
Sorry for digging up such an old issue, but I am just considering switching my app to single_thread: false and am looking at potential issues.
single_thread: false
Did you try to just use buffer_flush_interval, @grosser?
buffer_flush_interval
don't remember, sounds like a useful setting though
No branches or pull requests
we switched v4 -> v5 and got lots of no-data alerts
the sender thread should make sure to send a batch every 1min for example to avoid this pitfall
tried to fix this by adding
as the changelog suggests but it's not working
with v4 we had a flat line and now we have this 😞
somehow it works with
single_thread: true
idk why ... we have multiple long-running threads that each have their own reporterThe text was updated successfully, but these errors were encountered: