Skip to content

Commit

Permalink
发布0.9-RELEASE
Browse files Browse the repository at this point in the history
发布0.9-RELEASE
  • Loading branch information
kcq committed Sep 19, 2022
1 parent b1cf717 commit 98a43e9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 22 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,43 +226,28 @@ yarn dev

# ⚙后续规划

* ~~【0.9】发布0.8-RELEASE, 进入0.9开发~~ [2022-06-09]
* ~~【0.9】增加telnet端口连通监控~~ [2022-06-09]
* ~~【0.9】修复飞书消息发送两条的问题~~ [2022-06-17]
* ~~【0.9】增加SqlServer数据监控报警~~ [2022-06-30]
* ~~【0.9】监控列表增加监控调度时间查看~~ [2022-08-04]
* ~~【0.9】优化启动脚本,支持java11, java13~~ [2022-08-04]
* ~~【0.9】告警列表组件新增日志查询~~ [2022-08-13]
* ~~【0.9】数据源及数据名页面数据类型新增icon~~ [2022-08-13]
* prometheus增加/api/v1/query_range查询支持
* 增加本项目内程序日志采集至MySQL并提供查询页面,方便排查问题和监控
* Elasticsearch数据名增加kibana链接配置,在数据查询页面增加kibana地址跳转链接,方便将数据查询切换至kibana
* 短信报警方式实现,默认用阿里云短信实现
* 完成英语国际化
* 增加 [loki](https://github.com/grafana/loki) 数据监控报警
* 数据源列表页面增加数据源图标列,方便区分
* 增加邮箱在线配置页面功能
* 增加企业微信在线配置页面功能
* 将短链接id以16进制格式展示,解决id数字很大的时候较长的问题
* 增加邮箱在线配置页面功能
* pom优化
* 增加消息内容长度配置,超过长度配置部分将被截掉
* 员工换组增加是否迁移监控至新组的选项,如果勾选将该员工创建的监控也转移至新组
* 增加报警组支持
* 增加监控转组功能
* Elasticsearch数据名增加traceid字段配置,可以配置跳转链接。例如: 配置skywalking的链接将跳转到skywalking对应的调用链
* 监控列表增加"执行日志"操作按钮,点击跳转到对应监控执行日志列表页
* 增加时序数据历史数据比较规则
* 监控增加报警消息允许发送时间段设置,非允许发送时间段内消息将只记录不发送,发送状态为FORBID
* 增加企业钉钉发消息默认实现(本地没有环境,需要帮助,欢迎PR,或者提供示例代码,先行谢过)
* 更多报警方式补充(欢迎PR)
* 后端接口增加数据校验并返回合适的提示信息
* 增加 [skywalking](https://github.com/apache/skywalking) `Database Layer` 数据监控报警支持
* 监控列表增加一个开关选项,只显示我的监控
* 监控调度配置后显示预计调度时间
* Elasticsearch数据名配置时自动提示索引名称
* 引入对象迭代器,迭代器代表从数据源中得到一个List数据列表,或者自定义输入;用于动态生成监控查询语句,例如: Level: ERROR AND Project: ${ITEM_VALUE};达到数据遍历监控的效果;
* 国际化
* 发布1.0-RELEASE
* 3-sigma离群点检测报警规则
* 加入时序数据异常检测算法规则(需要实验可行性 [基于时间序列的异常检测](https://blog.rexking6.top/2018/11/05/%E5%9F%BA%E4%BA%8E%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E7%9A%84%E5%BC%82%E5%B8%B8%E6%A3%80%E6%B5%8B/))
Expand All @@ -282,7 +267,7 @@ yarn dev
# 👷 Contributors

[@menong-chen](https://github.com/menong-chen) [@fox2zz](https://github.com/fox2zz) [@xyzj91](https://github.com/xyzj91)
[@wxmclub](https://github.com/wxmclub) [@Aping](https://github.com/wuaping)
[@wxmclub](https://github.com/wxmclub) [@Aping](https://github.com/wuaping) [@limbo](https://github.com/limboinf)

[![GitHub Contributors](https://contrib.rocks/image?repo=AutohomeCorp/frostmourne)](https://github.com/AutohomeCorp/frostmourne/graphs/contributors)

Expand Down
9 changes: 8 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.9-SNAPSHOT
# 0.9-RELEASE

### Feature

Expand All @@ -9,6 +9,9 @@
* 【0.9】优化启动脚本,支持java11, java13 [2022-08-04]
* 【0.9】告警列表组件新增日志查询 [2022-08-13]
* 【0.9】数据源及数据名页面数据类型新增icon [2022-08-13]
* 【0.9】后端接口增加部分数据校验并返回合适的提示信息 [2022-08-17]
* 【0.9】启动增加时区参数TZ配置 [2022-08-19]
* 【0.9】敏感信息加密处理 [2022-09-19]

### BugFix

Expand All @@ -18,6 +21,10 @@

* 【0.9】增加telnet端口监控使用指南 [telnet.md](./doc/wiki/telnet.md) [2022-06-09]

### Thanks

0.9-RELEASE大部分功能由 [@limbo](https://github.com/limboinf) 贡献,感谢!

# 0.8-RELEASE

### Feature
Expand Down
2 changes: 1 addition & 1 deletion frostmourne-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>frostmourne</artifactId>
<groupId>com.autohome</groupId>
<version>0.9-SNAPSHOT</version>
<version>0.9-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>frostmourne-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frostmourne-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.autohome</groupId>
<artifactId>frostmourne</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9-RELEASE</version>
</parent>
<artifactId>frostmourne-monitor</artifactId>
<name>frostmourne-monitor</name>
Expand Down
2 changes: 1 addition & 1 deletion frostmourne-vue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>frostmourne</artifactId>
<groupId>com.autohome</groupId>
<version>0.9-SNAPSHOT</version>
<version>0.9-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>frostmourne-vue</artifactId>
Expand Down
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.autohome</groupId>
<artifactId>frostmourne</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9-RELEASE</version>
<packaging>pom</packaging>
<name>frostmourne</name>
<description>frostmourne for Spring Boot</description>
Expand Down Expand Up @@ -82,9 +82,11 @@

<!-- 公共依赖 -->
<dependencies>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -98,7 +100,7 @@
</build>

<repositories>
<repository>
<!--<repository>
<id>spring</id>
<url>https://maven.aliyun.com/repository/spring</url>
<releases>
Expand All @@ -107,6 +109,11 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>-->
<repository>
<id>central-repos</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>central</id>
Expand Down

0 comments on commit 98a43e9

Please sign in to comment.