in geronimo-opentracing-common/src/main/java/org/apache/geronimo/microprofile/opentracing/common/impl/SpanImpl.java [138:148]
public String toString() {
return "SpanImpl{" +
" id=" + context.getSpanId() +
", operationName='" + operationName + '\'' +
", references=" + references +
", tags=" + tags +
", startTimestamp=" + startTimestamp +
", finishTimestamp=" + finishTimestamp +
", logs=" + logs +
'}';
}