The property that controls the threshold for the Resource Pool Limit Reached event is jmx-metric-threshold-percentage
, which can be used to change the limit from the default of 80% to a higher or lower number. It requires a restart of the agent JVM to apply this change.
Example: A user wants to increase the threshold to 90%.
<agent_home>/versionXXXX/conf/app-agent-config.xml
add the following property:
<property name="jmx-metric-threshold-percentage" value="90"/>
Note: On success, in the agent*.0.log
the user will see the following message: DEBUG AgentConfigWatchdog - added service properties [{jmx-metric-threshold-percentage=90....
Hi Team,
On breaching of threshold percentage will data/metrics stop reporting to the Controller?