From 218a6837a8d80e55064b07bb8a52c597df1b2d23 Mon Sep 17 00:00:00 2001 From: Ilya Reshetnikov Date: Thu, 14 Nov 2024 07:25:17 +1100 Subject: [PATCH] Update prometheus-metrics.md (#2051) * Update prometheus-metrics.md fixing a typo * Update prometheus-metrics.md * Update prometheus-metrics.md --- docs/sources/collect/prometheus-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/collect/prometheus-metrics.md b/docs/sources/collect/prometheus-metrics.md index e0819a4ed1..3faa8d5b48 100644 --- a/docs/sources/collect/prometheus-metrics.md +++ b/docs/sources/collect/prometheus-metrics.md @@ -34,7 +34,7 @@ This topic describes how to: Before components can collect Prometheus metrics, you must have a component responsible for writing those metrics somewhere. -The [prometheus.remote_write][] component is responsible for delivering Prometheus metrics to one or Prometheus-compatible endpoints. +The [prometheus.remote_write][] component is responsible for delivering Prometheus metrics to one or more Prometheus-compatible endpoints. After a `prometheus.remote_write` component is defined, you can use other {{< param "PRODUCT_NAME" >}} components to forward metrics to it. To configure a `prometheus.remote_write` component for metrics delivery, complete the following steps: