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
The **disk** input plugin, gathers the information about the disk throughput of the running system every certain interval of time and reports them.
3
+
The _Disk_ input plugin gathers the information about the disk throughput of the running system every certain interval of time and reports them.
4
4
5
-
The Disk I/O metrics plugin creates metrics that are log-based, such as JSON payload.
6
-
For Prometheus-based metrics, see the Node Exporter Metrics input plugin.
5
+
The _Disk 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.
7
6
8
-
## Configuration Parameters
7
+
## Configuration parameters
9
8
10
9
The plugin supports the following configuration parameters:
|`Dev_Name`| Device name to limit the target (for example, `sda`). If not set, `in_disk` gathers information from all of disks and partitions. | all disks |
16
+
|`Threaded`| Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). |`false`|
18
17
19
-
## Getting Started
18
+
## Get started
20
19
21
20
In order to get disk usage from your system, you can run the plugin from the command line or through the configuration file:
0 commit comments