Skip to content

Commit 0f345d0

Browse files
committed
node exporter
1 parent fda6a1c commit 0f345d0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/extension/linting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
'Cloudflare Zero Trust',
9090
'CoreWeave Object Storage',
9191
'Prometheus Operator',
92+
'Node Exporter',
9293
}
9394

9495

docs/source/reference/api-server/examples/api-server-gpu-metrics-setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ requirements:
2424
port ``9400``. Most GPU Operator installations already deploy DCGM-Exporter for you.
2525
* `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.
2626

27-
Installing the Prometheus Operator
28-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27+
Installing the Prometheus Operator and Node Exporter
28+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2929

30-
The Prometheus Operator is necessary for the DCGM-Exporter to start properly. It can be
30+
The Prometheus Operator is necessary for the DCGM-Exporter to start properly. The Prometheus Operator and Node Exporter can be
3131
deployed using the prometheus community helm chart:
3232

3333
.. code-block:: bash

0 commit comments

Comments
 (0)