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

Monitoring Java Methods with StatsD #40

Open
stevensouza opened this issue Jul 10, 2016 · 0 comments
Open

Monitoring Java Methods with StatsD #40

stevensouza opened this issue Jul 10, 2016 · 0 comments

Comments

@stevensouza
Copy link

stevensouza commented Jul 10, 2016

This isn't really an issue, but I thought it would be useful for users of this project to know. The open source project www.automon.org allows you to use java-statsd-client to monitor any java method (from classes you own, 3rd party classes, or jdk classes). It also monitors any exceptions that are thrown. This is all done declaratively without changing your program.

Here are some examples including one that uses StatsD.

Here is an example of the type of data that can be displayed (using graphite).

image

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

1 participant