jaeger-swift icon indicating copy to clipboard operation
jaeger-swift copied to clipboard

Jaeger/OpenTracing implementation for Swift

Results 5 jaeger-swift issues
Sort by recently updated
recently updated
newest added

Thank you for all the support and all members that worked on this project! This implementation of OpenTracing helped us moving fast and improve our Apps a lot! But we...

Do you guys have any plans to support SPM properly?

Currently we have our own pseudo-opentracing implementation in repo. There have been other attempts at building this. Let's find one that's good and use it, and ensure it's a separate...

Implement per trace sampling per opentracing spec.

As a developer I would like to receive encoded transport data and decide how to send it to the server – for example, use my own URLSession, custom headers, or...