Releases: sofastack/sofa-lookout
Releases · sofastack/sofa-lookout
v1.6.1
v1.6.1 (#81)
* v1.6.1
* openjdk for CI
v1.6.0
- 服务器端代码正式发布(Add metrics server-side code);
v1.5.4
- TopUtil的并发bugfix #53
- 客户端支持动态过滤metrics的配置 #55
1.5.3
- Fix #50 , add linux memory metrics in the lookout-ext-os module ;
os.memory.stats.buffers.bytes
os.memory.stats.cached.bytes
os.memory.stats.free.bytes
os.memory.stats.total.bytes
- refactor the lookoutAutoConfiguration class, get extended beans from the beanFactory;
1.5.2
- #43 prometheus export 数据支持携带 app tag;
- fix lookout bucket npe bug;
1.5.1
- DistributionSummary 和 Timer 新增对 bucket 的支持
- 完善文档
v1.5.0
- 启用 linux os metrics 的上报
- 除了现有的主动 Push 模式,支持 http 拉取采集能力,支持认证(默认关闭);
- 主动上报设计重构,充分优化连接资源;
- 新增 MetricConfigCustomizer 定制扩展,方便定制 MetricConfig ( or LookoutConfig);
- 新增 agent( gateway) vip 的设置支持多个地址;
- 日志打印信息优化;
- TopGauge 防止 NoopId,及其他问题;
v1.4.3
- 支持与 spring actuator 集成适配(不通过 dropwizard 桥接的方式);
- 支持上报 jvm codecache 内存部分metrics;
v1.4.2
- 版本说明
- 兼容性说明
- 新增内容
- 支持以 Lookout 的 registry 作为 spring boot actuator metrics 的实现;
- 优化内容
- 向 lookout server 汇报时加上保留的类型 Type;
-
问题修复
-
删除内容