@tender parrot The dashboard I have shared is compatible with the latest release, 24.05, of Harvest. Since last year, we have made some fixes in the metrics published for QoS, which is why you are seeing max IOPS as 0 in the panels. Once you upgrade to the latest release, that problem will be fixed. We are going to release a patch today for 24.05 with a fix for a different issue, so you may want to wait for that.
Regarding the Shared % not matching, once you upgrade, we'll need to debug why that is the case. Below is the Prometheus query for Harvest 24.05 which should give us an idea of what the relevant percentage for this policy is:
(
qos_total_data{workload!~".*__[0-9]{4}-.*"} * 100 / (1000 * 1000)
/ on(datacenter, cluster, policy_group)
group_left
label_replace(
qos_policy_fixed_max_throughput_mbps{},
"policy_group",
"$1",
"name",
"(.*)"
)
)
* on(datacenter, cluster, policy_group)
group_left(capacity_shared,object_count,max_throughput_iops,max_throughput_mbps,min_throughput_iops,min_throughput_mbps)
label_replace(
qos_policy_fixed_labels{name="svm_pod4_monitoring_PG", max_throughput_mbps!="", capacity_shared="true"},
"policy_group",
"$1",
"name",
"(.*)"
)
Below is the output for me in the dashboard. Please note that constituents are excluded in the shared table percentage. Also, check if it is a refresh panel issue where the percentages are out of sync between panels.