Closed tigrannajaryan closed 2 years ago
This eliminates oneof Body from AgentToServer and puts all fields in AgentToServer which allows to include multiple messages in one AgentToServer. This can reduce the number of roundtrips and makes it uniform with ServerToAgent.
Resolves https://github.com/open-telemetry/opamp-spec/issues/43
cc @djaglowski if you want to have a look before I merge.
This eliminates oneof Body from AgentToServer and puts all fields in AgentToServer which allows to include multiple messages in one AgentToServer. This can reduce the number of roundtrips and makes it uniform with ServerToAgent.
Resolves https://github.com/open-telemetry/opamp-spec/issues/43