Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 562 Bytes

NanoStatsD

This is very simple statsd implementation that allows to debug server applications locally. Now library uses https://github.com/zserge/metric/ as metrics rendering engine. I plan to add support for dynamic rendering later, but not now.

Build

This project could be built by using go build command. If you modify HTML part you'll need to run make html.

Usage

Typical usage is simple:

nanostatsd -web localhost:8888 -stats localhost:8125

Specified parameters are defaults so nanostatsd will work directly.