Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
hazeledmands opened this issue Feb 24, 2015 · 1 comment

Comments

@hazeledmands
Copy link
Contributor

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
Copy link
Contributor

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

librato.measure 'mailchimp.removed', 5

hazeledmands pushed a commit that referenced this issue Feb 25, 2015
Because other people might also have questions about this, like I did (see #25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants