Skip to content

Commit

Permalink
Fix non-working Promtool example (#2307)
Browse files Browse the repository at this point in the history
The example was malformed.
  • Loading branch information
ptodev authored Jan 2, 2025
1 parent 8568931 commit eaf4bc6
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 eaf4bc6

Please sign in to comment.