mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
fix web test
This commit is contained in:
parent
b5eb39717d
commit
8e180e57da
|
@ -593,7 +593,6 @@ func (h *Handler) SetReady(v ReadyStatus) {
|
|||
|
||||
h.ready.Store(uint32(v))
|
||||
h.metrics.readyStatus.Set(0)
|
||||
h.ready.Store(1)
|
||||
}
|
||||
|
||||
func (h *Handler) GetRouter() *route.Router {
|
||||
|
|
Loading…
Reference in a new issue