Skip to main content

Zipkin

Official website: Zipkinopen in new window

See it in action and try out!
You will need docker and docker-compose installed at your machine.
At the PURISTA repositoryopen in new window in examples/fullexample you will find a running example:

Start the required docker containers:

npm run zipkin:up

Open the Zipkin in your browser: http://localhost:9411open in new window.

Start the example:

npm run zipkin:start

To generate some traces, go to the OpenAPI UI at http://localhost:8080/open in new window and call some commands.
To stop and cleanup and stop all docker containers:

npm run zipkin:down

You can follow updated on Twitter @purista_jsopen in new window or join the Discord serveropen in new window to get in touch with PURISTA maintainers and other developers.

Last update:
Contributors: Sebastian Wessel