Commit 307c79a
authored
Refactor the dd-java-agent build so otel-shim depends on otel-bootstrap (#10810)
Refactor the dd-java-agent build so otel-shim depends on otel-bootstrap.
This lets us move more OTel support classes to the shared otel-bootstrap,
reducing duplication - we'll only need extra copies of classes when they
explicitly refer to OTel classes (in which case we need one copy for our
drop-in support and another for auto-instrumentation of the OTel API.)
Merge branch 'master' into mcculls/rework-otel-boot-packaging
Extra context
Merge branch 'master' into mcculls/rework-otel-boot-packaging
Co-authored-by: stuart.mcculloch <stuart.mcculloch@datadoghq.com>1 parent 93c3816 commit 307c79a
File tree
3 files changed
+10
-3
lines changed- dd-java-agent
- agent-otel
- otel-bootstrap
- otel-shim
3 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
115 | | - | |
116 | 114 | | |
117 | 115 | | |
118 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
153 | 159 | | |
154 | 160 | | |
155 | 161 | | |
| |||
362 | 368 | | |
363 | 369 | | |
364 | 370 | | |
| 371 | + | |
| 372 | + | |
365 | 373 | | |
366 | 374 | | |
367 | 375 | | |
| |||
0 commit comments