public class SendAllGraphiteEventConverter extends Object implements DruidToGraphiteEventConverter
ServiceMetricEvent.
 All the dimensions will be retained and lexicographically order using dimensions name.
 The metric path of the graphite event is:
  
 Note that this path will be sanitized by replacing all the `.` or `space` to `_` GraphiteEmitter.sanitize(String)
| Constructor and Description | 
|---|
SendAllGraphiteEventConverter(String namespacePrefix,
                             Boolean ignoreHostname,
                             Boolean ignoreServiceName,
                             Boolean replaceSlashWithDot)  | 
| Modifier and Type | Method and Description | 
|---|---|
GraphiteEvent | 
druidEventToGraphite(ServiceMetricEvent serviceMetricEvent)
This function acts as a filter. 
 | 
boolean | 
equals(Object o)  | 
String | 
getNamespacePrefix()  | 
int | 
hashCode()  | 
boolean | 
isIgnoreHostname()  | 
boolean | 
isIgnoreServiceName()  | 
boolean | 
replaceSlashWithDot()  | 
public String getNamespacePrefix()
public boolean isIgnoreServiceName()
public boolean isIgnoreHostname()
public boolean replaceSlashWithDot()
public GraphiteEvent druidEventToGraphite(ServiceMetricEvent serviceMetricEvent)
DruidToGraphiteEventConverterdruidEventToGraphite in interface DruidToGraphiteEventConverterserviceMetricEvent - Druid event ot type ServiceMetricEventGraphiteEvent or nullCopyright © 2011–2018. All rights reserved.