#Metrics for aggregate total provisioned space?

1 messages · Page 1 of 1 (latest)

final dove
#

Do we have metrics for aggregate total provisioned space?
I only see these metrics.

astral plinth
#

Hi @final dove Harvest would be using the aggr-get-iter zapi for getting config related data from Aggregate object. For provisioned space related info would be available via aggr-space-get-iter .

harvest % ./bin/harvest zapi -p sarzapi show attrs --api aggr-space-get-iter | grep provisioned
connected to umeng-xxxxxxx-01-02 (NetApp Release Yellowdog__9.12.1: Tue Nov 08 20:32:25 UTC 2022)
[total-provisioned-space] - integer
[total-provisioned-space-percent] - integer.

harvest % ./bin/harvest zapi -p sarzapi show data --api aggr-space-get-iter | dasel -r xml -w json | grep provisioned
connected to umeng-xxxxxxx-01-02 (NetApp Release Yellowdog__9.12.1: Tue Nov 08 20:32:25 UTC 2022)
"total-provisioned-space": "374328692736",
"total-provisioned-space-percent": "90",
"total-provisioned-space": "374328692736",
"total-provisioned-space-percent": "90",
"total-provisioned-space": "15885509300224",
"total-provisioned-space-percent": "232",
"total-provisioned-space": "87586967617536",
"total-provisioned-space-percent": "1022",

final dove
#

@astral plinth I don't see this metric in the prometheus metrics

#

Only for ZAPI?

astral plinth
#

If you are using Zapi collector then this api would be helpful, for REST let me check mapping REST call for this

final dove
#

Thanks! If there are any mapping metrics for REST

willow drum
stiff hawk
rugged crown
#

aggr_space_total?