A dashboard to visualize and monitor goflow
git clone https://github.com/s8sg/goflow-dashboard.git
go build -o goflow-dashboard
./goflow-dashboard
Default redis url is localhost:6379
, to update set the env REDIS_URL
.
Default opentrace url is http://localhost:16686/
, to update set the env TRACE_URL