Send integer ms to DB lag time guage instead of seconds
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 23 Mar 2017 18:55:07 +0000 (11:55 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Apr 2017 03:40:22 +0000 (20:40 -0700)
commit5a668d5d107bfb8a48107d23cb6944c8c128b0c3
tree22161e3d3efecaeec9b12440b7183073a5608e30
parent9a6a3044ff568890543dad4eae4d6882ef4c6e37
Send integer ms to DB lag time guage instead of seconds

Previously, this sent the floating point value in seconds,
which is not what statsd expects here.

Bug: T149210
Change-Id: I8fcd58d7c9e183952df1257b1520d9426a42fd26
maintenance/getLagTimes.php