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?
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.