mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 09:02:53 +00:00
Fix curl example for deleting series (#4046)
This commit is contained in:
parent
cc917aee7f
commit
fe10b36b30
@ -492,8 +492,8 @@ Not mentioning both start and end times would clear all the data for the matched
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
$ curl -X DELETE \
|
$ curl -X POST \
|
||||||
-g 'http://localhost:9090/api/v1/series?match[]=up&match[]=process_start_time_seconds{job="prometheus"}'
|
-g 'http://localhost:9090/api/v1/admin/tsdb/delete_series?match[]=up&match[]=process_start_time_seconds{job="prometheus"}'
|
||||||
```
|
```
|
||||||
*New in v2.1*
|
*New in v2.1*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user