Currently the OTel SDKs will provide some information such as opentelemetry.sdk.name and opentelemetry.language.version, which is very helpful. Now, I'm wondering if we could add something (optional) to identify the actual so-called distros (Amazon, Lightstep, Splunk, NewRelic, etc), whether it's an agent (Java, DotNet or Python) or a custom Collector instance.
A pair of names that come to mind: opentelemetry.agent or opentelemetry.distro.name?
Currently the OTel SDKs will provide some information such as
opentelemetry.sdk.nameandopentelemetry.language.version, which is very helpful. Now, I'm wondering if we could add something (optional) to identify the actual so-called distros (Amazon, Lightstep, Splunk, NewRelic, etc), whether it's an agent (Java, DotNet or Python) or a custom Collector instance.A pair of names that come to mind:
opentelemetry.agentoropentelemetry.distro.name?