guides/guide-delete-or-replace-metrics.md: fixed wrong curl command (#3652)

This commit is contained in:
Denys Holius 2023-01-15 23:02:52 +02:00 committed by GitHub
parent 7fd82c0d3a
commit ffe6e6fe59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ When you're sure [time series selector](https://prometheus.io/docs/prometheus/la
<div class="with-copy" markdown="1">
```console
curl -s 'http://vmselect:8481/select/0/prometheus/api/v1/series?match[]=process_cpu_cores_available'
curl -s 'http://vmselect:8481/delete/0/prometheus/api/v1/admin/tsdb/delete_series?match[]=process_cpu_cores_available'
```
</div>