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>
Andrew Maguire committed
Sep 25, 2023 at 14:47 UTC
224396e63fda22115380da13bd58f89558569965
1 file changed
+1
-1
ml/ad_charts.cc
+1
-1
@@ -327,7 +327,7 @@ void ml_update_host_and_detection_rate_charts(ml_host_t *host, collected_number
327
"anomaly_detection", // family
328
"anomaly_detection.detector_events", // ctx
329
"Anomaly detection events", // title
330
- "percentage", // units
330
+ "status", // units
331
NETDATA_ML_PLUGIN, // plugin
332
NETDATA_ML_MODULE_DETECTION, // module
333
ML_CHART_PRIO_DETECTOR_EVENTS, // priority