Process environment variables, <key> being the environment variable name, the value being the environment variable value.
Example
ubuntu
Example
/usr/local/bin:/usr/bin
Note
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".
This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.
Process environment variables,
<key>being the environment variable name, the value being the environment variable value.Example
Example
Note
Examples:
USERwith value"ubuntu"SHOULD be recorded as theprocess.environment_variable.USERattribute with value"ubuntu".PATHwith value"/usr/local/bin:/usr/bin"SHOULD be recorded as theprocess.environment_variable.PATHattribute with value"/usr/local/bin:/usr/bin".This attribute is experimental and is subject to breaking changes in minor releases of
@opentelemetry/semantic-conventions.