我有这个telegraf http输出conf
[[outputs.http]]
## URL is the address to send metrics to
url = "https://myurl"
data_format = "json"
## HTTP Basic Auth
## HTTP Content-Encoding for write request body, can be set to "gzip" to
## compress body or "identity" to apply no encoding.
content_encoding = "gzip"
我这里有以下问题。
content_encoding =“ gzip”不起作用。 telegraf无法成功重启。
我只想按指标发送到该http端点。例如,我只想发送diskio指标。我在这里不能做到这一点。截至目前,所有指标均已发送,因此请求量很大。