Skip to content
Merged
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
34 changes: 17 additions & 17 deletions deployment/system-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,23 @@ Force disable the shared socket which is for listening a same port across multip

Enable JIT for worker processes. Internally, this configuration enables Ruby's `--jit` command-line option.

### `enable_input_metrics`

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

Specifies whether measuring input metrics should be enabled or not.

### `enable_size_metrics`

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

Specifies whether measuring record size metrics should be enabled or not.
It can be useful for calculating flow rate on Fluentd instances.

### `<log>` section

#### `path`
Expand Down Expand Up @@ -242,23 +259,6 @@ NOTE: When enabling log rotation on Windows, log files are separated into `log-s

Please see also [Log Rotation Setting](logging.md#log-rotation-setting).

#### `enable_input_metrics`

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

Specifies whether measuring input metrics should be enabled or not.

#### `enable_size_metrics`

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

Specifies whether measuring record size metrics should be enabled or not.
It can be useful for calculating flow rate on Fluentd instances.

### `<source_only_buffer>` section

The temporary buffer setting for [Source Only Mode](source-only-mode.md).
Expand Down