This guide installs the StatsD server from source.
git clone https://github.com/statsd/statsd.git
cd statsd
Copy the example config and edit the backend settings:
cp exampleConfig.js config.js
node stats.js config.js
See StatsD Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See StatsD Ansible Setup for an example playbook.
Prefer containers? See StatsD Docker Setup.
See StatsD Security for hardening guidance.