apple / swift-distributed-tracing

Instrumentation library for Swift server applications
https://swiftpackageindex.com/apple/swift-distributed-tracing/main/documentation/tracing
Apache License 2.0
224 stars 34 forks source link

Default LegacyTracerProtocol implementation #101

Closed fabianfett closed 1 year ago

fabianfett commented 1 year ago

Motivation

For adopters that implement the TracerProtocol we should offer a default implementation for the LegacyTracerProtocol, so that they don't need to worry about it at all.

Changes

ktoso commented 1 year ago

@swift-server-bot add to allowlist

ktoso commented 1 year ago

@swift-server-bot test this please

ktoso commented 1 year ago

The issue is right, but the fix is slightly different, done in: https://github.com/apple/swift-distributed-tracing/pull/112

Thanks!