修复JDBC类型的Span无法出统计结果
This commit is contained in:
parent
eab120adaf
commit
10073c4d7a
|
|
@ -92,6 +92,7 @@ public class SpanEntry {
|
|||
public void setBusinessKey(String businessKey) {
|
||||
if (clientSpan != null) {
|
||||
clientSpan.setBusinessKey(businessKey);
|
||||
return;
|
||||
}
|
||||
serverSpan.setBusinessKey(businessKey);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue