Skip to content

Commit 188e817

Browse files
authored
system-config: some options should not be under <log> section (#588)
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 4be174c commit 188e817

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

deployment/system-config.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,23 @@ Force disable the shared socket which is for listening a same port across multip
186186

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

189+
### `enable_input_metrics`
190+
191+
| type | default | version |
192+
| :--- | :--- | :--- |
193+
| bool | nil | 1.14.0 |
194+
195+
Specifies whether measuring input metrics should be enabled or not.
196+
197+
### `enable_size_metrics`
198+
199+
| type | default | version |
200+
| :--- | :--- | :--- |
201+
| bool | nil | 1.14.0 |
202+
203+
Specifies whether measuring record size metrics should be enabled or not.
204+
It can be useful for calculating flow rate on Fluentd instances.
205+
189206
### `<log>` section
190207

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

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

245-
#### `enable_input_metrics`
246-
247-
| type | default | version |
248-
| :--- | :--- | :--- |
249-
| bool | nil | 1.14.0 |
250-
251-
Specifies whether measuring input metrics should be enabled or not.
252-
253-
#### `enable_size_metrics`
254-
255-
| type | default | version |
256-
| :--- | :--- | :--- |
257-
| bool | nil | 1.14.0 |
258-
259-
Specifies whether measuring record size metrics should be enabled or not.
260-
It can be useful for calculating flow rate on Fluentd instances.
261-
262262
### `<source_only_buffer>` section
263263

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

0 commit comments

Comments
 (0)