I'm running my app in Google Kubernetes Engine, and the Stackdriver Traces are very useful to determine the health and speed of my app.
However the large majority of request coming into my app are the health checks from the load-balancer to make sure the pod is ready to receive traffic. This makes the overview tab of the traces console in Google Cloud completely useless since it's essentially just telling me about the health checks.
Is there a way to exclude the health checks from what is being traced?