mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: implement Topology on the dashboard (#14)
This commit is contained in:
@@ -73,8 +73,23 @@ const msg = {
|
||||
fontSize: "Font Size",
|
||||
showBackground: "Show Background",
|
||||
areaOpacity: "Area Opacity",
|
||||
editGraph: "Edit Graph Options",
|
||||
editGraph: "Edit Options",
|
||||
dashboardName: "Select Dashboard Name",
|
||||
linkDashboard: "Dashboard name related with topology calls",
|
||||
linkServerMetrics: "Server metrics related with topology calls",
|
||||
linkClientMetrics: "Client metrics related with topology calls",
|
||||
nodeDashboard: "Dashboard name related with topology nodes",
|
||||
nodeMetrics: "Metrics related with topology nodes",
|
||||
instanceDashboard: "Dashboard name related with service instances",
|
||||
endpointDashboard: "Dashboard name related with endpoints",
|
||||
callSettings: "Call settings",
|
||||
nodeSettings: "Node Settings",
|
||||
conditions: "Conditions",
|
||||
legendSettings: "Legend Settings",
|
||||
setLegend: "Set Legend",
|
||||
backgroundColors: "Background Colors",
|
||||
fontColors: "Font Colors",
|
||||
iconTheme: "Icon Theme",
|
||||
hourTip: "Select Hour",
|
||||
minuteTip: "Select Minute",
|
||||
secondTip: "Select Second",
|
||||
@@ -224,6 +239,7 @@ const msg = {
|
||||
defaultOrder: "Default Order",
|
||||
chartType: "Chart Type",
|
||||
currentDepth: "Current Depth",
|
||||
defaultDepth: "Default Depth",
|
||||
traceTagsTip: `Only tags defined in the core/default/searchableTracesTags are searchable.
|
||||
Check more details on the Configuration Vocabulary page`,
|
||||
tagsLink: "Configuration Vocabulary page",
|
||||
|
Reference in New Issue
Block a user