Is there any way to capture metrics like query per seconds or latency of service call (between two services) in kubernetes environment without tool like Istio or any other enovy/mesh based architecture?
In other words, what are the metrics that are only possible by implementing a service mesh?