Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deployment/command-line-option.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Usage: fluentd [options]
--use-v1-config Use v1 configuration format (default)
--use-v0-config Use v0 configuration format
--strict-config-value Parse config values strictly
--enable-input-metrics Enable input plugin metrics on fluentd
--enable-input-metrics [DEPRECATED] Enable input plugin metrics on fluentd
--disable-input-metrics Disable input plugin metrics on fluentd
--enable-size-metrics Enable plugin record size metrics on fluentd
-v, --verbose increase verbose level (-v: debug, -vv: trace)
-q, --quiet decrease verbose level (-q: warn, -qq: error)
Expand Down
4 changes: 2 additions & 2 deletions deployment/system-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ Enable JIT for worker processes. Internally, this configuration enables Ruby's `

| type | default | version |
| :--- | :--- | :--- |
| bool | nil | 1.14.0 |
| bool | true | 1.14.0 |

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

### `enable_size_metrics`

Expand Down