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

"snapshot span" aka log #156

Closed wibed closed 2 weeks ago

wibed commented 2 weeks ago

can there be such a thing as a "snapshot span"? equivalent to a log essentially, but relying on the asynchronous nature of the library.

porglezomp commented 2 weeks ago

Are you looking for events? https://swiftpackageindex.com/apple/swift-distributed-tracing/main/documentation/tracing/span/addevent(_:)

wibed commented 2 weeks ago

yes exactly