Zipkin
Official website: Zipkin
See it in action and try out!
You will need docker and docker-compose installed at your machine.
At the PURISTA repository 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:9411.
Start the example:
npm run zipkin:start
To generate some traces, go to the OpenAPI UI at http://localhost:8080/ and call some commands.
To stop and cleanup and stop all docker containers:
npm run zipkin:down
You can follow updated on Twitter @purista_js or join the Discord server to get in touch with PURISTA maintainers and other developers.