From d75162653715a75e18a3d9ba12269aae36793e61 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 14 Oct 2021 22:38:18 +0800 Subject: [PATCH] Feature/sangshuduo/td 10469 blm3 (#8248) * [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. Co-authored-by: liuyq-617 --- src/connector/grafanaplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connector/grafanaplugin b/src/connector/grafanaplugin index 9a99388c7f..c7e20524ed 160000 --- a/src/connector/grafanaplugin +++ b/src/connector/grafanaplugin @@ -1 +1 @@ -Subproject commit 9a99388c7fc4e54a14aa4d63981e28e00ef1b83c +Subproject commit c7e20524edb691e75b4316017267853acaa57ae9 -- GitLab