Ori.livneh has submitted this change and it was merged.

Change subject: Configure tungsten as wgUDPProfilerHost
......................................................................


Configure tungsten as wgUDPProfilerHost

tungsten is running a UDP multiplexer on port 3811 which will forward the
profiling data to professor and to localhost:3812. This will allow building up
tungsten without interrupting the flow of data to professor.

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

Approvals:
  Ori.livneh: Looks good to me, approved
  Greg Grossmeier: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index ce74c51..97e3a92 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -465,7 +465,7 @@
 $wgBlockOpenProxies = false;
 
 if( $wmfRealm == 'production' ) {
-       $wgUDPProfilerHost = '10.0.6.30'; # professor
+       $wgUDPProfilerHost = '10.64.0.18';  // tungsten
        $wgAggregateStatsID = $wgVersion;
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia9e64253d343b2dc8d9f00a296483fb3fbd4aebb
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Greg Grossmeier <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to