feat: implement Topology on the dashboard (#14)

This commit is contained in:
Fine0830
2022-02-19 23:05:57 +08:00
committed by GitHub
parent 7472d70720
commit f53b422782
81 changed files with 4886 additions and 232 deletions

View File

@@ -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",