Class GraphiteHttpWriter

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

public class GraphiteHttpWriter
extends AbstractOutputWriter
implements OutputWriter
Graphite implementation of the OutputWriter. This implementation uses Carbon Plan Text protocol over HTTP. Read this thread in order to implement a HTTP listener in front of Carbon backend. Settings:
  • "url": complete url of the Graphite proxy server. Mandatory
  • "namePrefix": prefix append to the metrics name. Optional, default value: "servers.#hostname#.".
Author:
Simon Mazas