Anuraag (Rag) Agrawal

Results 343 comments of Anuraag (Rag) Agrawal

If we remove `@Nullable` from the `Getter`, we would want to remove it from the propagator too https://github.com/open-telemetry/opentelemetry-java/blob/main/api/context/src/main/java/io/opentelemetry/context/propagation/TextMapPropagator.java#L108 It becomes a bit complicated though, what happens if some propagators return...

Hi @edwardxia - are you using Zipkin? We currently don't have a spec on how to map resource to spans because of the potential cost explosion. https://github.com/open-telemetry/opentelemetry-specification/issues/823 But it is...

> you will see that there is no way I can reuse export method to customize a Span, The span is generated from `SpanData`. The wrapper could add attributes to...

Thanks @IrisTuntun for your interest in this issue! I think we should hold off temporarily until getting some input on this spec issue I filed https://github.com/open-telemetry/opentelemetry-specification/issues/1608 I am hoping we...

@jimshowalter Do you think you could file an issue in https://github.com/open-telemetry/opentelemetry-specification for this functionality? It seems useful in general so we should think it out so we can apply the...

@franz1981 Is this something that can be improved in the jctools implementation itself? It's not intuitive to me why calling `size` could have any dramatic effect on performance

Thanks for the investigation here @franz1981 happy to make changes if anything can speed things up even more. Order on the consumer side does not matter as long as all...

@franz1981 IIRC, I tried the compound queue for that reason but couldn't find any noticable difference in our benchmarks on my laptop, so went with the simpler non-compound one. My...

Hi @seism0saurus - it looks like you are specifying `https://` but no certificate. Unless you have installed the server's certificate into your actual operating system (unlikely), this won't work. https://www.elastic.co/guide/en/apm/guide/current/open-telemetry.html#instrument-apps-otel...

Hi @carlosalberto - do you mean for local development? You should be able to run `JvmTargetSystemIntegrationTest` by itself in an IDE.