summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-08-24 20:48:19 +0300
committerGitHub <noreply@github.com>2023-08-24 20:48:19 +0300
commit0717c779c3c0b21b2d3b6a87de5326affede8f34 (patch)
tree0856e746fcf4c9b18390a02b7b92e4dde15a0863 /collectors/all.h
parent3c6c682276d11579a0c90def0a97e6f4a17a8360 (diff)
Add a chart that groups anomaly rate by chart type. (#15856)
* Add a chart that groups anomaly rate by chart type. * Use type_anomaly_rate for context.
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 22b75aaaa7..8d4c297fcc 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -403,7 +403,8 @@
// [ml] charts
#define ML_CHART_PRIO_DIMENSIONS 39181
#define ML_CHART_PRIO_ANOMALY_RATE 39182
-#define ML_CHART_PRIO_DETECTOR_EVENTS 39183
+#define ML_CHART_PRIO_TYPE_ANOMALY_RATE 39183
+#define ML_CHART_PRIO_DETECTOR_EVENTS 39184
// [netdata.ml] charts
#define NETDATA_ML_CHART_RUNNING 890001