* add _aclk_impl label for cloud * aclk_otp removes unneeded include
@@ -813,6 +813,7 @@ struct label *add_aclk_host_labels(struct label *label) {
proxy_str = "none";
break;
}
+ label = add_label_to_list(label, "_aclk_impl", "Next Generation", LABEL_SOURCE_AUTO);
return add_label_to_list(label, "_aclk_proxy", proxy_str, LABEL_SOURCE_AUTO);
#else
return label;
@@ -5,8 +5,6 @@
#include "libnetdata/libnetdata.h"
-#include "legacy/aclk_lws_https_client.h"
-
#include "../daemon/common.h"
#include "../mqtt_websockets/c-rbuf/include/ringbuffer.h"
@@ -252,6 +252,7 @@ struct label *add_aclk_host_labels(struct label *label) {
+ label = add_label_to_list(label, "_aclk_impl", "Legacy", LABEL_SOURCE_AUTO);