Dariusz Jędrzejczyk
Dariusz Jędrzejczyk
Hey, thanks for bringing this up. I didn't find the time to investigate deeply and can't make any prediction as to when I can do so, but I remembered potentially...
I think at times you're confusing upstream with downstream, which makes it a bit difficult to envision the idea. For attaching an Observation to each individual item, for now, creating...
I think the discussion in #3424 is around the same subject. I will close this issue in favour of that one.
Thank you for the detailed report and clearly stating expectations. We had a discussion within the team about this suggestion. At first glance, it seems like a nice feature to...
Note that the assembly time "workaround" with diagnosing types of operators in the reactive chain can be error-prone at the moment - while discussing this subject we also discovered some...
@mdindoffer taking all of the above into consideration and lack of further interest of the community in this, I think it is time to close this proposal. I agree a...
Important note is that the above feature is dependant on updating the dependencies for micrometer and context-propagation as listed in [Micrometer docs](https://micrometer.io/docs/observation#instrumentation_of_reactive_libraries_after_reactor_3_5_3): * Micrometer Context-Propagation [1.0.2](https://github.com/micrometer-metrics/context-propagation/releases/tag/v1.0.2) * Micrometer [1.10.4](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.10.4) *...
Currently, as long as context-propagation library is on the classpath, reactor-core does the following (and there's no way to turn it off unless context-propagation is excluded from the runtime): -...
>I am prototyping Hooks.enableAutomaticContextPropagation() and have noticed that integrations such as Spring Data Mongo do not propagate the trace ID - I assume this is because it hands off to...
>Still not able to see the traceid and spanid propagate to calls inside methods like .doOnError() or .onErrorResume(). Were those cases be handled as well? @VinishKumar1 please provide a reproducer...