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 cde186b9bd3b7e01be0d1588d0844dda648671cf Author: tomsun28 <[email protected]> AuthorDate: Tue Nov 21 08:54:55 2023 +0800 [feature] support auto collect metrics by prometheus task (#1342) --- hertzbeat/README.md | 2 +- hertzbeat/templates/manager/configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hertzbeat/README.md b/hertzbeat/README.md index 6afcb14..0f8efc5 100644 --- a/hertzbeat/README.md +++ b/hertzbeat/README.md @@ -11,7 +11,7 @@ ### Features -* Combines **monitoring, alarm, and notification** features into one platform, and supports monitoring for web service, database, os, middleware, cloud-native, network and more. +* 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. * High performance, supports horizontal expansion of multi-collector clusters, multi-isolated network monitoring and cloud-edge collaboration. diff --git a/hertzbeat/templates/manager/configmap.yaml b/hertzbeat/templates/manager/configmap.yaml index caa3921..9aef47e 100644 --- a/hertzbeat/templates/manager/configmap.yaml +++ b/hertzbeat/templates/manager/configmap.yaml @@ -139,7 +139,7 @@ data: # 存储实时数据方式, 下方只能enabled启用一种方式 memory: enabled: true - init-size: 1024 + init-size: 16 redis: enabled: false host: 127.0.0.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
