From 0dbf5bdf7436c9f3b05046f7800abaa7bb0390ca Mon Sep 17 00:00:00 2001 From: Takahiro Yamashita Date: Sun, 6 Mar 2022 08:39:53 +0900 Subject: [PATCH] pipeline: input: in_netif: add 'test_at_init' property Signed-off-by: Takahiro Yamashita --- pipeline/inputs/network-io-metrics.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pipeline/inputs/network-io-metrics.md b/pipeline/inputs/network-io-metrics.md index 0afc8e095..6efc35bc0 100644 --- a/pipeline/inputs/network-io-metrics.md +++ b/pipeline/inputs/network-io-metrics.md @@ -8,12 +8,13 @@ The Network I/O Metrics plugin creates metrics that are log-based \(I.e. JSON pa The plugin supports the following configuration parameters: -| Key | Description | -| :--- | :--- | -| Interface | Specify the network interface to monitor. e.g. eth0 | -| Interval\_Sec | Polling interval \(seconds\). default: 1 | -| Interval\_NSec | Polling interval \(nanosecond\). default: 0 | -| Verbose | If true, gather metrics precisely. default: false | +| Key | Description | Default | +| :--- | :--- | :--- | +| Interface | Specify the network interface to monitor. e.g. eth0 | | +| Interval\_Sec | Polling interval \(seconds\). | 1 | +| Interval\_NSec | Polling interval \(nanosecond\). | 0 | +| Verbose | If true, gather metrics precisely. | false | +| Test\_At\_Init | If true, testing if the network interface is valid at initialization. | false | ## Getting Started