Skip to content

Releases: Comcast/fishymetrics

0.12.1 / 2024-10-28

28 Oct 20:24
4942a23
Compare
Choose a tag to compare

This release has enhancements and a bug fix.

  • [BUGFIX] Add a nil reference check during retries #98
  • [ENHANCEMENT] Modify fishymetrics port #101
  • [ENHANCEMENT] Remove trailing spaces in labels value #99
  • [ENHANCEMENT] Add missing language fences to README #95

Contributors:
@derrick-dacosta
@ibrahimkk-moideen
@DemoYeti

0.12.0 / 2024-10-15

15 Oct 19:55
6ae8d65
Compare
Choose a tag to compare

We are exited to publish our first release v0.12.0. This has the following features, updates and bug fixes. The changes referenced below are collective updates of what we have done so far.

  • [FEATURE] Ability to send logs directly to elasticsearch endpoints #10
  • [FEATURE] HPE DL380 Gen10 support #17
  • [FEATURE] HPE Proliant DL560 Gen9 support #23
  • [FEATURE] Ability to reference different vault paths for credential retrieval #25
  • [FEATURE] HPE Proliant XL420 Support #33
  • [FEATURE] Consolidate exporters into a single generic exporter #52
  • [FEATURE] Support for metrics collection from Dell servers #77
  • [FEATURE] Storage controller status metric for HP servers #79
  • [FEATURE] Support for firmware metrics from all supported servers and iLO versions from a single universal exporter #83
  • [FEATURE] Support for Supermicro models metrics collection #87
  • [FEATURE] Option to skip/unskip TLS verification #94
  • [ENHANCEMENT] Removed references to internal URLs/FQDNs to opensource the project
  • [ENHANCEMENT] Add additional edge cases for server model Cisco UCS C220 when collecting memory metrics #2
  • [ENHANCEMENT] Drive metrics from DL380 model servers to include NVME, Storage Disk Drives, and Logical Drives #17
  • [ENHANCEMENT] Cisco S3260M5 module to support FW Ver 4.2(xx) #18
  • [ENHANCEMENT] Drive metrics from HPE DL360 model servers to include NVME, Storage Disk Drives, and Logical Drives. #31
  • [ENHANCEMENT] HP DL360 module to support responses from iLO4 #34
  • [ENHANCEMENT] HP DL360 & XL420 to include processor, iloselftest and smart storage battery metrics #43
  • [ENHANCEMENT] Consolidate hardware component structs to a single package #45
  • [ENHANCEMENT] Use standard library for http routing instead of gorilla mux package #47
  • [ENHANCEMENT] Get chassis serial number from JSON response instead of url path #50
  • [ENHANCEMENT] HP DL380 module to include CPU metrics and all HP models to include bayNumber in PSU metrics #57
  • [ENHANCEMENT] Dockerfile to comply with opensource packaging requirements #61
  • [ENHANCEMENT] Avoid collecting firmware metrics if count of endpoints are 75 or greater #77
  • [ENHANCEMENT] Ignore CPU metrics if Processor is Absent #79
  • [ENHANCEMENT] Support physical disk, logical drive and storage controller metrics collection from iLO5 fw ver.3.0.x #91
  • [ENHANCEMENT] Updated vault api, sdk and containerd packages to fix known security issues #94
  • [ENHANCEMENT] Deprecate module query param in favor of model #94
  • [BUGFIX] Null pointer derefence errors when using incorrect credentials #36
  • [BUGFIX] Incorrect /Memory path for HPE hosts #49
  • [BUGFIX] Thermal Summary, Power total consumed for Cisco servers and Chassis, memory metrics for Gen9 server models #53
  • [BUGFIX] Firmware gathering endpoint update and add device info to other HP models #55
  • [BUGFIX] C220 drive metrics on hosts with fw < 4.0, psu metrics result and label values #57
  • [BUGFIX] Chassis ComputerSystems field is handled improperly #68
  • [BUGFIX] Power and Thermal metrics collection for Dell R7xxXD server models #77
  • [BUGFIX] Firmware metrics and request headers update for Dell iDRAC9 with FW ver.3.xx and 4.xx #77
  • [BUGFIX] Power supply status duplicate bay number metrics #85
  • [BUGFIX] Capture Model field in finished scrape log message #94

Contributors:
@derrick-dacosta
@ibrahimkk-moideen
@jenniferKaiser21
@scriptinperl