-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
完善应用面板展示信息 #10
Comments
挺不错的,但是建议和zk一样,上报和读取逻辑就规划到client项目里面吧。届时在client项目里面规划出一个dashboard-support模块和client模块,分别供dashboard使用和应用使用 |
不过redis场景下如何设计ip维度和应用两个维度的查询方案还需要考虑一下怎么设计。 |
应用状态数据上报不基于应用维度,只有IP 维度,每个应用实例是一个独立的监控单元。应用层面仅是对于应用实例统计、健康检查状态统计这些。所以基于 prefix_ip_ suffix 这种就能隔离。另外你如果有什么更合理的想法,可以回复到下面 |
统计数据也是靠dashboard定时任务去做的对吧,这种情况的话。 |
还有那个启停能力的功能,是指RPC在registry上下线,还是说控制网关啊。 |
其实不需要,应用实例还是注册到 zk 的,所以这里可以通过监听 ZK 来实现 |
这块是应用面板部分,应用启停针对的是应用本身。比如重启应用、下线应用 |
1、查看应用内存状态数据
2、健康检查状态信息
3、Info 信息
4、线程数量信息
5、mappings
6、线程状态
7、loggers
8、Environment
The text was updated successfully, but these errors were encountered: