Skip to content

Commit 841fae4

Browse files
committed
enable input metrics
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 04c5e61 commit 841fae4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deployment/command-line-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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
4141
--enable-size-metrics Enable plugin record size metrics on fluentd
4242
-v, --verbose increase verbose level (-v: debug, -vv: trace)
4343
-q, --quiet decrease verbose level (-q: warn, -qq: error)

deployment/system-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Enable JIT for worker processes. Internally, this configuration enables Ruby's `
194194

195195
Specifies whether measuring input metrics should be enabled or not.
196196

197+
Deprecated parameter. Since v1.19.0, this parameter is always enabled.
198+
197199
### `enable_size_metrics`
198200

199201
| type | default | version |

0 commit comments

Comments
 (0)