Uses of Class
wavefront.report.Span
-
Packages that use Span Package Description com.wavefront.data com.wavefront.ingester com.wavefront.predicates wavefront.report -
-
Uses of Span in com.wavefront.data
Methods in com.wavefront.data with parameters of type Span Modifier and Type Method Description static voidValidation. validateSpan(Span span, ValidationConfiguration config) -
Uses of Span in com.wavefront.ingester
Methods in com.wavefront.ingester that return Span Modifier and Type Method Description SpanSpanIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)Methods in com.wavefront.ingester that return types with arguments of type Span Modifier and Type Method Description static AbstractIngesterFormatter.IngesterFormatBuilder<Span>SpanIngesterFormatter. newBuilder()Methods in com.wavefront.ingester with parameters of type Span Modifier and Type Method Description StringSpanSerializer. apply(Span span)Method parameters in com.wavefront.ingester with type arguments of type Span Modifier and Type Method Description voidSpanDecoder. decode(String msg, List<Span> out, String customerId, IngesterContext ctx) -
Uses of Span in com.wavefront.predicates
Methods in com.wavefront.predicates with parameters of type Span Modifier and Type Method Description static StringUtil. expandPlaceholders(String input, Span span)Substitute {{...}} placeholders with corresponding components of a Span {{spanName}} {{sourceName}} are replaced with the span name and source respectively {{anyKey}} is replaced with the value of an annotation with anyKey key -
Uses of Span in wavefront.report
Fields in wavefront.report with type parameters of type Span Modifier and Type Field Description List<Span>Trace. spansDeprecated.Methods in wavefront.report that return Span Modifier and Type Method Description SpanSpan.Builder. build()static SpanSpan. fromByteBuffer(ByteBuffer b)Deserializes a Span from a ByteBuffer.Methods in wavefront.report that return types with arguments of type Span Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Span>Span. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<Span>Span. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Span>Span. getEncoder()Return the BinaryMessageEncoder instance used by this class.List<Span>Trace.Builder. getSpans()Gets the value of the 'spans' field.List<Span>Trace. getSpans()Gets the value of the 'spans' field.Methods in wavefront.report with parameters of type Span Modifier and Type Method Description static Span.BuilderSpan. newBuilder(Span other)Creates a new Span RecordBuilder by copying an existing Span instance.Method parameters in wavefront.report with type arguments of type Span Modifier and Type Method Description Trace.BuilderTrace.Builder. setSpans(List<Span> value)Sets the value of the 'spans' field.voidTrace. setSpans(List<Span> value)Sets the value of the 'spans' field.Constructor parameters in wavefront.report with type arguments of type Span Constructor Description Trace(String traceId, String customer, List<Span> spans)All-args constructor.
-