I’m trying to display a text metric which can have two possible values “true” or “false”, but when I configure it in a singlestat pannel, it returns NaN.
I have tested the same pannel with other text metrics without any problem.
Is there any workaround to fix that issue?
For me the value mapping didn’t work at first because I was using a TRUE/FALSE boolean, not the strings “TRUE” and “FALSE”. In Grafana I had to map the value of “1.0” and “0” for TRUE/FALSE.
However, I do get an annoying “toFixed() digits argument must be between 0 and 20” error in the top left corner.
I’m having the same issue. Running v5.3.0. I saw that this was a bug that apparently got fixed in v2.1 but it seems to persist? Or am I doing something wrong?