kim / opentracing

OpenTracing (https://opentracing.io) for Haskell
Apache License 2.0
40 stars 12 forks source link

Base64-encode `BinaryT` tag values for the Zipkin V2 API #20

Closed kim closed 6 years ago

kim commented 6 years ago

utf8 will error when passed an actual binary (non-utf8) value.

Follow-up for #19

kim commented 6 years ago

Admittedly, I’m not actually sure what the purpose of binary tag values is 🤷‍♂️