Skip to content

SignNoz

SigNozOfficial website: SignNoz

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:

bash
npm run signoz:up

Open the SigNoz in your browser: http://localhost:3301. You should be able to login with the test user account: username: admin@example.com / password:PURISTA4love

Start the example:

bash
npm run signoz: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:

bash
npm run signoz:down