Is your feature request related to a problem?
host.id is a recommended resource attribute: https://opentelemetry.io/docs/specs/semconv/resource/host/
Describe the solution you'd like
I'd like to augment the existing host resource detector to also include host.id when available
Describe alternatives you've considered
The collector can stamp the host.id, but that doesn't help in all deployment types where there might not be a collector in the position to do that.
Additional Context
Originally opened an issue in contrib (open-telemetry/opentelemetry-python-contrib#4830) but was redirected to add it here instead of establishing a new module
Would you like to implement a fix?
Yes
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Is your feature request related to a problem?
host.idis a recommended resource attribute: https://opentelemetry.io/docs/specs/semconv/resource/host/Describe the solution you'd like
I'd like to augment the existing host resource detector to also include
host.idwhen availableDescribe alternatives you've considered
The collector can stamp the host.id, but that doesn't help in all deployment types where there might not be a collector in the position to do that.
Additional Context
Originally opened an issue in contrib (open-telemetry/opentelemetry-python-contrib#4830) but was redirected to add it here instead of establishing a new module
Would you like to implement a fix?
Yes
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.