#inode metrics in harvest 2.0
1 messages · Page 1 of 1 (latest)
yes. We have inode metrics at aggr and volume level. They are documented here https://netapp.github.io/harvest/23.02/ontap-metrics/#aggr_inode_files_private_used
You can search for inode as in screen shot
@sage finch There are metrics such as "qos_detail_resource_latency" that can be found through nabox prometheus, but the metrics cannot be found in harvest, any idea?
NABox is running harvest only. Templates generating qos metrics are disabled by default and needs to be enabled. https://github.com/NetApp/harvest/blob/main/conf/zapiperf/default.yaml#L59-L62
Are you running Harvest without NABox? If yes then which deployment method, Harvest supports rpm, debian, native, containers
NABox has these templates enabled by default
harvest version: harvest-22.11.1-1.amd64.deb
I run both, and I can see the metrics in harvest with Nabox, but cannot see it without Nabox. If I just need to enable the qos metrics from the conf?
Yes. I have added steps here
https://github.com/NetApp/harvest/discussions/1800