Skip to content

Commit

Permalink
[release/v1.4] Fix non-working Promtool example (#2330)
Browse files Browse the repository at this point in the history
The example was malformed.

(cherry picked from commit eaf4bc6)

Co-authored-by: Paulin Todev <[email protected]>
  • Loading branch information
github-actions[bot] and ptodev authored Jan 2, 2025
1 parent a780249 commit 96c7175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96c7175

Please sign in to comment.