HubSpot / BuckyServer

Node server that receives metric data over HTTP & forwards to your service of choice
http://github.hubspot.com/bucky
MIT License
194 stars 33 forks source link

Support whitelisting of keys #20

Open ckdake opened 8 years ago

ckdake commented 8 years ago

BuckyServer currently provides no way to limit the number/volume of keys, enabling anyone on the internet to spam new keys which can make a mess of a statsd/Graphite server.

Optionally whitelisting keys via the config file looks like it would be a pretty straightforward way to fix this.