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 Aliaksandr Valialkin
parent e37bac07a0
commit 41ea90e6a2
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

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"> <div class="with-copy" markdown="1">
```console ```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> </div>