wiki.techinc.nl/includes/libs/stats
addshore 82b19bd96a Create and use PrefixingStatsdDataFactoryProxy in PerDbNameStatsdDataFactory
MediaWiki::emitBufferedStatsdData() is never called for the PerDbName factory,
so stats were being dropped. Instead of having two factories, turn the
PerDbName one into a proxy/wrapper around the main factory that just adds a
prefix in front of all of the keys.

Bug: T202144
Change-Id: I31e376446abb58e41353b4ca3814120d2e914104
2018-08-19 00:19:57 -07:00
..
BufferingStatsdDataFactory.php stats: Hard-deprecate BufferingStatsdDataFactory::getBuffer() 2018-06-15 23:15:26 +01:00
IBufferingStatsdDataFactory.php Try to opportunistically flush statsd data in maintenance scripts 2017-12-30 05:01:21 +00:00
NullStatsdDataFactory.php Try to opportunistically flush statsd data in maintenance scripts 2017-12-30 05:01:21 +00:00
PrefixingStatsdDataFactoryProxy.php Create and use PrefixingStatsdDataFactoryProxy in PerDbNameStatsdDataFactory 2018-08-19 00:19:57 -07:00
SamplingStatsdClient.php
StatsdAwareInterface.php