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

Bug 1343708: Remove batch_incr #202

Merged
merged 1 commit into from
Apr 9, 2017
Merged

Bug 1343708: Remove batch_incr #202

merged 1 commit into from
Apr 9, 2017

Conversation

willkg
Copy link
Collaborator

@willkg willkg commented Apr 9, 2017

We were having problems where graphs weren't lining up. I did some work and
theorized that since Antenna sends the same value a lot, that some of them were
getting dropped during the "normalize for a flush interval" period. Thus I
implemented batching of counters that occur often.

Since then, I've learned a lot more about statsd and I think all those theories
are rubbish.

Given that the theories are rubbish and while in the bug comments I claim that
batching helped, I don't think it actually did help at all and I think I was
interpreting the data noise incorrectly.

This commit removes the batching code because it's probably not actually helping
at all and thus it's adding unneeded code complexity.

We were having problems where graphs weren't lining up. I did some work and
theorized that since Antenna sends the same value a lot, that some of them were
getting dropped during the "normalize for a flush interval" period. Thus I
implemented batching of counters that occur often.

Since then, I've learned a lot more about statsd and I think all those theories
are rubbish.

Given that the theories are rubbish and while in the bug comments I claim that
batching helped, I don't think it actually did help at all and I think I was
interpreting the data noise incorrectly.

This commit removes the batching code because it's probably not actually helping
at all and thus it's adding unneeded code complexity.
@willkg
Copy link
Collaborator Author

willkg commented Apr 9, 2017

Yay!

@willkg willkg merged commit be1eade into mozilla-services:master Apr 9, 2017
@willkg willkg deleted the 1343708-batch-incr branch April 14, 2017 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant