@cryptotaxi247 / netdata-1 / commits / b7a2125da

`ml - machine learning` to just `machine learning` (#14242)

rename NETDATA_ML_CHART_FAMILY from `ml - machine learning` to just `machine learning`

Andrew Maguire committed Jan 11, 2023 at 17:53 UTC b7a2125da386eb75c997c6d4afbe3db0a5f3abcc
1 file changed +1 -1
collectors/all.h
+1 -1
@@ -382,7 +382,7 @@
382 #define NETDATA_ML_CHART_PRIO_TRAINING_TIME_STATS 890007
383 #define NETDATA_ML_CHART_PRIO_TRAINING_RESULTS 890008
384
385 -#define NETDATA_ML_CHART_FAMILY "ml - machine learning"
385 +#define NETDATA_ML_CHART_FAMILY "machine learning"
386 #define NETDATA_ML_PLUGIN "ml.plugin"
387 #define NETDATA_ML_MODULE_TRAINING "training"
388 #define NETDATA_ML_MODULE_DETECTION "detection"