Valentin, hi. "Could you elaborate on why we count metrics incorrectly when theserviceProxy() returns an instance of a local service instead of an actual proxy?"
Local instance executes direct calls without any wrapping and doesn't measure itself. That's why we bring proxy by 'serviceProxy()' even for local services with enabled statistics.
On 20.01.2022 00:09, Valentin Kulichenko wrote:
Could you elaborate on why we count metrics incorrectly when the serviceProxy() returns an instance of a local service instead of an actual proxy?