File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 ## ex: endpoint_url = "http://localhost:8000"
2828 # endpoint_url = ""
2929
30- ## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set)
30+ ## Set http_proxy
31+ # use_system_proxy = false
3132 # http_proxy_url = "http://localhost:8888"
3233
3334 # The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
Original file line number Diff line number Diff line change 2424 ## specify server password
2525 # password = "s#cr@t%"
2626
27+ ## specify username for ACL auth (Redis 6.0+)
28+ # username = "default"
29+
2730 ## Optional TLS Config
2831 # tls_ca = "/etc/telegraf/ca.pem"
2932 # tls_cert = "/etc/telegraf/cert.pem"
Original file line number Diff line number Diff line change 2121 # tls_cert = "/etc/telegraf/cert.pem"
2222 # tls_key = "/etc/telegraf/key.pem"
2323 # tls_server_name = "myhost.example.org"
24+
25+ ## Set the proxy URL
26+ # use_proxy = true
27+ # proxy_url = "http://localhost:8888"
Original file line number Diff line number Diff line change 99 ## Write URL override; useful for debugging.
1010 # url = "https://app.datadoghq.com/api/v1/series"
1111
12- ## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
12+ ## Set http_proxy
13+ # use_system_proxy = false
1314 # http_proxy_url = "http://localhost:8888"
1415
1516 ## Override the default (none) compression used to send data.
Original file line number Diff line number Diff line change 2424 # socks5_username = "alice"
2525 # socks5_password = "pass123"
2626
27+ ## Optional HTTP proxy to use
28+ # use_system_proxy = false
29+ # http_proxy_url = "http://localhost:8888"
30+
2731 ## Data format to output.
2832 ## Each data format has it's own unique set of configuration options, read
2933 ## more about them here:
You can’t perform that action at this time.
0 commit comments