Eugene
Eugene
Direction wise makes total sense as jaeger pipeline looks rudimentary, however I believe there are some features that are not yet avail in otel collectors What's left to Jaeger then?...
https://github.com/sbt/sbt/issues/5063 as a workaround, suggested to use `--supershell=false` for sbt or update sbt version
So guys, when it's gonna be merged?
> 2.11 is no longer supported. I see no need to merge this. https://github.com/FasterXML/jackson#active-developed-jackson-2x-branches - 2.11 is still supported for patch releases, I wouldn't close branch for changes @pjfanning the...
Check maven usages of jackson module scala: https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-scala 2.9.x has top place by [amount of users](https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-scala/2.9.9/usages) - this can let big projects evolve to 2.11.x without worrying about other stale...
@ejona86 do you have any plan to provide object-oriented API for retries? current way in #5724 looks error prone to me - setting up configuration by untyped hashmaps will make...
Thank you for adding such guidance Personally, during migration our custom sdk based on opentracing API /Jaeger SDK (java) to opentelemetry API / SDK I found few additional topics not...
Closing due to inactivity
@sazzad16 can you please elaborate more on backward-incompatible changes? I've spotted only `JedisClusterConnectionHandler`. Since this was introduced before v4.x, is there an existing way already to be able to read...
I can't find any example how to instrument java grpc with OpenTelemetry api Do you know is there any open version for that? like we have in [opentracing-contrib/java-grpc](https://github.com/opentracing-contrib/java-grpc) The only...