docs(inputs.prometheus): fix incorrect headers option (#12625)

This commit is contained in:
Francois Steyn 2023-02-06 17:52:51 +01:00 committed by GitHub
parent 31a87df2ff
commit 7345b400ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"