Fix curl example for deleting series (#4046)

This commit is contained in:
Julius Volz 2018-04-05 14:06:18 +02:00 committed by Brian Brazil
parent cc917aee7f
commit fe10b36b30
1 changed files with 2 additions and 2 deletions

View File

@ -492,8 +492,8 @@ Not mentioning both start and end times would clear all the data for the matched
Example:
```json
$ curl -X DELETE \
-g 'http://localhost:9090/api/v1/series?match[]=up&match[]=process_start_time_seconds{job="prometheus"}'
$ curl -X POST \
-g 'http://localhost:9090/api/v1/admin/tsdb/delete_series?match[]=up&match[]=process_start_time_seconds{job="prometheus"}'
```
*New in v2.1*