Manual:$wgStatsdSamplingRates/ko
Appearance
이 기능은 버전 MediaWiki 1.43.0에서 완전히 제거되었습니다. |
| Profiling: $wgStatsdSamplingRates | |
|---|---|
| Sampling rate for statsd metrics as an associative array of patterns and rates. |
|
| 이 변수가 소개된 버전: | 1.28.0 (Gerrit change 283091; git #I6f5b053) |
| 이 변수가 사라진 버전: | 1.43.0 (Gerrit change 1060491; git #9d439fe6) |
| 허용값: | (array) |
| 기본값: | (see below) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
Details
- Patterns are Unix shell patterns (e.g.
MediaWiki.api.*).
- Rates are sampling probabilities (e.g. 0.1 means 1 in 10 events are sampled).
Default value
| 미디어위키 버전: | ≥ 1.35 Gerrit change 657113 |
$wgStatsdSamplingRates = [];
| 미디어위키 버전: | 1.31 – 1.35 |
$wgStatsdSamplingRates = [
'wanobjectcache:*' => 0.001
];
| 미디어위키 버전: | 1.28 – 1.30 |
$wgStatsdSamplingRates = [];