Package org.jmxtrans.embedded.output
-
Interface Summary Interface Description OutputWriter Interface of define a writer that will convert the collected JMX metrics to a given format (e.g. -
Class Summary Class Description AbstractOutputWriter Convenience abstract class to implement anOutputWriter.ConsoleWriter Output results tostdout.CopperEggWriter CopperEgg Metrics implementation of the OutputWriter.CsvWriter This output writer can ONLY be used on a per query basis, not in a global output writer configuration because this aggregates all of the different attributes returned by the query into a single line in a csv file, using theQueryResult.getName()as the value of the header.GraphiteHttpWriter Graphite implementation of the OutputWriter.GraphitePickleWriter Graphite implementation of the OutputWriter.GraphiteWriter Graphite implementation of the OutputWriter.LibratoWriter Librato Metrics implementation of the OutputWriter.NoOpWriter Used for testing.Slf4jWriter SLF4J based OutputWriter implementation.StackdriverWriter Stackdriver implementation of the OutputWriter.StatsDWriter OutputWriter for [StatsD](https://github.com/etsy/statsd).