mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: adapt new trace protocol and implement new trace view (#499)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user