Skip to content

Commit 6227b11

Browse files
committed
feat: Add support for thrift
1 parent 97d87f3 commit 6227b11

File tree

244 files changed

+303726
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+303726
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
plugins {
2+
id("otel.javaagent-testing")
3+
}
4+
5+
dependencies {
6+
testImplementation("org.apache.thrift:libthrift:0.14.0")
7+
testImplementation("javax.annotation:javax.annotation-api:1.3.2")
8+
9+
implementation(project(":instrumentation:thrift:thrift-0.9.1:javaagent")) {
10+
exclude("org.apache.thrift", "libthrift")
11+
}
12+
}

0 commit comments

Comments
 (0)