Skip to content

Commit

Permalink
changes script (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren authored Jul 25, 2024
2 parents 406a0db + ae83f7e commit 7a176b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dev/troubleshooting/collect-jaeger-traces.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
#!/bin/bash

# Parse command-line arguments
AUTO="false"
while [[ "$#" -gt 0 ]]; do
Expand Down Expand Up @@ -81,11 +79,8 @@ export_service_traces(){
--data-urlencode "lookback=$LOOPBACK" > $file
}



if [ "$AUTO" = "true" ]; then
start_collecting_jaeger_traces "$ANALYTICS_URL" "$ACCESS_TOKEN"
exit 1
echo "Waiting for 5 minutes..."
sleep 300 # Wait for 300 seconds (5 minutes)
echo "5 minutes have passed."
Expand Down

0 comments on commit 7a176b9

Please sign in to comment.