Skip to content

Commit 9bbb040

Browse files
committed
enable input metrics
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 23a2a40 commit 9bbb040

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
@@ -250,6 +250,8 @@ Please see also [Log Rotation Setting](logging.md#log-rotation-setting).
250250

251251
Specifies whether measuring input metrics should be enabled or not.
252252

253+
Deprecated parameter. Since v1.19.0, this parameter is always enabled.
254+
253255
#### `enable_size_metrics`
254256

255257
| type | default | version |

0 commit comments

Comments
 (0)