Skip to content
Snippets Groups Projects
Commit 05cb1765 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Leave out jaeger since it does not finish correctly

parent 7e065029
No related branches found
No related tags found
No related merge requests found
......@@ -177,12 +177,13 @@ for ((i=1;i<=${NUM_OF_LOOPS};i+=1)); do
MACHINE_TYPE=`uname -m`;
if [ ${MACHINE_TYPE} == 'x86_64' ]
then
runOpenTelemetryJaeger
cleanup
# Prometheus does not work currently
runOpenTelemetryPrometheus
cleanup
runOpenTelemetryPrometheus
cleanup
# jaeger does not finish correctly
#runOpenTelemetryJaeger
#cleanup
else
echo "No 64 Bit System; skipping Prometheus"
fi
......
......@@ -6,5 +6,5 @@ MACHINE_TYPE=`uname -m`;
if [ ${MACHINE_TYPE} == 'x86_64' ]
then
TITLE[4]="OpenTelemetry Prometheus"
TITLE[5]="OpenTelemetry Jaeger"
#TITLE[5]="OpenTelemetry Jaeger"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment