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
Construct LettuceObservationContext with parent observation
After this commit, LettuceObservationContext.setParentObservation() is called right after Context rather than Observation created, then Context.getParentObservation() could be used in ObservationPredicate to determine whether Observation should be created.
Fixspring-projectsGH-2591
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/redis/connection/lettuce/observability/MicrometerTracingAdapter.java
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
* arguments will be captured in traces including these that may contain sensitive details.
0 commit comments