gossip_girl

1.0.4 • Public • Published

gossip_girl

A pluggable Node.js statsd backend that periodically flushes aggregated data to downstream statsd daemons.

In one way, Gossip Girl is similar to the repeater backend, as it forwards data to another statsd. It differs from repeater in that it doesn't forward every packet as it's received - it prefers to wait a configurable amount of ms before doing so. This is particularly useful for aggregating data locally before sending across the network.

Installation and Configuration

  • Either put gossip_girl.js into your statsd backends directory, or "npm install gossip_girl"

  • Add its config parameters to your statsd config file (see exampleGossipConfig.js)

  • Start the statsd daemon:

    node stats.js /path/to/config

Gossip Girl?

Cause she'll quite agreeably listen to everything you tell her. But then she'll turn around and repeat it all to anyone who'll listen!

Has nothing to do with the TV show, I swear. No, really.

Shout Outs

Initial cut was inspired by the repeater backend by Theo Schlossnagle.

And thanks to the Etsy team for making such a nifty tool.

Readme

Keywords

none

Package Sidebar

Install

npm i gossip_girl

Weekly Downloads

4

Version

1.0.4

License

MIT

Last publish

Collaborators

  • zoo