Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchen-db committed Oct 12, 2024
1 parent 285fa1a commit 955332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thanos/receive.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 955332b

Please sign in to comment.