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