v1.2.0
官网: hertzbeat.com | tancloud.cn
大家好,开源实时监控系统 HertzBeat v1.2.0 发布啦!这个版本支持了更强大的jsonpath去采集自定义监控指标,将springboot版本升级到2.7,支持指标单位的提取转换展示等。修复了若干bug,提升整体稳定性。
只需要一条docker命令即可安装体验heartbeat :
docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat
感谢hertzbeat贡献者们的贡献!👍👍 @Ceilzcx @Privauto @VampireAchao @DreamGirl524 @CharlieXCL @emrys-he @SxLiuYu @tomsun28
我们急需对测试用例,新增应用监控,文档等各方面的贡献者,非常欢迎您的加入。快来吧,HertzBeat上手非常简单!
Feature:
- [[home,manager]add practice learn doc and hertzbeat monitor yml #284]
- [[webapp] auto redirect url when detect browser language #289] contribute by @DreamGirl524
- [[home] update logo icon cdn url with fault tolerance #293] contribute by @VampireAchao
- [[monitor] enable powerful jsonpath parser, add es metrics #295] contribute by @Ceilzcx
- [[webapp] update ui theme #296]
- [Feature change main pom artifactId #300] contribute by @Privauto
- [[home,webapp] add users logo and update hertzbeat brand #302]
- [[monitor] alerter notify test throw msg to front, optional spring.email config #305] contribute by @Ceilzcx
- [[home]doc:update docker-deploy.md and tdengine-init.md #306] contribute by @Privauto
- [[hertzbeat] refactor common collect metrics data and alert data queue #320]
- [[hertzbeat] upgrade springboot version 2.4.13 to 2.7.4 #316] contribute by @Privauto
- [[web-app] optimize the monitor detect feedback method #322]
- [[github,webapp] add webapp ci action, fix eslint warning and upgrade codeql #323]
- [[hertzbeat] add more unit test and test example #324]
- [support metrics unit extract, convert and display #326] contribute by @Ceilzcx
- [[common] optimize common aviator configuration #327]
Bugfix.
- [[webapp,home] fix middle category icon and update home doc #283]
- [[web-app] fix redirect when monitors app is null #286]
- [[alerter] bugfix aviator expression match npe #297]
- [[doc] fix project name error #294] contribute by @CharlieXCL
- [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299] contribute by @Privauto
- [Update docker-deploy.md #304] contribute by @emrys-he
- [fix(sec): upgrade snakeyaml to 1.31 #313] contribute by @SxLiuYu
- [[script] add startup log and optimize port service judgment #321]
- [[web-app] fix echarts y-axis value tip overflow #325]
- [[webapp] fix interceptor http resp common error-msg when error #329]
Online console.tancloud.cn.
Have Fun!
升级注意⚠️
需要将配置文件内容 application.yml
spring:
resources:
static-locations:
- classpath:/dist/
- classpath:../dist/
复制代码
变更为
spring:
web:
resources:
static-locations:
- classpath:/dist/
- classpath:../dist/
复制代码
🎡 介绍
[HertzBeat赫兹跳动] 是一个拥有强大自定义监控能力,无需Agent的实时监控系统。网站监测,PING连通性,端口可用性,数据库,操作系统,中间件,API监控,阈值告警,告警通知(邮件微信钉钉飞书)。
我们也提供了对应的 [SAAS版本监控云],中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登录即可免费开始]。
HertzBeat 支持[自定义监控] ,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
HertzBeat 模块化,manager, collector, warehouse, alerter
各个模块解耦合,方便理解与定制开发。
HertzBeat 支持更自由化的告警配置(计算表达式),支持告警通知,告警模版,邮件钉钉微信飞书, webhook等及时通知送达
欢迎登录 HertzBeat 的 [云环境TanCloud] 试用发现更多。
我们正在快速迭代中,欢迎参与加入一起共建项目开源生态。
HertzBeat
的多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
仓库地址
Gitee gitee.com/dromara/her…
Github github.com/dromara/her…
看到这里不妨 Star 支持下哦,灰常感谢!