Skip to content

Commit

Permalink
add capability to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Oct 24, 2024
1 parent 4d3af71 commit a2ca5a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions proto/opamp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,9 @@ enum AgentCapabilities {
// know the configured interval and should not make assumptions about it.
// Status: [Development]
AgentCapabilities_ReportsHeartbeat = 0x00002000;
// The will report AvailableComponents via the AgentToServer.available_components field.
// Status: [Development]
AgentCapabilities_ReportsAvailableComponents = 0x00004000;
// Add new capabilities here, continuing with the least significant unused bit.
}

Expand Down
3 changes: 2 additions & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,8 @@ See [CustomMessage](#custommessage) message for details.

Status: [Development]

A message listing the components available in the Agent.
A message listing the components available in the Agent. This field SHOULD be
reported if and only if the ReportsAvailableComponents capability is set.

See [AvailableComponents](#availablecomponents-message) message for details.

Expand Down

0 comments on commit a2ca5a1

Please sign in to comment.