Skip to content

A java agent to read your JMX metrics and magically send them somewhere else

Notifications You must be signed in to change notification settings

gitter-badger/metrics-wizard

 
 

Repository files navigation

Metrics Wizard

Metrics Wizard is a Java agent for aggregating and reporting on metrics from any JVM process.

The agent will scan and automatically register metrics based on long/integer/float values in the JMX tree of the monitored JVM process.

Exporting metrics from your application

We highly recommend using dropwizard-metrics for the reporting of metrics in various forms from within an existing application.

Exporting metrics from an existing application

Metrics Wizard is built to scan the tree of attributes in JMX and monitor the metrics presented. For the most part plugging Metrics Wizard into an existing process, like Cassandra, should "just work."

About

A java agent to read your JMX metrics and magically send them somewhere else

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published