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

Roll up and combine counter stats #2

Merged
merged 5 commits into from
Apr 19, 2013
Merged

Conversation

danielbeardsley
Copy link
Member

To allow lighter-weight measuring very frequent events counter stats
with the same name will now be combined (and summed) when auto-flushing
is paused.

It was leftover from a refactoring, $sampledData is not used anywhere
else.
To allow lighter-weight measuring very frequent events counter stats
with the same name will now be combined (and summed) when auto-flushing
is paused.
If you have some specific warnings setup $blah += 1; will produce
an error if $blah is undefined.

This fixes that by checking isset().
Counter rollup was broken if you were utilizing a sample rate.
danielbeardsley added a commit that referenced this pull request Apr 19, 2013
Roll up and combine counter stats

To allow lighter-weight measuring very frequent events counter stats
with the same name will now be combined (and summed) when auto-flushing
is paused.
@danielbeardsley danielbeardsley merged commit 23454ed into master Apr 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant