Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compose): add node-exporter for rapl metrics #1727

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

vimalk78
Copy link
Collaborator

node-exporter provides rapl power metrics
- node_rapl_core_joules_total
- node_rapl_uncore_joules_total
- node_rapl_package_joules_total
- node_rapl_psys_joules_total

removed unwanted dependency on kepler-latest in default override.yaml

@vimalk78
Copy link
Collaborator Author

cc: @sthaha @sunya-ch

  node-exporter provides rapl power metrics
   - node_rapl_core_joules_total
   - node_rapl_uncore_joules_total
   - node_rapl_package_joules_total
   - node_rapl_psys_joules_total

Signed-off-by: Vimal Kumar <[email protected]>
Comment on lines +99 to +101
user: root
cap_add:
- ALL
Copy link
Collaborator

Choose a reason for hiding this comment

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

This may not be needed and may not require privileged since we are mounting to a different path.

Comment on lines +102 to +103
networks:
- kepler-network
Copy link
Collaborator

Choose a reason for hiding this comment

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

may be create a different network for node-exporter and add that to prometheus since only prometheus needs to access node-exporter.

@sthaha sthaha merged commit de1aad9 into sustainable-computing-io:main Aug 22, 2024
22 checks passed
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