Merge "Add statsd metric support to WANObjectCache"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 497b86d..d9f032c 100644 (file)
@@ -6351,7 +6351,9 @@ $wgStatsdMetricPrefix = 'MediaWiki';
  * Rates are sampling probabilities (e.g. 0.1 means 1 in 10 events are sampled).
  * @since 1.28
  */
-$wgStatsdSamplingRates = [];
+$wgStatsdSamplingRates = [
+       'wanobjectcache:*' => 0.001
+];
 
 /**
  * InfoAction retrieves a list of transclusion links (both to and from).