From 144496272c550360c25f36079be4709faa497c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 19 Oct 2023 21:08:34 +0200 Subject: [PATCH] docs: Add label to prometheus.exporter.unix (#5542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan-Otto Kröpke --- .../flow/reference/components/prometheus.exporter.unix.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sources/flow/reference/components/prometheus.exporter.unix.md b/docs/sources/flow/reference/components/prometheus.exporter.unix.md index 74bea7db7459..95f3ce6f9993 100644 --- a/docs/sources/flow/reference/components/prometheus.exporter.unix.md +++ b/docs/sources/flow/reference/components/prometheus.exporter.unix.md @@ -18,10 +18,13 @@ The `node_exporter` itself is comprised of various _collectors_, which can be enabled and disabled at will. For more information on collectors, refer to the [`collectors-list`](#collectors-list) section. + +Multiple `prometheus.exporter.unix` components can be specified by giving them different labels. + ## Usage ```river -prometheus.exporter.unix { +prometheus.exporter.unix "LABEL" { } ```