feat: adapt new trace protocol and implement new trace view (#499)

This commit is contained in:
Fine0830
2025-09-28 19:01:23 +08:00
committed by GitHub
parent 730515e304
commit dd90ab5ea7
52 changed files with 2889 additions and 937 deletions

View File

@@ -31,7 +31,7 @@ const msg = {
profiles: "Profiles",
database: "Database",
mySQL: "MySQL/MariaDB",
serviceName: "Service Name",
serviceName: "Service name",
technologies: "Technologies",
health: "Health",
groupName: "Group Name",
@@ -406,5 +406,11 @@ const msg = {
minutes: "Minutes",
invalidProfilingDurationRange: "Please enter a valid duration between 1 and 900 seconds",
taskCreatedSuccessfully: "Task created successfully",
runQuery: "Run Query",
spansTable: "Spans Table",
download: "Download",
totalSpans: "Total Spans",
spanName: "Span name",
parentId: "Parent ID",
};
export default msg;

View File

@@ -406,5 +406,11 @@ const msg = {
minutes: "Minutos",
invalidProfilingDurationRange: "Por favor ingrese una duración válida entre 1 y 900 segundos",
taskCreatedSuccessfully: "Tarea creada exitosamente",
runQuery: "Ejecutar Consulta",
spansTable: "Tabla de Lapso",
download: "Descargar",
totalSpans: "Total Lapso",
spanName: "Nombre de Lapso",
parentId: "ID Padre",
};
export default msg;

View File

@@ -404,5 +404,11 @@ const msg = {
minutes: "分钟",
invalidProfilingDurationRange: "请输入1到900秒之间的有效时长",
taskCreatedSuccessfully: "任务创建成功",
runQuery: "运行查询",
spansTable: "Spans表格",
download: "下载",
totalSpans: "总跨度",
spanName: "跨度名称",
parentId: "父ID",
};
export default msg;