metrics missing due to numbers with decimal place
Opened this issue · 1 comments
ulikl commented
I'm seeing the following error message for some RAID Storage devices:
2023/02/28 09:32:35 error error getting storage data from system System=System.Embedded.1 app=redfish_exporter collector=SystemCollector error=failed to retrieve some items: [{"link":"/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1","error":"json: cannot unmarshal number 12.0 into Go struct field .StorageControllers of type int"}] operation=system.Storage()
Is is possible to change the expected type to decimal?
fschlich commented
same here