You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theMeasurement
object by adding it the name of the window and implementing a simple adaptor that can be connected to a metric exporter library.The text was updated successfully, but these errors were encountered: