Update storage/remote/client.go

Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
Signed-off-by: Alex Greenbank <alex.greenbank@grafana.com>
pull/13498/head
Alex Greenbank 1 year ago committed by GitHub
parent 7b40203302
commit f73b77d4e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      storage/remote/client.go

@ -214,7 +214,6 @@ func (c *Client) probeRemoteVersions(ctx context.Context) error {
return err
}
// Set the version header to be nice
httpReq.Header.Set(RemoteWriteVersionHeader, RemoteWriteVersion20HeaderValue)
httpReq.Header.Set("User-Agent", UserAgent)

Loading…
Cancel
Save