1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/plugin
Tyler Yahn 1e36a61edf
Fix panic in gRPC UnaryServerInfo (#740)
Fixes unresolved issue identified in #691 and attempted in #697.

Adds unit test to ensure the UnaryServerInfo function does not panic
during an error returned from the handler and appropriately annotates
the span with the correct event.

Restructures the interceptor to remove this class of errors.

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
2020-05-18 18:54:38 -07:00
..
grpctrace Fix panic in gRPC UnaryServerInfo (#740) 2020-05-18 18:54:38 -07:00
httptrace Remove NewKey and update doc comment (#721) 2020-05-13 16:21:23 -07:00
othttp Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00