-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
171 lines (158 loc) · 6.46 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
plugins {
id 'com.gradle.enterprise' version '3.0'
}
def isCI = System.getenv("CI") != null
def skipBuildscan = Boolean.valueOf(System.getenv("SKIP_BUILDSCAN"))
gradleEnterprise {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
if (isCI && !skipBuildscan) {
publishAlways()
tag 'CI'
}
}
}
rootProject.name = 'trace-java'
// agent projects
include ':java-agent'
include ':opentelemetry-sdk-shaded-for-testing'
include ':opentelemetry-api-shaded-for-instrumenting'
include ':logback-shaded-for-instrumenting'
include ':agent-bootstrap'
include ':agent-tooling'
include ':load-generator'
// misc
include ':testing'
include ':utils:test-utils'
include ':utils:thread-utils'
// smoke tests
include ':smoke-tests:cli'
include ':smoke-tests:java9-modules'
include ':smoke-tests:play'
include ':smoke-tests:springboot'
include ':smoke-tests:wildfly'
include ':smoke-tests:springboot'
// instrumentation:
include ':instrumentation:akka-http-10.0'
include ':instrumentation:apache-httpasyncclient-4.0'
include ':instrumentation:apache-httpclient:apache-httpclient-2.0'
include ':instrumentation:apache-httpclient:apache-httpclient-4.0'
include ':instrumentation:aws-sdk:aws-sdk-1.11'
include ':instrumentation:aws-sdk:aws-sdk-2.2'
include ':instrumentation:cassandra-3.0'
include ':instrumentation:cdi-testing'
include ':instrumentation:couchbase:couchbase-2.0'
include ':instrumentation:couchbase:couchbase-2.6'
include ':instrumentation:dropwizard-views-0.7'
include ':instrumentation:dropwizard-testing'
include ':instrumentation:elasticsearch:elasticsearch-common'
include ':instrumentation:elasticsearch:elasticsearch-rest-5.0'
include ':instrumentation:elasticsearch:elasticsearch-rest-6.4'
include ':instrumentation:elasticsearch:elasticsearch-transport-2.0'
include ':instrumentation:elasticsearch:elasticsearch-transport-5.0'
include ':instrumentation:elasticsearch:elasticsearch-transport-5.3'
include ':instrumentation:elasticsearch:elasticsearch-transport-6.0'
include ':instrumentation:finatra-2.9'
include ':instrumentation:geode-1.4'
include ':instrumentation:google-http-client-1.19'
include ':instrumentation:grizzly-2.0'
include ':instrumentation:grpc-1.5'
include ':instrumentation:hibernate:hibernate-3.3'
include ':instrumentation:hibernate:hibernate-4.0'
include ':instrumentation:hibernate:hibernate-4.3'
include ':instrumentation:hibernate:hibernate-common'
include ':instrumentation:http-url-connection'
include ':instrumentation:hystrix-1.4'
include ':instrumentation:java-class-loader'
include ':instrumentation:java-class-loader:jboss-testing'
include ':instrumentation:java-class-loader:osgi-testing'
include ':instrumentation:java-class-loader:tomcat-testing'
include ':instrumentation:java-concurrent'
include ':instrumentation:java-concurrent:kotlin-testing'
include ':instrumentation:java-concurrent:scala-testing'
include ':instrumentation:java-concurrent:akka-testing'
include ':instrumentation:java-concurrent:akka-2.5-testing'
include ':instrumentation:java-util-logging'
include ':instrumentation:jaxrs:jaxrs-1.0'
include ':instrumentation:jaxrs:jaxrs-2.0'
include ':instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-jersey-2.0'
include ':instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-resteasy-3.0'
include ':instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-resteasy-3.1'
include ':instrumentation:jaxrs-client:jaxrs-client-1.1'
include ':instrumentation:jaxrs-client:jaxrs-client-2.0'
include ':instrumentation:jaxrs-client:jaxrs-client-2.0:jaxrs-client-2.0-jersey-2.0'
include ':instrumentation:jaxrs-client:jaxrs-client-2.0:jaxrs-client-2.0-resteasy-2.0'
include ':instrumentation:jdbc'
include ':instrumentation:jedis:jedis-1.4'
include ':instrumentation:jedis:jedis-3.0'
include ':instrumentation:jetty-8.0'
include ':instrumentation:jms-1.1'
include ':instrumentation:jsp-2.3'
include ':instrumentation:kafka-clients-0.11'
include ':instrumentation:kafka-streams-0.11'
include ':instrumentation:lettuce-5.0'
include ':instrumentation:log4j:log4j-1.1'
include ':instrumentation:log4j:log4j-2.0'
include ':instrumentation:logback-1.0'
include ':instrumentation:mongo:mongo-3.1'
include ':instrumentation:mongo:mongo-3.7'
include ':instrumentation:mongo:mongo-async-3.3'
include ':instrumentation:mongo:mongo-common'
include ':instrumentation:netty:netty-3.8'
include ':instrumentation:netty:netty-4.0'
include ':instrumentation:netty:netty-4.1'
include ':instrumentation:okhttp-3.0'
include ':instrumentation:opentelemetry-api-0.3'
include ':instrumentation:play:play-2.3'
include ':instrumentation:play:play-2.4'
include ':instrumentation:play:play-2.6'
include ':instrumentation:play-ws:play-ws-1.0'
include ':instrumentation:play-ws:play-ws-2.0'
include ':instrumentation:play-ws:play-ws-2.1'
include ':instrumentation:play-ws:play-ws-common'
include ':instrumentation:rabbitmq-amqp-2.7'
include ':instrumentation:ratpack-1.4'
include ':instrumentation:reactor-3.1'
include ':instrumentation:rmi'
include ':instrumentation:rxjava-1.0'
include ':instrumentation:servlet'
include ':instrumentation:servlet:glassfish-testing'
include ':instrumentation:servlet:request-2.3'
include ':instrumentation:servlet:request-3.0'
// FIXME this instrumentation relied on scope listener
// include ':instrumentation:slf4j-mdc'
include ':instrumentation:sparkjava-2.3'
include ':instrumentation:spring-data-1.8'
include ':instrumentation:spring-scheduling-3.1'
include ':instrumentation:spring-webmvc-3.1'
include ':instrumentation:spring-webflux-5.0'
include ':instrumentation:spymemcached-2.12'
include ':instrumentation:trace-annotation'
include ':instrumentation:twilio-6.6'
include ':instrumentation:vertx-testing'
// exporter support
include ':exporter-support'
// exporter adapters
include ":auto-exporters"
include ":auto-exporters:jaeger"
include ":auto-exporters:logging"
include ":auto-exporters:otlp"
// benchmark
include ':benchmark'
include ':benchmark-integration'
include ':benchmark-integration:jetty-perftest'
include ':benchmark-integration:play-perftest'
def setBuildFile(project) {
project.buildFileName = "${project.name}.gradle"
project.children.each {
setBuildFile(it)
}
}
setBuildFile(rootProject)
project(':agent-bootstrap').name = 'auto-bootstrap'
project(':agent-tooling').name = 'auto-tooling'
project(':java-agent').name = 'opentelemetry-auto'
project(':auto-exporters:jaeger').name = 'opentelemetry-auto-exporters-jaeger'
project(':auto-exporters:logging').name = 'opentelemetry-auto-exporters-logging'
project(':auto-exporters:otlp').name = 'opentelemetry-auto-exporters-otlp'