Nuria has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192332

Change subject: Doubling NavigationTiming Sampling rate
......................................................................

Doubling NavigationTiming Sampling rate

NavigationTiming events should come at a rate
of at least 1 per second to get a sizable daily dataset.
The current rate was making events
being reported below this threshold.

Change-Id: Ia6cc2698795fd6352cba0d00f687c2ddf7e7a6d8
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/32/192332/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index dfb9256..a79acd1 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2620,7 +2620,7 @@
        // Careful! The LOWER the value, the MORE requests will be logged. A
        // sampling factor of 1 means log every request. This should not be
        // lowered without careful coordination with ops.
-       $wgNavigationTimingSamplingFactor = 1000;
+       $wgNavigationTimingSamplingFactor = 500;
 
        $wgPercentHHVM = 0;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/192332
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6cc2698795fd6352cba0d00f687c2ddf7e7a6d8
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nuria <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to