librato / statsd-librato-backend

A StatsD backend that sends metrics to Librato Metrics
MIT License
76 stars 34 forks source link

functionality to filter and exclude metrics #45

Closed rmblstrp closed 9 years ago

rmblstrp commented 10 years ago

The statsd instance I am using is handling more stats than needed to be sent to librato because they were being monitored through graphite. In order to only send the stats I want in Librato I added functionality which allows for a combination of metrics to be filtered out and/or to be specifically excluded from being sent. This helps give greater control over of what is sent so charges aren't incurred for metrics that aren't being used through the Librato interface.

jderrett commented 10 years ago

@bicycle-nerd thanks for the PR, we'll try to get to this soon!

mheffner commented 9 years ago

Can you add these to the README?

mheffner commented 9 years ago

@bicycle-nerd Thanks for the PR! Just a few minor comments, otherwise this looks good.

rmblstrp commented 9 years ago

I apologize for the delay but I have finally made the discussed changes and have pushed them up. The options have been renamed and the readme was updated to reflect the changes.

mheffner commented 9 years ago

@bicycle-nerd Thanks, merged!