Stupid issue here, made a quick (or so I though ) dashboard with a logs panel listing all the 5XX errors for a given namespace, and I wanted to add a gauge ( ) with the count of errors. Fought with count, range, etc and settled for the below query
count_over_time({namespace="contour"} |~ `" 5[0-9][0-9] `[$__range])
BuuuUuuut result is this mosaic of gauge … why ?