added tracing capability to ext-authz http client#8142
added tracing capability to ext-authz http client#8142zuercher merged 8 commits intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
|
Thanks. will take a look. |
Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
dio
left a comment
There was a problem hiding this comment.
Thanks @gsagula! I think the improvement on showing service unavailable for 503 is great (as mentioned in #7267 (review))!
Sorry, we missed the version_history changes here?
dio
left a comment
There was a problem hiding this comment.
I think yes, we need an entry in version history. Thanks!
Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
|
/retest |
|
🔨 rebuilding |
…acing Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
|
/retest |
|
🐴 hold your horses - no failures detected, yet. |
|
/azp run envoy-linux |
|
Azure Pipelines successfully started running 1 pipeline(s). |
zuercher
left a comment
There was a problem hiding this comment.
Looks good. For consistency, I think we should handle cleaning up the span_ in the same way as callbacks_.
Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
…acing Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
|
/retest |
|
🔨 rebuilding |
…acing Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
|
/retest |
|
🔨 rebuilding |
|
Needs master merge. |
Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
|
Done. |
|
@zuercher I think this just needs a re-approve but I haven't been tracking carefully. |
zuercher
left a comment
There was a problem hiding this comment.
Looks good. My apologies for losing track of this one.
This PR adds tracing support to the HTTP client in the external authorization filter. So far, only gRPC client was able to trace requests from the filter to an authorization service. Risk Level: Low Testing: yes Docs Changes: N/A Release Notes: Added Fixes envoyproxy#6520 Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
This PR adds tracing support to the HTTP client in the external authorization filter. So far, only gRPC client was able to trace requests from the filter to an authorization service. Risk Level: Low Testing: yes Docs Changes: N/A Release Notes: Added Fixes envoyproxy#6520 Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
This PR adds tracing support to the HTTP client in the external authorization filter. So far, only gRPC client was able to trace requests from the filter to an authorization service. Risk Level: Low Testing: yes Docs Changes: N/A Release Notes: Added Fixes envoyproxy#6520 Signed-off-by: Gabriel Linden Sagula <gsagula@gmail.com>
Description:
This PR adds tracing support to the HTTP client in the external authorization filter. So far, only gRPC client was able to trace requests from the filter to an authorization service.
Risk Level: Low
Testing: yes
Docs Changes: N/A
Release Notes: Added
Fixes #6520
Signed-off-by: Gabriel Linden Sagula gsagula@gmail.com