Uses of Class
org.jmxtrans.embedded.output.AbstractOutputWriter
| Package | Description |
|---|---|
| org.jmxtrans.embedded.output |
-
Uses of AbstractOutputWriter in org.jmxtrans.embedded.output
Subclasses of AbstractOutputWriter in org.jmxtrans.embedded.output Modifier and Type Class Description classConsoleWriterOutput results tostdout.classCopperEggWriterCopperEgg Metrics implementation of the OutputWriter.classCsvWriterThis 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.classGraphiteHttpWriterGraphite implementation of the OutputWriter.classGraphitePickleWriterGraphite implementation of the OutputWriter.classGraphiteWriterGraphite implementation of the OutputWriter.classLibratoWriterLibrato Metrics implementation of the OutputWriter.classNoOpWriterUsed for testing.classSlf4jWriterSLF4J based OutputWriter implementation.classStackdriverWriterStackdriver implementation of the OutputWriter.classStatsDWriterOutputWriter for [StatsD](https://github.com/etsy/statsd).