Uses of Interface
org.jmxtrans.embedded.output.OutputWriter
| Package | Description |
|---|---|
| org.jmxtrans.embedded | |
| org.jmxtrans.embedded.output |
-
Uses of OutputWriter in org.jmxtrans.embedded
Methods in org.jmxtrans.embedded that return types with arguments of type OutputWriter Modifier and Type Method Description List<OutputWriter>Query. getEffectiveOutputWriters()Return theoutputWritersto which the collected metrics of this Query are exported, theoutputWritersdeclared at query level or a the parent level.Set<OutputWriter>EmbeddedJmxTrans. getOutputWriters()List<OutputWriter>Query. getOutputWriters() -
Uses of OutputWriter in org.jmxtrans.embedded.output
Classes in org.jmxtrans.embedded.output that implement OutputWriter Modifier and Type Class Description classAbstractOutputWriterConvenience abstract class to implement anOutputWriter.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).