You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples provided in Manual span creation and baggage propagation are only available with imperative programming. Is it possible to extend those examples to reactive programming ?
hi @ygiros! there are no docs, but check out the io.opentelemetry.instrumentation:opentelemetry-reactor-3.1 library which has some helpful utilities for propagating context in project reactor:
Hi,
Examples provided in Manual span creation and baggage propagation are only available with imperative programming. Is it possible to extend those examples to reactive programming ?
Zero-code instrumentation with opentelemetry agent specifies compatibility with reactor library https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#libraries--frameworks, however I didn't find any examples here or in https://opentelemetry.io/docs/ on how to do manual instrumentation on reactive code with reactor.
I would like to execute following actions in reactor operators
As for now, I can only "guess" how I should do in reactive programming, by "translating" imperative examples I have found with reactor equivalents.
For example I translate following imperative code
into
But is it the right way to do it ? If yes, could you please add this example to the documentation ?
Did I miss some other documentation on it somewhere ?
Thanks
The text was updated successfully, but these errors were encountered: