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

Update to changed default opentelemetry port

parent 1e8c86ef
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,12 @@ function startZipkin {
}
function periodicallyCurlPrometheus {
PROMETHEUS_PORT=9464
sleep 5
while [ true ]
do
echo "Curling for prometheus simulation..."
curl localhost:8888/metrics
curl localhost:$PROMETHEUS_PORT/metrics
sleep 15
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