Skip to content

Commit

Permalink
Update docs/measure/index.md
Browse files Browse the repository at this point in the history
Add link to the push gateway

Co-authored-by: Jae-Won Chung <jwnchung@umich.edu>
  • Loading branch information
sharonsyh and jaywonchung authored Dec 10, 2024
1 parent 8c5456e commit 4c2e794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/measure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if __name__ == "__main__":
Zeus allows for efficient monitoring of energy and power consumption for GPUs, CPUs, and DRAM using Prometheus. It tracks key metrics such as energy usage, power draw, and cumulative consumption. Users can define measurement windows to track energy usage for specific operations, enabling granular analysis and optimization.

!!! Assumption
A Prometheus Push Gateway must be deployed and accessible at the URL provided in your Zeus configuration. **This ensures that metrics collected by Zeus can be pushed to Prometheus.**
A [Prometheus Push Gateway](https://prometheus.io/docs/instrumenting/pushing/) must be deployed and accessible. This ensures that metrics collected by Zeus can be pushed to Prometheus.

### Local Setup Guide

Expand Down

0 comments on commit 4c2e794

Please sign in to comment.