Envoy Response Flag
Organizes Envoy’s Response Flag.
1. Envoy Response Flag
Envoy Response Flag refers to flags used to represent related information in Access Log when specific Events or Errors occur during Envoy’s request processing. Long Name and Short Name exist, and Short Name is recorded in Envoy Access Log. Response Flags are divided into flags that are used with HTTP and TCP and flags that are only applied to HTTP.
1.1. HTTP, TCP Flag
|| Long Name | Short Name | Description | |—|—|—| || NoHealthyUpstream | UH | Envoy Server failed to connect to Upstream Server because there is no Healthy Upstream Server in Upstream Cluster, and responds with 503 Status Code to Downstream Client | || UpstreamConnectionFailure | UF | Envoy Server failed to connect to Upstream Server and responds with 503 Status Code to Downstream Client | || UpstreamOverflow | UO | Envoy Server did not attempt to connect to Upstream Server due to Circuit Breaking and responds with 503 Status Code to Downstream Client | || NoRouteFound | NR | Envoy Server could not attempt to connect to Upstream Server because appropriate Route Rule or Filter Chain does not exist, and responds with 404 Status Code to Downstream Client | || UpstreamRetryLimitExceeded | URX | Envoy Server temporarily does not connect to Upstream Server because the configured HTTP request retry or TCP reconnection attempt count has been exceeded | || NoClusterFound | NC | Envoy Server could not attempt to connect to Upstream Server because it could not find Upstream Cluster to forward the request to | || DurationTimeout | DT | Envoy Server forcibly terminates the connection when maintaining connection with Upstream Server formax_connection_duration time or longer, or maintaining connection with Downstream Client for max_downstream_connection_duration time or longer, and responds with 504 Status Code to Downstream Client |