You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one of the automatically filled non identifying attributes are specified (e.g. host.name, host.arch, os.type), I think the user-specified value of the attribute should act as an override for these attributes.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
… attributes (#32153)
**Description:** <Describe what has changed.>
* Adds a new `agent_description.non_identifying_attributes` config
option to allow setting user-defined non-identifying attributes
**Link to tracking Issue:** Closes#32107
**Testing:**
Added unit tests
Manually tested against an OpAMP server
**Documentation:**
Added new parameter to extension docs
Component(s)
extension/opamp
Is your feature request related to a problem? Please describe.
In the OpAMP spec, non-identifying attributes include "any user-defined attributes that the end user would like to associate with this Agent."
We would like to be able to add some extra attributes to the agent description this way.
Describe the solution you'd like
I think a simple solution would be to just have a section of the config that unmarshals to map[string]string, where the attributes can be specified:
If one of the automatically filled non identifying attributes are specified (e.g.
host.name
,host.arch
,os.type
), I think the user-specified value of the attribute should act as an override for these attributes.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: