rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.35k stars 354 forks source link

allows continuation of observations #1076

Closed marcingrzejszczak closed 1 year ago

marcingrzejszczak commented 1 year ago

without this change we're not taking into account a parent observation into account. Nor do we set in the reactor context the current observation for the users to use

with this change whenever an observation is being created we put it into the reacto context under a well-known micrometer.observation key (for more information look at the ObservationThreadLocalAccessor class from micrometer-core)

OlegDokuka commented 1 year ago

as discussed with the team we will roll it into 1.2.0 instead. We will revert this commit for 1.1.x