远程可读存储

    • url: 访问地址
    • remote_timeout: 请求超时时间
    1. # The URL of the endpoint to query from.
    2. url: <string>
    3. # Timeout for requests to the remote read endpoint.
    4. [ remote_timeout: <duration> | default = 30s ]
    5. # configured username and password.
    6. [ username: <string> ]
    7. [ password: <string> ]
    8. # Sets the `Authorization` header on every remote read request with
    9. # the configured bearer token. It is mutually exclusive with `bearer_token_file`.
    10. [ bearer_token: <string> ]
    11. # Sets the `Authorization` header on every remote read request with the bearer token
    12. [ bearer_token_file: /path/to/bearer/token/file ]
    13. # Configures the remote read request's TLS settings.
    14. tls_config:
    15. [ <tls_config> ]
    16. [ proxy_url: <string> ]