jenkins-bot has submitted this change and it was merged. ( 
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(-)

Approvals:
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I0b2752f4dc2ad387f6857e3b51edecc9e06078bd
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Phuedx <samsm...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Zfilipin <zfili...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to