match:
[ <labelname>: <labelvalue>, ... ]
# A set of regex-matchers an alert has to fulfill to match the node.
match_re:
[ <labelname>: <regex>, ... ]
My question is what is the difference between a match and a match_re statement? I have used both of the within prometheus and the effect they have is the same.
Any help is very much appreciated!!