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

View File

@@ -23,6 +23,7 @@ const msg = {
infrastructure: "基础结构",
virtualMachine: "虚拟机",
kubernetes: "Kubernetes",
dashboardNew: "新建仪表板",
dashboardHome: "仪表盘首页",
dashboardList: "仪表盘列表",
log: "日志",
@@ -71,8 +72,23 @@ const msg = {
fontSize: "字体大小",
showBackground: "显示背景",
areaOpacity: "透明度",
editGraph: "编辑图表选项",
editGraph: "选项编辑",
dashboardName: "选择仪表板名称",
linkDashboard: "拓扑线关联的仪表板名称",
linkServerMetrics: "拓扑线服务端关联的指标",
linkClientMetrics: "拓扑线客户端关联的指标",
nodeDashboard: "拓节点关联的仪表板名称",
nodeMetrics: "拓扑节点关联的指标",
instanceDashboard: "拓节点关联的实例的仪表板名称",
endpointDashboard: "拓节点端点的实例的仪表板名称",
callSettings: "拓扑线设置",
nodeSettings: "拓扑点设置",
conditions: "条件",
legendSettings: "图例设置",
setLegend: "设置图例",
backgroundColors: "背景颜色",
fontColors: "字体颜色",
iconTheme: "图标主题",
hourTip: "选择小时",
minuteTip: "选择分钟",
secondTip: "选择秒数",
@@ -224,6 +240,7 @@ const msg = {
defaultOrder: "默认顺序",
chartType: "图表类型",
currentDepth: "当前深度",
defaultDepth: "默认深度",
traceTagsTip:
"只有core/default/searchableTracesTags中定义的标记才可搜索。查看配置词汇表页面上的更多详细信息。",
tagsLink: "配置词汇页",