summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-05-24 11:48:47 +0300
committerGitHub <noreply@github.com>2022-05-24 11:48:47 +0300
commit2f4b6e059bedd77b9851a4a0bd654bf86b0c6a15 (patch)
treebbee2b66dd5e399d787efe43a40d56a121020e1e /aclk
parent080e0aee277ee636d98df536b00e98bae46cdf37 (diff)
Stream and advertise metric correlations to the cloud (#12940)
* stream and advertise mc to the cloud * better reporting * remove log * remove aclk debug
Diffstat (limited to 'aclk')
-rw-r--r--aclk/aclk_tx_msgs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/aclk/aclk_tx_msgs.c b/aclk/aclk_tx_msgs.c
index 69cb5856c5..d7254fe596 100644
--- a/aclk/aclk_tx_msgs.c
+++ b/aclk/aclk_tx_msgs.c
@@ -459,6 +459,7 @@ uint16_t aclk_send_agent_connection_update(mqtt_wss_client client, int reachable
#ifdef ENABLE_ML
{ .name = "ml", .version = 1, .enabled = ml_enabled(localhost) },
#endif
+ { .name = "mc", .version = enable_metric_correlations ? metric_correlations_version : 0, .enabled = enable_metric_correlations },
{ .name = NULL, .version = 0, .enabled = 0 }
};