From 0d58c7d2b5a8d801c28f2537f6e13ce1d02753bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:35:07 -0800 Subject: [PATCH] [release/v1.2] Fix non-working Promtool example (#2328) The example was malformed. (cherry picked from commit eaf4bc641a952416efeb3312d0cc6abfde1af06f) Co-authored-by: Paulin Todev --- .../reference/components/prometheus/prometheus.remote_write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/components/prometheus/prometheus.remote_write.md b/docs/sources/reference/components/prometheus/prometheus.remote_write.md index beacf7e065..0938ed37c5 100644 --- a/docs/sources/reference/components/prometheus/prometheus.remote_write.md +++ b/docs/sources/reference/components/prometheus/prometheus.remote_write.md @@ -427,7 +427,7 @@ To troubleshoot, take the following steps in order: You can use [Promtool][promtool] to inspect it and find out which metric series were sent by this {{< param "PRODUCT_NAME" >}} instance since the last WAL truncation event. For example: ``` - ./promtool tsdb dump --match='{__name__=\"otelcol_connector_spanmetrics_duration_seconds_bucket\", http_method=\"GET\", job=\"ExampleJobName\"' /path/to/wal/ + ./promtool tsdb dump --match='{__name__="otelcol_connector_spanmetrics_duration_seconds_bucket", http_method="GET", job="ExampleJobName"}' /path/to/wal/ ``` [clustering]: ../../configure/clustering