envoyproxy/envoy

Outlier detection needs to log and handle grpc-status sent as trailers

Open

#8.228 aberto em 12 de set. de 2019

Ver no GitHub
 (9 comments) (2 reactions) (0 assignees)C++ (5.373 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 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.

Guia do colaborador