How can I control which data gets reported to the Istio Mixer by the side car?

5/29/2018

How can I control the data being sent to the Istio Mixer? For example, my service has a health url (/health) that gets called every few seconds and the call goes through the side car which end up reporting data to the mixer. How can I configure the side car to skip metrics/reports related to certain URLs like the health url?

-- David
envoyproxy
istio
kubernetes
kubernetes-health-check

1 Answer

8/7/2018

This looks like it might still be in development. If/when it works, I believe you could use the themonitoredResourceDimensions with an expression for uriValue.

-- dany L
Source: StackOverflow