Marcin Grzejszczak

Results 504 comments of Marcin Grzejszczak

That's a good question. With the Observations unless the users provides some custom handler mechanism, if they go with the default Micrometer `TimerObservationHandler` and the tracing one, I would expect...

GA? In the second part of this year for sure. We do have milestones though (1.10.0-M3 should be released soonish)

I did try it out and the only difference was that I had `vault,git` as profile orders. I'll need to double check my setup in general.

Why not just use Spring Cloud Sleuth OTel (https://github.com/spring-cloud-incubator/spring-cloud-sleuth-otel/) ?

Since Sleuth is on the classpath you can just do the following ```xml 1.0.0-M7 org.springframework.cloud spring-cloud-starter-sleuth org.springframework.cloud spring-cloud-sleuth-brave org.springframework.cloud spring-cloud-sleuth-otel-autoconfigure ``` and you have OpenTelemetry support with no additional work...

Yeah once OTel is GA without the alpha things in it we will consider merging it into Sleuth.

Makes perfect sense - I'd add StickyRule as well to spring-cloud-netflix. Do you have an idea already how to deal with the load balancer in the Dependency? Once you move...