@cryptotaxi247 / netdata-1 / commits / c13bbc111

make `anomaly_detection.type_anomaly_rate` stacked (#15895)

Andrew Maguire committed Aug 31, 2023 at 13:11 UTC c13bbc111d79ed824fe6bfc0aeedfbdf9fe230be
1 file changed +1 -1
ml/ad_charts.cc
+1 -1
@@ -282,7 +282,7 @@ void ml_update_host_and_detection_rate_charts(ml_host_t *host, collected_number
282 NETDATA_ML_MODULE_DETECTION, // module
283 ML_CHART_PRIO_TYPE_ANOMALY_RATE, // priority
284 localhost->rrd_update_every, // update_every
285 - RRDSET_TYPE_LINE // chart_type
285 + RRDSET_TYPE_STACKED // chart_type
286 );
287
288 rrdset_flag_set(host->type_anomaly_rate_rs, RRDSET_FLAG_ANOMALY_DETECTION);