-
Notifications
You must be signed in to change notification settings - Fork 855
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
Supports External Control of Agent Behavior Dynamically #12251
Comments
I've been looking at these. It will gradually become more dynamic but never fully. In terms of your top three there
|
I noticed that the community has been discussing OpAMPs recently. Is it possible to use them to achieve this functionality? |
The short answer is OpAMP doesn't help. The long answer is that OpAMP and dynamic capability are not tied. You can have the above dynamic capability without OpAMP. Conversely adding in OpAMP does not require dynamic capabilities in the agent or SDK. Current thinking is that with OpAMP you have a few possibilities:
Using OpAMP to get configuration changes is probably going to be done in a proprietary way for now because the OpAMP specification doesn't require any particular config structure or mechanism. It may evolve to recommend the use of declarative configuration, but that doesn't make it any more supportive of dynamic behaviour |
Is your feature request related to a problem? Please describe.
When a sudden surge in business traffic causes an application to reach its performance limits, we often need to downgrade some functions of the mounted agent to ensure business availability. Currently, the configuration of the agent requires a restart to take effect, and some behaviors of the probes cannot be dynamically managed. This poses significant risks in real-world enterprise scenarios.
Describe the solution you'd like
We hope to dynamically control the following behaviors of the agent from the external:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: