Why is No Data shown for the Pod metrics?

Why is No Data shown for the Pod metrics?

In your Site24x7 web client (Server > Kubernetes > Pods > select the Pod monitor > click Performance), you might get No Data for metrics such as CPU Limit and Requests, Memory Limit and Requests, CPU Utilization, and Memory Utilization (%) as shown below: 


This happens because the Site24x7 Kubernetes agent cannot collect CPU limits or requests or memory limits or requests if the resource configuration is not set for the Pod in its respective deployment file, as shown below:


 


You will be able to see the metrics in the Site24x7 web client if the resource configuration for the Pod is set in its respective deployment file, as shown below:  




Now, the output will be:




How do we calculate CPU Utilization and Memory Utilization?

 

CPU Utilization is calculated as below:

  CPU Utilization = (CPU Usage/CPU Limit) * 100

 

Memory Utilization is calculated as below:

              Memory Utilization (%) = (Memory Usage/Memory Limit) * 100

 

Since the CPU and Memory Utilization metrics depend on their respective configuration data limit, they will be shown as No Data.

 

However, CPU Usage (millicores) and Memory Usage (mebibytes) will be shown irrespective of the resource configuration.

    • 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 ...
    • 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 ...
    • Understanding latency in data center operations

      Latency, measured in milliseconds (ms), is the time taken for a response to be generated by an application or service. Lower latency results in quicker responses. Latency can occur due to several factors like: Network traffic: High volumes can slow ...
    • Understanding data retention in Site24x7

      Data retention refers to the practice of storing data for a specific period to meet operational, legal, or business needs. It ensures that important information is available for compliance, audits, security investigations, and historical analysis. ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...