Troubleshooting steps if you don't see any data after installing the PHP agent

Troubleshooting steps if you don't see any data after installing the PHP agent

Problem statement:
After installing the APM Insight PHP agent, you may encounter a situation where no data is displayed in the AppManager Console.

Troubleshooting steps:
1. Ensure that both the APM Insight PHP agent and the AppManagerDataExporter have been correctly installed.
2. Restart the web server and PHP-FPM (if applicable) after completing the installation to ensure proper initialization.
3. Ensure the configured AppManager host and port are accessible by the agent and license key configured properly by following this troubleshooting steps
4. Check whether the AppManagerDataExporter is running.
5. Check if any transactions have been made in your web application. Data will only be generated and displayed if transactions occur.

                  New to ADSelfService Plus?

                    • Related Articles

                    • How to install the APM Insight PHP Agent in an Azure Web App?

                      Follow these steps to install and configure the APM Insight PHP Agent in an Azure Web App. Step 1: Create a deployment script Navigate to the directory /home/apm/ (create it if it doesn’t exist). Create a new shell script named apm-phpagent-deploy.sh ...
                    • PHP Monitor Troubleshooting

                      PHP Monitor Errors and Troubleshooting Guide Check if the phpstats.php file in the webserver's document root. Ensure there are no modifications done in phpstats.php file Check if the given PHP path is correct. Retry with the "SSL is enabled" option ...
                    • Real User Monitor (RUM) - Troubleshooting

                      If the monitor has not polled data for a long time, follow the below steps for troubleshooting. Step 1: Check the RUM Agent configuration Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer this help ...
                    • APMInsight - .NET Agent Data Collection - KB

                      Prerequisites: The environment should aligns with our agent's supported components( .NET Framework 3.0 Service Pack installed, Microsoft .NET runtime version 4.0 & above) Network and Firewall: Outbound communication from the agent installed machine ...
                    • Addressing Multiple Application Instances creation with Different Ports in APM Insight PHP Agent

                      Issue: After installing the APM Insight PHP Agent, multiple application instances appear with different port numbers for the same application, which is expected to run only on port 80/443. Issue Cause: As per the PHP agent’s auto-discovery behavior, ...