semconv.com

process.environment_variable

Release candidatetemplate[string]as of v1.44.0

Process environment variables, <key> being the environment variable name, the value being the environment variable value.

Examples:

- an environment variable USER with value "ubuntu" SHOULD be recorded as the process.environment_variable.USER attribute with value "ubuntu".

- an environment variable PATH with value "/usr/local/bin:/usr/bin" SHOULD be recorded as the process.environment_variable.PATH attribute with value "/usr/local/bin:/usr/bin".

Examples

History

  1. v1.42.0stability

    Promoted to release_candidate.

  2. v1.33.0

    Added as development.

Definition sourceRegistry docsJSON