-
Notifications
You must be signed in to change notification settings - Fork 9
Filter health probing checks from Tracing #335
Comments
We are also looking for same feature from istio proxy |
It is possible in envoy to configure the health check endpoint, and then it will be ignored by tracing. For example, I updated the jaeger tracing example
I then called the app using
which did not result in a trace instance. The issue is I currently don't know how this v2 config can be passed from Istio to the Envoy proxy. Hopefully someone with knowledge of the v2 api can answer that. |
@nixgadget Just wondered, have you tried adding the http header |
Honestly didnt know about that header. Il look into it and report back |
Have tested it, and it works, e.g.
|
Is there anyway to filter out K8 health check probes from Tracing ?
I have been looking at few old posts about this question but none of give any solution. Everything is pointing to adding this as a feature to Envoy.
The text was updated successfully, but these errors were encountered: