We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we convert HTTP timeouts to a 503 response, we are failing to pass the trace parameter.
trace
azure-cosmos-dotnet-v3/Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs
Lines 381 to 398 in e5972ac
CosmosExceptionFactory.CreateServiceUnavailableException has a trace parameter that we are not passing.
CosmosExceptionFactory.CreateServiceUnavailableException
This generates empty diagnostics:
Response status code does not indicate success: ServiceUnavailable (503); Substatus: 20003; ActivityId: xxxxx; Reason: (GatewayStoreClient Request Timeout. Start Time UTC:xx/xx/xxxx xx:xx:xx xx; Total Duration:65013.1998 Ms; Request Timeout 65000 Ms; Http Client Timeout:65000 Ms; Activity id: xxxx;);; Diagnostics:{"Summary":{},"name":"NoOp","start time":"00:00:00:000","duration in milliseconds":0}
The text was updated successfully, but these errors were encountered:
ealsur
rinatmini
Successfully merging a pull request may close this issue.
When we convert HTTP timeouts to a 503 response, we are failing to pass the
trace
parameter.azure-cosmos-dotnet-v3/Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs
Lines 381 to 398 in e5972ac
CosmosExceptionFactory.CreateServiceUnavailableException
has atrace
parameter that we are not passing.This generates empty diagnostics:
The text was updated successfully, but these errors were encountered: