summaryrefslogtreecommitdiffstats
path: root/ml
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2023-09-25 14:47:58 +0100
committerGitHub <noreply@github.com>2023-09-25 14:47:58 +0100
commit224396e63fda22115380da13bd58f89558569965 (patch)
treef021a51908d38bdc4f49b03e8404ae70ce74f669 /ml
parent45a038485a3e9ba17d10eb6991b7b42888f72730 (diff)
use `status` as units for `anomaly_detection.detector_events` (#16028)
* use `status` as units for `anomaly_detection.detector_events` Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'ml')
-rw-r--r--ml/ad_charts.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ml/ad_charts.cc b/ml/ad_charts.cc
index fe213f93b0..4b70cb43f3 100644
--- a/ml/ad_charts.cc
+++ b/ml/ad_charts.cc
@@ -327,7 +327,7 @@ void ml_update_host_and_detection_rate_charts(ml_host_t *host, collected_number
"anomaly_detection", // family
"anomaly_detection.detector_events", // ctx
"Anomaly detection events", // title
- "percentage", // units
+ "status", // units
NETDATA_ML_PLUGIN, // plugin
NETDATA_ML_MODULE_DETECTION, // module
ML_CHART_PRIO_DETECTOR_EVENTS, // priority