Anuraag (Rag) Agrawal
Anuraag (Rag) Agrawal
> it reduces the chances of that happening and improves the OpenTelemetry as the standard. I agree with this :) So listed out steps that we should probably take to...
IMO baggage isn't an ideal example since it's supposed to be handled by OTel itself. I'm still for having log processor to mimic tracing but if a use case is...
> but I'm not aware of such mechanisms Yeah that's why "supposed to be handled" :P The point is mainly that it would be possible to stamp baggage even without...
A common pattern is to attach Context to a record if it goes through multiple stages. Maybe something along these lines ```java pipeline.register(stage1, (event) -> { Context context = Context.current().with(tracer.startSpan());...
I think this is the issue in the spec related to exporting in-progress spans https://github.com/open-telemetry/opentelemetry-specification/issues/373 The SDK itself is ready for this as @jkwatson mentions, a SpanProcessor that exports on...
This is an issue with wire compiler - https://github.com/square/wire/issues/2188. I think I had a workaround before that doesn't require an upstream fix, let me try to remember it and fix...
BTW I could only reproduce this on GitHub actions before but not on a local Windows machine, which I think was because of it using a separate drive for caches....
@yogurtearl Please let us know what your findings on potential legal issues are. We made the decision to target deaugared libs after the Gradle Android plugin was updated to support...
The tests aren't enabled by default still, it would be good to do that if possible though
Hi @aaron-ai - currently load balancing is not supported by the OpenTelemetry specification. It seems like it could be a useful feature so you may want to file an issue...