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

Change Tracer to TracerProtocol and ad Tracer.withSpan {} #65

Closed ktoso closed 1 year ago

ktoso commented 2 years ago

It is a bit too annoying to use InstrumentationSystem.tracer even though "correctly named".

Let's rename to make it pleasant to use and discover tracing.

ktoso commented 1 year ago

Done in https://github.com/apple/swift-distributed-tracing/pull/93