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;