From 4c2e794c18d65a5b4c111247ba52d5537baeb510 Mon Sep 17 00:00:00 2001 From: Sharon Seungyu Han <87476439+sharonsyh@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:32:26 -0500 Subject: [PATCH] Update docs/measure/index.md Add link to the push gateway Co-authored-by: Jae-Won Chung --- docs/measure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/measure/index.md b/docs/measure/index.md index 02edd2a4..46c0e2d5 100644 --- a/docs/measure/index.md +++ b/docs/measure/index.md @@ -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