summaryrefslogtreecommitdiffstats
path: root/ml/ml.h
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2022-04-04 14:22:18 +0300
committerGitHub <noreply@github.com>2022-04-04 14:22:18 +0300
commit9c834eff9715d1347b33f9f1f8c3deaf5c162443 (patch)
tree8037c112c5e9864e72e0138f06f3b59779f8de77 /ml/ml.h
parentfeb2b193dbbf044fc89120b17371699a67190ab7 (diff)
Update ML-related charts (#12574)
* Move CPU usage stats under netdata charts Use the hostname in each chart's name, and the machine GUID in each chart's id. * Move anomaly_detection.* charts to child host instance. * Add option to enable/disable streaming of ML-related charts. * Update priority of prediction/training charts.
Diffstat (limited to 'ml/ml.h')
-rw-r--r--ml/ml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ml/ml.h b/ml/ml.h
index b6c70da7b5..4b33b2236b 100644
--- a/ml/ml.h
+++ b/ml/ml.h
@@ -44,6 +44,8 @@ void ml_process_rrdr(RRDR *R, int MaxAnomalyRates);
void ml_dimension_update_name(RRDSET *RS, RRDDIM *RD, const char *name);
+bool ml_streaming_enabled();
+
#define ML_ANOMALY_RATES_CHART_ID "anomaly_detection.anomaly_rates"
#if defined(ENABLE_ML_TESTS)