I am seeing these errors within the logs of harvest on one of our clusters.
{"level":"error","Poller":"node03","collector":"Zapi:Volume","error":"duplicate metric key => volume-attributes.volume-space-attributes.size-available","key":"volume-attributes.volume-space-attributes.size-available","display":"size_available","caller":"collector/parsers.go:123","time":"2024-02-15T15:07:40-08:00","message":"Failed to add metric"}
{"level":"error","Poller":"node03","collector":"Zapi:Aggregate","error":"duplicate metric key => aggr-attributes.aggr-space-attributes.percent-used-capacity","key":"aggr-attributes.aggr-space-attributes.percent-used-capacity","display":"space_used_percent","caller":"collector/parsers.go:123","time":"2024-02-15T15:07:39-08:00","message":"Failed to add metric"}
I am unsure what is causing these and whether I should be concerned about them or debug further. I feel like this is likely leaving some data out, but there isn't enough information about the 'key' that is causing it.