opentelemetry-collector-contrib icon indicating copy to clipboard operation
opentelemetry-collector-contrib copied to clipboard

[extension/opamp] Add `os.description` as non-identifying agent attribute

Open dpaasman00 opened this issue 4 months ago • 0 comments

Description: <Describe what has changed.>

The opamp extension now reports additional information about the host machine's operating system, specifically the version. It does so by reporting the semantic convention os.description(defined here) as a non-identifying attribute in the agent description message.

Link to tracking Issue: <Issue number if applicable> Closes #35555

Testing: <Describe what testing was performed and which tests were added.> Unit tests updated. Verified os.description attribute shows up with values like 'macOS 15.0' and 'Ubuntu 20.04.6 LTS'

dpaasman00 avatar Oct 15 '24 20:10 dpaasman00