0.0.2 • Published 8 years ago

statsd-console-json-backend v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

statsd-console-json-backend

StatsD backend for logging metrics to stdout in JSON format.

Usage

  1. Install package into your project:

    $ npm install statsd-console-json-backend
  2. Configure your StatsD backend. Example StatsD configuration:

    {
      backends: [ 'statsd-console-json-backend' ]
    }

    More information on configuring backends at: https://github.com/etsy/statsd/blob/master/docs/backend.md