docs(inputs.prometheus): Remove invalid deprecation statement (#15229)
This commit is contained in:
parent
42401a3175
commit
b4cafb4a91
|
|
@ -140,7 +140,6 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
## Specify timeout duration for slower prometheus clients (default is 5s)
|
## Specify timeout duration for slower prometheus clients (default is 5s)
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
|
|
||||||
## deprecated in 1.26; use the timeout option
|
|
||||||
## This option is now used by the HTTP client to set the header response
|
## This option is now used by the HTTP client to set the header response
|
||||||
## timeout, not the overall HTTP timeout.
|
## timeout, not the overall HTTP timeout.
|
||||||
# response_timeout = "5s"
|
# response_timeout = "5s"
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,6 @@
|
||||||
## Specify timeout duration for slower prometheus clients (default is 5s)
|
## Specify timeout duration for slower prometheus clients (default is 5s)
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
|
|
||||||
## deprecated in 1.26; use the timeout option
|
|
||||||
## This option is now used by the HTTP client to set the header response
|
## This option is now used by the HTTP client to set the header response
|
||||||
## timeout, not the overall HTTP timeout.
|
## timeout, not the overall HTTP timeout.
|
||||||
# response_timeout = "5s"
|
# response_timeout = "5s"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue