envoy icon indicating copy to clipboard operation
envoy copied to clipboard

503 UC does not get reported as a span.

Open Stono opened this issue 1 year ago • 2 comments

Where a connection failed, a span is not recorded in Jaeger. From a users perspective this results in us seeing metrics for failures (503's) then going to try and investigate them, and not finding any spans.

Description: More details are on https://github.com/istio/istio/issues/50875, I was just asked to raise it here.

Stono avatar May 07 '24 06:05 Stono

cc @zirain @wbpcode @Shikugawa @basvanbeek

phlax avatar May 08 '24 15:05 phlax

hmmm, I believe in normal case the span should be created and reported. Is your request a request from downstream or side request that created by the async client of Envoy?

wbpcode avatar May 09 '24 01:05 wbpcode

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 08 '24 04:06 github-actions[bot]

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions.

github-actions[bot] avatar Jun 15 '24 04:06 github-actions[bot]

Sorry I never got back to you here, completely missed the question.

hmmm, I believe in normal case the span should be created and reported. Is your request a request from downstream or side request that created by the async client of Envoy?

Screenshot 2024-06-27 at 09 54 44

The span does not get recorded when the connection to an external host here gets a reset, eg upstream reset: reset reason: connection termination.

Stono avatar Jun 27 '24 08:06 Stono