Moritz Lang

Results 77 comments of Moritz Lang

Yep, I should have a demo fairly soon 😊

@ktoso & @tomerd I started poking around with how this (#29) could look like. I'm quite happy with the end result already but don't *love* the naming.

@ktoso & @tomerd This seems like a great idea which should now be possible through `.executableTarget` (5.4) 👍 I like the interplay of `ArgumentParser` and `Lifecycle`. Though getting this example...

Alright, let me see what I can do 😊

@adam-fowler Setting span attributes is going to be tricky in Soto. As you can see in the OpenTelemetry spec there are tons of attributes that are recommended for an AWS...

I chatted with @ktoso earlier to discuss the manual context propagation, and we agreed that we probably shouldn't deprecate the "old" API accepting a `Logger` for each request overload, as...

> I'd like to punt this to a side-branch for iterative development if we can. > @Lukasa Sure, sounds like a good approach. I can change the target branch once...

@ktoso The CI seems to fail because the Baggage repo cannot be cloned through the Git URL. Should we pin Tracing to 0.1.1 here in order to get the fix?...

FYI, this is how a request currently looks like in my example project: ```swift InstrumentationSystem.bootstrap(FakeTracer()) let client = HTTPClient(eventLoopGroupProvider: .createNew) var context = BaggageContext() // Extracted from a prior request...