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

Logs cause extremely long return times on slow redfish devices #78

Closed kyleprice closed 7 months ago

kyleprice commented 9 months ago

Looking for thoughts on adding an option to skip collection of logs within the system and chassis collector. These logs can be very long and cause the collectors to take an extremely long time to return (10+ mins). This data is not used for metric monitoring as these are log events and not metric events. Would you be opposed to me submitting a PR for adding the option to skip this collection? If you have thoughts on implementation as well I can take that into account before I do the work.

kyleprice commented 7 months ago

Closing, this was resolved by commenting out all of the code on a separate branch and building from that.