Skip to content

Collector Fixes#34

Merged
kox13 merged 10 commits into
develfrom
agent/collector-fixes
Jun 22, 2026
Merged

Collector Fixes#34
kox13 merged 10 commits into
develfrom
agent/collector-fixes

Conversation

@FW-Nagorko

Copy link
Copy Markdown
Collaborator

Fixes to collectors

RAPL collector rework:

The RAPL collector now uses the /sys/class/powercap interface to collect power usage data. Previously it used the /dev/cpu/msr interface which was vendor-specific and didn't work on some systems. The current implementation aims to fix that issue.

NVML collector update:

The NVML collector now discovers all present GPUs available on the system. It also collects metrics for each of them.

Other fixes:

Added a duration_cast to all of the timestamps generated by collectors to enforce unit correctness.

@kox13 kox13 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kox13 kox13 merged commit d9507e0 into devel Jun 22, 2026
1 check passed
@kox13 kox13 deleted the agent/collector-fixes branch June 22, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants