Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: mehul gautam <[email protected]>
  • Loading branch information
mehul gautam committed Jul 14, 2024
1 parent 85cd331 commit a00f808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions jaeger-ui
Submodule jaeger-ui added at 1704a9
2 changes: 0 additions & 2 deletions scripts/hotrod-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ logs=$(docker compose -f ./examples/hotrod/docker-compose.yml logs hotrod)
# Extract the trace_id from the logs
TRACE_ID=$(echo "$logs" | grep -oP '(?<="trace_id": ")[^"]+' | tail -n 1)



JAEGER_QUERY_URL="http://localhost:16686"
EXPECTED_SPANS=10 # Change this to the expected number of spans
MAX_RETRIES=30
Expand Down

0 comments on commit a00f808

Please sign in to comment.