Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ The Prometheus adapter pod in NetQ collects statistics from ConnectX adapters in

1. Log in to your NetQ VM via SSH.

2. Edit the Prometheus ConfigMap with the `kubectl edit cm prometheus-config` command.
2. Edit the Prometheus ConfigMap with the `kubectl edit cm prometheus-config -n netq-eth` command.

3. Edit the `scrape_interval` parameter.

4. Retrieve the current pod name with the `kubectl get pods | grep netq-prom` command:
4. Retrieve the current pod name with the `kubectl get pods -n netq-eth | grep netq-prom` command:

```
nvidia@netq-server:~$ kubectl get pods | grep netq-prom
nvidia@netq-server:~$ kubectl get pods -n netq-eth | grep netq-prom
netq-prom-adapter-ffd9b874d-hxhbz 2/2 Running 0 3h50m
```
5. Restart the pod by deleting the running pod:

```
kubectl delete pod netq-prom-adapter-ffd9b874d-hxhbz
kubectl delete pod netq-prom-adapter-ffd9b874d-hxhbz -n netq-eth
```

## Install DTS on DPUs
Expand Down Expand Up @@ -94,4 +94,4 @@ This step replaces the default configuration of `command: ["/bin/bash", "-c", "/
## Related Information

- {{<link title="DPU Inventory" text="DPU inventory">}} and {{<link title="DPUs" text="monitoring">}}
- {{<link title="NIC Inventory" text="NIC inventory">}} and {{<link title="NICs" text="monitoring">}}
- {{<link title="NIC Inventory" text="NIC inventory">}} and {{<link title="NICs" text="monitoring">}}