What's the HTTP response from the curl -X DELETE? Try adding -v, i.e. curl -v -X DELETE ...
On Monday, 30 August 2021 at 17:50:48 UTC+1 e.ahma...@gmail.com wrote: > metrics which I pushed to pushgateway from command line, successfully > removed, but metrics which I pushed from python script, I can't remove > Then there's something different between those two metrics. Use tcpdump to capture the creation of the metric from curl, and the creation of the metric from python, and see what's different between them. e.g. (Linux) tcpdump -i lo -s0 -nn -A tcp port 9091 -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1ee25ba0-a328-4381-aa66-e1f4842cfcfan%40googlegroups.com.