Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 813 Bytes

File metadata and controls

34 lines (28 loc) · 813 Bytes

StatsHouse Quick Start Guide

Using tmux

Requirements

  • docker
  • docker compose v2
  • golang - for backend
  • nodejs + npm - for frontend
  • tmux

Running StatsHouse

The commands below will start a local StatsHouse instance and open the UI once ready.

cd localdebug
./run-in-tmux.sh

Also you should have loadgen dashboard avaliable with different kinds of plots.

Example

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.go

Сlearing used disk space

cd localdebug
./cleanup.sh

Local debug build

See details in localdebug