Merge pull request #12367 from AkshaySiwal/main

Updating signal for graceful shutdown in docs/getting_started.md
This commit is contained in:
Julien Pivotto 2023-05-16 22:25:26 +02:00 committed by GitHub
commit 41b3db198c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.