Package com.wavefront.ingester
Class SpanIngesterFormatter
- java.lang.Object
-
- com.wavefront.ingester.AbstractIngesterFormatter<Span>
-
- com.wavefront.ingester.SpanIngesterFormatter
-
public class SpanIngesterFormatter extends AbstractIngesterFormatter<Span>
Builder for Span formatter.- Author:
- vasily@wavefront.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpanIngesterFormatter.SpanFormatBuilder-
Nested classes/interfaces inherited from class com.wavefront.ingester.AbstractIngesterFormatter
AbstractIngesterFormatter.AnnotationList<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Centroids<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.FormatterElement<T>, AbstractIngesterFormatter.IngesterFormatBuilder<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.StringList<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.StringMap<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.StringMultiMap<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Text<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Timestamp<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Value<T extends org.apache.avro.specific.SpecificRecordBase>
-
-
Field Summary
-
Fields inherited from class com.wavefront.ingester.AbstractIngesterFormatter
elements, EVENT_LITERAL, SOURCE_DESCRIPTION_LITERAL, SOURCE_TAG_LITERAL
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Spandrive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)static AbstractIngesterFormatter.IngesterFormatBuilder<Span>newBuilder()-
Methods inherited from class com.wavefront.ingester.AbstractIngesterFormatter
drive, getHost, unquote
-
-
-
-
Method Detail
-
newBuilder
public static AbstractIngesterFormatter.IngesterFormatBuilder<Span> newBuilder()
-
-