Skip to content

Collector failing to save large spans #3196

Answered by js8080
js8080 asked this question in Q&A
Discussion options

You must be logged in to vote

Turns out the issue was due to the max message size of the NGINX Ingress. I updated this setting in my Ingress spec and my larger spans are now recorded.

Another indicator of this issue that I should have noticed earlier was the gRPC client logs spit out the following error (notice the HTTP 413 returned):

T:\src\github\grpc\workspace_csharp_ext_windows_x64\src\core\lib\surface\call.cc:626: OP[client-channel:00000248DBD5F740]:  CANCEL:{"created":"@1628543970.051000000","description":"Received http2 :status header with non-200 OK status","file":"T:\src\github\grpc\workspace_csharp_ext_windows_x64\src\core\ext\filters\http\client\http_client_filter.cc","file_line":121,"grpc_message":"Receive…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by js8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant