public interface SpanCollector
ServerTracer and ClientTracer. We can have implementations that
simply log the collected spans or implementations that persist the spans to a database, submit them to a service,...void collect(Span span)
span - Span, should not be null.void addDefaultAnnotation(String key, String value)
key - Annotation name/key. Should not be empty or null.value - Annotation value. Should not be null.void close()
Copyright © 2014. All Rights Reserved.