Skip to content

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

Notifications You must be signed in to change notification settings

obradovic/gossip_girl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published