I have this query
label_replace(label_replace(label_replace(ohm_cpu_celsius{instance=~"lp[0-9]+\\.ad\\.gghg\\.com:9183"}, "_sensor", "$3 ${1}0$2", "sensor", "(.*?)(\\d{1})([^\\d]+\\d|\\d{0}|[^\\d]+)"), "_sensor", "$3 ${1}$2", "sensor", "(.*?)(\\d{2})([^\\d]+\\d|\\d{0}|[^\\d]+)"), "_sensor", "${1}", "sensor", "([^\\d]*?)")
when i set the expression to threshold i can see all instances of the query, and i can create alarm for them
But if i like to compare this query with another one i am changing the expression from threshold to classic conditions and when i set that i only see one thing
how can i see all of my stations again in classic conditions mode?