Hi everyone,
I’m working with a Grafana panel that displays memory usage(in Bytes) over time, and I would like to divide the Y-axis values by 1024 to convert the data from bytes to kilobytes or megabytes (depending on the desired unit).
I’ve tried the following approaches but haven’t had success:
- I couldn’t find a Math transformation to apply a division operation.
- There’s no Calculate Field transformation available in my Grafana instance.
- I attempted to use Field Overrides by changing the unit (e.g., to MiB), but this didn’t apply the division I was expecting.
I’m using Grafana version v11.1.0 and would appreciate guidance on how to achieve this.
Has anyone successfully divided Y-axis values in Grafana? Is there a specific transformation, expression, or plugin that can accomplish this?
Thanks in advance!