Gauge and Value color mismatching

Hi. I am monitoring lab UP/Down % and have set thresholds as per the screenshot and am getting mismatching colors on the value and gauge. Is it something wrong that I am doing or is it just a bug?
PFA Screenshot.

Thanks.

I think you found a bug. The value seems to check that the value is > the threshold and the gauge checks if the values is >= the threshold. If the value was 81 then they would be the same.

Thanks for reporting this!

EDIT: Found a bug report for this: https://github.com/grafana/grafana/issues/5515

Thanks for the quick response. Until its fixed, I am using a workaround. Instead of just 80 i am using 80.01.

PR here: https://github.com/grafana/grafana/pull/8937