mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
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 {
|
func (p *persistence) recoverFromCrash(fingerprintToSeries map[clientmodel.Fingerprint]*memorySeries) error {
|
||||||
// TODO(beorn): We need proper tests for the crash recovery.
|
// TODO(beorn): We need proper tests for the crash recovery.
|
||||||
log.Warn("Starting crash recovery. Prometheus is inoperational until complete.")
|
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{}{}
|
fpsSeen := map[clientmodel.Fingerprint]struct{}{}
|
||||||
count := 0
|
count := 0
|
||||||
|
|
Loading…
Reference in a new issue