Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
andykellr and evan-bradley authored Oct 30, 2024
1 parent 32a70a5 commit ed37d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/opamp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ 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.
// The agent 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
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,7 @@ ServerToAgent message.
###### OpenTelemetry Collector

Here is an example of how ComponentDetails could hold information regarding the included
components for a custom build of [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector):
components for a custom build of the [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector):

```jsonc
{
Expand Down

0 comments on commit ed37d51

Please sign in to comment.