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
[myhost~ curl -X GET localhost:9091/api/v1/metrics
404 page not found
[myhost ~ curl -X GET http://localhost:9091/api/v1/metrics
404 page not found
[myhost ~ curl -X PUT http://localhost:9091/api/v1/status
404 page not found