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 e591398c0d3ac2c218238022319e6306b4628e04 Author: tomsun28 <[email protected]> AuthorDate: Tue Nov 28 21:53:22 2023 +0800 support victoriametrics as metrics data storage (#1361) Signed-off-by: tomsun28 <[email protected]> --- hertzbeat/templates/manager/configmap.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hertzbeat/templates/manager/configmap.yaml b/hertzbeat/templates/manager/configmap.yaml index 7e7cde9..4e42f7d 100644 --- a/hertzbeat/templates/manager/configmap.yaml +++ b/hertzbeat/templates/manager/configmap.yaml @@ -106,6 +106,11 @@ data: # (please set this configuration reasonably as history records can affect performance when it is large) # 历史数据的最大保留条数,超过此数量时,将会删除一半于此配量的数据(由于历史数据较大时会影响性能,请合理设置此配置) max-history-record-num: 6000 + victoria-metrics: + enabled: false + url: http://localhost:8428 + username: root + password: root td-engine: enabled: false driver-class-name: com.taosdata.jdbc.rs.RestfulDriver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
