Skip to content

Commit 38b5860

Browse files
committed
change type.
1 parent 870ffa4 commit 38b5860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎web/src/main/java/com/navercorp/pinpoint/web/view/TransactionMetaDataViewModel.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ public String getRemoteAddr() {
9696
}
9797

9898
@JsonProperty("spanId")
99-
public long getSpanId() {
100-
return span.getSpanId();
99+
public String getSpanId() {
100+
return Long.toString(span.getSpanId());
101101
}
102102
}
103103
}

0 commit comments

Comments
 (0)