Skip to content

v1.4.3

Compare
Choose a tag to compare
@tomsun28 tomsun28 released this 07 Dec 05:22
· 1613 commits to master since this release
2863f92

Download Link

hertzbeat server

hertzbeat collector

Good News

HertzBeat has been included in the
CNCF Observability And Analysis - Monitoring Landscape.

image

v1.4.3

Home: hertzbeat.com | tancloud.cn

Hi guys! HertzBeat's 1.4.3 version has published!

  • enhanced reporting of external general alert API
  • support mysql api port website mongodb jvm redis monitoring metrics name i18n
  • support auto collect metrics by prometheus task
  • support victoriametrics as metrics data storage
  • support monitoring spring gateway metrics
  • add more windows monitoring metrics
  • add e2e testing module, support by api-testing
  • more feature, document and bugfix

Compatible with the Prometheus ecosystem, now we can monitoring what Prometheus can monitoring with few clicks on gui.
image

image

Let's Try Now!

  1. Just one command to get started:

docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat tancloud/hertzbeat

or use quay.io (if dockerhub network connect timeout)

docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat quay.io/tancloud/hertzbeat

  1. Access http://localhost:1157 to start, default account: admin/hertzbeat

  2. Deploy collector clusters

docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MANAGER_PORT=1158 --name hertzbeat-collector tancloud/hertzbeat-collector
  • -e IDENTITY=custom-collector-name : set the collector unique identity name.
  • -e MANAGER_HOST=127.0.0.1 : set the main hertzbeat server ip.
  • -e MANAGER_PORT=1158 : set the main hertzbeat server port, default 1158.

Detailed config refer to Install HertzBeat via Docker


Thanks to the contributors! 👍👍

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3