Grafana version: 10.4.3 (6e6fbf6a34)
I’m trying to create a chart to show a representation of current disk space and the available space left for each one of the servers returned in my query (sample below).
I could get the chart to work only when I have HostName and FreeGB columns, adding the SizeGB in the query results, make everything go crazy, and nothing seems to work or make sense.
I’m not sure if the Bar Chart would be the best option, I would like very much to use the “Stat Chart”, it seems a good idea but to represent my data but it proved too much for me, and the Bar Chart was the closest thing I could get to show something representative for each one of the servers, here it is the data for consideration:
Using the “NORMAL” stacking I get these weird results in the bars which doesn’t necessary represent the numbers behind them, considering all servers have the same disk size of 126GB the bars diverge for each record, and the green representing the free space doesn’t seem to make sense of the actual numbers:
And on the example below, the stacking is set to “100%”, and it shows results to 105% (in the previous chart the numbers went to 240GB - how?) - I really don’t understand how this Bar Chart is supposed to work.
I did try to limit the max and min but no effect from using the limits and calculations, I think I’m missing something very important and seems very basic but I’m completely new to this:
Thanks in advance for any help!