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

support energy metrics in load-watcher #72

Open
jpedro1992 opened this issue Oct 29, 2024 · 0 comments
Open

support energy metrics in load-watcher #72

jpedro1992 opened this issue Oct 29, 2024 · 0 comments

Comments

@jpedro1992
Copy link
Contributor

I would like to add additional metrics to load-watcher based on Scaphandre and Kepler monitoring tools.

Example:

promScaphHostPower           = "scaph_host_power_microwatts"
promScaphHostJoules          = "scaph_host_energy_microjoules"
promKeplerHostCoreJoules     = "kepler_node_core_joules_total"
promKeplerHostUncoreJoules   = "kepler_node_uncore_joules_total"
promKeplerHostDRAMJoules     = "kepler_node_dram_joules_total"
promKeplerHostPackageJoules  = "kepler_node_package_joules_total"
promKeplerHostOtherJoules    = "kepler_node_other_joules_total"
promKeplerHostGPUJoules      = "kepler_node_gpu_joules_total"
promKeplerHostPlatformJoules = "kepler_node_platform_joules_total"
promKeplerHostEnergyStat     = "kepler_node_energy_stat"

I will submit a PR related to this issue.

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

No branches or pull requests

1 participant