Skip to content

Commit 20dffd2

Browse files
committed
FST: Add ENABLE_METRICS option to have local metrics for DebugGUI
1 parent c0e0d04 commit 20dffd2

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
@@ -65,7 +65,7 @@ ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-
6565
if [ $EPNMODE == 1 ]; then
6666
ARGS_ALL+=" --infologger-severity $INFOLOGGER_SEVERITY"
6767
ARGS_ALL+=" --monitoring-backend influxdb-unix:///tmp/telegraf.sock --resources-monitoring 60"
68-
else
68+
elif [ "0$ENABLE_METRICS" != "01" ]; then
6969
ARGS_ALL+=" --monitoring-backend no-op://"
7070
fi
7171
if [ $EXTINPUT == 1 ] || [ $NUMAGPUIDS == 1 ]; then

0 commit comments

Comments
 (0)