diff --git a/config/config.go b/config/config.go index 73a938bca..62feb595e 100644 --- a/config/config.go +++ b/config/config.go @@ -197,7 +197,6 @@ var ( // DefaultRemoteReadConfig is the default remote read configuration. DefaultRemoteReadConfig = RemoteReadConfig{ RemoteTimeout: model.Duration(1 * time.Minute), - ReadRecent: true, } ) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index cc24b3bb9..424d13a5b 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1136,6 +1136,10 @@ required_matchers: # Timeout for requests to the remote read endpoint. [ remote_timeout: | default = 30s ] +# Whether reads should be made for queries for time ranges that +# the local storage should have complete data for. +[ read_recent: | default = false ] + # Sets the `Authorization` header on every remote read request with the # configured username and password. basic_auth: