As a result, users would get inconsistent data from different systems and instrumentations.
Vendors will need to know how to parse and extract specific details (such as process name).
Describe the solution you'd like
The approach we follow in HTTP and other semconv:
Find 1-2 required attributes (e.g. process.executable.name) which are available everywhere
Require instrumentations to do the parsing/extraction of this common information so that users and consumers would get consistent data
Set appropriate requirement levels on other attributes
Area(s)
area:process
Is your change request related to a problem? Please describe.
We require any of the following attributes to be present
https://github.com/open-telemetry/semantic-conventions/blob/a04a1f4ba413d0a1f137c223fc243ea14fdcd89b/docs/resource/process.md?plain=1#L39-L45
As a result, users would get inconsistent data from different systems and instrumentations. Vendors will need to know how to parse and extract specific details (such as process name).
Describe the solution you'd like
The approach we follow in HTTP and other semconv:
process.executable.name
) which are available everywhere