Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 18, 2024
1 parent 79b2949 commit 8a211b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-bin/docker-compose-zipkin-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ services:
- STORAGE_TYPE=stackdriver
- GOOGLE_APPLICATION_CREDENTIALS=/credentials/service-account-key.json
- STACKDRIVER_PROJECT_ID=zipkin-gcp-ci
ports:
# Port used for the Zipkin UI and HTTP Api
- 9411:9411
depends_on:
- extract-service-account
3 changes: 3 additions & 0 deletions build-bin/docker/docker_test_image
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ if [ "${health_rc}" = "1" ] || ! build-bin/docker/docker_block_on_health ${docke
health_rc=1
fi

curl -s localhost:9411/health
curl -s localhost:9411/info

# Clean up any containers, so that we can run this again without conflict.
if test -f "${docker_compose_file}"; then
docker-compose -f "${docker_compose_file}" down
Expand Down

0 comments on commit 8a211b9

Please sign in to comment.