Skip to content

Commit

Permalink
modify menu add service analyzer (#2782) (#2801)
Browse files Browse the repository at this point in the history
Co-authored-by: panjiayao <44628544+Counterflowwind@users.noreply.github.com>
  • Loading branch information
erda-bot and Counterflowwind authored Nov 2, 2021
1 parent 281910e commit 21f79af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .erda/migrations/msp/20211102-menu.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE `tb_tmc_ini` SET `ini_value` = '[{"key":"EnvironmentalOverview","cnName":"环境总览","enName":"MicroService","children":[{"key":"Overview","cnName":"全局拓扑","enName":"Overview","exists":true,"mustExists":true},{"key":"ServiceList","cnName":"服务列表","enName":"ServiceList","exists":true,"mustExists":true}],"exists":true,"mustExists":true},{"key":"AppMonitor","cnName":"应用监控","enName":"AppMonitor","children":[{"key":"ServiceAnalysis","cnName":"服务分析","enName":"ServiceAnalysis","onlyNotK8S":false,"onlyK8S":true,"exists":true},{"key":"Tracing","cnName":"链路追踪","enName":"Tracing","exists":true,"mustExists":true},{"key":"ErrorInsight","cnName":"错误分析","enName":"ErrorInsight","exists":true,"mustExists":true},{"key":"FrontMonitor","cnName":"前端监控","enName":"FrontMonitor","onlyK8S":true,"onlyNotK8S":false,"exists":false},{"key":"ActiveMonitor","cnName":"主动监控","enName":"ActiveMonitor","onlyK8S":true,"onlyNotK8S":false,"exists":false}],"exists":true,"mustExists":true},{"key":"QueryAnalysis","cnName":"查询分析","enName":"QueryAnalysis","exists":true,"children":[{"cnName":"仪表盘","enName":"Dashboard","key":"Dashboard","exists":true},{"cnName":"快速查询","enName":"QuickQuery","key":"QuickQuery","exists":false}]},{"key":"LogAnalyze","cnName":"日志分析","enName":"LogAnalyze","exists":true,"children":[{"key":"LogAnalyzeIntro","cnName":"使用引导","enName":"LogAnalyzeIntro","href":"logAnalyzeIntro","exists":true},{"cnName":"日志查询","enName":"LogQuery","key":"LogQuery","exists":false},{"cnName":"分析规则","enName":"AnalyzeRule","key":"AnalyzeRule","exists":false}]},{"key":"APIGateway","cnName":"API网关","enName":"APIGateway","children":[{"key":"GatewayIntro","cnName":"使用引导","enName":"GatewayIntro","href":"apiGatewayIntro","exists":true},{"key":"Endpoints","cnName":"流量入口管理","enName":"Endpoints","exists":false,"onlyK8S":true},{"key":"APIs","cnName":"微服务API管理","enName":"APIs","exists":false},{"key":"ConsumerACL","cnName":"调用方管理","enName":"ConsumerACL","exists":false,"onlyK8S":true},{"key":"OldPolicies","cnName":"API策略","enName":"Policies","exists":false,"onlyNotK8S":true},{"key":"OldConsumerACL","cnName":"调用者授权","enName":"ConsumerACL","exists":false,"onlyNotK8S":true}],"exists":true,"mustExists":true},{"key":"RegisterCenter","cnName":"注册中心","enName":"RegisterCenter","children":[{"key":"RegisterIntro","cnName":"使用引导","enName":"RegisterIntro","href":"registerCenterIntro","exists":true},{"key":"Services","cnName":"服务注册列表","enName":"Services","exists":false}],"exists":true,"mustExists":true},{"key":"ConfigCenter","cnName":"配置中心","enName":"ConfigCenter","children":[{"key":"ConfigIntro","cnName":"使用引导","href":"configCenterIntro","enName":"ConfigIntro","exists":true},{"key":"Configs","cnName":"配置管理","enName":"Configs","exists":false}],"exists":true,"mustExists":true},{"key":"AlarmManagement","cnName":"告警管理","enName":"AlarmManagement","children":[{"key":"AlertStrategy","cnName":"告警策略","enName":"AlertStrategy","exists":true,"mustExists":true},{"key":"AlarmHistory","cnName":"告警历史","enName":"AlarmHistory","exists":true,"mustExists":true},{"key":"RuleManagement","cnName":"规则管理","enName":"RuleManagement","exists":true,"mustExists":true},{"key":"NotifyGroupManagement","cnName":"通知组管理","enName":"NotifyGroupManagement","exists":true,"mustExists":true}],"exists":true,"mustExists":true},{"key":"EnvironmentSet","cnName":"环境设置","enName":"EnvironmentSet","children":[{"key":"AccessConfig","cnName":"接入配置","enName":"AccessConfig","onlyK8S":true,"onlyNotK8S":true,"exists":true},{"key":"MemberManagement","cnName":"成员管理","enName":"MemberManagement","onlyK8S":true,"onlyNotK8S":true,"exists":true},{"key":"ComponentInfo","cnName":"组件信息","enName":"ComponentInfo","onlyK8S":true,"onlyNotK8S":false,"exists":false}],"exists":true,"mustExists":true}]' WHERE `ini_name` = 'MS_MENU';

0 comments on commit 21f79af

Please sign in to comment.