From 1890d9e9f8cbebef9c20c33faf89493e932c6d9c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 10 Dec 2024 07:58:00 -0800 Subject: [PATCH] Change `` to `[PID]` (#1664) --- docs/attributes-registry/process.md | 2 +- docs/resource/process.md | 2 +- model/process/registry.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/attributes-registry/process.md b/docs/attributes-registry/process.md index 31ef1a611a..4ba9cdb3aa 100644 --- a/docs/attributes-registry/process.md +++ b/docs/attributes-registry/process.md @@ -81,7 +81,7 @@ Describes Linux Process attributes |---|---|---|---|---| | `process.linux.cgroup` | string | The control group associated with the process. [4] | `1:name=systemd:/user.slice/user-1000.slice/session-3.scope`; `0::/user.slice/user-1000.slice/user@1000.service/tmux-spawn-0267755b-4639-4a27-90ed-f19f88e53748.scope` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -**[4] `process.linux.cgroup`:** Control groups (cgroups) are a kernel feature used to organize and manage process resources. This attribute provides the path(s) to the cgroup(s) associated with the process, which should match the contents of the [/proc//cgroup](https://man7.org/linux/man-pages/man7/cgroups.7.html) file. +**[4] `process.linux.cgroup`:** Control groups (cgroups) are a kernel feature used to organize and manage process resources. This attribute provides the path(s) to the cgroup(s) associated with the process, which should match the contents of the [/proc/\[PID\]/cgroup](https://man7.org/linux/man-pages/man7/cgroups.7.html) file. ## Deprecated Process Attributes diff --git a/docs/resource/process.md b/docs/resource/process.md index 52623f2a50..87689be8bd 100644 --- a/docs/resource/process.md +++ b/docs/resource/process.md @@ -57,7 +57,7 @@ **[5] `process.executable.path`:** See [Selecting process attributes](#selecting-process-attributes) for details. -**[6] `process.linux.cgroup`:** Control groups (cgroups) are a kernel feature used to organize and manage process resources. This attribute provides the path(s) to the cgroup(s) associated with the process, which should match the contents of the [/proc//cgroup](https://man7.org/linux/man-pages/man7/cgroups.7.html) file. +**[6] `process.linux.cgroup`:** Control groups (cgroups) are a kernel feature used to organize and manage process resources. This attribute provides the path(s) to the cgroup(s) associated with the process, which should match the contents of the [/proc/\[PID\]/cgroup](https://man7.org/linux/man-pages/man7/cgroups.7.html) file. diff --git a/model/process/registry.yaml b/model/process/registry.yaml index ebcd9012e8..4e2c32e4f1 100644 --- a/model/process/registry.yaml +++ b/model/process/registry.yaml @@ -254,5 +254,5 @@ groups: manage process resources. This attribute provides the path(s) to the cgroup(s) associated with the process, which should match the contents of the - [/proc//cgroup](https://man7.org/linux/man-pages/man7/cgroups.7.html) + [/proc/\[PID\]/cgroup](https://man7.org/linux/man-pages/man7/cgroups.7.html) file.