You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input: network_io_metrics: general documentation improvements (#2285)
- Add "Metrics reported" section with table of output metrics
- Add Linux platform availability note
- Add hyperlink to Node Exporter metrics plugin
- Add verbose and test_at_init options to YAML and conf examples
- Standardize config parameter names to lowercase
- Sort configuration parameters alphabetically
- Fix grammar: "returns something the following" -> "returns output similar to the following"
- Improve consistency with other input plugin docs
Fixes#2284.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
Copy file name to clipboardExpand all lines: pipeline/inputs/network-io-metrics.md
+32-15Lines changed: 32 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,38 @@
1
1
# Network I/O metrics
2
2
3
-
The _Network I/O metrics_ (`netif`) input plugin gathers network traffic information of the running system at regular intervals, and reports them.
3
+
The _Network I/O metrics_ (`netif`) input plugin gathers network traffic information of the running system at regular intervals, and reports them. This plugin is available only for Linux.
4
4
5
-
The Network I/O metrics plugin creates metrics that are log-based, such as JSON payload. For Prometheus-based metrics, see the Node Exporter metrics input plugin.
5
+
The Network I/O metrics plugin creates metrics that are log-based, such as JSON payload. For Prometheus-based metrics, see the [Node Exporter metrics](node-exporter-metrics.md) input plugin.
6
+
7
+
## Metrics reported
8
+
9
+
The following table describes the metrics generated by the plugin. Metric names are prefixed with the interface name (for example, `eth0`):
0 commit comments