Phuedx has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366882 )

Change subject: pagePreviews: Increase instrumentation sampling rate
......................................................................

pagePreviews: Increase instrumentation sampling rate

... for itwiki, huwiki, and ruwiki to 1% of all distinct browser
sessions so that the analysis of data from the state 0 wikis can be
expedited.

The current sampling rate yields ~1 event logged per second. We can
safely increase this to 10.

Bug: T171325
Change-Id: I0b2752f4dc2ad387f6857e3b51edecc9e06078bd
---
M wmf-config/InitialiseSettings.php
1 file changed, 10 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 6d7302b..e237a2b 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13485,6 +13485,16 @@
        // current rate of Popups events being logged:
        // 
https://grafana.wikimedia.org/dashboard/db/eventlogging-schema?var-schema=Popups
        'default' => 0.001,
+
+       // T171325: Increase the per-session sampling rate of the Page Previews
+       // EventLogging instrumentation to 1% of all distinct browser sessions 
so
+       // that analysis of the stage 0* test can be completed in a reasonable 
amount
+       // of time.
+       //
+       // * See $wmgUsePopups above for the definition of "stage 0".
+       'itwiki' => 0.01,
+       'huwiki' => 0.01,
+       'itwiki' => 0.01,
 ],
 
 'wgPopupsStatsvSamplingRate' => [

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

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

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

Reply via email to