Skip to content

Commit

Permalink
fix: telegraf response_timeout to timeout (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
haodeon authored Jul 22, 2024
1 parent 1731e66 commit ac7d27d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
bearer_token = "/var/run/secrets/kubernetes.io/serviceaccount/token"
tls_ca = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
insecure_skip_verify = true
response_timeout = "15s"
timeout = "15s"

[[inputs.prometheus]]
metric_version = 2
Expand All @@ -24,7 +24,7 @@
bearer_token = "/var/run/secrets/kubernetes.io/serviceaccount/token"
tls_ca = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
insecure_skip_verify = true
response_timeout = "15s"
timeout = "15s"

[[outputs.http]]
## URL is the address to send metrics to
Expand Down

0 comments on commit ac7d27d

Please sign in to comment.