From 145a1d1763a8a20d47c4594756f799939a3c5051 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 15 Oct 2021 10:36:47 +0800 Subject: [PATCH] Feature/sangshuduo/td 10469 blm3 (#8257) * [TD-10469]: use blm to replace httpd * add blm3 as submodule and modify the install script. * make http disabled by default. * use external project for go build. * make install and systemctl works. * change blm3 to official repo. * fix alert build missing sqlx package. * update README regarding golang env setup. * remove blm3. * modify script to support blm3 * udpate submodule in CI * update jenkinsfile * update blm3 with statsd port changed and config file name changed. * still use tdengine's httpd for lite version. * include blm.toml in released packages. * merge with develop branch. * update grafana plugin to support telegraf. * fix python test framework * fix blm3.toml name * comment off restful test for blm3 CI. * fix blm.toml name * comment off http related case for blm3. * fix cmake define.inc for windows build * update grafanaplugin * update blm3 * update grafana. * update grafana plugin to support statsd. * update blm3 to support lower version go. * update grafanaplugin and blm3 bugfix. * update grafana plugin, dashboard name changed. update blm3 for cinterface error code. Co-authored-by: liuyq-617 --- src/plugins/blm3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/blm3 b/src/plugins/blm3 index e84009701e..4bfae86dca 160000 --- a/src/plugins/blm3 +++ b/src/plugins/blm3 @@ -1 +1 @@ -Subproject commit e84009701e4d63b4e57e412dc9e3da7459b12b9f +Subproject commit 4bfae86dcabea0d5a40ff81a72be7c822737269b -- GitLab