DX Application Performance Management

TEC1582892: Should we be concerned if seeing “[WARN] [IntroscopeAgent] Temporarily throttling the errors….” in the Agent Logs? 

May 25, 2016 06:15 PM

Author: Tom_Wyszomierski

Document ID:  TEC1582892

Last Modified Date:  2/4/2015

  • Products
    • CA Application Performance Management
  • Releases
    • CA Application Performance Management:Release:CA APM 9.6
    • CA Application Performance Management:Release:CA APM 9.7
    • CA Application Performance Management:Release:9.6
    • CA Application Performance Management:Release:9.5
  • Components
    • APM AGENTS

 

 

 

Description:

This article explains the cause of the “Temporarily throttling the errors” message and how to address this error.

 

Solution:

From time to the following warning message may appear in Introscope Agent logs:

[WARN] [IntroscopeAgent] Temporarily throttling the errors sent because more than 10 have occurred in a short time

This warning is triggered by the Error Detector feature of the APM agent. Error Detector uses the errors.pbd file to detect and report information on errors occurring on the currently monitored application server.

When Error Detector finds an error, it generates an error snapshot providing component-level information on how the error occurred.

These error snapshots can be resource-intensive to generate. As a result, to limit the error detector overhead on the monitored application, the agent restricts the number of snapshots generated to 10 in any 15 second interval.

This limit is configurable in the IntroscopeAgent.profile with the property:

introscope.agent.errorsnapshots.throttle=10.

Should this limit be exceeded, the message: “[WARN] [IntroscopeAgent] Temporarily throttling the errors sent because more than 10 have occurred in a short time” is logged.  (Note that raising this property may increase overhead on the monitored application.)

So what should we do if seeing the error snapshot throttle being exceeded? First, review the monitored application server for potential issues. If the agent is generating more 10 errors snapshots in a 15 second interval, then there may be a serious issue occurring on the application server.

Should no issues be occurring on the application server, then review the Error Detector configuration to ensure that meaningless errors are not being detected.

In the agent profile, you can exclude errors with the following property: introscope.agent.errorsnapshots.ignore.0= .

For example:

introscope.agent.errorsnapshots.ignore.0=*com.company.HarmlessException*

introscope.agent.errorsnapshots.ignore.1=*HTTP Error Code: 404*

 

Should you have any questions, please feel free to contact CA Technologies Support.

 

Search the Entire CA APM Knowledge Base

 

search-kb.jpg

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.