개요
- Prometheus /-/reload
$ curl localhost:9090/-/reload
Only POST or PUT requests allowed
$ curl -XPOST localhost:9090/-/reload
Lifecycle API is not enabled.
$ curl localhost:9090/-/reload
Only POST or PUT requests allowed
$ curl -XPOST localhost:9090/-/reload
Lifecycle API is not enabled.