Don't bother buffering a counter update with a delta of zero.
authorOri Livneh <ori@wikimedia.org>
Tue, 14 Apr 2015 18:51:26 +0000 (11:51 -0700)
committerOri.livneh <ori@wikimedia.org>
Tue, 14 Apr 2015 21:38:15 +0000 (21:38 +0000)
commitf1381932df78afcdc3ccfb2f356ec93d81f7ad24
treebe1193c644ef78b970d47f74fe4c59241b676a6c
parenta577708080bfd439cc81bf0f48336dae204fd64d
Don't bother buffering a counter update with a delta of zero.

Counter updates with a delta of zero don't do anything, so there's no point in
sending them over the wire.

Change-Id: Iae82ee9c9a8544c94abfcbdf944bd713687dce9d
includes/libs/BufferingStatsdDataFactory.php