我正在使用电报 HTTPs 输入插件聚合它们并将聚合和非聚合数据存储到 InfluxDb。我对 Telegraf 插件 [[aggregators.basicstats]] 有疑问。它工作不正确。这是我的 telegraf.config:
[agent]
interval = "2s"
round_interval = true omit_hostname = true metric_batch_size = 1000 metric_buffer_limit = 10000 collection_jitter = "0s" flush_interval = "10s" flush_jitter = "0s"
precision = ""
debug = true
quiet = false
logfile = ""
[[ aggregators.basicstats]] period = "30s"
drop_original = false
stats = ["min","max","count","sum","diff"]
谁能帮我解决这个问题?