Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 297 Bytes

Pushgateway

Delete metrics

# Delete all metrics from same group.
$ curl -X DELETE http://pushgateway.example.org:9091/metrics/job/<job_name>
# Delete all metrics under the job.
$ curl -X DELETE http://pushgateway.example.org:9091/metrics/job/<job_name>/instance/<instance_name>