diff options
| author | fumingwei <[email protected]> | 2023-07-14 11:54:47 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2023-07-14 19:27:00 +0800 |
| commit | a194de2b5ad1b4a9a930d0c795aa09c8a4dcb312 (patch) | |
| tree | 4aba364839ca79a1ae8030ea44de6a13cc4d3c1c /test/bin | |
| parent | fa7cd7e2eede12ed4a718fe46d9336064e25f634 (diff) | |
temp commit 1feature-benchmark
Diffstat (limited to 'test/bin')
| -rw-r--r-- | test/bin/telegraf_unit_test.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/bin/telegraf_unit_test.conf b/test/bin/telegraf_unit_test.conf index 748060e..b270115 100644 --- a/test/bin/telegraf_unit_test.conf +++ b/test/bin/telegraf_unit_test.conf @@ -23,3 +23,8 @@ [[inputs.socket_listener]] service_address = "udp://:8700" data_format = "influx" + +[[aggregators.basicstats]] + period = "1s" + drop_original = true + stats = ["sum"]
\ No newline at end of file |
