This major version release contains several breaking changes, make sure to read the release notes carefully.
-
Storage (#122 and #126): The storage metrics have been restructured and expanded quite significantly. There are now 15 different metrics related to storage, drives, controllers, and virtual volumes. The previous metrics for physical drives have been renamed from
idrac_drive_xxx
toidrac_storage_drive_xxx
. The full list of storage metrics can be found in the README file. -
Processors (#126): There is a new group called
processors
for collecting metrics about the CPUs in the system. The full list of CPU metrics can be found in the README file. -
Service Discovery (#128): There is a new
/discover
endpoint to support Prometheus Service Discovery. This endpoint will report all targets listed in the configuration file. See the README file for a configuration example. -
Scheme (#129): It is now possible to specify the scheme (http or https) for each host in the configuration file. This can be useful for testing purposes. See the sample-config.yml file for details.
-
Added a new metrics group
all
in the configuration file, which automatically enables all the metrics groups. -
The metrics group
oem
has been renamed toextra
in the configuration file. Moreover, the exporter will now check if the associated Redfish endpoint actually exists (see #125).
Full Changelog: v1.6.2...v2.0.0