slashmo / jaeger-client-swift

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

Use official tracing package 📦 #10

Closed slashmo closed 3 years ago

slashmo commented 3 years ago

Now that Tracing has been officially released, I switched from slashmo/gsoc-swift-tracing to apple/swift-distributed-tracing.

This involved some minor refactoring and rewording, and as a positive side-effect closed #3 using the new SpanAttribute type-specific arrays like SpanAttribute.intArray.

slashmo commented 3 years ago

Thanks for the quick review, @ktoso 🚀