@cryptotaxi247 / netdata-1 / commits / 699a87377

Fix training/prediction stats charts context. (#12610)

vkalintiris committed Apr 5, 2022 at 15:21 UTC 699a87377c0a893b5d32b93b070240ec4fa1f5d4
1 file changed +2 -2
ml/Host.cc
+2 -2
@@ -205,7 +205,7 @@ static void updateDetectionChart(RRDHOST *RH) {
205 IdSS.str().c_str(), // id
206 NameSS.str().c_str(), // name
207 "ml", // family
208 - "prediction_stats", // ctx
208 + "netdata.prediction_stats", // ctx
209 TitleSS.str().c_str(), // title
210 "milliseconds/s", // units
211 "netdata", // plugin
@@ -246,7 +246,7 @@ static void updateTrainingChart(RRDHOST *RH, struct rusage *TRU)
246 IdSS.str().c_str(), // id
247 NameSS.str().c_str(), // name
248 "ml", // family
249 - "training_stats", // ctx
249 + "netdata.training_stats", // ctx
250 TitleSS.str().c_str(), // title
251 "milliseconds/s", // units
252 "netdata", // plugin