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

Always run script-based Prometheus

parent 091ce79f
No related branches found
No related tags found
No related merge requests found
...@@ -174,19 +174,8 @@ for ((i=1;i<=${NUM_OF_LOOPS};i+=1)); do ...@@ -174,19 +174,8 @@ for ((i=1;i<=${NUM_OF_LOOPS};i+=1)); do
runOpenTelemetryZipkin runOpenTelemetryZipkin
cleanup cleanup
MACHINE_TYPE=`uname -m`; runOpenTelemetryPrometheus
if [ ${MACHINE_TYPE} == 'x86_64' ] cleanup
then
runOpenTelemetryPrometheus
cleanup
# jaeger does not finish correctly
#runOpenTelemetryJaeger
#cleanup
else
echo "No 64 Bit System; skipping Prometheus"
fi
printIntermediaryResults printIntermediaryResults
done done
......
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