标签: prometheus prometheus-pushgateway
我只看到如何使用'curl -X DELETE http:// localhost:9091 / metrics / job / some_job / instance / some_instance'从pushgateway删除,但是我想删除包含特定标签值的指标,如何我会那样做吗?
更新: 我当时使用python编写脚本,而prometheus有python客户端,其功能为'delete_from_pushgateway()'
可以在以下位置找到:https://github.com/prometheus/client_python