Skip to content

Commit 791f2a2

Browse files
committed
fix version example
1 parent 6ea24b4 commit 791f2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/registry/attributes/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ An operating system process.
2727
| <a id="process-executable-build-id-htlhash" href="#process-executable-build-id-htlhash">`process.executable.build_id.htlhash`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Profiling specific build ID for executables. See the OTel specification for Profiles for more information. | `600DCAFE4A110000F2BF38C493F5FB92` |
2828
| <a id="process-executable-name" href="#process-executable-name">`process.executable.name`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The name of the process executable. On Linux based systems, this SHOULD be set to the base name of the target of `/proc/[pid]/exe`. On Windows, this SHOULD be set to the base name of `GetProcessImageFileNameW`. | `otelcol` |
2929
| <a id="process-executable-path" href="#process-executable-path">`process.executable.path`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The full path to the process executable. On Linux based systems, can be set to the target of `proc/[pid]/exe`. On Windows, can be set to the result of `GetProcessImageFileNameW`. | `/usr/bin/cmd/otelcol` |
30-
| <a id="process-executable-version" href="#process-executable-version">`process.executable.version`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The file version of the process executable. | `/usr/bin/cmd/otelcol` |
30+
| <a id="process-executable-version" href="#process-executable-version">`process.executable.version`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The file version of the process executable. | `/usr/bin/cmd/1.0.1` |
3131
| <a id="process-exit-code" href="#process-exit-code">`process.exit.code`</a> | ![Development](https://img.shields.io/badge/-development-blue) | int | The exit code of the process. | `127` |
3232
| <a id="process-exit-time" href="#process-exit-time">`process.exit.time`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The date and time the process exited, in ISO 8601 format. | `2023-11-21T09:26:12.315Z` |
3333
| <a id="process-group-leader-pid" href="#process-group-leader-pid">`process.group_leader.pid`</a> | ![Development](https://img.shields.io/badge/-development-blue) | int | The PID of the process's group leader. This is also the process group ID (PGID) of the process. | `23` |

model/process/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ groups:
8181
stability: development
8282
brief: >
8383
The file version of the process executable.
84-
examples: ['/usr/bin/cmd/otelcol']
84+
examples: ['/usr/bin/cmd/1.0.1']
8585
- id: process.command
8686
type: string
8787
stability: development

0 commit comments

Comments
 (0)