-
Notifications
You must be signed in to change notification settings - Fork 0
statsd
Andrei Montchik edited this page Jul 11, 2024
·
10 revisions
- Should be installed on the server running an application.
- Install Node.js
- Install StatsD:
npm install -g statsd - Check the StatsD version:
npm info statsd version
- Update and use the statsd_console.js or statsd_graphite.js. Refer to the StatsD configuration example.
- Console:
statsd ~/src/research/config/statsd_console.js - Graphite:
tbd