|
@@ -325,6 +325,8 @@ void analytics_build_info(BUFFER *b) {
|
|
if(FEAT_DBENGINE) buffer_strcat (b, "dbengine");
|
|
if(FEAT_DBENGINE) buffer_strcat (b, "dbengine");
|
|
if(FEAT_NATIVE_HTTPS) buffer_strcat (b, "|Native HTTPS");
|
|
if(FEAT_NATIVE_HTTPS) buffer_strcat (b, "|Native HTTPS");
|
|
if(FEAT_CLOUD) buffer_strcat (b, "|Netdata Cloud");
|
|
if(FEAT_CLOUD) buffer_strcat (b, "|Netdata Cloud");
|
|
|
|
+ if(FEAT_ACLK_NG) buffer_strcat (b, "|ACLK Next Generation");
|
|
|
|
+ if(FEAT_ACLK_LEGACY) buffer_strcat (b, "|ACLK Legacy");
|
|
if(FEAT_TLS_HOST_VERIFY) buffer_strcat (b, "|TLS Host Verification");
|
|
if(FEAT_TLS_HOST_VERIFY) buffer_strcat (b, "|TLS Host Verification");
|
|
|
|
|
|
if(FEAT_JEMALLOC) buffer_strcat (b, "|jemalloc");
|
|
if(FEAT_JEMALLOC) buffer_strcat (b, "|jemalloc");
|