docs(inputs.prometheus): fix incorrect headers option (#12625)
This commit is contained in:
parent
31a87df2ff
commit
7345b400ff
|
|
@ -123,7 +123,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|||
# password = ""
|
||||
|
||||
## Optional custom HTTP headers
|
||||
# headers = {"X-Special-Header" = "Special-Value"}
|
||||
# http_headers = {"X-Special-Header" = "Special-Value"}
|
||||
|
||||
## Specify timeout duration for slower prometheus clients (default is 3s)
|
||||
# response_timeout = "3s"
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
# password = ""
|
||||
|
||||
## Optional custom HTTP headers
|
||||
# headers = {"X-Special-Header" = "Special-Value"}
|
||||
# http_headers = {"X-Special-Header" = "Special-Value"}
|
||||
|
||||
## Specify timeout duration for slower prometheus clients (default is 3s)
|
||||
# response_timeout = "3s"
|
||||
|
|
|
|||
Loading…
Reference in New Issue