-
Notifications
You must be signed in to change notification settings - Fork 1
Make BaggageContext part of AsyncHTTPClient API #46
Make BaggageContext part of AsyncHTTPClient API #46
Comments
Maybe a good time to do this actually |
On top of that, I fail to see how existing in "proof of a concept" XRayMiddleware "currentSpan" equivalent is used; see also #72 (comment) and #48 |
"In Baggage we trust" is the motto 😉 The instrument should perform inject/extract based on baggage context; While in a trace, and making an http request people will: |
👍 thats great, it will however require changing (extending) of the HTTP client API so that user needs to pass the context (of the current span) explicitly; still it does not solve how it to get HTTP response status as defined by XRay (arguably its not a critical feature but "nice to have") |
Indeed, and that's what we'll do. I'll look into your other question soon, I need to dig into what the core issue is. |
I tried to address the issue and made a proof of concept implementation, see #95 |
https://github.com/slashmo/gsoc-swift-tracing/pull/45/files#r443569191
The text was updated successfully, but these errors were encountered: