Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uphow to delete all metrics belong to one exporter when a target machine is dismissed #4804
Comments
This comment has been minimized.
This comment has been minimized.
|
not implemented ? my start command ok,mistake delete command ,it should be this command curl -X POST -g 'http://192.168.216.130:9090/api/v1/admin/tsdb/delete_series?match[]={pod_name="mysql-copy-76b856cdb6-4lcvv"}' |
justlooks commentedOct 30, 2018
i am working for build a auto-discovery target system ,the system monitor all application pods in k8s,due to the born and die of pods is very frequently ,i need delete all metrics which the dead pods pumped to prometheus, how to do this ?