chore: Fix documentation on signal to shut down instance

Signed-off-by: René Scheibe <rene.scheibe@gmail.com>
pull/12151/head
René Scheibe 2023-03-18 20:11:35 +01:00
parent bc7ce50d85
commit 1cc28ce9ca
1 changed files with 1 additions and 1 deletions

View File

@ -264,4 +264,4 @@ process ID.
While Prometheus does have recovery mechanisms in the case that there is an While Prometheus does have recovery mechanisms in the case that there is an
abrupt process failure it is recommend to use the `SIGTERM` signal to cleanly abrupt process failure it is recommend to use the `SIGTERM` signal to cleanly
shutdown a Prometheus instance. If you're running on Linux this can be performed shutdown a Prometheus instance. If you're running on Linux this can be performed
by using `kill -s SIGHUP <PID>`, replacing `<PID>` with your Prometheus process ID. by using `kill -s SIGTERM <PID>`, replacing `<PID>` with your Prometheus process ID.