mirror of https://github.com/prometheus/prometheus
Fix loop-reloading on shutdown
parent
9e9f88b5ce
commit
18c0f347a3
|
@ -159,8 +159,6 @@ func Main() int {
|
|||
log.Warn("Received termination request via web service, exiting gracefully...")
|
||||
}
|
||||
|
||||
close(hup)
|
||||
|
||||
log.Info("See you next time!")
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue