open-telemetry / semantic-conventions

Defines standards for generating consistent, accessible telemetry across a variety of domains
Apache License 2.0
282 stars 175 forks source link

add `origin_referrer_url`, `origin_url` and `zone_identifier` to the process attribute #1517

Open AsuNa-jp opened 4 weeks ago

AsuNa-jp commented 4 weeks ago

Changes

This PR adds the following attributes.

Details

Generally, a process is generated from an executable file. Therefore, the process model naturally includes attributes containing information about the originating executable file. In this PR, we are adding the following three attributes to further extend the originating executable file details.

The name of these attributes and where to add it were decided after consulting with @joe-desimone and @trisch-me.

The meaning of each field is explained in detail in the PR below.

Merge requirement checklist