docs(inputs.prometheus): Remove invalid deprecation statement (#15229)

This commit is contained in:
Pascal Zimmermann 2024-04-25 22:15:55 +02:00 committed by GitHub
parent 42401a3175
commit b4cafb4a91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -140,7 +140,6 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
## Specify timeout duration for slower prometheus clients (default is 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
## timeout, not the overall HTTP timeout.
# response_timeout = "5s"

View File

@ -123,7 +123,6 @@
## Specify timeout duration for slower prometheus clients (default is 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
## timeout, not the overall HTTP timeout.
# response_timeout = "5s"