summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:11:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:11:30 +0000
commitaa2fe8ccbfcb117efa207d10229eeeac5d0f97c7 (patch)
tree941cbdd387b41c1a81587c20a6df9f0e5e0ff7ab /collectors/all.h
parentAdding upstream version 1.37.1. (diff)
downloadnetdata-aa2fe8ccbfcb117efa207d10229eeeac5d0f97c7.tar.xz
netdata-aa2fe8ccbfcb117efa207d10229eeeac5d0f97c7.zip
Adding upstream version 1.38.0.upstream/1.38.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 85a7ac8b2..74fdde3f5 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -363,5 +363,30 @@
#define NETDATA_CHART_PRIO_NETDATA_TIMEX 132030
#define NETDATA_CHART_PRIO_NETDATA_TC_TIME 1000100
+// NETDATA ML CHARTS
+
+// [ml] charts
+#define ML_CHART_PRIO_DIMENSIONS 39181
+#define ML_CHART_PRIO_ANOMALY_RATE 39182
+#define ML_CHART_PRIO_DETECTOR_EVENTS 39183
+
+// [netdata.ml] charts
+#define NETDATA_ML_CHART_PRIO_MACHINE_LEARNING_STATUS 890001
+#define NETDATA_ML_CHART_PRIO_METRIC_TYPES 890002
+#define NETDATA_ML_CHART_PRIO_TRAINING_STATUS 890003
+
+#define NETDATA_ML_CHART_PRIO_PREDICTION_USAGE 890004
+#define NETDATA_ML_CHART_PRIO_TRAINING_USAGE 890005
+
+#define NETDATA_ML_CHART_PRIO_QUEUE_STATS 890006
+#define NETDATA_ML_CHART_PRIO_TRAINING_TIME_STATS 890007
+#define NETDATA_ML_CHART_PRIO_TRAINING_RESULTS 890008
+
+#define NETDATA_ML_CHART_FAMILY "machine learning"
+#define NETDATA_ML_PLUGIN "ml.plugin"
+#define NETDATA_ML_MODULE_TRAINING "training"
+#define NETDATA_ML_MODULE_DETECTION "detection"
+#define NETDATA_ML_MODULE_PREDICTION "prediction"
+
#endif //NETDATA_ALL_H