diff options
| author | liuchang <[email protected]> | 2023-03-24 09:53:38 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-24 09:53:38 +0000 |
| commit | c25b65bc60a5fb82c576458deb7ef12f1a6885b3 (patch) | |
| tree | db5f1ae545e1edfebba4252c714f1f8104bf61b2 /conf | |
| parent | 55b82e9f049c9ec9bce3e8f8d309a01b3619ecc2 (diff) | |
fix test case for stat after using fieldstat3
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/main.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/main.conf b/conf/main.conf index e134a70..5a8adec 100644 --- a/conf/main.conf +++ b/conf/main.conf @@ -28,9 +28,10 @@ SWARMKV_CLUSTER_ANNOUNCE_PORT=8501 SWARMKV_HEALTH_CHECK_PORT=0 SWARMKV_HEALTH_CHECK_ANNOUNCE_PORT=1111 -#[METRIC] -#TELEGRAF_IP="127.0.0.1" -#TELEGRAF_PORT=6667 +[METRIC] +FIELDSTAT_OUTPUT_INTERVAL_MS=500 +LINE_PROTOCOL_SERVER_IP="127.0.0.1" +LINE_PROTOCOL_SERVER_PORT=6667 [CONFIG] #PROFILE_QUEUE_LEN_PER_PRIORITY_MAX=128 |
