envoyproxy/envoy
View on GitHubOutlier detection needs to log and handle grpc-status sent as trailers
Open
#8,228 opened on Sep 12, 2019
enhancementhelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
Title: Outlier detection needs to log and handle grpc-status sent as trailers
Description:
Outlier detection currently doesn't check response trailers, which may contain an error grpc-status when a gRPC stream is closed.
Relevant Links:
See the discussion on the original issue for adding grpc-status support in Outlier Detection.