Re: [prometheus-users] Delete Metrics From PushGateway

2022-07-21 Thread Bjoern Rabenstein
On 08.07.22 18:14, 'Alan Tam CA' via Prometheus Users wrote: > > I am wondering if there is a way to match all values of the instance label > using regex in the URL. So something like > >- curl -X DELETE >http://pushgateway.example.org:9091/metrics/job/some_job/instance/~".+"; > >

[prometheus-users] Delete Metrics From PushGateway

2022-07-09 Thread 'Alan Tam CA' via Prometheus Users
Hello, The PushGateway docs state the following: Delete all metrics in the group identified by {job="some_job"} (note that this does not include metrics in the {job="some_job",instance="some_instance"} group from the previous example, even if those metrics have the same job label): - cur