Skip to content

Commit 3c82dcc

Browse files
committed
change default value in enable_input_metrics
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 67a0165 commit 3c82dcc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

deployment/system-config.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,9 @@ Enable JIT for worker processes. Internally, this configuration enables Ruby's `
190190

191191
| type | default | version |
192192
| :--- | :--- | :--- |
193-
| bool | nil | 1.14.0 |
194-
195-
Specifies whether measuring input metrics should be enabled or not.
193+
| bool | true | 1.14.0 |
196194

197-
Deprecated parameter. Since v1.19.0, this parameter is always enabled.
195+
Specifies whether measuring input metrics should be enabled or not. Since v1.19.0, the default value is changed to `true`.
198196

199197
### `enable_size_metrics`
200198

0 commit comments

Comments
 (0)