Open
Description
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:
- Control whether data is reported
- Control whether the instrumenter executes
- Adjust the sampling rate
- And so on
Describe alternatives you've considered
No response
Additional context
No response