From eccffd4edbfce1f8a9d6e1acd6af38d3e6e08c04 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 28 May 2025 09:24:11 -0700 Subject: [PATCH] Small markdown fix (#2304) --- docs/registry/attributes/process.md | 2 +- model/process/registry.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registry/attributes/process.md b/docs/registry/attributes/process.md index 3d5b1ccd5..da564b9fa 100644 --- a/docs/registry/attributes/process.md +++ b/docs/registry/attributes/process.md @@ -19,7 +19,7 @@ An operating system process. | `process.command_line` | string | The full command used to launch the process as a single string representing the full command. On Windows, can be set to the result of `GetCommandLineW`. Do not set this if you have to assemble it just for monitoring; use `process.command_args` instead. SHOULD NOT be collected by default unless there is sanitization that excludes sensitive data. | `C:\cmd\otecol --config="my directory\config.yaml"` | ![Development](https://img.shields.io/badge/-development-blue) | | `process.context_switch_type` | string | Specifies whether the context switches for this data point were voluntary or involuntary. | `voluntary`; `involuntary` | ![Development](https://img.shields.io/badge/-development-blue) | | `process.creation.time` | string | The date and time the process was created, in ISO 8601 format. | `2023-11-21T09:25:34.853Z` | ![Development](https://img.shields.io/badge/-development-blue) | -| `process.environment_variable.` | string | Process environment variables, being the environment variable name, the value being the environment variable value. [2] | `ubuntu`; `/usr/local/bin:/usr/bin` | ![Development](https://img.shields.io/badge/-development-blue) | +| `process.environment_variable.` | string | Process environment variables, `` being the environment variable name, the value being the environment variable value. [2] | `ubuntu`; `/usr/local/bin:/usr/bin` | ![Development](https://img.shields.io/badge/-development-blue) | | `process.executable.build_id.gnu` | string | The GNU build ID as found in the `.note.gnu.build-id` ELF section (hex string). | `c89b11207f6479603b0d49bf291c092c2b719293` | ![Development](https://img.shields.io/badge/-development-blue) | | `process.executable.build_id.go` | string | The Go build ID as retrieved by `go tool buildid `. | `foh3mEXu7BLZjsN9pOwG/kATcXlYVCDEFouRMQed_/WwRFB1hPo9LBkekthSPG/x8hMC8emW2cCjXD0_1aY` | ![Development](https://img.shields.io/badge/-development-blue) | | `process.executable.build_id.htlhash` | string | Profiling specific build ID for executables. See the OTel specification for Profiles for more information. | `600DCAFE4A110000F2BF38C493F5FB92` | ![Development](https://img.shields.io/badge/-development-blue) | diff --git a/model/process/registry.yaml b/model/process/registry.yaml index 98721592e..1df0c5c8a 100644 --- a/model/process/registry.yaml +++ b/model/process/registry.yaml @@ -243,7 +243,7 @@ groups: stability: development - id: process.environment_variable brief: > - Process environment variables, being the environment variable + Process environment variables, `` being the environment variable name, the value being the environment variable value. note: | Examples: