docs/sd_configs.md: mention that http client options can be specified in scrape_configs section

This commit is contained in:
Aliaksandr Valialkin 2022-08-07 00:20:28 +03:00
parent f36de0ecc9
commit 0e3f21bc25
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -1272,4 +1272,7 @@ scrape_configs:
# By default there is no limit on the number of exposed series.
# See https://docs.victoriametrics.com/vmagent.html#cardinality-limiter .
# series_limit: ...
# Additional HTTP client options for target scraping can be specified here.
# See https://docs.victoriametrics.com/sd_configs.html#http-api-client-options
```