wiki.techinc.nl/includes/profiler
Ori Livneh 0a25d776ad Move StatsD key normalization from ProfilerOutputStats to BufferingStatsdDataFactory
I'm not sure why I stuck `normalizeMetricKey' in ProfilerOutputStats, because
the transformation it applies are suitable for converting any arbitrary string
into a StatsD-safe metric key. This patch moves the method to
BufferingStatsdDataFactory, which ensures it applies to all metrics logged
within MediaWiki, and not just the Profiler.

Supercedes If0237cdd0d.

Change-Id: I496ed748000d28f5399fee6e3cc271a1f68bd058
2015-07-13 19:07:02 +00:00
..
output Move StatsD key normalization from ProfilerOutputStats to BufferingStatsdDataFactory 2015-07-13 19:07:02 +00:00
Profiler.php ellapsed => elapsed 2015-06-23 03:32:33 +00:00
ProfilerFunctions.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
ProfilerSectionOnly.php Remove useless +x flag on ProfilerSectionOnly 2015-04-24 09:21:32 -07:00
ProfilerStub.php Refactored entry points to have uniform shutdown handling 2015-05-29 20:40:46 +00:00
ProfilerXhprof.php Improve ProfilerXhprof's blacklist/whitelist capabilities 2015-05-21 12:09:12 -07:00
ProfileSection.php Fix braces code style 2015-06-17 16:28:51 +03:00
SectionProfiler.php ellapsed => elapsed 2015-06-23 03:32:33 +00:00
TransactionProfiler.php Include transaction details log entry for trx write time violations 2015-05-08 19:17:49 +00:00