The Istio High Request Latency incident type refers to an issue where the average execution time for requests in Istio is longer than the expected threshold of 100ms. This may result in slow or unresponsive services, negatively impacting the user experience. It may require investigation and troubleshooting to identify the underlying cause and resolve the issue.
Parameters
Debug
Check if Istio is installed in the cluster
Check the status of the Istio pods and services
Check the logs of the Istio sidecar proxy for the affected service
Check the latency of the requests to the affected service
Check the Istio configuration for the affected service
Check if there are any network issues affecting the service
Check if there are any CPU or memory issues affecting the service
Resource constraints: The service may be under-resourced, leading to a slower response time for requests.
Repair
If the issue is related to hardware resource constraints, consider increasing the resources allocated to the affected service or adding more nodes to the cluster.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.