Ori.livneh has submitted this change and it was merged.
Change subject: Set $wgStatsdServer
......................................................................
Set $wgStatsdServer
This will resume the transmission of stats to statsd.eqiad.wmnet.
For starters, this will send to port 9999, so we can gauge load.
Change-Id: If7f77996bd0d9e14d164878750c3ae2e1d39cf10
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Ori.livneh: Verified; Looks good to me, approved
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index b0d1717..b11b203 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -456,7 +456,8 @@
require( getRealmSpecificFilename( "$wmfConfigDir/squid.php" ) );
}
-if( $wmfRealm == 'production' ) {
+if ( $wmfRealm === 'production' ) {
+ $wgStatsdServer = 'statsd.eqiad.wmnet:9999';
$wgUDPProfilerHost = 'statsd.eqiad.wmnet';
$wgUDPProfilerPort = 8125;
$wgAggregateStatsID = $wgVersion;
--
To view, visit https://gerrit.wikimedia.org/r/201751
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If7f77996bd0d9e14d164878750c3ae2e1d39cf10
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[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