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 ...@@ -177,12 +177,13 @@ for ((i=1;i<=${NUM_OF_LOOPS};i+=1)); do
MACHINE_TYPE=`uname -m`; MACHINE_TYPE=`uname -m`;
if [ ${MACHINE_TYPE} == 'x86_64' ] if [ ${MACHINE_TYPE} == 'x86_64' ]
then then
runOpenTelemetryJaeger runOpenTelemetryPrometheus
cleanup cleanup
# Prometheus does not work currently
runOpenTelemetryPrometheus # jaeger does not finish correctly
cleanup #runOpenTelemetryJaeger
#cleanup
else else
echo "No 64 Bit System; skipping Prometheus" echo "No 64 Bit System; skipping Prometheus"
fi fi
......
...@@ -6,5 +6,5 @@ MACHINE_TYPE=`uname -m`; ...@@ -6,5 +6,5 @@ MACHINE_TYPE=`uname -m`;
if [ ${MACHINE_TYPE} == 'x86_64' ] if [ ${MACHINE_TYPE} == 'x86_64' ]
then then
TITLE[4]="OpenTelemetry Prometheus" TITLE[4]="OpenTelemetry Prometheus"
TITLE[5]="OpenTelemetry Jaeger" #TITLE[5]="OpenTelemetry Jaeger"
fi 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