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

Prevent Beam jobs from overloading StatsD #528

Closed
woop opened this issue Mar 10, 2020 · 0 comments · Fixed by #590
Closed

Prevent Beam jobs from overloading StatsD #528

woop opened this issue Mar 10, 2020 · 0 comments · Fixed by #590

Comments

@woop
Copy link
Member

woop commented Mar 10, 2020

Currently we aren't consistently windowing the production of metrics to StatsD from Apache Beam. This means that during batch ingestion, an extremely high volume of metrics are sent to StatsD. This can cause StatsD to become unresponsive or crash.

To make matters worse, these metrics are less useful for batch ingestion than they are for streaming ingestion, so its unexpected that batch users would need these metrics, especially at a low granularity.

The proposed solution is to window the metrics and only push them to StatsD at fixed windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants