From 4e7c65e16c799d0b3e0d9a3be9c8f6032e4265c4 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:58:51 -0400 Subject: [PATCH] docs: Add label to prometheus.exporter.unix (#5542) (#5548) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan-Otto Kröpke (cherry picked from commit 144496272c550360c25f36079be4709faa497c38) Co-authored-by: Jan-Otto Kröpke Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../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" { } ```