79129682

Date: 2024-10-27 00:18:23
Score: 1
Natty:
Report link

After some more investigation it seems that the HTTP POST is the initialisation of GRPC connection, since GRPC is using HTTP 2 POST on start of the call. The OTEL implementation has 2 transactions for grpc server -> One for the HTTP 2 POST which happens on the start of GRPC connection and the other one which happens when GRPC call is being done.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jakub Zilinek