From 9762dd9a1748a6ac1210f1750fcbcc8cad5e3aea Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 15 Oct 2021 00:50:06 +0800 Subject: [PATCH] Feature/sangshuduo/td 10469 blm3 (#8252) * [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. Co-authored-by: liuyq-617 --- src/connector/grafanaplugin | 2 +- src/plugins/blm3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connector/grafanaplugin b/src/connector/grafanaplugin index 290e3659b0..56e78a77db 160000 --- a/src/connector/grafanaplugin +++ b/src/connector/grafanaplugin @@ -1 +1 @@ -Subproject commit 290e3659b039d9dd673a5c7c461df1dcaaf8da85 +Subproject commit 56e78a77db88e276a6aa3b966e8c4ca78b7dec1f diff --git a/src/plugins/blm3 b/src/plugins/blm3 index 952dba7f05..0b77c90bb8 160000 --- a/src/plugins/blm3 +++ b/src/plugins/blm3 @@ -1 +1 @@ -Subproject commit 952dba7f0560eb90eeb96386c7488f9b49f9dc07 +Subproject commit 0b77c90bb84454f119e995bd22392f9277a71533 -- GitLab