Skip to content

Commit 939970c

Browse files
authored
pipeline: input: in_netif: add 'test_at_init' property (#729)
Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent ed4f7fe commit 939970c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pipeline/inputs/network-io-metrics.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ The Network I/O Metrics plugin creates metrics that are log-based \(I.e. JSON pa
88

99
The plugin supports the following configuration parameters:
1010

11-
| Key | Description |
12-
| :--- | :--- |
13-
| Interface | Specify the network interface to monitor. e.g. eth0 |
14-
| Interval\_Sec | Polling interval \(seconds\). default: 1 |
15-
| Interval\_NSec | Polling interval \(nanosecond\). default: 0 |
16-
| Verbose | If true, gather metrics precisely. default: false |
11+
| Key | Description | Default |
12+
| :--- | :--- | :--- |
13+
| Interface | Specify the network interface to monitor. e.g. eth0 | |
14+
| Interval\_Sec | Polling interval \(seconds\). | 1 |
15+
| Interval\_NSec | Polling interval \(nanosecond\). | 0 |
16+
| Verbose | If true, gather metrics precisely. | false |
17+
| Test\_At\_Init | If true, testing if the network interface is valid at initialization. | false |
1718

1819
## Getting Started
1920

0 commit comments

Comments
 (0)