Skip to content

Commit

Permalink
Fix typos (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jskiba authored May 22, 2024
1 parent f1f80ae commit db1e1fc
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 @@ -564,7 +564,7 @@ message AgentDescription {
// Agent type, e.g. "io.opentelemetry.collector"
// - service.namespace if it is used in the environment where the Agent runs.
// - service.version should be set to version number of the Agent build.
// - service.instance.id should be set. It may be be set equal to the Agent's
// - service.instance.id should be set. It may be set equal to the Agent's
// instance uid (equal to ServerToAgent.instance_uid field) or any other value
// that uniquely identifies the Agent in combination with other attributes.
// - any other attributes that are necessary for uniquely identifying the Agent's
Expand Down
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ attributes SHOULD be specified:
- service.name should be set to the same value that the Agent uses in its own telemetry.
- service.namespace if it is used in the environment where the Agent runs.
- service.version should be set to version number of the Agent build.
- service.instance.id should be set. It may be be set equal to the Agent's
- service.instance.id should be set. It may be set equal to the Agent's
instance uid (equal to ServerToAgent.instance_uid field) or any other value
that uniquely identifies the Agent in combination with other attributes.
- any other attributes that are necessary for uniquely identifying the Agent's
Expand Down

0 comments on commit db1e1fc

Please sign in to comment.