- docker
- docker compose v2
- golang - for backend
- nodejs + npm - for frontend
- tmux
The commands below will start a local StatsHouse instance and open the UI once ready.
cd localdebug
./run-in-tmux.shAlso you should have loadgen dashboard avaliable with different kinds of plots.
statshouse-example.go contains a simple instrumented web server.
Run it to start sending metrics to the StatsHouse instance you've just launched:
go run ./cmd/statshouse-example/statshouse-example.gocd localdebug
./cleanup.shSee details in localdebug