Skip to content

Commit

Permalink
Change env_vars description to SHOULD filter
Browse files Browse the repository at this point in the history
Change the env_vars description to state filtering SHOULD be done
  • Loading branch information
mjwolf committed Dec 12, 2023
1 parent f2e8bd7 commit 14ffaa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/attributes-registry/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
| `process.user.name` | string | The username of the effective user of the process. | `root` |
| `process.vpid` | int | Virtual process identifier. [2] | `12` |

**[1]:** As environment variables may change during a process's lifespan, this should be captured as a snapshot when the event occurred.
May be filtered to protect sensitive information.
**[1]:** As environment variables may change during a process's lifespan, this SHOULD be captured as a snapshot when the event occurred.
This SHOULD be filtered to protect sensitive information.

**[2]:** The process ID within a PID namespace. This is not necessarily unique across all processes on the host but it is unique within the process namespace that the process exists within.
<!-- endsemconv -->
4 changes: 2 additions & 2 deletions model/registry/process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ groups:
brief: >
Array of environment variable bindings.
note: >
As environment variables may change during a process's lifespan, this should be
As environment variables may change during a process's lifespan, this SHOULD be
captured as a snapshot when the event occurred.
May be filtered to protect sensitive information.
This SHOULD be filtered to protect sensitive information.
examples: ['PATH=/usr/local/bin;/usr/bin', 'USER=ubuntu']
- id: owner
type: string
Expand Down

0 comments on commit 14ffaa0

Please sign in to comment.