From 955332b2ef301ae05f8d33155392d3be7de28533 Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Fri, 11 Oct 2024 22:46:59 -0700 Subject: [PATCH] update --- cmd/thanos/receive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/thanos/receive.go b/cmd/thanos/receive.go index 8af1fddaff..dac895fd2d 100644 --- a/cmd/thanos/receive.go +++ b/cmd/thanos/receive.go @@ -312,7 +312,7 @@ func runReceive( httpserver.WithTLSConfig(*conf.httpTLSConfig), ) var lastDownscalePrepareTimestamp *int64 = nil - httpserver.RegisterDownscale(srv, dbs.GetTenants()) + httpserver.RegisterDownscale(srv, dbs.GetTenants(), lastDownscalePrepareTimestamp) g.Add(func() error { statusProber.Healthy() return srv.ListenAndServe()