Class ConsoleWriter

java.lang.Object
org.jmxtrans.embedded.output.AbstractOutputWriter
org.jmxtrans.embedded.output.ConsoleWriter
All Implemented Interfaces:
OutputWriter

public class ConsoleWriter
extends AbstractOutputWriter
implements OutputWriter
Output results to stdout. Settings:
  • "enabled": flag to enable/disable the writer. Optional, default value: {$code true}.
Output: Graphite's Carbon Plan Text protocol
     <metric path> <metric value> <metric timestamp>.
 
With timestamp in seconds.
Author:
Cyrille Le Clerc