feat: update configs (#10400)
This commit is contained in:
parent
1e04157c52
commit
6192086658
|
|
@ -574,6 +574,10 @@
|
||||||
#
|
#
|
||||||
# ## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
|
# ## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
|
||||||
# # http_proxy_url = "http://localhost:8888"
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
|
#
|
||||||
|
# ## Override the default (none) compression used to send data.
|
||||||
|
# ## Supports: "zlib", "none"
|
||||||
|
# # compression = "none"
|
||||||
|
|
||||||
|
|
||||||
# # Send metrics to nowhere at all
|
# # Send metrics to nowhere at all
|
||||||
|
|
|
||||||
|
|
@ -574,6 +574,10 @@
|
||||||
#
|
#
|
||||||
# ## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
|
# ## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
|
||||||
# # http_proxy_url = "http://localhost:8888"
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
|
#
|
||||||
|
# ## Override the default (none) compression used to send data.
|
||||||
|
# ## Supports: "zlib", "none"
|
||||||
|
# # compression = "none"
|
||||||
|
|
||||||
|
|
||||||
# # Send metrics to nowhere at all
|
# # Send metrics to nowhere at all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue