This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
The following commit(s) were added to refs/heads/main by this push:
new 89cfa4e [docs] update startup and version (#18)
89cfa4e is described below
commit 89cfa4ee219a99619f64a201d7abfa5f071417d0
Author: Tomsun28 <[email protected]>
AuthorDate: Mon Nov 17 08:37:22 2025 +0800
[docs] update startup and version (#18)
---
.asf.yaml | 14 +++++++-------
README.md | 20 ++++++++++----------
charts/hertzbeat/Chart.yaml | 6 +++---
charts/hertzbeat/README.md | 20 ++++++++++----------
charts/hertzbeat/templates/collector/configmap.yaml | 2 +-
charts/hertzbeat/templates/manager/configmap.yaml | 10 +---------
docs/README.md | 20 ++++++++++----------
7 files changed, 42 insertions(+), 50 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 34eece7..6bbe1bc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,11 +16,15 @@
#
github:
- description: Real-time observability system with agentless, performance
cluster, prometheus-compatible, custom monitoring and status page building
capabilities.
- homepage: https://charts.hertzbeat.apache.org/
+ description: An AI-powered next-generation open source real-time
observability system.
+ homepage: https://hertzbeat.apache.org/
labels:
- - monitoring
+ - ai
+ - agent
+ - llm
+ - logs
- monitor
+ - monitoring
- notifications
- alerting
- self-hosted
@@ -30,15 +34,11 @@ github:
- metrics
- observability
- uptime
- - uptime-monitoring
- status
- status-page
- - devops
- server
- linux
- database
- - mysql
- - cloud
enabled_merge_buttons:
squash: true
merge: false
diff --git a/README.md b/README.md
index ffac5c1..7b79620 100644
--- a/README.md
+++ b/README.md
@@ -7,20 +7,20 @@
## What is Apache HertzBeat?
-[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use,
open source, real-time observability system with agentless, high performance
cluster, prometheus-compatible, offers powerful custom monitoring and status
page building capabilities.
+[Apache HertzBeat™](https://github.com/apache/hertzbeat) is an AI-powered
next-generation open source real-time observability system. Unified metrics and
logs collection, centralized alerting distribution, intelligent management and
analysis. No Agent required, high performance cluster, provides powerful custom
monitoring and status page building capabilities.
### Features
-* Combines **monitoring, alarm, and notification** features into one platform,
and supports monitoring for web service, program, database, cache, os,
webserver, middleware, bigdata, cloud-native, network, custom and more.
-* Easy to use and agentless, web-based and with one-click monitoring and
alerting, zero learning curve.
-* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`
configurable, allowing you to collect any metrics by simply configuring the
template `YML` file online. Imagine being able to quickly adapt to a new
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
-* Compatible with the `Prometheus` ecosystem and more, can monitoring what
`Prometheus` can monitoring with few clicks on webui.
-* High performance, supports horizontal expansion of multi-collector clusters,
multi-isolated network monitoring and cloud-edge collaboration.
-* Provides flexible alarm threshold rules and timely notifications delivered
via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu`
`Webhook` `SMS` `ServerChan`.
-* Provides powerful status page building capabilities, easily communicate the
real-time status of your service to users.
+- Integrates **collection + analysis + alerting + notification** into one
platform, with new AI-powered interactions and features under HertzBeat AI, and
built-in MCP Server capabilities.
+- Unified metrics platform, agentless, Prometheus-compatible, supports
application services, programs, databases, caches, operating systems, big data,
middleware, web servers, cloud-native, networks, custom monitoring and more.
+- Unified logging platform, seamlessly integrates multiple log sources through
OTLP protocol for reporting.
+- Unified alerting platform, integrates internal alerts with various external
alert sources, unified alert processing and analysis, flexible real-time and
periodic threshold rules, grouping convergence, silence, suppression, etc.
+- Unified message distribution, alerts processed by the alerting platform are
distributed via `Email` `Discord` `Slack` `Telegram` `DingTalk` `WeChat`
`FeiShu` `SMS` `Webhook` `ServerChan` and other methods.
+- Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`
configurable, allowing you to collect any metrics by simply configuring the
template `YML` file online. Imagine being able to quickly adapt to a new
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
+- High performance, supports horizontal expansion of multi-collector clusters,
multi-isolated network monitoring and cloud-edge collaboration.
+- Provides powerful status page building capabilities, easily communicate the
real-time status of your service to users.
-
-> HertzBeat's powerful customization, multi-type support, high performance,
easy expansion, and low coupling, aims to help developers and teams quickly
build their own monitoring system.
+> HertzBeat's unified platform, AI intelligence, powerful customization,
multi-type support, high performance, and easy expansion, aims to help users
quickly and conveniently achieve observability requirements.
## Helm Chart for HertzBeat
diff --git a/charts/hertzbeat/Chart.yaml b/charts/hertzbeat/Chart.yaml
index bb952c0..012dfc7 100644
--- a/charts/hertzbeat/Chart.yaml
+++ b/charts/hertzbeat/Chart.yaml
@@ -17,7 +17,7 @@
apiVersion: v2
name: hertzbeat
-description: An open-source, real-time monitoring system with custom
monitoring, high performance cluster and agentless capabilities.
+description: An AI-powered next-generation open source real-time observability
system.
type: application
home: https://hertzbeat.apache.org/
sources:
@@ -29,9 +29,9 @@ icon:
https://raw.githubusercontent.com/apache/hertzbeat/master/home/static/img/
# This is the chart version. This version number should be incremented each
time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 1.7.3
+version: 1.8.0
# This is the version number of the application being deployed. This version
number should be
# incremented each time you make changes to the application. Versions are not
expected to
# follow Semantic Versioning. They should reflect the version the application
is using.
# It is recommended to use it with quotes.
-appVersion: "1.7.3"
+appVersion: "1.8.0"
diff --git a/charts/hertzbeat/README.md b/charts/hertzbeat/README.md
index 0fda51f..94ea620 100644
--- a/charts/hertzbeat/README.md
+++ b/charts/hertzbeat/README.md
@@ -7,20 +7,20 @@
## What is Apache HertzBeat?
-[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use,
open source, real-time observability system with agentless, high performance
cluster, prometheus-compatible, offers powerful custom monitoring and status
page building capabilities.
+[Apache HertzBeat™](https://github.com/apache/hertzbeat) is an AI-powered
next-generation open source real-time observability system. Unified metrics and
logs collection, centralized alerting distribution, intelligent management and
analysis. No Agent required, high performance cluster, provides powerful custom
monitoring and status page building capabilities.
### Features
-* Combines **monitoring, alarm, and notification** features into one platform,
and supports monitoring for web service, program, database, cache, os,
webserver, middleware, bigdata, cloud-native, network, custom and more.
-* Easy to use and agentless, web-based and with one-click monitoring and
alerting, zero learning curve.
-* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`
configurable, allowing you to collect any metrics by simply configuring the
template `YML` file online. Imagine being able to quickly adapt to a new
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
-* Compatible with the `Prometheus` ecosystem and more, can monitoring what
`Prometheus` can monitoring with few clicks on webui.
-* High performance, supports horizontal expansion of multi-collector clusters,
multi-isolated network monitoring and cloud-edge collaboration.
-* Provides flexible alarm threshold rules and timely notifications delivered
via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu`
`Webhook` `SMS` `ServerChan`.
-* Provides powerful status page building capabilities, easily communicate the
real-time status of your service to users.
+- Integrates **collection + analysis + alerting + notification** into one
platform, with new AI-powered interactions and features under HertzBeat AI, and
built-in MCP Server capabilities.
+- Unified metrics platform, agentless, Prometheus-compatible, supports
application services, programs, databases, caches, operating systems, big data,
middleware, web servers, cloud-native, networks, custom monitoring and more.
+- Unified logging platform, seamlessly integrates multiple log sources through
OTLP protocol for reporting.
+- Unified alerting platform, integrates internal alerts with various external
alert sources, unified alert processing and analysis, flexible real-time and
periodic threshold rules, grouping convergence, silence, suppression, etc.
+- Unified message distribution, alerts processed by the alerting platform are
distributed via `Email` `Discord` `Slack` `Telegram` `DingTalk` `WeChat`
`FeiShu` `SMS` `Webhook` `ServerChan` and other methods.
+- Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`
configurable, allowing you to collect any metrics by simply configuring the
template `YML` file online. Imagine being able to quickly adapt to a new
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
+- High performance, supports horizontal expansion of multi-collector clusters,
multi-isolated network monitoring and cloud-edge collaboration.
+- Provides powerful status page building capabilities, easily communicate the
real-time status of your service to users.
-
-> HertzBeat's powerful customization, multi-type support, high performance,
easy expansion, and low coupling, aims to help developers and teams quickly
build their own monitoring system.
+> HertzBeat's unified platform, AI intelligence, powerful customization,
multi-type support, high performance, and easy expansion, aims to help users
quickly and conveniently achieve observability requirements.
## Helm Chart for HertzBeat
diff --git a/charts/hertzbeat/templates/collector/configmap.yaml
b/charts/hertzbeat/templates/collector/configmap.yaml
index c8cb410..59a788b 100644
--- a/charts/hertzbeat/templates/collector/configmap.yaml
+++ b/charts/hertzbeat/templates/collector/configmap.yaml
@@ -47,7 +47,7 @@ data:
collector:
info:
- version: ${COLLECTOR_VERSION:1.7.3}
+ version: ${COLLECTOR_VERSION:1.8.0}
ip: ${COLLECTOR_IP:}
dispatch:
entrance:
diff --git a/charts/hertzbeat/templates/manager/configmap.yaml
b/charts/hertzbeat/templates/manager/configmap.yaml
index b10c588..9e696f7 100644
--- a/charts/hertzbeat/templates/manager/configmap.yaml
+++ b/charts/hertzbeat/templates/manager/configmap.yaml
@@ -65,15 +65,7 @@ data:
tool: true
resource: true
prompt: true
- completion: true
- chat:
- client:
- enabled: false
- openai:
- api-key: OPENAI_API_KEY
- chat:
- options:
- model: gpt-4.1-nano-2025-04-14
+ completion: true
management:
health:
diff --git a/docs/README.md b/docs/README.md
index ae4f2e1..1e6ee2e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -7,20 +7,20 @@
## What is Apache HertzBeat?
-[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use,
open source, real-time observability system with agentless, high performance
cluster, prometheus-compatible, offers powerful custom monitoring and status
page building capabilities.
+[Apache HertzBeat™](https://github.com/apache/hertzbeat) is an AI-powered
next-generation open source real-time observability system. Unified metrics and
logs collection, centralized alerting distribution, intelligent management and
analysis. No Agent required, high performance cluster, provides powerful custom
monitoring and status page building capabilities.
### Features
-* Combines **monitoring, alarm, and notification** features into one platform,
and supports monitoring for web service, program, database, cache, os,
webserver, middleware, bigdata, cloud-native, network, custom and more.
-* Easy to use and agentless, web-based and with one-click monitoring and
alerting, zero learning curve.
-* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`
configurable, allowing you to collect any metrics by simply configuring the
template `YML` file online. Imagine being able to quickly adapt to a new
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
-* Compatible with the `Prometheus` ecosystem and more, can monitoring what
`Prometheus` can monitoring with few clicks on webui.
-* High performance, supports horizontal expansion of multi-collector clusters,
multi-isolated network monitoring and cloud-edge collaboration.
-* Provides flexible alarm threshold rules and timely notifications delivered
via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu`
`Webhook` `SMS` `ServerChan`.
-* Provides powerful status page building capabilities, easily communicate the
real-time status of your service to users.
+- Integrates **collection + analysis + alerting + notification** into one
platform, with new AI-powered interactions and features under HertzBeat AI, and
built-in MCP Server capabilities.
+- Unified metrics platform, agentless, Prometheus-compatible, supports
application services, programs, databases, caches, operating systems, big data,
middleware, web servers, cloud-native, networks, custom monitoring and more.
+- Unified logging platform, seamlessly integrates multiple log sources through
OTLP protocol for reporting.
+- Unified alerting platform, integrates internal alerts with various external
alert sources, unified alert processing and analysis, flexible real-time and
periodic threshold rules, grouping convergence, silence, suppression, etc.
+- Unified message distribution, alerts processed by the alerting platform are
distributed via `Email` `Discord` `Slack` `Telegram` `DingTalk` `WeChat`
`FeiShu` `SMS` `Webhook` `ServerChan` and other methods.
+- Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`
configurable, allowing you to collect any metrics by simply configuring the
template `YML` file online. Imagine being able to quickly adapt to a new
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
+- High performance, supports horizontal expansion of multi-collector clusters,
multi-isolated network monitoring and cloud-edge collaboration.
+- Provides powerful status page building capabilities, easily communicate the
real-time status of your service to users.
-
-> HertzBeat's powerful customization, multi-type support, high performance,
easy expansion, and low coupling, aims to help developers and teams quickly
build their own monitoring system.
+> HertzBeat's unified platform, AI intelligence, powerful customization,
multi-type support, high performance, and easy expansion, aims to help users
quickly and conveniently achieve observability requirements.
## Helm Chart for HertzBeat
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]