diff options
| author | fumingwei <[email protected]> | 2023-09-01 22:52:43 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2023-09-01 22:55:06 +0800 |
| commit | 81d127144e499c451d0bdb452adb7fd22cd080c0 (patch) | |
| tree | d1394940c6d52f2ee957dfd967faaca45a0e4198 /test/bin | |
| parent | c6e449c69900cdaed15c48a5f6d64a74e1a0f7c4 (diff) | |
bugfix:将line protocol发送方式改为先收集metric然后集体发送v3.0.13
Diffstat (limited to 'test/bin')
| -rw-r--r-- | test/bin/telegraf_unit_test.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bin/telegraf_unit_test.conf b/test/bin/telegraf_unit_test.conf index 748060e..2de1dc7 100644 --- a/test/bin/telegraf_unit_test.conf +++ b/test/bin/telegraf_unit_test.conf @@ -2,7 +2,7 @@ interval = "5s" round_interval = true metric_batch_size = 1000 - metric_buffer_limit = 10000 + metric_buffer_limit = 1000000 collection_jitter = "0s" flush_interval = "1s" flush_jitter = "0s" @@ -23,3 +23,4 @@ [[inputs.socket_listener]] service_address = "udp://:8700" data_format = "influx" + read_buffer_size = "32MiB" |
