summaryrefslogtreecommitdiffstats
path: root/ml/ml.h
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2021-12-22 17:13:45 +0200
committerGitHub <noreply@github.com>2021-12-22 17:13:45 +0200
commit5049de8f7a132205b32f2c523998f93cbbfc0481 (patch)
tree452a81eadda2ac3354bc5ceff0d529e47520c578 /ml/ml.h
parentdf8930ddd370b2a9fec96b1cbb45e8ae530c0aad (diff)
Provide runtime ml info from a new endpoint. (#11886)
* Provide runtime ml info from a new endpoint. * Add hosts & charts to skip from ML in the /info endpoint. This information belongs in /info, and not in /ml-info, because the value of these variables can not change at the agent's runtime. * Use strdupz instead of strdup.
Diffstat (limited to 'ml/ml.h')
-rw-r--r--ml/ml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ml/ml.h b/ml/ml.h
index 96448453c2..783bfabb94 100644
--- a/ml/ml.h
+++ b/ml/ml.h
@@ -18,6 +18,7 @@ void ml_new_host(RRDHOST *RH);
void ml_delete_host(RRDHOST *RH);
char *ml_get_host_info(RRDHOST *RH);
+char *ml_get_host_runtime_info(RRDHOST *RH);
void ml_new_dimension(RRDDIM *RD);
void ml_delete_dimension(RRDDIM *RD);