Telemetry for ServiceEntry?

It looks like telemetry for ServiceEntries is not reported. If I istioctl proxy-config endpoint I can see that the “stats” array has no data for the entry that represents my SE.
Is that something that could (easily) be turned on?

1 Like

What version of Istio are you running?

1.1.snapshot 5

Let me rephrase my above question: where in Prometheus would I find that data? I looked at istio_requests_total and I did not see the data there.

The situation may be worse in my case, as I am directing mirrored traffic to the SE (see lower half of https://itnext.io/use-istio-traffic-mirroring-for-quicker-debugging-a341d95d63f8 ) and the data reporting from the destination, which apparently is in place for mirrored traffic seems not be in effect for SEs.