v1.2.0
Home: hertzbeat.com | tancloud.cn
Hi guys! HertzBeat v1.2.0 is coming. This version supports more powerful metrics collect jsonpath, upgrade springboot version to 2.7.4, support This version supports more powerful metrics collect jsonpath, upgrade springboot version to 2.7.4, support metrics unit convert display, and more. Fixed several bugs and improved the overall stable usability.
Only one docker command is needed to install and experience heartbeat:
docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat
Thanks to the contributors! 👍👍 @Ceilzcx @Privauto @VampireAchao @DreamGirl524 @CharlieXCL @emrys-he @SxLiuYu @tomsun28
We urgently need contributors to test cases, new application monitoring, documentation, etc., and very welcome you to join. Come on! HertzBeat is so easy!
Features. 1. [[home,manager]]
- [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 contributed by @VampireAchao
- [monitor] enable powerful jsonpath parser, add es metrics #295 contributed by @Ceilzcx
- [webapp] update ui theme #296
- Feature change main pom artifactId #300 contributed 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 contributed by @Ceilzcx
- [home]doc:update docker-deploy.md and tdengine-init.md #306 contributed 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 contributed 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 contributed by @Ceilzcx
- [common] optimize common aviator configuration #327
Bugfixes.
- [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 contributed by @CharlieXCL
- [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](https://github.com/dromara/ hertzbeat/pull/299) contributed by @Privauto
- Update docker-deploy.md #304 contributed by @emrys-he
- fix(sec): upgrade snakeyaml to 1.31 #313 contributed 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 https://console.tancloud.cn.
Have Fun!
Upgrade ⚠️
Need Convert application.yml
.
spring.
resources: static-locations.
static-locations.
- classpath:/dist/
- classpath:... /dist/
To
spring.
web.
resources: static-locations.
static-locations.
- classpath:/dist/
- classpath:... /dist/