mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update
This commit is contained in:
parent
84ebe7492b
commit
9b69c270fa
@ -208,17 +208,6 @@ limitations under the License. -->
|
||||
}
|
||||
});
|
||||
[...fixSpans, ...props.data].forEach((i) => {
|
||||
if (i.refs.length) {
|
||||
const item = i.refs.find((d) => d.traceId === i.traceId);
|
||||
if (item) {
|
||||
i = {
|
||||
...i,
|
||||
...item,
|
||||
segmentId: item.parentSegmentId,
|
||||
spanId: -2,
|
||||
};
|
||||
}
|
||||
}
|
||||
i.label = i.endpointName || "no operation name";
|
||||
i.children = [];
|
||||
if (!segmentGroup[i.segmentId]) {
|
||||
|
Loading…
Reference in New Issue
Block a user