opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
OpAMP HTTP service
Description:
This is a continuation of the OpAMP implementation work. The changes here are focused on adding the RequestService interface along with its HTTP implementation.
The RequestService interface serves as an abstraction layer that accommodates both HTTP and WebSocket protocols, so that the OpampClient implementation doesn't have to know which protocol is used.
cc @tigrannajaryan