Fix wording in shutdown warning.
This commit is contained in:
parent
79eb208d0f
commit
f65ef1ed10
|
@ -37,7 +37,7 @@ import (
|
|||
func (p *persistence) recoverFromCrash(fingerprintToSeries map[clientmodel.Fingerprint]*memorySeries) error {
|
||||
// TODO(beorn): We need proper tests for the crash recovery.
|
||||
log.Warn("Starting crash recovery. Prometheus is inoperational until complete.")
|
||||
log.Warn("To avoid crash recovery in future, shutdown Prometheus with SIGTERM or a HTTP POST to /-/quit.")
|
||||
log.Warn("To avoid crash recovery in the future, shut down Prometheus with SIGTERM or a HTTP POST to /-/quit.")
|
||||
|
||||
fpsSeen := map[clientmodel.Fingerprint]struct{}{}
|
||||
count := 0
|
||||
|
|
Loading…
Reference in New Issue