jenningsloy318 / redfish_exporter

exporter to get metrics from redfish based hardware such as lenovo/dell/superc servers
Apache License 2.0
70 stars 61 forks source link

Add log service metrics for manager, chassis and system #67

Closed xflipped closed 1 year ago

xflipped commented 1 year ago

I'd like to propose the changes to include metrics from log services. I also refactored the code, first of all to avoid duplicating the logic for parsing log services and log entries in each collector. And I fixed all linter issues except for unused methods and variables.