We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e0d04 commit 20dffd2Copy full SHA for 20dffd2
prodtests/full-system-test/dpl-workflow.sh
@@ -65,7 +65,7 @@ ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-
65
if [ $EPNMODE == 1 ]; then
66
ARGS_ALL+=" --infologger-severity $INFOLOGGER_SEVERITY"
67
ARGS_ALL+=" --monitoring-backend influxdb-unix:///tmp/telegraf.sock --resources-monitoring 60"
68
-else
+elif [ "0$ENABLE_METRICS" != "01" ]; then
69
ARGS_ALL+=" --monitoring-backend no-op://"
70
fi
71
if [ $EXTINPUT == 1 ] || [ $NUMAGPUIDS == 1 ]; then
0 commit comments