I have 2 public-facing services, handled by nginx-ingress-controller. Since injecting Conduit into one of the service deployments (the green one on the following chart), its avg response time (as reported by nginx to prometheus) keeps going up.

Looking at the Conduit stats in the dashboard for this service, I am not seeing this rise in response time.
Restarting the ingress controller pods made the response time go back down where it usually is, but it started growing again over time.
In short, the calls go from (nginx) -> (conduit proxy -> green service)
and conduit's stats don't reflect that latency increase, but nginx's do.