Absence of data in the Pods tab or some tabs in the Kubernetes monitor
This is a known issue in the older version of Applications Manager, which is fixed in APM v16800. So, we recommend upgrading the Applications Manager to the stable version to properly fix this issue.
To collect data for the Kubernetes Monitor, Applications Manager uses the SSH protocol to connect to the Kubernetes server and execute
kubectl commands. However, a timeout issue may occur while collecting data if the environment has a large number of pods. To resolve this issue, follow the steps given below:
- Use ServerSSHTroubleshoot.bat or sh file from <APM_Home>\bin\troubleshooting to establish an SSH connection with the Kubernetes server.
- Execute the "kubectl get pods -o json --all-namespaces" command and calculate the time taken for the command to complete.
- Edit the Kubernetes Monitor from the Applications Manager GUI.
- Update the Timeout value to the time taken for command execution (in seconds).
- Update the polling interval to twice the Timeout value (in minutes).
For example, if the command execution time is 300 seconds, update the Timeout value to 300 seconds and the polling interval to 10 minutes.
New to ADSelfService Plus?
Related Articles
Unable to Add Kubernetes Monitor
If you are having trouble adding a Kubernetes monitor in Applications Manager, ensure that the the prerequisites have been met: Verify whether you can establish an SSH connection to the Kubernetes server from the APM installed machine. Use the ...
Absence of data in the Pods tab or some tabs in the OpenShift monitor
To collect data for the OpenShift Monitor, Applications Manager uses the SSH protocol to connect to the OpenShift server and execute "oc" commands. However, a timeout issue may occur while collecting data if the environment has a large number of ...
Adding APM Insight Java agent in a Kubernetes environment
There are three methods for installing the APM Insight Java agent in a Kubernetes environment: Using Dockerfile Using InitContainers Using Persistent Volumes Prerequisites Download the latest APM Insight Java agent ZIP file. Extract the ZIP file and ...
Real User Monitor (RUM) - Troubleshooting
If the monitor has not polled data for a long time, follow the steps below for troubleshooting: Step 1: Check prerequisites to be done Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer the help ...
Self monitor Applications Manager using Real User Monitoring
We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...