/statsd-dummy

Dummy UDP server on the default statsd port

Primary LanguageJavaScript

Introduction

This is a dummy udp app that simply echos the data sent to it.

It is hard-coded in index.js to listen to 0.0.0.0:8125 for the statsd agent.

Running the server

Install the dependencies

$ npm install

Run the server

$ npm start