Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: uses health check in examples and documents dependencies job #3652

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

codefromthecrypt
Copy link
Member

This uses health check in the docker-compose examples to reduce the amount of warnings end users see.

It also fixes a minor issue on the dependencies job, as well adds instructions for how to run it manually. This is needed for folks who don't want to wait an hour to see the graph.

Fixes #3529

This uses health check in the docker-compose examples to reduce the
amount of warnings end users see.

It also fixes a minor issue on the dependencies job, as well adds
instructions for how to run it manually. This is needed for folks who
don't want to wait an hour to see the graph.

Fixes #3529

Signed-off-by: Adrian Cole <[email protected]>
in another terminal like so:

```bash
$ docker-compose -f docker-compose-cassandra.yml run --rm --no-deps --entrypoint start-zipkin-dependencies dependencies
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @anuraaga for the tip that led to this!

@codefromthecrypt codefromthecrypt merged commit c40a50b into master Dec 15, 2023
@codefromthecrypt codefromthecrypt deleted the dependency-example branch December 15, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zipkin dependencies graph not work with elasticsearch storage
2 participants