Hello,
I have setup Harvest 24.05 with no customizations out of the box. I have validated that data is being collected. However, when I look at some of the dashboards, including the ONTAP:Quota dashboard, I never can see any data. When I drill into it, I think that the fundamental issue is in the definition of the Datacenter and Cluster variables. On this non-working dashboard the Datacenter variable is defined as "label_values(volume_labels{system_type!="7mode"}, datacenter)" and the Cluster variable is defined as "label_values(volume_labels{system_type!="7mode",datacenter=~"$Datacenter"}, cluster)". On a working dashboard (for instance ONTAP:Disk) the Datacenter variable is defined as "label_values(cluster_new_status{system_type!="7mode"},datacenter)" and the Cluster variable is defined as "label_values(disk_labels{system_type!="7mode",datacenter=~"$Datacenter"},cluster)".
Note particularly that the base metric name is "volume_labels" on the non-working dashboard and either "cluster_new_status" or "disk_labels" on the working dashboard.
When I check in the metrics explorer, I cannot find the "volume_labels" metric at all. I do see metrics reporting for both "cluster_new_status" and "disk_labels" however.
I made a copy of the ONTAP:Quota dashboard and edited the values of those variables to match the working ones. Now, I DO see data in that report.
I would have expected that default installation of Harvest would have all of these things already being collected. Do I need to figure out how to programmatically edit all of these dashboards or did I miss something in my installation?