| Profiling: $wgStatsdMetricPrefix | |
|---|---|
| Prefix for metric names sent to $wgStatsdServer | 
|
| Introduced in version: | 1.25.0 (Gerrit change 191854; git #87dfc20b) | 
| Removed in version: | still in use | 
| Allowed values: | (string) | 
| Default value: | (see below) | 
| Other settings: Alphabetical | By function | |
Default value
| MediaWiki version: | ≥ 1.27  | 
/**
 * Prefix for metric names sent to $wgStatsdServer.
 *
 * @see MediaWikiServices::getStatsdDataFactory
 * @see BufferingStatsdDataFactory
 * @since 1.25
 */
$wgStatsdMetricPrefix = 'MediaWiki';
| MediaWiki version: |  1.26  | 
$wgStatsdMetricPrefix = false;
| MediaWiki version: |  1.25  | 
Used in includes/context/RequestContext.php, but undefined in DefaultSettings.php.
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.