Skip to content

Commit 4871cd7

Browse files
committed
FST Reduce resource metric interval to 15 seconds
1 parent 44f0d57 commit 4871cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fi
6464
ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-segment-size $SHMSIZE $ARGS_ALL_EXTRA --early-forward-policy noraw"
6565
if [ $EPNMODE == 1 ]; then
6666
ARGS_ALL+=" --infologger-severity $INFOLOGGER_SEVERITY"
67-
ARGS_ALL+=" --monitoring-backend influxdb-unix:///tmp/telegraf.sock --resources-monitoring 60"
67+
ARGS_ALL+=" --monitoring-backend influxdb-unix:///tmp/telegraf.sock --resources-monitoring 15"
6868
elif [ "0$ENABLE_METRICS" != "01" ]; then
6969
ARGS_ALL+=" --monitoring-backend no-op://"
7070
fi

0 commit comments

Comments
 (0)