Fix PerDbnameStatsdDataFactory metric prefix again
authoraddshore <addshorewiki@gmail.com>
Wed, 1 Aug 2018 21:22:13 +0000 (22:22 +0100)
committeraddshore <addshorewiki@gmail.com>
Wed, 1 Aug 2018 21:22:13 +0000 (22:22 +0100)
commit7de2f11c1d5ef539388ab8eac9c0d805f2fcf8f0
tree1f37fd88b4e1902b3d0dddae711d00de9fe22b77
parentda3a8328e3612e679e32f95fbd30b4d7213b5d55
Fix PerDbnameStatsdDataFactory metric prefix again

prefix = 'MediaWiki.' will result in 'MediaWiki..dbname'

Preventing that is the only purpose of the rtrim(), we don't support
whitespace there

Change-Id: I72383aae908dbc89688cd3bebba36d389cde3f29
includes/ServiceWiring.php