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

Add nanoseconds to instant protocol #114

Closed ktoso closed 1 year ago

ktoso commented 1 year ago

Motivation:

we have nanoseconds precision on most platforms so lets expose it.

resolves https://github.com/apple/swift-distributed-tracing/issues/105

ktoso commented 1 year ago

Also resolves https://github.com/apple/swift-distributed-tracing/issues/103 by removing unused protocol

ktoso commented 1 year ago

Sweet, thanks folks; moving on then