Manual:$wgStatsdServer/ru
Профилирование: $wgStatsdServer | |
---|---|
A host or host:port of a statsd server. |
|
Введено в версии: | 1.25.0 (Gerrit change 221044; git #Ie1b799a) |
Удалено в версии: | всё ещё используется |
Допустимые значения: | (string containing a host, host:port) or false |
Значение по умолчанию: | (see below) |
Другие настройки: По алфавиту | По функциональности |
Details
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.
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 - "Graphite - data sources" on Wikitech
- wikitech:Statsd - "Statsd" on Wikitech