Commit e10da91
authored
Add proper context propagation for reactive streams (#7644)
* Add proper context propagation for reactive streams
* fix muzzle
* Fix lettuce test and add testcontainer
* Add reactivestream as spring 6 test dep
* Use right api for instrumentation matching
* Add reactivestream as test dependency
* Simplify webflux instrumentation and fix tests
* Fix webflux tests and publisher propagation
* Simplify lettuce-5 reactive
* spotless
* finalize
* fix test
* capturing peek is wrong
* simplify the propagation logic
* Restore lettuce advices
* Support optimizable operators
* Fix propagations
* don't propagate onSubscribe
* limit to reactor 3.1
* Let active propagate downstream
* simplify span activations
* Exclude scope propagation on reactor event loops1 parent b69d348 commit e10da91
File tree
67 files changed
+1890
-752
lines changed- dd-java-agent
- agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator
- instrumentation
- couchbase
- couchbase-3.1
- couchbase-3.2
- lettuce-5
- src
- main/java/datadog/trace/instrumentation/lettuce5
- rx
- test/groovy
- mule-4
- src/test/groovy/mule4
- netty-4.1
- opentelemetry/opentelemetry-annotations-1.20/src/main/java/datadog/trace/instrumentation/opentelemetry/annotations
- reactive-streams/src
- main/java/datadog/trace/instrumentation/reactivestreams
- test
- groovy
- java/annotatedsample
- reactor-core-3.1
- src
- latestDepTest
- groovy
- java/annotatedsample
- main/java/datadog/trace/instrumentation/reactor/core
- test/groovy
- reactor-netty-1
- spring-webflux-5
- src
- bootTest/groovy
- main/java/datadog/trace/instrumentation/springwebflux
- client
- server
- spring-webflux-6
- src/bootTest/groovy
- trace-annotation/src/main/java/datadog/trace/instrumentation/trace_annotation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1890
-752
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | | - | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | | - | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
0 commit comments