mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
remove
This commit is contained in:
parent
a0d9734f91
commit
fd626a9fc8
@ -176,21 +176,7 @@ export const traceStore = defineStore({
|
||||
return res.data;
|
||||
}
|
||||
const data = res.data.data.trace.spans;
|
||||
data[4].attachedEvents = [
|
||||
{
|
||||
startTime: {
|
||||
seconds: 1669102205296,
|
||||
nanos: 1669102205296,
|
||||
},
|
||||
event: "event",
|
||||
endTime: {
|
||||
seconds: 1669102212791,
|
||||
nanos: 1669102212791,
|
||||
},
|
||||
tags: [{ key: "test", value: "test" }],
|
||||
summary: [{ key: "test", value: 123 }],
|
||||
},
|
||||
];
|
||||
|
||||
this.setTraceSpans(data || []);
|
||||
return res.data;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user