我只看到如何使用'curl -X DELETE http://localhost:9091/metrics/job/some_job/instance/some_instance'从 pushgateway 中删除,但我想删除包含特定标签值的指标,我该怎么做那?
更新: 我使用 python 编写脚本,prometheus 有一个带有函数'delete_from_pushgateway()'的 python 客户端
这可以在以下位置找到:https ://github.com/prometheus/client_python