Closed slashmo closed 3 years ago
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
@swift-server-bot test this please
@tomerd The docker and script files should be good now. Could you please review them once more, and set up the CI to stop executing with 5.0
and 5.1
and add 5.4
& 5.5
instead?
@swift-nio-bot add to allowlist
LGTM, and the 5.0 5.1 are expected failures 👍
@swift-server-bot test this please
Removed 5.1 and 5.0 CI, but it still shows up here, i guess we may need to make a new PR with the same contents @slashmo
I removed 5.0 and 5.1 from branch rules so they are no longer required.
@yim-lee & @ktoso: Thanks for taking care of the CI. Re-triggering with a new (or amended) commit seems to work 👍
Closes #12
With the focus shifting to automatic context propagation through task-locals, this PR removes
LoggingContext
(and the dependency on Logging) and exposes a newBaggageModule
, containing the pureBaggage
implementation formerly defined in apple/swift-distributed-tracing-baggage-core.One addition over the original
Baggage
implementation is the task-localBaggage.$current
. This will allow us to perform automatic context propagation behind the scenes, enabling an easier distributed tracing API overall. (The new Tracing API with structured concurrency support will follow next).