jobqueue: track real job inserts as 'inserts_actual'
authorOri Livneh <ori@wikimedia.org>
Thu, 22 Oct 2015 06:34:06 +0000 (23:34 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 22 Oct 2015 06:45:55 +0000 (23:45 -0700)
commit4844595adddb813329206ecaef984cacc9cda84c
treefe1f6ffc7b09f8e08fd105a83e7b1a00f9258640
parenta8131cac85f5cf08df4af9dfea9f25f16d3432c1
jobqueue: track real job inserts as 'inserts_actual'

The `inserts` metric includes dupes. `inserts_actual` will track the rate at
which the job queue is actually growing.

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