+
-
+
@@ -30,3 +30,19 @@ import SegmentList from "./components/SegmentList.vue";
import SpanTree from "./components/SpanTree.vue";
import ThreadStack from "./components/ThreadStack.vue";
+
diff --git a/src/views/dashboard/related/profile/components/SegmentList.vue b/src/views/dashboard/related/profile/components/SegmentList.vue
index e2573cc7..49a405fe 100644
--- a/src/views/dashboard/related/profile/components/SegmentList.vue
+++ b/src/views/dashboard/related/profile/components/SegmentList.vue
@@ -42,8 +42,8 @@ limitations under the License. -->
{{ i.endpointNames[0] }}
- {{ i.duration }} ms{{ dateFormat(parseInt(i.start)) }}
+ {{ i.duration }} ms
+ {{ dateFormat(parseInt(i.start)) }}
@@ -56,7 +56,6 @@ import { ref } from "vue";
import dayjs from "dayjs";
import { useI18n } from "vue-i18n";
import { useProfileStore } from "@/store/modules/profile";
-import { TaskLog, SegmentSpan } from "@/types/profile";
import { Trace } from "@/types/trace";
import { ElMessage } from "element-plus";
@@ -78,8 +77,8 @@ async function selectTrace(item: Trace) {
diff --git a/src/views/dashboard/related/profile/components/TaskList.vue b/src/views/dashboard/related/profile/components/TaskList.vue
index 52a4e008..ca14705a 100644
--- a/src/views/dashboard/related/profile/components/TaskList.vue
+++ b/src/views/dashboard/related/profile/components/TaskList.vue
@@ -36,7 +36,7 @@ limitations under the License. -->
@@ -51,6 +51,74 @@ limitations under the License. -->