diff --git a/storage/remote/client.go b/storage/remote/client.go index a6a62a182f..67db8f4d02 100644 --- a/storage/remote/client.go +++ b/storage/remote/client.go @@ -81,11 +81,11 @@ func init() { // Client allows reading and writing from/to a remote HTTP endpoint. type Client struct { - remoteName string // Used to differentiate clients in metrics. - urlString string // url.String() + remoteName string // Used to differentiate clients in metrics. + urlString string // url.String() remotewrite11 bool - Client *http.Client - timeout time.Duration + Client *http.Client + timeout time.Duration retryOnRateLimit bool