GuoLei Song

Results 95 comments of GuoLei Song

I finished the initial coding and testing, here are my design ideas and some sample data, I hope to submit it to the community and then discuss it together! 1....

> 代码什么时候出,在线等,急!!!至少也出个POM,项目工程结构。只有一张藏宝图。标识部分看不懂 案例demo已经在review中了,计划本周提交上来

数据上报 reporter 的方式目前希望是报给 redis,当然可以扩展到 ES / DB 或者 内存。客户端提供以 SPI 的方式扩展上报机制

> mysql-store 这个 mysql store 的作用的是什么

> store就是一个扩展存储实现 这个应该不用吧,出于什么考虑呢?可以给个具体的场景描述

> 这个特性的demo现在完成了,涉及到3个项目: > > https://github.com/chpengzh/sofa-dashboard/tree/optimize-application (branch optimize-application) > https://github.com/chpengzh/sofa-dashboard-client-demo > https://github.com/chpengzh/sofa-dashboard-client (branch master) > > * 本地需要启动redis服务,端口 6379 > * client未上报时,dashboard数据为空,这个时候前端还未处理判空异常 > * redis现在还未处理数据超时配置 嗯,跑了一下,功能是OK 的,我这边尽快吧 UI 那块搞定,这部分等 UI 弄好之后再合,应用面板展示有比较大的改动

@lai53050960 见这里,对于 maven module 做过变更: https://github.com/sofastack/sofa-dashboard-client/issues/16

> 之前在 sofa meet up 的时候, 看你们展示的有thread dump 的功能,这是还没有加到 master 分支吗? 现在点 应用详细列表中的 metric/traces/detail 都不能生效 目前代码还没有合入到 master;主要是考虑是 metrics 这边对接内部开源的 Lookout Server 之后再将这部分能力提供出去,这样比较完善。

I don't think implementing Spring Boot's implementation approach is a good idea; 1、Most components are integrated into Spring Boot, and autoconfiguration is a feature of Spring Boot. Therefore, component integration...