#Concatenated space in Grafana dashboard?

1 messages · Page 1 of 1 (latest)

dapper adder
#

Is there a way to show the concatenated space used of a set of volumes? Maybe just for a whole SVM?
Under the SVM panel you can of cause choose a give SVM, but it then shows the used space per volume (top 5 by default) what I would like is an added up graph of all volumes in that SVM...
Is this a DYI project or have I just not found the right panel yet? 🙂

mystic vapor
#

@dapper adder See if below prometheus query helps?

sum(volume_space_physical_used) by (svm)

Could you also open a feature request for this?

dapper adder
mystic vapor
#

Yes a feature request it will be.

mystic vapor
mystic vapor
dapper adder
#

One additional question... if you wanted to export this dashboard as a PDF, it looks like you need the Enterprise version of grafana, but isn't that only available in grafanas cloud offerings? Or is there a way to do it with the nabox? I of cause just noticed that you can get the enterprise license as a trial for 30 days... any idea what the cost will end up? Usaly it isn't great when they state "contact us for a quote" 😉

mystic vapor
cinder quarry
#

If you try it out, let us know @dapper adder It's not clear if you need the full enterprise feature set for reporting or if it is included in the non-upgraded version of enterprise enterprise addition is installable on-prem same as open source version https://grafana.com/grafana/download

dapper adder