opencensus-website icon indicating copy to clipboard operation
opencensus-website copied to clipboard

content/guides: provide recommendation for how to trace streaming APIs {gRPC, HTTP}

Open odeke-em opened this issue 7 years ago • 0 comments

We need to show users how to handle the case when they've got streaming APIs so that they can trace each invocation. The recommendation here would be to trace each individual burst of a stream e.g. a Recv() and Send() since streaming can go on infinitely

odeke-em avatar Sep 04 '18 16:09 odeke-em