Hello, I am trying to use API GET method to return simple things from Pushgateway like:
curl -X GET localhost:9091/api/status but I am getting: 404 page not found POST method works without any issue - example below. I'd appreciate any ideas what could be wrong. Thanks! Michal echo "my_metric 333" | curl --data-binary @- localhost:9091/metrics/job/my_job/my_label/my_label_value -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/d0566f94-bbf8-4b77-b0c4-715705800060%40googlegroups.com.

