I’m using grafana version 4.1.1 and I’m creating a panel as table, and collecting data as MB. I would like to customize the field to show the numbers as MB, GB or TB, depending the size of the numbers.
Then in table options I choose to use a regex with type “Number” and unit “Data (Metric): megabyte”. But when I check the results, the values are divided by 1000 (base 2) and when I change the unit to “Data (IEC): mebibytes” the values are divided by 1024 (base 10) and the label is in TiB and GiB.
Someone know if there’s a way to correct this issue?