Skip to content

Commit 8947984

Browse files
gouri-yerraclaude
andcommitted
Address review feedback: style and consistency fixes in GPU README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cbbe3b3 commit 8947984

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

gpu/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ The check also uses eBPF probes to assign GPU usage and performance metrics to p
3333

3434
#### Host
3535

36-
GPU monitoring requires configuration in **both** `/etc/datadog-agent/datadog.yaml` and `/etc/datadog-agent/system-probe.yaml`. Configuring only one of these files results in incomplete metrics collection.
36+
GPU monitoring requires configuration in both `/etc/datadog-agent/datadog.yaml` and `/etc/datadog-agent/system-probe.yaml`. Configuring only one of these files results in incomplete metrics collection.
3737

38-
**Step 1**: Add the following parameters to `/etc/datadog-agent/datadog.yaml`:
38+
1. Add the following parameters to `/etc/datadog-agent/datadog.yaml`:
3939

4040
```yaml
4141
gpu:
@@ -44,21 +44,21 @@ collect_gpu_tags: true
4444
enable_nvml_detection: true
4545
```
4646
47-
**Step 2**: Add the following parameters to `/etc/datadog-agent/system-probe.yaml`. This flag loads the eBPF module responsible for per-process GPU metrics and is required even for non-containerized hosts:
47+
2. Add the following parameter to `/etc/datadog-agent/system-probe.yaml`. This flag loads the eBPF module responsible for per-process GPU metrics and is required even for non-containerized hosts:
4848

4949
```yaml
5050
gpu_monitoring:
5151
enabled: true
5252
```
5353

54-
**Step 3**: Restart both the Agent and system-probe:
54+
3. Restart both the Agent and system-probe:
5555

5656
```shell
5757
sudo systemctl restart datadog-agent
5858
sudo systemctl restart datadog-agent-sysprobe
5959
```
6060

61-
The check in the Agent configuration file is also enabled by default whenever NVIDIA GPUs and their drivers are detected in the system, as long as the `enable_nvml_detection` parameter is set to `true`. However, it can also be configured manually following these steps:
61+
The check in the Agent configuration file is enabled by default whenever NVIDIA GPUs and their drivers are detected in the system, as long as the `enable_nvml_detection` parameter is set to `true`. The check can also be configured manually following these steps:
6262

6363
1. Edit the `gpu.d/conf.yaml` file, in the `conf.d/` folder at the root of your
6464
Agent's configuration directory, to start collecting your GPU performance data.

0 commit comments

Comments
 (0)