Data collection stops in .NET agent after updating the application
This might happen if the "apminsight.appname" key in application setting in the web.config is replaced or removed. In this case, the agent cannot update the settings for App Filters automatically. To fix this, use either of the options
- Update App Filters (manually or through UI, and requires a restart of the agent Windows service), or
- Retain the "apminsight.appname" key in the web.config before an update (does not require a restart)
P.S. - This is applicable for agent version prior to 2.0
Related Articles
Site24x7 Real User Monitoring (RUM) - Data Collection
When you include Site24x7 RUM beacon script in your web pages, the following data is collected. All data that's being collected is in accordance with GDPR compliance. Performance details of web page load time - Metrics like response time of web page ...
Troubleshooting data collection issues while using SNMP v3 credentials
When data collection stops, check: If data collection has stopped for only a particular device or for all devices. If any out of memory (OOM) files are present in the following folder: {poller directory}/NetworkPlus/bin folder The credential ...
Troubleshooting steps if the data collection stops for a network device
Case 1: The On-Premise Poller is Down and/or the Network Module is Disabled. Go to Admin > On-Premise Poller. Check if the state of the On-Premise Poller is active. If not, activate it. Check if the status of the On-Premise Poller is up. If it's ...
How to set up alerts for network device data collection issues
When your network monitoring interfaces are not collecting data due to issues in the Network Module, you'll want to be alerted. To set up alerts, you need to add or edit the threshold and availability profile of the On-Premise Poller, which is used ...
How .NET agent collects data
APM Insight .NET Agent is a profiling based monitoring solution. It uses the profiling APIs provided by Microsoft frameworks and hooks itself into the ASP.NET worker process. The general workflow for monitoring is as given below : The .NET agent ...