diff --git a/ring/ring.go b/ring/ring.go index 78034c9b9..cd1f1dcc0 100644 --- a/ring/ring.go +++ b/ring/ring.go @@ -288,7 +288,7 @@ func (r *Ring) starting(ctx context.Context) error { r.metricsUpdateCloser = make(chan struct{}) go func() { // Start metrics update ticker to update the ring metrics. - ticker := time.NewTimer(10 * time.Second) + ticker := time.NewTicker(10 * time.Second) defer ticker.Stop() for {