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

Cluster-wide energy metric aggregation #30

Open
jaywonchung opened this issue Oct 27, 2023 · 0 comments · May be fixed by #134
Open

Cluster-wide energy metric aggregation #30

jaywonchung opened this issue Oct 27, 2023 · 0 comments · May be fixed by #134
Labels
enhancement New feature or request

Comments

@jaywonchung
Copy link
Member

jaywonchung commented Oct 27, 2023

With multiple jobs tracking their energy consumption with the ZeusMonitor, it would be nice to be able to aggregate time/energy metrics to Prometheus.
The metric name should be derived from the window name.

One way to do this is to just add this as a feature in ZeusMonitor, which will increase its complexity and potentially add a dependency even for people who're not using Prometheus metric export. Another way could be to augment the Measurement object by adding it the name of the window and implementing a simple adaptor that can be connected to a metric exporter library.

@jaywonchung jaywonchung added the enhancement New feature or request label Oct 27, 2023
@jaywonchung jaywonchung changed the title Prometheus metric exporter for energy Cluster-wide energy metric aggregation Mar 16, 2024
@jaywonchung jaywonchung linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant