jobqueue: Pass count value delta instead of $type for the inserts_actual metric
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 30 Oct 2015 06:08:37 +0000 (06:08 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 30 Oct 2015 06:08:37 +0000 (06:08 +0000)
commitf4801e7f1400a1173a002423bf046c128ad70dcb
treeb20bc8b1333b2a597529b72398459c1241e87d69
parent525dd550654118282697bb37d0d3195228d4395e
jobqueue: Pass count value delta instead of $type for the inserts_actual metric

Follows-up 4844595. Which wrongly passed the delta as $type parameter.
This resulted in the creation of "jobqueue.inserts_actual.50" and other
random buckets.

The "all" key also got incremented with 1, but doesn't reflect the actual
value in any meaningful way (besides the number of data points pushed
to statsd).

Change-Id: Ic93e06946ce3fcf0c21d2b7504fb10b3711c6e2b
includes/jobqueue/JobQueueRedis.php