Skip to content

Commit 3424760

Browse files
pipeline: inputs: network-io-metrics: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 69c0388 commit 3424760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/inputs/network-io-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The **netif** input plugin gathers network traffic information of the running system every certain interval of time, and reports them.
44

5-
The Network I/O Metrics plugin creates metrics that are log-based \(I.e. JSON payload\). If you are looking for Prometheus-based metrics please see the Node Exporter Metrics input plugin.
5+
The Network I/O Metrics plugin creates metrics that are log-based \(I.e. JSON payload\). If you are looking for Prometheus-based metrics please see the Node Exporter Metrics input plugin.
66

77
## Configuration Parameters
88

@@ -15,6 +15,7 @@ The plugin supports the following configuration parameters:
1515
| Interval\_NSec | Polling interval \(nanosecond\). | 0 |
1616
| Verbose | If true, gather metrics precisely. | false |
1717
| Test\_At\_Init | If true, testing if the network interface is valid at initialization. | false |
18+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
1819

1920
## Getting Started
2021

@@ -75,4 +76,3 @@ pipeline:
7576
Note: Total interval \(sec\) = Interval\_Sec + \(Interval\_Nsec / 1000000000\).
7677
7778
e.g. 1.5s = 1s + 500000000ns
78-

0 commit comments

Comments
 (0)