docs: Sync sample.conf for recent features (#11348)

This commit is contained in:
Sebastian Spaink 2022-06-22 08:01:56 -05:00 committed by GitHub
parent b58ae75b08
commit 6700f0ba49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 2 deletions

View File

@ -27,7 +27,8 @@
## ex: endpoint_url = "http://localhost:8000"
# endpoint_url = ""
## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set)
## Set http_proxy
# use_system_proxy = false
# http_proxy_url = "http://localhost:8888"
# The minimum period for Cloudwatch metrics is 1 minute (60s). However not all

View File

@ -24,6 +24,9 @@
## specify server password
# password = "s#cr@t%"
## specify username for ACL auth (Redis 6.0+)
# username = "default"
## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"

View File

@ -21,3 +21,7 @@
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
# tls_server_name = "myhost.example.org"
## Set the proxy URL
# use_proxy = true
# proxy_url = "http://localhost:8888"

View File

@ -9,7 +9,8 @@
## Write URL override; useful for debugging.
# url = "https://app.datadoghq.com/api/v1/series"
## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
## Set http_proxy
# use_system_proxy = false
# http_proxy_url = "http://localhost:8888"
## Override the default (none) compression used to send data.

View File

@ -24,6 +24,10 @@
# socks5_username = "alice"
# socks5_password = "pass123"
## Optional HTTP proxy to use
# use_system_proxy = false
# http_proxy_url = "http://localhost:8888"
## Data format to output.
## Each data format has it's own unique set of configuration options, read
## more about them here: