feat: Implement Trace page (#500)

This commit is contained in:
Fine0830
2025-09-29 17:36:31 +08:00
committed by GitHub
parent dd90ab5ea7
commit a834cdb2eb
19 changed files with 386 additions and 79 deletions

View File

@@ -412,5 +412,6 @@ const msg = {
totalSpans: "Total Spans",
spanName: "Span name",
parentId: "Parent ID",
shareTrace: "Share This Trace",
};
export default msg;

View File

@@ -412,5 +412,6 @@ const msg = {
totalSpans: "Total Lapso",
spanName: "Nombre de Lapso",
parentId: "ID Padre",
shareTrace: "Compartir Traza",
};
export default msg;

View File

@@ -410,5 +410,6 @@ const msg = {
totalSpans: "总跨度",
spanName: "跨度名称",
parentId: "父ID",
shareTrace: "分享Trace",
};
export default msg;