Manual:$wgMetricsTarget
This feature was removed from MediaWiki core in version 1.40.0. Please see $wgStatsTarget for an alternative way to use this feature. |
Profiling: $wgMetricsTarget | |
---|---|
Output target URI for the MetricsFactory service, e.g. udp://127.0.0.1:8125. |
|
Introduced in version: | 1.38.0 (Gerrit change 721627; git #0e150f8c) |
Removed in version: | 1.40.0 (Gerrit change 891868; git #fa92ab43) |
Allowed values: | (string) or null |
Default value: | null |
Other settings: Alphabetical | By function |
Details
Output target URI for the MetricsFactory service, e.g. udp://127.0.0.1:8125.
If null
, no metrics are collected.
This does not affect the older StatsdDataFactory service.