Diagnostics: rename components-actual.yaml
to components-observed.yaml
#2419
Labels
enhancement
New feature or request
Team:Elastic-Agent
Label for the Agent team
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
Follow up to #2139.
Now that #2139 has been implemented,
elastic-agent diagnostics
will create an archive containing the following files (only those relevant to this discussion are shown below):components-expected.yaml
components-actual.yaml
From my understanding after chatting with @pchila:
components-expected.yaml
represents the expected state of the components, as is sent by the Agent to it's components via theCheckinExpected
message.components-actual.yaml
represents the observed state of the components, as is sent by the components to the Agent via theCheckinObserved
message.Assuming my understanding above is correct, then I propose renaming
components-actual.yaml
tocomponents-observed.yaml
so the filenames are consistent with the names of their corresponding protocol messages. This will avoid unnecessary confusion about what exactlycompnents-actual.yaml
might represent and whether it's the same or slightly different that the observed state of the components, as is sent by the components to the Agent via theCheckinObserved
message.The text was updated successfully, but these errors were encountered: