Skip to content

Commit 26ee8e6

Browse files
authored
enable input metrics (#578)
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent c6d7586 commit 26ee8e6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

deployment/command-line-option.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Usage: fluentd [options]
3737
--use-v1-config Use v1 configuration format (default)
3838
--use-v0-config Use v0 configuration format
3939
--strict-config-value Parse config values strictly
40-
--enable-input-metrics Enable input plugin metrics on fluentd
40+
--enable-input-metrics [DEPRECATED] Enable input plugin metrics on fluentd
41+
--disable-input-metrics Disable input plugin metrics on fluentd
4142
--enable-size-metrics Enable plugin record size metrics on fluentd
4243
-v, --verbose increase verbose level (-v: debug, -vv: trace)
4344
-q, --quiet decrease verbose level (-q: warn, -qq: error)

deployment/system-config.md

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

203203
| type | default | version |
204204
| :--- | :--- | :--- |
205-
| bool | nil | 1.14.0 |
205+
| bool | true | 1.14.0 |
206206

207-
Specifies whether measuring input metrics should be enabled or not.
207+
Specifies whether measuring input metrics should be enabled or not. Since v1.19.0, the default value is changed to `true`.
208208

209209
### `enable_size_metrics`
210210

0 commit comments

Comments
 (0)