|
60 | 60 | <version>0.9.11</version>
|
61 | 61 | </dependency>
|
62 | 62 |
|
63 |
| - <!-- Server side instrumentation --> |
| 63 | + <!-- Server sintegrationtion --> |
64 | 64 | <dependency>
|
65 | 65 | <groupId>io.opentracing.contrib</groupId>
|
66 | 66 | <artifactId>opentracing-web-servlet-filter</artifactId>
|
|
85 | 85 | <scope>provided</scope>
|
86 | 86 | </dependency>
|
87 | 87 |
|
88 |
| - <!-- Mongo instrumentation --> |
| 88 | + <!-- Mointegrationtion --> |
89 | 89 | <dependency>
|
90 | 90 | <groupId>io.opentracing.contrib</groupId>
|
91 | 91 | <artifactId>opentracing-mongo-driver</artifactId>
|
|
121 | 121 | <version>${ot.contrib.jdbc.version}</version>
|
122 | 122 | </dependency>
|
123 | 123 |
|
124 |
| - <!-- Client side instrumentation --> |
| 124 | + <!-- Client sintegrationtion --> |
125 | 125 | <dependency>
|
126 | 126 | <groupId>io.opentracing.contrib</groupId>
|
127 | 127 | <artifactId>opentracing-okhttp3</artifactId>
|
|
140 | 140 | <scope>provided</scope>
|
141 | 141 | </dependency>
|
142 | 142 |
|
143 |
| - <!-- JMS instrumentation --> |
| 143 | + <!-- integrationtion --> |
144 | 144 | <dependency>
|
145 | 145 | <groupId>io.opentracing.contrib</groupId>
|
146 | 146 | <artifactId>opentracing-jms-2</artifactId>
|
|
159 | 159 | <scope>provided</scope>
|
160 | 160 | </dependency>
|
161 | 161 |
|
162 |
| - <!-- AWS SDK instrumentation --> |
| 162 | + <!-- AWS integrationtion --> |
163 | 163 | <dependency>
|
164 | 164 | <groupId>io.opentracing.contrib</groupId>
|
165 | 165 | <artifactId>opentracing-aws-sdk</artifactId>
|
|
178 | 178 | <scope>provided</scope>
|
179 | 179 | </dependency>
|
180 | 180 |
|
181 |
| - <!-- Cassandra instrumentation --> |
| 181 | + <!-- Cassanintegrationtion --> |
182 | 182 | <dependency>
|
183 | 183 | <groupId>io.opentracing.contrib</groupId>
|
184 | 184 | <artifactId>opentracing-cassandra-driver</artifactId>
|
|
197 | 197 | <scope>provided</scope>
|
198 | 198 | </dependency>
|
199 | 199 |
|
200 |
| - <!-- Elasticsearch instrumentation --> |
| 200 | + <!-- Elasticseaintegrationtion --> |
201 | 201 | <dependency>
|
202 | 202 | <groupId>io.opentracing.contrib</groupId>
|
203 | 203 | <artifactId>opentracing-elasticsearch-client</artifactId>
|
|
216 | 216 | <scope>provided</scope>
|
217 | 217 | </dependency>
|
218 | 218 |
|
219 |
| - <!-- Apache HTTP instrumentation --> |
| 219 | + <!-- Apache Hintegrationtion --> |
220 | 220 | <dependency>
|
221 | 221 | <groupId>io.opentracing.contrib</groupId>
|
222 | 222 | <artifactId>opentracing-apache-httpclient</artifactId>
|
|
293 | 293 | </transformer>
|
294 | 294 | <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
295 | 295 | <manifestEntries>
|
296 |
| - <Agent-Class>io.opentracing.contrib.agent.AnnotationsTracingAgent</Agent-Class> |
297 |
| - <Premain-Class>io.opentracing.contrib.agent.AnnotationsTracingAgent |
| 296 | + <Agent-Class>com.datadoghq.trace.agent.AnnotationsTracingAgent</Agent-Class> |
| 297 | + <Premain-Class>com.datadoghq.trace.agent.AnnotationsTracingAgent |
298 | 298 | </Premain-Class>
|
299 | 299 | <Can-Redefine-Classes>true</Can-Redefine-Classes>
|
300 | 300 | <Can-Retransform-Classes>true</Can-Retransform-Classes>
|
|
0 commit comments