slashmo / jaeger-client-swift

Jaeger Client built for Swift Distributed Tracing
Apache License 2.0
9 stars 0 forks source link

How to transform array attribute into Zipkin V2 tag #3

Closed slashmo closed 3 years ago

slashmo commented 3 years ago

@ktoso brought up a valid concern about transforming an .array attribute into a Zipkin tag in case the array elements are strings:

what if the string is "hello, oh no" -> [foo, hello, ohno]

I'm not quite sure how to handle this, though. Let's leave this issue as a reminder for now.