You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The B3Propagator is setting the sampled value to a Number. The Metadata validate function is expecting a string or a binary value if the key ends in '-bin'.
The text was updated successfully, but these errors were encountered:
* feat: use Koa router name as span name if available
* feat: use Koa router name as span name if available (addressed feedback)
Co-authored-by: Rauno Viskus <[email protected]>
What version of OpenTelemetry are you using?
0.6.1
What version of Node are you using?
v12.16.2
What did you do?
Calling a gRPC service with sampled using B3Propagator
What did you expect to see?
The sampled value to be added to the gRPC metadata
What did you see instead?
The error:
Error: keys that don't end with '-bin' must have String values
from https://github.com/grpc/grpc-node/blob/grpc%401.24.2/packages/grpc-native-core/src/metadata.js#L74
Additional context
The B3Propagator is setting the sampled value to a Number. The Metadata validate function is expecting a string or a binary value if the key ends in '-bin'.
The text was updated successfully, but these errors were encountered: