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
Copy file name to clipboardExpand all lines: docs/source/reference/api-server/examples/api-server-gpu-metrics-setup.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ requirements:
24
24
port ``9400``. Most GPU Operator installations already deploy DCGM-Exporter for you.
25
25
* `Node Exporter <https://prometheus.io/docs/guides/node-exporter/>`_ is running on the cluster and exposes metrics on port ``9100``. This is required only if you want to monitor the CPU and Memory metrics.
26
26
27
-
Installing the Prometheus Operator
28
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
+
Installing the Prometheus Operator and Node Exporter
0 commit comments