This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch helm-chart in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit d5b07405879fd90a5ff4b2db328b120e03a9b740 Author: tomsun28 <[email protected]> AuthorDate: Tue Nov 28 16:26:02 2023 +0800 alarm threshold support prometheus task metrics (#1354) Signed-off-by: tomsun28 <[email protected]> --- hertzbeat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hertzbeat/README.md b/hertzbeat/README.md index 0f8efc5..475fa21 100644 --- a/hertzbeat/README.md +++ b/hertzbeat/README.md @@ -13,7 +13,7 @@ * 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, offering full web-based operations for monitoring and alerting with just a few clicks, all at zero learning cost. -* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc` 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. +* 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 flexible alarm threshold rules and timely notifications delivered via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` `Webhook` `SMS` `ServerChan`. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
