grafana-flowcharting
grafana-flowcharting copied to clipboard
Regular expression with measurment name on Rule processing not working
When I try to configure measurement names with regular expressions at the rule its not working if they are with different names, but the same thing works if they are aliased with a single name in grafana.
- Rule works when aliased as below.
I have aliased query as klag. and it shows all the measurements in the tooltip.

- when Alias using their original measurement names with regular expressions (klag*) they look like klag_1, klag_2, klag_3 ...
Rule execution will not work.
Let me know if this is the expected scenario?