Skip to content

Releases: ceems-dev/ceems

0.11.2 / 2025-09-12

12 Sep 07:15
de2b34a
Compare
Choose a tag to compare

0.11.1 / 2025-09-06

06 Sep 06:43
3e397c2
Compare
Choose a tag to compare

0.11.0 / 2025-09-02

02 Sep 06:48
a67d822
Compare
Choose a tag to compare

Breaking Changes

CEEMS Exporter

  • Collector rapl is disabled by default now and to enable it add --collector.rapl to CLI arguments.
  • Collector ipmi_dcmi has been renamed to ipmi as more functionality beyond DCMI has been added to the collector.
  • Following metric labels have been renamed to be more consistent with Prometheus naming convention:
    • ceems_ipmi_dcmi_current_watts -> ceems_ipmi_dcmi_power_current_watts
    • ceems_ipmi_dcmi_min_watts -> ceems_ipmi_dcmi_power_min_watts
    • ceems_ipmi_dcmi_max_watts -> ceems_ipmi_dcmi_power_max_watts
    • ceems_ipmi_dcmi_avg_watts -> ceems_ipmi_dcmi_power_avg_watts
    • ceems_redfish_current_watts -> ceems_redfish_power_current_watts
    • ceems_redfish_min_watts -> ceems_redfish_power_min_watts
    • ceems_redfish_max_watts -> ceems_redfish_power_max_watts
    • ceems_redfish_avg_watts -> ceems_redfish_power_avg_watts

CEEMS tool

  • The relabel configs generated by subcommand create-relabel-configs are obsolete as the relabelling of metrics directly handled inside the recording rules. Please
    regenerate recording rules with new version and remove existing relabel configs on Prometheus server.
  • Several minor bugs in recording rules have been fixed. Please regenerate the recording rules with new version of ceems_tool.
  • GPU profiling metrics have been renamed to have prof in the metric label. For instance, uuid:ceems_gpu_sm_active:ratio became
    uuid:ceems_gpu_prof_sm_active:ratio.
  • NVIDIA profiling metrics suffix has been corrected to use sum instead of ratio for NVLink, PCIe traffic metrics. Thus, metrics
    have been renamed as follows:
    • uuid:ceems_gpu_pcie_tx_bytes:ratio -> uuid:ceems_gpu_prof_pcie_tx_bytes:sum
    • uuid:ceems_gpu_pcie_rx_bytes:ratio -> uuid:ceems_gpu_prof_pcie_rx_bytes:sum
    • uuid:ceems_gpu_nvlink_tx_bytes:ratio -> uuid:ceems_gpu_prof_nvlink_tx_bytes:sum
    • uuid:ceems_gpu_nvlink_rx_bytes:ratio -> uuid:ceems_gpu_prof_nvlink_rx_bytes:sum

List of PRs

0.10.2 / 2025-08-07

07 Aug 11:48
14be007
Compare
Choose a tag to compare

0.10.1 / 2025-07-22

22 Jul 14:55
565799c
Compare
Choose a tag to compare

0.10.0 / 2025-07-20

20 Jul 21:47
1d15815
Compare
Choose a tag to compare

0.9.1 / 2025-07-02

02 Jul 10:08
64148ed
Compare
Choose a tag to compare

0.9.0 / 2025-06-27

27 Jun 14:52
Compare
Choose a tag to compare

Breaking Changes

CEEMS LB

  • Undocumented Resource-based LB strategy has been removed. Deployments using this strategy must use Prometheus' remote read feature to achieve the same functionality.

CEEMS Exporter

  • The configuration of Redfish collector must be under the section redfish_collector instead of redfish_web. More details in docs.
  • CLI flag --collector.redfish.web-config has been deprecated in the favour of --collector.redfish.config.file.
  • CLI flag --collector.k8s.kube-config-file has been deprecated in the favour of --collector.k8s.kubeconfig.file.
  • CLI flag --collector.k8s.kubelet-socket-file has been deprecated in the favour of --collector.k8s.kubelet-podresources-socket.file.

Redfish Proxy

  • The configuration of Redfish proxy must be under redfish_proxy instead of redfish_proxy.web. More details in docs.

List of PRs

0.8.0 / 2025-05-20

20 May 11:35
7577632
Compare
Choose a tag to compare

0.7.2 / 2025-04-19

19 Apr 11:20
a0e1aea
Compare
Choose a tag to compare