mrlhansen / idrac_exporter

Simple Redfish (iDRAC, iLO, XClarity) exporter for Prometheus
MIT License
148 stars 42 forks source link

Rename project to better fit its purpose. #100

Closed ArKam closed 2 months ago

ArKam commented 2 months ago

As this project aim to export metrics from the server BMC Redfish API, wouldn't it be clearer to call it redfish_exporter rather than idrac_exporter?

idrac/ilo metrics can be pulled from multiple interfaces like IPMI/SNMP/REDFISH, this exporter focusing on the redfish implementation, that would make more sense to name it properly isn't?

Nonetheless, thanks for the hard work!

mrlhansen commented 2 months ago

Hi @ArKam

Yes, this has been mentioned a few times - and in principle I agree, the name is no longer optimal. However, renaming it now that is has quite a few users poses some complications (or annoyances).

Essentially I would need to archive the current repository and create a new one, to not break installations for current users.

ArKam commented 2 months ago

Yep, I understand the annoyance, I'll just rename it during the build of the binary within our kolla build system, no worries.