go-grpc icon indicating copy to clipboard operation
go-grpc copied to clipboard

Report context cancelation as non-error

Open bboreham opened this issue 2 years ago • 3 comments

Someone else canceled this operation; we should not flag it as an error.

Example of a span flagged as an error when the operation was cancelled as un-needed: image

This is a little bit similar to #1, but for the case that the Go context was canceled, rather than the gRPC operation.

bboreham avatar Sep 22 '21 18:09 bboreham

I added some simple CircleCI config since it seems CircleCI removed the feature to have it work without.

bboreham avatar Sep 23 '21 10:09 bboreham

@austinlparker Would you have time to review this?

bboreham avatar Oct 28 '21 16:10 bboreham

@austinlparker sorry to bug you personally, but you were the last person to merge anything in this repo.

Would you be interested in handing over to someone else?

bboreham avatar Jan 19 '23 12:01 bboreham