summaryrefslogtreecommitdiffstats
path: root/ml
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2022-04-05 15:21:51 +0300
committerGitHub <noreply@github.com>2022-04-05 15:21:51 +0300
commit699a87377c0a893b5d32b93b070240ec4fa1f5d4 (patch)
tree1817f601c54fdbab6969fed2ae46a4e0a7fad7bd /ml
parentd9808a51bec1c1a8194bef94e98561bb5cf98574 (diff)
Fix training/prediction stats charts context. (#12610)
Diffstat (limited to 'ml')
-rw-r--r--ml/Host.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ml/Host.cc b/ml/Host.cc
index 320302f59e..c110f264b8 100644
--- a/ml/Host.cc
+++ b/ml/Host.cc
@@ -205,7 +205,7 @@ static void updateDetectionChart(RRDHOST *RH) {
IdSS.str().c_str(), // id
NameSS.str().c_str(), // name
"ml", // family
- "prediction_stats", // ctx
+ "netdata.prediction_stats", // ctx
TitleSS.str().c_str(), // title
"milliseconds/s", // units
"netdata", // plugin
@@ -246,7 +246,7 @@ static void updateTrainingChart(RRDHOST *RH, struct rusage *TRU)
IdSS.str().c_str(), // id
NameSS.str().c_str(), // name
"ml", // family
- "training_stats", // ctx
+ "netdata.training_stats", // ctx
TitleSS.str().c_str(), // title
"milliseconds/s", // units
"netdata", // plugin