Lauri Tulmin
Lauri Tulmin
I also think this is a reasonable change. As for using a linked list, here is what Josh Block has to say about it https://twitter.com/joshbloch/status/583813919019573248?lang=en
One way to get better than millisecond time on jdk8 would be to use `jnr-ffi` to call `gettimeofday` https://github.com/jnr/jnr-ffi-examples/blob/master/gettimeofday/src/main/java/gettimeofday/Gettimeofday.java We could add a SPI and bundle the `jnr-ffi` based time...
> Will this update the metadata.yaml file? yes
@open-telemetry/java-maintainers could you move this issue to https://github.com/open-telemetry/opentelemetry-java
@martinvisser Have a look at the breaking changes in https://github.com/signalfx/splunk-otel-java/releases/tag/v2.0.0-alpha By default metrics and logs are now also exported, perhaps the export fails because you don't have the piplines for...
I'd suggest the advice conversion work to be done in a different PR since the main problem with this PR is that the added code attribute isn't useful.
there is a failure in play 2.6 tests https://scans.gradle.com/s/36fci3go5n3se
@jianwu is there anything in gRPC documentation that requires `Context.current()` to return the same instance. Or is this an undocumented behavior that your application relies on?
Since camel provides its own open telemetry integration you should seek assistance from the camel community. If you are able to reproduce this without using camel then please provide a...
> It's using javaagent and have opentelemetry-aws-sdk-2.2-autoconfigure dependency. When using java agent you don't need to include opentelemetry-aws-sdk-2.2-autoconfigure. > Spring service publishes simple sqs message to the queue using spring-cloud-aws-sqs...