goodeggs / librato-node

A Node.js client for Librato (http://librato.com/)
MIT License
37 stars 26 forks source link

Is there a way to publish statistics that aren't counters or durations? #25

Closed hazeledmands closed 9 years ago

hazeledmands commented 9 years ago

Say, for example, I am doing an operation that affects users, and I'd like to have a graph of the number of users affected each time the operation runs. Can I do this with librato-node? Should I be able to do this?

bobzoller commented 9 years ago

totally. measure and timing are actually the same implementation, and they handle arbitrary numbers exactly the same as durations.

librato.measure 'mailchimp.removed', 5