-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capability to set RequestInstanceUid flag in AgentToServer msg as per the spec #198
Comments
We need to add Lines 11 to 83 in 9efb265
Just to note, If your server implementation sends a non-nil |
I can verify that behavior. But would like to follow the protocol and have the capability in Agent to specifically request new instance ID from the Server. |
Updates #198 This PR adds a new method to the OpAMPClient that allows clients to set their own flags (such as `RequestInstanceUid`).
I am trying to implement our use case of the Agent requesting the Server for the identifier.
The specification supports it, but its yet implemented in the opamp-go.
https://github.com/open-telemetry/opamp-spec/blob/main/specification.md#agenttoserverinstance_uid.
I can contribute to the go implementation. Any pointers for the changes will be helpful.
The text was updated successfully, but these errors were encountered: