Update getting_started.md

Updating signal for graceful shutdown.

Signed-off-by: Akshay Siwal <akshay.singh.siwal@gmail.com>
pull/12367/head
Akshay Siwal 2023-05-15 13:18:30 +05:30 committed by GitHub
parent b727e69b76
commit 4c898fc4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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
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.