Package com.wavefront.agent.formatter
Class GraphiteFormatter
- java.lang.Object
-
- com.wavefront.agent.formatter.GraphiteFormatter
-
- All Implemented Interfaces:
com.google.common.base.Function<String,String>
,Function<String,String>
public class GraphiteFormatter extends Object implements com.google.common.base.Function<String,String>
Specific formatter for the graphite/collectd world of metric-munged names.- Author:
- [email protected].
-
-
Constructor Summary
Constructors Constructor Description GraphiteFormatter(String strFields, String strDelimiters, String strFieldsToRemove)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String mesg)
com.wavefront.common.MetricMangler
getMetricMangler()
long
getOps()
-