手册:$wgStatsdServer
Appearance
性能分析: $wgStatsdServer | |
---|---|
Statsd伺服器的主機或主機:端口。 |
|
引进版本: | 1.25.0 (Gerrit change 221044; git #Ie1b799a) |
移除版本: | 仍在使用 |
允许的值: | (包含主機、主機:端口的字串)或false |
默认值: | (see below) |
其他设置: 按首字母排序 | 按功能排序 |
Details
Statsd指標的目的地。
Statsd伺服器的主機或主機:端口。 端口預設為8125。
如果未設定,則不會收集statsd指標。
Default value
MediaWiki版本: | ≥ 1.26 |
/**
* Destination of statsd metrics.
*
* A host or host:port of a statsd server. Port defaults to 8125.
*
* If not set, statsd metrics will not be collected.
*
* @see MediaWiki::emitBufferedStatsdData()
* @since 1.25
*/
$wgStatsdServer = false;
MediaWiki版本: | 1.25 |
Used in includes/GlobalFunctions.php, but undefined in DefaultSettings.php.
参见
- wikitech:Graphite#Data_sources - Wikitech上的「Graphite - 資料來源」
- wikitech:Statsd - Wikitech上的「Statsd」