Skip to content

Commit 84ef4fe

Browse files
pipeline: inputs: node-exporter-metrics: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 9690284 commit 84ef4fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pipeline/inputs/node-exporter-metrics.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The following table describes the available collectors as part of this plugin. A
8181
| nvme | Exposes nvme statistics from `/proc`. | Linux | v2.2.0 |
8282
| processes | Exposes processes statistics from `/proc`. | Linux | v2.2.0 |
8383

84+
## Threading
85+
86+
This input always runs in its own [thread](../../administration/multithreading.md#inputs).
87+
8488
## Getting Started
8589

8690
### Simple Configuration File
@@ -114,7 +118,7 @@ In the following configuration file, the input plugin _node_exporter_metrics col
114118
host 0.0.0.0
115119
port 2021
116120
117-
121+
118122
```
119123
{% endtab %}
120124

@@ -201,4 +205,3 @@ docker-compose down
201205
Our current plugin implements a sub-set of the available collectors in the original Prometheus Node Exporter, if you would like that we prioritize a specific collector please open a Github issue by using the following template:\
202206
\
203207
\- [in_node_exporter_metrics](https://github.com/fluent/fluent-bit/issues/new?assignees=\&labels=\&template=feature_request.md\&title=in_node_exporter_metrics:%20add%20ABC%20collector)
204-

0 commit comments

Comments
 (0)