how to get request count at kubernets service endpoint level

Viewed 288

in our Kubernetes cluster we use multiple internal Kubernetes service endpoints. and these service endpoints used by multiple client services.

we wanted to check is there any which we can get the kubernets service level metrics in terms of request count, average response time, status code aggregation?

1 Answers
Related