apple / swift-distributed-tracing

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

[PATCH] [bug] Fix ignored `at` argument in two instances of withSpan #139

Closed ktoso closed 9 months ago

ktoso commented 9 months ago

In two cases, the signature for withSpan included the at parameter to override the starting timestamp on the span, but it was being ignored and DefaultTracerClock.now was being used instead.

resolves rdar://122048914

ktoso commented 9 months ago

@swift-server-bot test this please

ktoso commented 9 months ago

.FileNotFoundError: [Errno 2] No such file or directory: './docker/docker-compose.2204.510.yaml' need to make this I guess