From 874b157fe5fdaad80fd82f3ece0600b6860924e7 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 26 Jun 2020 05:31:16 +0900 Subject: [PATCH] Newline between license and package. (#581) --- .../src/main/java/io/opentelemetry/auto/bootstrap/Agent.java | 1 + .../java/io/opentelemetry/auto/bootstrap/AgentClassLoader.java | 1 + .../io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMap.java | 1 + .../main/java/io/opentelemetry/auto/bootstrap/ContextStore.java | 1 + .../java/io/opentelemetry/auto/bootstrap/ExceptionLogger.java | 1 + .../auto/bootstrap/FieldBackedContextStoreAppliedMarker.java | 1 + .../io/opentelemetry/auto/bootstrap/InstrumentationContext.java | 1 + .../io/opentelemetry/auto/bootstrap/InternalJarURLHandler.java | 1 + .../main/java/io/opentelemetry/auto/bootstrap/PatchLogger.java | 1 + .../src/main/java/io/opentelemetry/auto/bootstrap/WeakCache.java | 1 + .../src/main/java/io/opentelemetry/auto/bootstrap/WeakMap.java | 1 + .../auto/bootstrap/instrumentation/SafeServiceLoader.java | 1 + .../opentelemetry/auto/bootstrap/instrumentation/api/Pair.java | 1 + .../auto/bootstrap/instrumentation/decorator/BaseDecorator.java | 1 + .../bootstrap/instrumentation/decorator/ClientDecorator.java | 1 + .../instrumentation/decorator/DatabaseClientDecorator.java | 1 + .../instrumentation/decorator/DatabaseClientTracer.java | 1 + .../bootstrap/instrumentation/decorator/HttpClientDecorator.java | 1 + .../bootstrap/instrumentation/decorator/HttpServerDecorator.java | 1 + .../bootstrap/instrumentation/decorator/HttpServerTracer.java | 1 + .../bootstrap/instrumentation/decorator/OrmClientDecorator.java | 1 + .../bootstrap/instrumentation/decorator/ServerDecorator.java | 1 + .../bootstrap/instrumentation/java/concurrent/AdviceUtils.java | 1 + .../instrumentation/java/concurrent/CallableWrapper.java | 1 + .../java/concurrent/ExecutorInstrumentationUtils.java | 1 + .../instrumentation/java/concurrent/GenericRunnable.java | 1 + .../instrumentation/java/concurrent/RunnableWrapper.java | 1 + .../auto/bootstrap/instrumentation/java/concurrent/State.java | 1 + .../auto/bootstrap/instrumentation/jdbc/DBInfo.java | 1 + .../bootstrap/instrumentation/jdbc/JDBCConnectionUrlParser.java | 1 + .../auto/bootstrap/instrumentation/logging/LoggerDepth.java | 1 + .../auto/bootstrap/instrumentation/rmi/ThreadLocalContext.java | 1 + .../io/opentelemetry/auto/bootstrap/spi/TracerCustomizer.java | 1 + .../src/main/java/io/opentelemetry/auto/config/Config.java | 1 + .../io/opentelemetry/auto/instrumentation/api/LogFields.java | 1 + .../java/io/opentelemetry/auto/instrumentation/api/MoreTags.java | 1 + .../io/opentelemetry/auto/instrumentation/api/SpanWithScope.java | 1 + .../java/io/opentelemetry/auto/instrumentation/api/Tags.java | 1 + .../io/opentelemetry/auto/bootstrap/AgentClassLoaderTest.groovy | 1 + .../auto/bootstrap/CallDepthThreadLocalMapTest.groovy | 1 + .../groovy/io/opentelemetry/auto/bootstrap/WeakMapTest.groovy | 1 + .../bootstrap/instrumentation/decorator/BaseDecoratorTest.groovy | 1 + .../instrumentation/decorator/ClientDecoratorTest.groovy | 1 + .../instrumentation/decorator/DatabaseClientDecoratorTest.groovy | 1 + .../instrumentation/decorator/HttpClientDecoratorTest.groovy | 1 + .../instrumentation/decorator/HttpServerDecoratorTest.groovy | 1 + .../instrumentation/decorator/OrmClientDecoratorTest.groovy | 1 + .../bootstrap/instrumentation/decorator/SampleJavaClass.java | 1 + .../instrumentation/decorator/ServerDecoratorTest.groovy | 1 + .../test/groovy/io/opentelemetry/auto/config/ConfigTest.groovy | 1 + .../java/io/opentelemetry/auto/bootstrap/PatchLoggerTest.java | 1 + .../main/java/io/opentelemetry/auto/tooling/AgentInstaller.java | 1 + .../main/java/io/opentelemetry/auto/tooling/AgentTooling.java | 1 + .../io/opentelemetry/auto/tooling/ClassHierarchyIterable.java | 1 + .../java/io/opentelemetry/auto/tooling/ClassLoaderMatcher.java | 1 + .../src/main/java/io/opentelemetry/auto/tooling/Constants.java | 1 + .../io/opentelemetry/auto/tooling/DefaultExporterConfig.java | 1 + .../java/io/opentelemetry/auto/tooling/ExporterClassLoader.java | 1 + .../main/java/io/opentelemetry/auto/tooling/GuavaWeakCache.java | 1 + .../main/java/io/opentelemetry/auto/tooling/HelperInjector.java | 1 + .../main/java/io/opentelemetry/auto/tooling/Instrumenter.java | 1 + .../io/opentelemetry/auto/tooling/PropagatorsInitializer.java | 1 + .../main/java/io/opentelemetry/auto/tooling/ShadingRemapper.java | 1 + .../main/java/io/opentelemetry/auto/tooling/TracerInstaller.java | 1 + .../src/main/java/io/opentelemetry/auto/tooling/Utils.java | 1 + .../main/java/io/opentelemetry/auto/tooling/VersionLogger.java | 1 + .../java/io/opentelemetry/auto/tooling/WeakMapSuppliers.java | 1 + .../auto/tooling/bytebuddy/AgentCachingPoolStrategy.java | 1 + .../auto/tooling/bytebuddy/AgentLocationStrategy.java | 1 + .../opentelemetry/auto/tooling/bytebuddy/AgentTransformers.java | 1 + .../opentelemetry/auto/tooling/bytebuddy/ExceptionHandlers.java | 1 + .../auto/tooling/bytebuddy/matcher/AgentElementMatchers.java | 1 + .../auto/tooling/bytebuddy/matcher/HasSuperMethodMatcher.java | 1 + .../auto/tooling/bytebuddy/matcher/LoggingFailSafeMatcher.java | 1 + .../auto/tooling/bytebuddy/matcher/SafeErasureMatcher.java | 1 + .../auto/tooling/bytebuddy/matcher/SafeExtendsClassMatcher.java | 1 + .../auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcher.java | 1 + .../opentelemetry/auto/tooling/context/FieldBackedProvider.java | 1 + .../auto/tooling/context/InstrumentationContextProvider.java | 1 + .../opentelemetry/auto/tooling/context/NoopContextProvider.java | 1 + .../opentelemetry/auto/tooling/log/LogContextScopeListener.java | 1 + .../auto/tooling/matcher/AdditionalLibraryIgnoresMatcher.java | 1 + .../opentelemetry/auto/tooling/matcher/GlobalIgnoresMatcher.java | 1 + .../java/io/opentelemetry/auto/tooling/matcher/NameMatchers.java | 1 + .../io/opentelemetry/auto/tooling/muzzle/MuzzleGradlePlugin.java | 1 + .../auto/tooling/muzzle/MuzzleVersionScanPlugin.java | 1 + .../java/io/opentelemetry/auto/tooling/muzzle/MuzzleVisitor.java | 1 + .../java/io/opentelemetry/auto/tooling/muzzle/Reference.java | 1 + .../io/opentelemetry/auto/tooling/muzzle/ReferenceCreator.java | 1 + .../io/opentelemetry/auto/tooling/muzzle/ReferenceMatcher.java | 1 + .../java/io/opentelemetry/auto/typed/base/BaseTypedSpan.java | 1 + .../java/io/opentelemetry/auto/typed/base/BaseTypedTracer.java | 1 + .../java/io/opentelemetry/auto/typed/base/DelegatingSpan.java | 1 + .../java/io/opentelemetry/auto/typed/client/ClientTypedSpan.java | 1 + .../io/opentelemetry/auto/typed/client/ClientTypedTracer.java | 1 + .../auto/typed/client/http/HttpClientTypedSpan.java | 1 + .../auto/typed/client/http/HttpClientTypedTracer.java | 1 + .../java/io/opentelemetry/auto/typed/server/ServerTypedSpan.java | 1 + .../io/opentelemetry/auto/typed/server/ServerTypedTracer.java | 1 + .../auto/typed/server/http/HttpServerTypedSpan.java | 1 + .../auto/typed/server/http/HttpServerTypedTracer.java | 1 + .../io/opentelemetry/auto/test/ClassLoaderMatcherTest.groovy | 1 + .../io/opentelemetry/auto/test/DefaultInstrumenterTest.groovy | 1 + .../io/opentelemetry/auto/test/ExceptionHandlerTest.groovy | 1 + .../groovy/io/opentelemetry/auto/test/HelperInjectionTest.groovy | 1 + .../io/opentelemetry/auto/test/ResourceLocatingTest.groovy | 1 + .../io/opentelemetry/auto/tooling/CacheProviderTest.groovy | 1 + .../io/opentelemetry/auto/tooling/ExporterClassLoaderTest.groovy | 1 + .../test/groovy/io/opentelemetry/auto/tooling/UtilsTest.groovy | 1 + .../groovy/io/opentelemetry/auto/tooling/WeakCacheTest.groovy | 1 + .../opentelemetry/auto/tooling/WeakConcurrentSupplierTest.groovy | 1 + .../tooling/bytebuddy/matcher/ExtendsClassMatcherTest.groovy | 1 + .../tooling/bytebuddy/matcher/HasInterfaceMatcherTest.groovy | 1 + .../tooling/bytebuddy/matcher/HasSuperMethodMatcherTest.groovy | 1 + .../bytebuddy/matcher/ImplementsInterfaceMatcherTest.groovy | 1 + .../auto/tooling/bytebuddy/matcher/NameMatchersTest.groovy | 1 + .../tooling/bytebuddy/matcher/SafeHasSuperTypeMatcherTest.groovy | 1 + .../auto/tooling/bytebuddy/matcher/SafeMatcherTest.groovy | 1 + .../auto/tooling/bytebuddy/matcher/ThrowOnFirstElement.groovy | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/A.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/B.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/C.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/D.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/E.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/F.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/G.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/Trace.java | 1 + .../auto/tooling/bytebuddy/matcher/testclasses/TracedClass.java | 1 + .../tooling/bytebuddy/matcher/testclasses/UntracedClass.java | 1 + .../io/opentelemetry/auto/typed/TypedTracerDemonstration.java | 1 + .../auto/typed/client/SampleHttpClientTypedSpan.java | 1 + .../auto/typed/client/SampleHttpClientTypedTracer.java | 1 + .../auto/typed/server/SampleHttpServerTypedSpan.java | 1 + .../auto/typed/server/SampleHttpServerTypedTracer.java | 1 + .../src/test/java/io/opentelemetry/auto/test/BadAdvice.java | 1 + .../src/test/java/io/opentelemetry/auto/test/HelperClass.java | 1 + .../auto/exporters/jaeger/JaegerExporterFactory.java | 1 + .../io/opentelemetry/auto/exporters/logging/LoggingExporter.java | 1 + .../auto/exporters/logging/LoggingExporterFactory.java | 1 + .../auto/exporters/otlp/OtlpMetricExporterFactory.java | 1 + .../auto/exporters/otlp/OtlpSpanExporterFactory.java | 1 + .../auto/exporteradapters/ExporterAdaptersTest.groovy | 1 + .../auto/exporters/zipkin/ZipkinExporterFactory.java | 1 + .../src/main/java/io/opentelemetry/perftest/Worker.java | 1 + .../main/java/io/opentelemetry/perftest/jetty/JettyPerftest.java | 1 + .../io/opentelemetry/benchmark/ClassRetransformingBenchmark.java | 1 + .../src/jmh/java/io/opentelemetry/benchmark/HttpBenchmark.java | 1 + .../jmh/java/io/opentelemetry/benchmark/UsedMemoryProfiler.java | 1 + benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/A.java | 1 + benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/B.java | 1 + benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/C.java | 1 + benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/D.java | 1 + benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/E.java | 1 + benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/F.java | 1 + .../jmh/java/io/opentelemetry/benchmark/classes/HttpClass.java | 1 + .../jmh/java/io/opentelemetry/benchmark/classes/TracedClass.java | 1 + .../java/io/opentelemetry/benchmark/classes/UntracedClass.java | 1 + gradle/enforcement/spotless.license.java | 1 + .../io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdk.java | 1 + .../instrumentation/awssdk/v2_2/AwsSdkClientDecorator.java | 1 + .../instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java | 1 + .../aws-sdk-2.2-core/src/test/groovy/Aws2ClientCoreTest.groovy | 1 + .../akka-http-10.0/src/lagomTest/groovy/LagomTest.groovy | 1 + .../akka-http-10.0/src/lagomTest/java/EchoService.java | 1 + .../akka-http-10.0/src/lagomTest/java/EchoServiceImpl.java | 1 + .../akka-http-10.0/src/lagomTest/java/ServiceTestModule.java | 1 + .../auto/instrumentation/akkahttp/AkkaHttpClientDecorator.java | 1 + .../instrumentation/akkahttp/AkkaHttpClientInstrumentation.java | 1 + .../auto/instrumentation/akkahttp/AkkaHttpServerDecorator.java | 1 + .../instrumentation/akkahttp/AkkaHttpServerInstrumentation.java | 1 + .../auto/instrumentation/akkahttp/AkkaHttpServerHeaders.java | 1 + .../src/test/groovy/AkkaHttpClientInstrumentationTest.groovy | 1 + .../src/test/groovy/AkkaHttpServerInstrumentationTest.groovy | 1 + .../src/test/groovy/AkkaHttpTestInstrumentation.java | 1 + .../src/test/scala/AkkaHttpTestAsyncWebServer.scala | 1 + .../src/test/scala/AkkaHttpTestSyncWebServer.scala | 1 + .../akka-http-10.0/src/test/scala/AkkaHttpTestWebServer.scala | 1 + .../apachehttpasyncclient/ApacheHttpAsyncClientDecorator.java | 1 + .../ApacheHttpAsyncClientInstrumentation.java | 1 + .../ApacheHttpClientRedirectInstrumentation.java | 1 + .../apachehttpasyncclient/HttpHeadersInjectAdapter.java | 1 + .../src/test/groovy/ApacheHttpAsyncClientCallbackTest.groovy | 1 + .../src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy | 1 + .../src/test/groovy/ApacheHttpAsyncClientTest.groovy | 1 + .../src/test/groovy/HttpUriRequest.groovy | 1 + .../apachehttpclient/v2_0/CommonsHttpClientDecorator.java | 1 + .../apachehttpclient/v2_0/CommonsHttpClientInstrumentation.java | 1 + .../apachehttpclient/v2_0/HttpHeadersInjectAdapter.java | 1 + .../src/test/groovy/CommonsHttpClientTest.groovy | 1 + .../apachehttpclient/v4_0/ApacheHttpClientDecorator.java | 1 + .../apachehttpclient/v4_0/ApacheHttpClientInstrumentation.java | 1 + .../apachehttpclient/v4_0/HostAndRequestAsHttpUriRequest.java | 1 + .../apachehttpclient/v4_0/HttpHeadersInjectAdapter.java | 1 + .../src/test/groovy/ApacheHttpClientResponseHandlerTest.groovy | 1 + .../src/test/groovy/ApacheHttpClientTest.groovy | 1 + .../apache-httpclient-4.0/src/test/groovy/HttpUriRequest.groovy | 1 + .../instrumentation/awssdk/v1_11/AWSClientInstrumentation.java | 1 + .../awssdk/v1_11/AWSHttpClientInstrumentation.java | 1 + .../auto/instrumentation/awssdk/v1_11/AwsSdkClientDecorator.java | 1 + .../auto/instrumentation/awssdk/v1_11/OnErrorDecorator.java | 1 + .../instrumentation/awssdk/v1_11/RequestInstrumentation.java | 1 + .../auto/instrumentation/awssdk/v1_11/RequestMeta.java | 1 + .../auto/instrumentation/awssdk/v1_11/TracingRequestHandler.java | 1 + .../aws-sdk/aws-sdk-1.11/src/test/groovy/AWS1ClientTest.groovy | 1 + .../src/test_before_1_11_106/groovy/AWS0ClientTest.groovy | 1 + .../awssdk/v2_2/AbstractAwsClientInstrumentation.java | 1 + .../instrumentation/awssdk/v2_2/AwsClientInstrumentation.java | 1 + .../awssdk/v2_2/AwsClientOverrideInstrumentation.java | 1 + .../awssdk/v2_2/AwsHttpClientInstrumentation.java | 1 + .../instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java | 1 + .../aws-sdk/aws-sdk-2.2/src/test/groovy/Aws2ClientTest.groovy | 1 + .../instrumentation/cassandra/v3_0/CassandraClientDecorator.java | 1 + .../cassandra/v3_0/CassandraClientInstrumentation.java | 1 + .../auto/instrumentation/cassandra/v3_0/TracingSession.java | 1 + .../cassandra-3.0/src/test/groovy/CassandraClientTest.groovy | 1 + .../cassandra/v4_0/CassandraClientInstrumentation.java | 1 + .../instrumentation/cassandra/v4_0/CassandraClientAdvice.java | 1 + .../instrumentation/cassandra/v4_0/CassandraClientDecorator.java | 1 + .../instrumentation/cassandra/v4_0/CompletionStageFunction.java | 1 + .../auto/instrumentation/cassandra/v4_0/TracingCqlSession.java | 1 + .../cassandra-4.0/src/test/groovy/CassandraClientTest.groovy | 1 + .../cdi-testing/src/test/groovy/CDIContainerTest.groovy | 1 + instrumentation/cdi-testing/src/test/java/TestBean.java | 1 + .../couchbase/v2_0/CouchbaseBucketInstrumentation.java | 1 + .../instrumentation/couchbase/v2_0/CouchbaseClientDecorator.java | 1 + .../couchbase/v2_0/CouchbaseClusterInstrumentation.java | 1 + .../instrumentation/couchbase/v2_0/CouchbaseOnSubscribe.java | 1 + .../src/test/groovy/CouchbaseAsyncClientTest.groovy | 1 + .../couchbase-2.0/src/test/groovy/CouchbaseClientTest.groovy | 1 + .../src/test/groovy/springdata/CouchbaseConfig.groovy | 1 + .../test/groovy/springdata/CouchbaseSpringRepositoryTest.groovy | 1 + .../test/groovy/springdata/CouchbaseSpringTemplateTest.groovy | 1 + .../couchbase-2.0/src/test/groovy/springdata/Doc.groovy | 1 + .../src/test/groovy/springdata/DocRepository.groovy | 1 + .../src/test/groovy/util/AbstractCouchbaseTest.groovy | 1 + .../couchbase/v2_6/CouchbaseCoreInstrumentation.java | 1 + .../couchbase/v2_6/CouchbaseNetworkInstrumentation.java | 1 + .../src/test/groovy/CouchbaseAsyncClient26Test.groovy | 1 + .../couchbase-2.6/src/test/groovy/CouchbaseClient26Test.groovy | 1 + .../couchbase-2.6/src/test/groovy/CouchbaseSpanUtil.groovy | 1 + .../groovy/springdata/CouchbaseSpringRepository26Test.groovy | 1 + .../test/groovy/springdata/CouchbaseSpringTemplate26Test.groovy | 1 + .../src/test/groovy/DropwizardAsyncTest.groovy | 1 + .../dropwizard-testing/src/test/groovy/DropwizardTest.groovy | 1 + .../src/test/groovy/JettyTestInstrumentation.java | 1 + .../dropwizardviews/DropwizardViewInstrumentation.java | 1 + .../dropwizard-views-0.7/src/test/groovy/ViewRenderTest.groovy | 1 + .../elasticsearch/ElasticsearchRestClientDecorator.java | 1 + .../elasticsearch/ElasticsearchTransportClientDecorator.java | 1 + .../src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy | 1 + .../rest/v5_0/Elasticsearch5RestClientInstrumentation.java | 1 + .../elasticsearch/rest/v5_0/RestResponseListener.java | 1 + .../src/test/groovy/Elasticsearch5RestClientTest.groovy | 1 + .../src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy | 1 + .../rest/v6_4/Elasticsearch6RestClientInstrumentation.java | 1 + .../elasticsearch/rest/v6_4/RestResponseListener.java | 1 + .../src/test/groovy/Elasticsearch6RestClientTest.groovy | 1 + .../src/latestDepTest/groovy/Elasticsearch2NodeClientTest.groovy | 1 + .../groovy/Elasticsearch2TransportClientTest.groovy | 1 + .../src/latestDepTest/groovy/springdata/Config.groovy | 1 + .../src/latestDepTest/groovy/springdata/Doc.groovy | 1 + .../src/latestDepTest/groovy/springdata/DocRepository.groovy | 1 + .../groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy | 1 + .../groovy/springdata/Elasticsearch2SpringTemplateTest.groovy | 1 + .../v2_0/Elasticsearch2TransportClientInstrumentation.java | 1 + .../elasticsearch/transport/v2_0/TransportActionListener.java | 1 + .../src/test/groovy/Elasticsearch2NodeClientTest.groovy | 1 + .../src/test/groovy/Elasticsearch2TransportClientTest.groovy | 1 + .../src/test/groovy/springdata/Config.groovy | 1 + .../src/test/groovy/springdata/Doc.groovy | 1 + .../src/test/groovy/springdata/DocRepository.groovy | 1 + .../groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy | 1 + .../groovy/springdata/Elasticsearch2SpringTemplateTest.groovy | 1 + .../v5_0/Elasticsearch5TransportClientInstrumentation.java | 1 + .../elasticsearch/transport/v5_0/TransportActionListener.java | 1 + .../src/test/groovy/Elasticsearch5NodeClientTest.groovy | 1 + .../src/test/groovy/Elasticsearch5TransportClientTest.groovy | 1 + .../v5_3/Elasticsearch53TransportClientInstrumentation.java | 1 + .../elasticsearch/transport/v5_3/TransportActionListener.java | 1 + .../src/test/groovy/Elasticsearch53NodeClientTest.groovy | 1 + .../src/test/groovy/Elasticsearch53TransportClientTest.groovy | 1 + .../src/test/groovy/springdata/Config.groovy | 1 + .../src/test/groovy/springdata/Doc.groovy | 1 + .../src/test/groovy/springdata/DocRepository.groovy | 1 + .../groovy/springdata/Elasticsearch53SpringRepositoryTest.groovy | 1 + .../groovy/springdata/Elasticsearch53SpringTemplateTest.groovy | 1 + .../v6_0/Elasticsearch6TransportClientInstrumentation.java | 1 + .../elasticsearch/transport/v6_0/TransportActionListener.java | 1 + .../src/test/groovy/Elasticsearch6NodeClientTest.groovy | 1 + .../src/test/groovy/Elasticsearch6TransportClientTest.groovy | 1 + .../auto/instrumentation/finatra/FinatraDecorator.java | 1 + .../auto/instrumentation/finatra/FinatraInstrumentation.java | 1 + .../finatra-2.9/src/test/groovy/FinatraServerTest.groovy | 1 + .../src/test/groovy/NettyServerTestInstrumentation.java | 1 + .../finatra-2.9/src/test/scala/FinatraController.scala | 1 + instrumentation/finatra-2.9/src/test/scala/FinatraServer.scala | 1 + .../src/test/scala/ResponseSettingExceptionMapper.scala | 1 + .../opentelemetry/auto/instrumentation/geode/GeodeDecorator.java | 1 + .../auto/instrumentation/geode/GeodeInstrumentation.java | 1 + instrumentation/geode-1.4/src/test/groovy/PutGetTest.groovy | 1 + .../googlehttpclient/GoogleHttpClientDecorator.java | 1 + .../googlehttpclient/GoogleHttpClientInstrumentation.java | 1 + .../instrumentation/googlehttpclient/HeadersInjectAdapter.java | 1 + .../auto/instrumentation/googlehttpclient/RequestState.java | 1 + .../src/test/groovy/AbstractGoogleHttpClientTest.groovy | 1 + .../src/test/groovy/GoogleHttpClientAsyncTest.groovy | 1 + .../src/test/groovy/GoogleHttpClientTest.groovy | 1 + .../grizzly/GrizzlyHttpHandlerInstrumentation.java | 1 + .../auto/instrumentation/grizzly/GrizzlyHttpServerTracer.java | 1 + .../instrumentation/grizzly/GrizzlyRequestExtractAdapter.java | 1 + .../grizzly-2.0/src/test/groovy/GrizzlyAsyncTest.groovy | 1 + .../grizzly-2.0/src/test/groovy/GrizzlyIOStrategyTest.groovy | 1 + instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTest.groovy | 1 + .../grizzly-2.0/src/test/groovy/GrizzlyTestInstrumentation.java | 1 + .../auto/instrumentation/grizzly/client/ClientDecorator.java | 1 + .../auto/instrumentation/grizzly/client/ClientRequestAdvice.java | 1 + .../grizzly/client/ClientRequestInstrumentation.java | 1 + .../instrumentation/grizzly/client/ClientResponseAdvice.java | 1 + .../grizzly/client/ClientResponseInstrumentation.java | 1 + .../auto/instrumentation/grizzly/client/InjectAdapter.java | 1 + .../src/test/groovy/GrizzlyAsyncHttpClientTest.groovy | 1 + .../grizzly/http/v2_3/DefaultFilterChainAdvice.java | 1 + .../grizzly/http/v2_3/DefaultFilterChainInstrumentation.java | 1 + .../auto/instrumentation/grizzly/http/v2_3/ExtractAdapter.java | 1 + .../auto/instrumentation/grizzly/http/v2_3/FilterAdvice.java | 1 + .../instrumentation/grizzly/http/v2_3/FilterInstrumentation.java | 1 + .../auto/instrumentation/grizzly/http/v2_3/GrizzlyDecorator.java | 1 + .../instrumentation/grizzly/http/v2_3/HttpCodecFilterAdvice.java | 1 + .../grizzly/http/v2_3/HttpCodecFilterInstrumentation.java | 1 + .../grizzly/http/v2_3/HttpCodecFilterOldAdvice.java | 1 + .../grizzly/http/v2_3/HttpServerFilterAdvice.java | 1 + .../grizzly/http/v2_3/HttpServerFilterInstrumentation.java | 1 + .../grizzly-http-2.3/src/test/groovy/GrizzlyAsyncTest.groovy | 1 + .../src/test/groovy/GrizzlyFilterchainServerTest.groovy | 1 + .../test/groovy/GrizzlyFilterchainServerTestInstrumentation.java | 1 + .../src/test/groovy/GrizzlyIOStrategyTest.groovy | 1 + .../grizzly-http-2.3/src/test/groovy/GrizzlyTest.groovy | 1 + .../grpc/client/GrpcClientBuilderInstrumentation.java | 1 + .../auto/instrumentation/grpc/client/GrpcClientDecorator.java | 1 + .../auto/instrumentation/grpc/client/GrpcInjectAdapter.java | 1 + .../instrumentation/grpc/client/TracingClientInterceptor.java | 1 + .../auto/instrumentation/grpc/common/GrpcHelper.java | 1 + .../auto/instrumentation/grpc/server/GrpcExtractAdapter.java | 1 + .../grpc/server/GrpcServerBuilderInstrumentation.java | 1 + .../auto/instrumentation/grpc/server/GrpcServerDecorator.java | 1 + .../instrumentation/grpc/server/TracingServerInterceptor.java | 1 + .../grpc-1.5/src/test/groovy/GrpcStreamingTest.groovy | 1 + instrumentation/grpc-1.5/src/test/groovy/GrpcTest.groovy | 1 + .../hibernate/v3_3/AbstractHibernateInstrumentation.java | 1 + .../instrumentation/hibernate/v3_3/CriteriaInstrumentation.java | 1 + .../instrumentation/hibernate/v3_3/QueryInstrumentation.java | 1 + .../hibernate/v3_3/SessionFactoryInstrumentation.java | 1 + .../instrumentation/hibernate/v3_3/SessionInstrumentation.java | 1 + .../hibernate/v3_3/TransactionInstrumentation.java | 1 + .../hibernate-3.3/src/test/groovy/AbstractHibernateTest.groovy | 1 + .../hibernate/hibernate-3.3/src/test/groovy/CriteriaTest.groovy | 1 + .../hibernate/hibernate-3.3/src/test/groovy/QueryTest.groovy | 1 + .../hibernate/hibernate-3.3/src/test/groovy/SessionTest.groovy | 1 + instrumentation/hibernate/hibernate-3.3/src/test/java/Value.java | 1 + .../hibernate/v4_0/AbstractHibernateInstrumentation.java | 1 + .../instrumentation/hibernate/v4_0/CriteriaInstrumentation.java | 1 + .../instrumentation/hibernate/v4_0/QueryInstrumentation.java | 1 + .../hibernate/v4_0/SessionFactoryInstrumentation.java | 1 + .../instrumentation/hibernate/v4_0/SessionInstrumentation.java | 1 + .../hibernate/v4_0/TransactionInstrumentation.java | 1 + .../hibernate-4.0/src/test/groovy/AbstractHibernateTest.groovy | 1 + .../hibernate/hibernate-4.0/src/test/groovy/CriteriaTest.groovy | 1 + .../hibernate/hibernate-4.0/src/test/groovy/QueryTest.groovy | 1 + .../hibernate/hibernate-4.0/src/test/groovy/SessionTest.groovy | 1 + instrumentation/hibernate/hibernate-4.0/src/test/java/Value.java | 1 + .../hibernate/v4_3/ProcedureCallInstrumentation.java | 1 + .../instrumentation/hibernate/v4_3/SessionInstrumentation.java | 1 + .../hibernate-4.3/src/test/groovy/ProcedureCallTest.groovy | 1 + .../hibernate/hibernate-4.3/src/test/groovy/SpringJpaTest.groovy | 1 + instrumentation/hibernate/hibernate-4.3/src/test/java/Value.java | 1 + .../hibernate-4.3/src/test/java/spring/jpa/Customer.java | 1 + .../src/test/java/spring/jpa/CustomerRepository.java | 1 + .../src/test/java/spring/jpa/PersistenceConfig.java | 1 + .../auto/instrumentation/hibernate/HibernateDecorator.java | 1 + .../auto/instrumentation/hibernate/SessionMethodUtils.java | 1 + .../instrumentation/httpurlconnection/HeadersInjectAdapter.java | 1 + .../httpurlconnection/HttpUrlConnectionDecorator.java | 1 + .../httpurlconnection/HttpUrlConnectionInstrumentation.java | 1 + .../instrumentation/httpurlconnection/UrlInstrumentation.java | 1 + .../src/test/groovy/HttpUrlConnectionResponseCodeOnlyTest.groovy | 1 + .../src/test/groovy/HttpUrlConnectionTest.groovy | 1 + .../src/test/groovy/HttpUrlConnectionUseCachesFalseTest.groovy | 1 + .../src/test/groovy/SpringRestTemplateTest.groovy | 1 + .../http-url-connection/src/test/groovy/UrlConnectionTest.groovy | 1 + .../auto/instrumentation/hystrix/HystrixDecorator.java | 1 + .../auto/instrumentation/hystrix/HystrixInstrumentation.java | 1 + .../src/test/groovy/HystrixObservableChainTest.groovy | 1 + .../hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy | 1 + instrumentation/hystrix-1.4/src/test/groovy/HystrixTest.groovy | 1 + .../jboss-testing/src/test/groovy/JBossClassloadingTest.groovy | 1 + .../osgi-testing/src/test/groovy/OSGIClassloadingTest.groovy | 1 + .../javaclassloader/ClassLoaderInstrumentation.java | 1 + .../java-class-loader/src/test/groovy/ClassLoadingTest.groovy | 1 + .../tomcat-testing/src/test/groovy/TomcatClassloadingTest.groovy | 1 + .../src/test/groovy/AkkaExecutorInstrumentationTest.groovy | 1 + .../akka-2.5-testing/src/test/scala/AkkaAsyncChild.java | 1 + .../akka-testing/src/test/groovy/AkkaActorTest.groovy | 1 + .../java-concurrent/akka-testing/src/test/scala/AkkaActors.scala | 1 + .../src/test/groovy/KotlinCoroutineInstrumentationTest.groovy | 1 + .../kotlin-testing/src/test/kotlin/KotlinCoroutineTests.kt | 1 + .../src/test/groovy/ScalaExecutorInstrumentationTest.groovy | 1 + .../src/test/groovy/ScalaInstrumentationTest.groovy | 1 + .../scala-testing/src/test/scala/ScalaAsyncChild.java | 1 + .../scala-testing/src/test/scala/ScalaConcurrentTests.scala | 1 + .../javaconcurrent/AbstractExecutorInstrumentation.java | 1 + .../javaconcurrent/AkkaExecutorInstrumentation.java | 1 + .../javaconcurrent/AkkaForkJoinTaskInstrumentation.java | 1 + .../instrumentation/javaconcurrent/CallableInstrumentation.java | 1 + .../instrumentation/javaconcurrent/FutureInstrumentation.java | 1 + .../javaconcurrent/JavaExecutorInstrumentation.java | 1 + .../javaconcurrent/JavaForkJoinTaskInstrumentation.java | 1 + .../javaconcurrent/NonStandardExecutorInstrumentation.java | 1 + .../instrumentation/javaconcurrent/RunnableInstrumentation.java | 1 + .../javaconcurrent/ScalaExecutorInstrumentation.java | 1 + .../javaconcurrent/ScalaForkJoinTaskInstrumentation.java | 1 + .../javaconcurrent/ThreadPoolExecutorInstrumentation.java | 1 + .../src/slickTest/groovy/CompletableFutureTest.groovy | 1 + .../java-concurrent/src/slickTest/groovy/SlickTest.groovy | 1 + .../java-concurrent/src/slickTest/scala/SlickUtils.scala | 1 + .../java-concurrent/src/test/groovy/CompletableFutureTest.groovy | 1 + .../src/test/groovy/ExecutorInstrumentationTest.groovy | 1 + .../java-concurrent/src/test/groovy/ModuleInjectionTest.groovy | 1 + .../java-concurrent/src/test/java/JavaAsyncChild.java | 1 + .../auto/instrumentation/jul/JavaUtilLoggingSpans.java | 1 + .../instrumentation/jul/JavaUtilLoggingSpansInstrumentation.java | 1 + .../src/test/groovy/JBossJavaUtilLoggingEventTest.groovy | 1 + .../src/test/groovy/JavaUtilLoggingSpansTest.groovy | 1 + .../auto/instrumentation/jaxrsclient/v1_1/InjectAdapter.java | 1 + .../instrumentation/jaxrsclient/v1_1/JaxRsClientV1Decorator.java | 1 + .../jaxrsclient/v1_1/JaxRsClientV1Instrumentation.java | 1 + .../jaxrs-client-1.1/src/test/groovy/JaxRsClientV1Test.groovy | 1 + .../v2_0/JerseyClientConnectionErrorInstrumentation.java | 1 + .../v2_0/ResteasyClientConnectionErrorInstrumentation.java | 1 + .../instrumentation/jaxrsclient/v2_0/ClientTracingFeature.java | 1 + .../instrumentation/jaxrsclient/v2_0/ClientTracingFilter.java | 1 + .../auto/instrumentation/jaxrsclient/v2_0/InjectAdapter.java | 1 + .../instrumentation/jaxrsclient/v2_0/JaxRsClientDecorator.java | 1 + .../jaxrsclient/v2_0/JaxRsClientInstrumentation.java | 1 + .../src/test/groovy/JaxMultithreadedClientTest.groovy | 1 + .../jaxrs-client-2.0/src/test/groovy/JaxRsClientAsyncTest.groovy | 1 + .../jaxrs-client-2.0/src/test/groovy/JaxRsClientTest.groovy | 1 + .../instrumentation/jaxrs/v1_0/JaxRsAnnotationsDecorator.java | 1 + .../jaxrs/v1_0/JaxRsAnnotationsInstrumentation.java | 1 + .../jaxrs/jaxrs-1.0/src/test/groovy/JavaInterfaces.java | 1 + .../src/test/groovy/JaxRsAnnotations1InstrumentationTest.groovy | 1 + .../jaxrs/jaxrs-1.0/src/test/groovy/JerseyTest.groovy | 1 + .../jaxrs-1.0/src/test/groovy/JettyTestInstrumentation.java | 1 + instrumentation/jaxrs/jaxrs-1.0/src/test/java/Resource.java | 1 + .../jaxrs/v2_0/JerseyRequestContextInstrumentation.java | 1 + .../jaxrs/v2_0/Resteasy30RequestContextInstrumentation.java | 1 + .../jaxrs/v2_0/Resteasy31RequestContextInstrumentation.java | 1 + .../jaxrs/v2_0/AbstractRequestContextInstrumentation.java | 1 + .../jaxrs/v2_0/ContainerRequestFilterInstrumentation.java | 1 + .../jaxrs/v2_0/DefaultRequestContextInstrumentation.java | 1 + .../instrumentation/jaxrs/v2_0/JaxRsAnnotationsDecorator.java | 1 + .../jaxrs/v2_0/JaxRsAnnotationsInstrumentation.java | 1 + .../jaxrs/v2_0/JaxRsAsyncResponseInstrumentation.java | 1 + .../jaxrs/jaxrs-2.0/src/test/groovy/JavaInterfaces.java | 1 + .../src/test/groovy/JaxRsAnnotations2InstrumentationTest.groovy | 1 + .../jaxrs/jaxrs-2.0/src/test/groovy/JaxRsFilterTest.groovy | 1 + instrumentation/jaxrs/jaxrs-2.0/src/test/java/Resource.java | 1 + .../auto/instrumentation/jdbc/ConnectionInstrumentation.java | 1 + .../auto/instrumentation/jdbc/DataSourceDecorator.java | 1 + .../auto/instrumentation/jdbc/DataSourceInstrumentation.java | 1 + .../auto/instrumentation/jdbc/DriverInstrumentation.java | 1 + .../io/opentelemetry/auto/instrumentation/jdbc/JDBCMaps.java | 1 + .../io/opentelemetry/auto/instrumentation/jdbc/JDBCUtils.java | 1 + .../io/opentelemetry/auto/instrumentation/jdbc/JdbcTracer.java | 1 + .../instrumentation/jdbc/PreparedStatementInstrumentation.java | 1 + .../auto/instrumentation/jdbc/StatementInstrumentation.java | 1 + .../jdbc/src/test/groovy/JDBCConnectionUrlParserTest.groovy | 1 + .../jdbc/src/test/groovy/JDBCInstrumentationTest.groovy | 1 + instrumentation/jdbc/src/test/groovy/SqlNormalizerTest.groovy | 1 + instrumentation/jdbc/src/test/groovy/test/TestConnection.groovy | 1 + .../jdbc/src/test/groovy/test/TestDatabaseMetaData.groovy | 1 + instrumentation/jdbc/src/test/groovy/test/TestDriver.groovy | 1 + instrumentation/jdbc/src/test/groovy/test/TestStatement.groovy | 1 + .../auto/instrumentation/jedis/v1_4/JedisClientDecorator.java | 1 + .../auto/instrumentation/jedis/v1_4/JedisInstrumentation.java | 1 + .../jedis/jedis-1.4/src/test/groovy/JedisClientTest.groovy | 1 + .../auto/instrumentation/jedis/v3_0/JedisClientDecorator.java | 1 + .../auto/instrumentation/jedis/v3_0/JedisInstrumentation.java | 1 + .../jedis/jedis-3.0/src/test/groovy/Jedis30ClientTest.groovy | 1 + .../instrumentation/jetty/HttpServletRequestExtractAdapter.java | 1 + .../opentelemetry/auto/instrumentation/jetty/JettyDecorator.java | 1 + .../auto/instrumentation/jetty/JettyHandlerAdvice.java | 1 + .../auto/instrumentation/jetty/JettyHandlerInstrumentation.java | 1 + .../auto/instrumentation/jetty/TagSettingAsyncListener.java | 1 + .../src/test/groovy/JettyContinuationHandlerTest.groovy | 1 + .../jetty-8.0/src/test/groovy/JettyHandlerTest.groovy | 1 + .../jetty-8.0/src/test/groovy/JettyTestInstrumentation.java | 1 + instrumentation/jms-1.1/src/latestDepTest/groovy/JMS2Test.groovy | 1 + .../src/latestDepTest/groovy/SpringListenerJMS2Test.groovy | 1 + .../src/latestDepTest/groovy/SpringTemplateJMS2Test.groovy | 1 + .../jms-1.1/src/latestDepTest/groovy/listener/Config.groovy | 1 + .../src/latestDepTest/groovy/listener/TestListener.groovy | 1 + .../io/opentelemetry/auto/instrumentation/jms/JMSDecorator.java | 1 + .../instrumentation/jms/JMSMessageConsumerInstrumentation.java | 1 + .../instrumentation/jms/JMSMessageListenerInstrumentation.java | 1 + .../instrumentation/jms/JMSMessageProducerInstrumentation.java | 1 + .../auto/instrumentation/jms/MessageExtractAdapter.java | 1 + .../auto/instrumentation/jms/MessageInjectAdapter.java | 1 + instrumentation/jms-1.1/src/test/groovy/JMS1Test.groovy | 1 + .../jms-1.1/src/test/groovy/SpringListenerJMS1Test.groovy | 1 + .../jms-1.1/src/test/groovy/SpringTemplateJMS1Test.groovy | 1 + instrumentation/jms-1.1/src/test/groovy/listener/Config.groovy | 1 + .../jms-1.1/src/test/groovy/listener/TestListener.groovy | 1 + .../io/opentelemetry/auto/instrumentation/jsp/JSPDecorator.java | 1 + .../auto/instrumentation/jsp/JSPInstrumentation.java | 1 + .../jsp/JasperJSPCompilationContextInstrumentation.java | 1 + .../jsp-2.3/src/test/groovy/JSPInstrumentationBasicTests.groovy | 1 + .../src/test/groovy/JSPInstrumentationForwardTests.groovy | 1 + .../kafkaclients/KafkaConsumerInstrumentation.java | 1 + .../auto/instrumentation/kafkaclients/KafkaDecorator.java | 1 + .../kafkaclients/KafkaProducerInstrumentation.java | 1 + .../auto/instrumentation/kafkaclients/TextMapExtractAdapter.java | 1 + .../auto/instrumentation/kafkaclients/TextMapInjectAdapter.java | 1 + .../auto/instrumentation/kafkaclients/TracingIterable.java | 1 + .../auto/instrumentation/kafkaclients/TracingIterator.java | 1 + .../auto/instrumentation/kafkaclients/TracingList.java | 1 + .../kafka-clients-0.11/src/test/groovy/KafkaClientTest.groovy | 1 + .../auto/instrumentation/kafkastreams/KafkaStreamsDecorator.java | 1 + .../kafkastreams/KafkaStreamsProcessorInstrumentation.java | 1 + .../KafkaStreamsSourceNodeRecordDeserializerInstrumentation.java | 1 + .../auto/instrumentation/kafkastreams/TextMapExtractAdapter.java | 1 + .../kafka-streams-0.11/src/test/groovy/KafkaStreamsTest.groovy | 1 + .../io/opentelemetry/auto/instrumentation/khttp/KHttpAdvice.java | 1 + .../opentelemetry/auto/instrumentation/khttp/KHttpDecorator.java | 1 + .../auto/instrumentation/khttp/KHttpHeadersInjectAdapter.java | 1 + .../auto/instrumentation/khttp/KHttpInstrumentation.java | 1 + .../opentelemetry/auto/instrumentation/khttp/RequestWrapper.java | 1 + instrumentation/khttp-0.1/src/test/groovy/KHttpClientTest.groovy | 1 + .../lettuce/v4_0/LettuceAsyncCommandsInstrumentation.java | 1 + .../lettuce/v4_0/LettuceClientInstrumentation.java | 1 + .../auto/instrumentation/lettuce/v4_0/InstrumentationPoints.java | 1 + .../instrumentation/lettuce/v4_0/LettuceAsyncCommandsAdvice.java | 1 + .../instrumentation/lettuce/v4_0/LettuceClientDecorator.java | 1 + .../auto/instrumentation/lettuce/v4_0/RedisConnectionAdvice.java | 1 + .../lettuce-4.0/src/test/groovy/LettuceAsyncClientTest.groovy | 1 + .../lettuce-4.0/src/test/groovy/LettuceSyncClientTest.groovy | 1 + .../lettuce/v5_0/LettuceAsyncCommandsInstrumentation.java | 1 + .../lettuce/v5_0/LettuceClientInstrumentation.java | 1 + .../lettuce/v5_0/LettuceReactiveCommandsInstrumentation.java | 1 + .../instrumentation/lettuce/v5_0/ConnectionFutureAdvice.java | 1 + .../instrumentation/lettuce/v5_0/LettuceAsyncBiFunction.java | 1 + .../instrumentation/lettuce/v5_0/LettuceAsyncCommandsAdvice.java | 1 + .../instrumentation/lettuce/v5_0/LettuceClientDecorator.java | 1 + .../instrumentation/lettuce/v5_0/LettuceInstrumentationUtil.java | 1 + .../lettuce/v5_0/rx/LettuceFluxCreationAdvice.java | 1 + .../lettuce/v5_0/rx/LettuceFluxTerminationRunnable.java | 1 + .../lettuce/v5_0/rx/LettuceMonoCreationAdvice.java | 1 + .../instrumentation/lettuce/v5_0/rx/LettuceMonoDualConsumer.java | 1 + .../lettuce-5.0/src/test/groovy/LettuceAsyncClientTest.groovy | 1 + .../lettuce-5.0/src/test/groovy/LettuceReactiveClientTest.groovy | 1 + .../lettuce-5.0/src/test/groovy/LettuceSyncClientTest.groovy | 1 + .../lettuce/v5_1/LettuceClientResourcesInstrumentation.java | 1 + .../auto/instrumentation/lettuce/v5_1/OpenTelemetryTracing.java | 1 + .../instrumentation/lettuce/v5_1/LettuceAsyncClientTest.groovy | 1 + .../lettuce/v5_1/LettuceReactiveClientTest.groovy | 1 + .../instrumentation/lettuce/v5_1/LettuceSyncClientTest.groovy | 1 + .../auto/instrumentation/log4j/v1_1/Log4jMDCInstrumentation.java | 1 + .../auto/instrumentation/log4j/v1_1/Log4jSpans.java | 1 + .../instrumentation/log4j/v1_1/Log4jSpansInstrumentation.java | 1 + .../log4j/log4j-1.1/src/test/groovy/Log4jMDCTest.groovy | 1 + .../log4j/log4j-1.1/src/test/groovy/Log4jSpansTest.groovy | 1 + .../auto/instrumentation/log4j/v2_0/Log4jSpans.java | 1 + .../instrumentation/log4j/v2_0/Log4jSpansInstrumentation.java | 1 + .../instrumentation/log4j/v2_0/ThreadContextInstrumentation.java | 1 + .../log4j/log4j-2.0/src/test/groovy/Log4jSpansTest.groovy | 1 + .../log4j-2.0/src/test/groovy/Log4jThreadContextTest.groovy | 1 + .../opentelemetry/auto/instrumentation/logback/LogbackSpans.java | 1 + .../instrumentation/logback/LogbackSpansInstrumentation.java | 1 + .../logback-1.0/src/test/groovy/LogbackSpansTest.groovy | 1 + .../instrumentation/mongo/v3_1/MongoClientInstrumentation.java | 1 + .../mongo/mongo-3.1/src/test/groovy/MongoClientTest.groovy | 1 + .../instrumentation/mongo/v3_7/MongoClientInstrumentation.java | 1 + .../mongo/mongo-3.7/src/test/groovy/MongoClientTest.groovy | 1 + .../mongoasync/v3_3/MongoAsyncClientInstrumentation.java | 1 + .../mongo-async-3.3/src/test/groovy/MongoAsyncClientTest.groovy | 1 + .../auto/instrumentation/mongo/MongoClientTracer.java | 1 + .../auto/instrumentation/mongo/TracingCommandListener.java | 1 + .../mongo/mongo-common/src/test/groovy/MongoBaseTest.groovy | 1 + .../netty-3.8/src/latestDepTest/groovy/Netty38ClientTest.groovy | 1 + .../netty-3.8/src/latestDepTest/groovy/Netty38ServerTest.groovy | 1 + .../src/latestDepTest/groovy/NettyServerTestInstrumentation.java | 1 + .../auto/instrumentation/netty/v3_8/AbstractNettyAdvice.java | 1 + .../netty/v3_8/ChannelFutureListenerInstrumentation.java | 1 + .../auto/instrumentation/netty/v3_8/ChannelTraceContext.java | 1 + .../instrumentation/netty/v3_8/NettyChannelInstrumentation.java | 1 + .../netty/v3_8/NettyChannelPipelineInstrumentation.java | 1 + .../netty/v3_8/client/HttpClientRequestTracingHandler.java | 1 + .../netty/v3_8/client/HttpClientResponseTracingHandler.java | 1 + .../netty/v3_8/client/HttpClientTracingHandler.java | 1 + .../netty/v3_8/client/NettyHttpClientDecorator.java | 1 + .../netty/v3_8/client/NettyResponseInjectAdapter.java | 1 + .../netty/v3_8/server/HttpServerRequestTracingHandler.java | 1 + .../netty/v3_8/server/HttpServerResponseTracingHandler.java | 1 + .../netty/v3_8/server/HttpServerTracingHandler.java | 1 + .../netty/v3_8/server/NettyHttpServerDecorator.java | 1 + .../netty/v3_8/server/NettyRequestExtractAdapter.java | 1 + .../netty/v3_8/util/CombinedSimpleChannelHandler.java | 1 + .../netty/netty-3.8/src/test/groovy/Netty38ClientTest.groovy | 1 + .../netty/netty-3.8/src/test/groovy/Netty38ServerTest.groovy | 1 + .../src/test/groovy/NettyServerTestInstrumentation.java | 1 + .../auto/instrumentation/netty/v4_0/AttributeKeys.java | 1 + .../netty/v4_0/ChannelFutureListenerInstrumentation.java | 1 + .../netty/v4_0/NettyChannelPipelineInstrumentation.java | 1 + .../netty/v4_0/client/HttpClientRequestTracingHandler.java | 1 + .../netty/v4_0/client/HttpClientResponseTracingHandler.java | 1 + .../netty/v4_0/client/HttpClientTracingHandler.java | 1 + .../netty/v4_0/client/NettyHttpClientDecorator.java | 1 + .../netty/v4_0/client/NettyResponseInjectAdapter.java | 1 + .../netty/v4_0/server/HttpServerRequestTracingHandler.java | 1 + .../netty/v4_0/server/HttpServerResponseTracingHandler.java | 1 + .../netty/v4_0/server/HttpServerTracingHandler.java | 1 + .../netty/v4_0/server/NettyHttpServerDecorator.java | 1 + .../netty/v4_0/server/NettyRequestExtractAdapter.java | 1 + .../netty/netty-4.0/src/test/groovy/Netty40ClientTest.groovy | 1 + .../netty/netty-4.0/src/test/groovy/Netty40ServerTest.groovy | 1 + .../src/test/groovy/NettyServerTestInstrumentation.java | 1 + .../auto/instrumentation/netty/v4_1/AttributeKeys.java | 1 + .../netty/v4_1/ChannelFutureListenerInstrumentation.java | 1 + .../netty/v4_1/NettyChannelPipelineInstrumentation.java | 1 + .../netty/v4_1/client/HttpClientRequestTracingHandler.java | 1 + .../netty/v4_1/client/HttpClientResponseTracingHandler.java | 1 + .../netty/v4_1/client/HttpClientTracingHandler.java | 1 + .../netty/v4_1/client/NettyHttpClientDecorator.java | 1 + .../netty/v4_1/client/NettyResponseInjectAdapter.java | 1 + .../netty/v4_1/server/HttpServerRequestTracingHandler.java | 1 + .../netty/v4_1/server/HttpServerResponseTracingHandler.java | 1 + .../netty/v4_1/server/HttpServerTracingHandler.java | 1 + .../netty/v4_1/server/NettyHttpServerDecorator.java | 1 + .../netty/v4_1/server/NettyRequestExtractAdapter.java | 1 + .../netty/netty-4.1/src/test/groovy/Netty41ClientTest.groovy | 1 + .../netty/netty-4.1/src/test/groovy/Netty41ServerTest.groovy | 1 + .../src/test/groovy/NettyServerTestInstrumentation.java | 1 + .../auto/instrumentation/okhttp/v2_2/OkHttp2Instrumentation.java | 1 + .../auto/instrumentation/okhttp/v2_2/OkHttpClientDecorator.java | 1 + .../instrumentation/okhttp/v2_2/RequestBuilderInjectAdapter.java | 1 + .../auto/instrumentation/okhttp/v2_2/TracingInterceptor.java | 1 + .../okhttp/okhttp-2.2/src/test/groovy/HeadersUtil.groovy | 1 + .../okhttp/okhttp-2.2/src/test/groovy/OkHttp2AsyncTest.groovy | 1 + .../okhttp/okhttp-2.2/src/test/groovy/OkHttp2Test.groovy | 1 + .../auto/instrumentation/okhttp/v3_0/OkHttp3Instrumentation.java | 1 + .../auto/instrumentation/okhttp/v3_0/OkHttpClientDecorator.java | 1 + .../instrumentation/okhttp/v3_0/RequestBuilderInjectAdapter.java | 1 + .../auto/instrumentation/okhttp/v3_0/TracingInterceptor.java | 1 + .../okhttp/okhttp-3.0/src/test/groovy/OkHttp3AsyncTest.groovy | 1 + .../okhttp/okhttp-3.0/src/test/groovy/OkHttp3Test.groovy | 1 + .../opentelemetryapi/AbstractInstrumentation.java | 1 + .../opentelemetryapi/ContextUtilsInstrumentation.java | 1 + .../opentelemetryapi/GrpcContextInstrumentation.java | 1 + .../opentelemetryapi/OpenTelemetryApiInstrumentation.java | 1 + .../opentelemetryapi/TracingContextUtilsInstrumentation.java | 1 + .../instrumentation/opentelemetryapi/context/ContextUtils.java | 1 + .../auto/instrumentation/opentelemetryapi/context/NoopScope.java | 1 + .../instrumentation/opentelemetryapi/context/UnshadedScope.java | 1 + .../context/propagation/UnshadedContextPropagators.java | 1 + .../context/propagation/UnshadedHttpTextFormat.java | 1 + .../opentelemetryapi/metrics/UnshadedBatchRecorder.java | 1 + .../opentelemetryapi/metrics/UnshadedDoubleCounter.java | 1 + .../opentelemetryapi/metrics/UnshadedDoubleSumObserver.java | 1 + .../opentelemetryapi/metrics/UnshadedDoubleUpDownCounter.java | 1 + .../metrics/UnshadedDoubleUpDownSumObserver.java | 1 + .../opentelemetryapi/metrics/UnshadedDoubleValueObserver.java | 1 + .../opentelemetryapi/metrics/UnshadedDoubleValueRecorder.java | 1 + .../opentelemetryapi/metrics/UnshadedLongCounter.java | 1 + .../opentelemetryapi/metrics/UnshadedLongSumObserver.java | 1 + .../opentelemetryapi/metrics/UnshadedLongUpDownCounter.java | 1 + .../opentelemetryapi/metrics/UnshadedLongUpDownSumObserver.java | 1 + .../opentelemetryapi/metrics/UnshadedLongValueObserver.java | 1 + .../opentelemetryapi/metrics/UnshadedLongValueRecorder.java | 1 + .../instrumentation/opentelemetryapi/metrics/UnshadedMeter.java | 1 + .../opentelemetryapi/metrics/UnshadedMeterProvider.java | 1 + .../auto/instrumentation/opentelemetryapi/trace/Bridging.java | 1 + .../opentelemetryapi/trace/TracingContextUtils.java | 1 + .../instrumentation/opentelemetryapi/trace/UnshadedSpan.java | 1 + .../instrumentation/opentelemetryapi/trace/UnshadedTracer.java | 1 + .../opentelemetryapi/trace/UnshadedTracerProvider.java | 1 + .../opentelemetry-api-beta/src/test/groovy/MeterTest.groovy | 1 + .../opentelemetry-api-beta/src/test/groovy/TracerTest.groovy | 1 + .../src/test/groovy/TracingContextUtilsTest.groovy | 1 + .../auto/instrumentation/playws/v1_0/AsyncHandlerWrapper.java | 1 + .../instrumentation/playws/v1_0/PlayWSClientInstrumentation.java | 1 + .../instrumentation/playws/v1_0/StreamedAsyncHandlerWrapper.java | 1 + .../play-ws/play-ws-1.0/src/test/groovy/PlayWSClientTest.groovy | 1 + .../auto/instrumentation/playws/v2_0/AsyncHandlerWrapper.java | 1 + .../instrumentation/playws/v2_0/PlayWSClientInstrumentation.java | 1 + .../instrumentation/playws/v2_0/StreamedAsyncHandlerWrapper.java | 1 + .../play-ws/play-ws-2.0/src/test/groovy/PlayWSClientTest.groovy | 1 + .../auto/instrumentation/playws/v2_1/AsyncHandlerWrapper.java | 1 + .../instrumentation/playws/v2_1/PlayWSClientInstrumentation.java | 1 + .../instrumentation/playws/v2_1/StreamedAsyncHandlerWrapper.java | 1 + .../play-ws/play-ws-2.1/src/test/groovy/PlayWSClientTest.groovy | 1 + .../instrumentation/playws/BasePlayWSClientInstrumentation.java | 1 + .../auto/instrumentation/playws/HeadersInjectAdapter.java | 1 + .../auto/instrumentation/playws/PlayWSClientDecorator.java | 1 + .../play-ws-common/src/test/groovy/PlayWSClientTestBase.groovy | 1 + .../auto/instrumentation/play/v2_3/PlayInstrumentation.java | 1 + .../opentelemetry/auto/instrumentation/play/v2_3/PlayAdvice.java | 1 + .../auto/instrumentation/play/v2_3/PlayHeaders.java | 1 + .../auto/instrumentation/play/v2_3/PlayHttpServerDecorator.java | 1 + .../auto/instrumentation/play/v2_3/RequestCompleteCallback.java | 1 + .../play/play-2.3/src/test/groovy/client/PlayWSClientTest.groovy | 1 + .../src/test/groovy/server/NettyServerTestInstrumentation.java | 1 + .../play-2.3/src/test/groovy/server/PlayAsyncServerTest.groovy | 1 + .../play/play-2.3/src/test/groovy/server/PlayServerTest.groovy | 1 + .../play/play-2.3/src/test/scala/server/AsyncServer.scala | 1 + .../src/test/scala/server/ControllerClosureAdapter.scala | 1 + .../play/play-2.3/src/test/scala/server/Settings.scala | 1 + .../play/play-2.3/src/test/scala/server/SyncServer.scala | 1 + .../auto/instrumentation/play/v2_4/PlayInstrumentation.java | 1 + .../opentelemetry/auto/instrumentation/play/v2_4/PlayAdvice.java | 1 + .../auto/instrumentation/play/v2_4/PlayHeaders.java | 1 + .../auto/instrumentation/play/v2_4/PlayHttpServerDecorator.java | 1 + .../auto/instrumentation/play/v2_4/RequestCompleteCallback.java | 1 + .../play/play-2.4/src/test/groovy/client/PlayWSClientTest.groovy | 1 + .../src/test/groovy/server/NettyServerTestInstrumentation.java | 1 + .../play-2.4/src/test/groovy/server/PlayAsyncServerTest.groovy | 1 + .../play/play-2.4/src/test/groovy/server/PlayServerTest.groovy | 1 + .../auto/instrumentation/play/v2_6/PlayInstrumentation.java | 1 + .../opentelemetry/auto/instrumentation/play/v2_6/PlayAdvice.java | 1 + .../auto/instrumentation/play/v2_6/PlayHeaders.java | 1 + .../auto/instrumentation/play/v2_6/PlayHttpServerDecorator.java | 1 + .../auto/instrumentation/play/v2_6/RequestCompleteCallback.java | 1 + .../src/test/groovy/server/AkkaHttpTestInstrumentation.java | 1 + .../play-2.6/src/test/groovy/server/PlayAsyncServerTest.groovy | 1 + .../play/play-2.6/src/test/groovy/server/PlayServerTest.groovy | 1 + .../rabbitmq/amqp/RabbitChannelInstrumentation.java | 1 + .../rabbitmq/amqp/RabbitCommandInstrumentation.java | 1 + .../auto/instrumentation/rabbitmq/amqp/RabbitDecorator.java | 1 + .../instrumentation/rabbitmq/amqp/TextMapExtractAdapter.java | 1 + .../auto/instrumentation/rabbitmq/amqp/TextMapInjectAdapter.java | 1 + .../instrumentation/rabbitmq/amqp/TracedDelegatingConsumer.java | 1 + .../rabbitmq-amqp-2.7/src/test/groovy/RabbitMQTest.groovy | 1 + .../instrumentation/ratpack/ContinuationInstrumentation.java | 1 + .../instrumentation/ratpack/DefaultExecutionInstrumentation.java | 1 + .../ratpack/ServerErrorHandlerInstrumentation.java | 1 + .../instrumentation/ratpack/ServerRegistryInstrumentation.java | 1 + .../auto/instrumentation/ratpack/ActionWrapper.java | 1 + .../opentelemetry/auto/instrumentation/ratpack/BlockWrapper.java | 1 + .../auto/instrumentation/ratpack/ErrorHandlerAdvice.java | 1 + .../auto/instrumentation/ratpack/RatpackServerDecorator.java | 1 + .../auto/instrumentation/ratpack/ServerRegistryAdvice.java | 1 + .../auto/instrumentation/ratpack/TracingHandler.java | 1 + .../ratpack-1.5/src/test/groovy/RatpackOtherTest.groovy | 1 + .../src/test/groovy/client/RatpackForkedHttpClientTest.groovy | 1 + .../src/test/groovy/client/RatpackHttpClientTest.groovy | 1 + .../src/test/groovy/server/NettyServerTestInstrumentation.java | 1 + .../src/test/groovy/server/RatpackAsyncHttpServerTest.groovy | 1 + .../src/test/groovy/server/RatpackForkedHttpServerTest.groovy | 1 + .../src/test/groovy/server/RatpackHttpServerTest.groovy | 1 + .../instrumentation/reactor/ReactorHooksInstrumentation.java | 1 + .../auto/instrumentation/reactor/FluxAndMonoSubscribeAdvice.java | 1 + .../auto/instrumentation/reactor/ReactorCoreAdviceUtils.java | 1 + .../auto/instrumentation/reactor/ReactorHooksAdvice.java | 1 + .../auto/instrumentation/reactor/TracingPublishers.java | 1 + .../auto/instrumentation/reactor/TracingSubscriber.java | 1 + .../reactor-3.1/src/test/groovy/ReactorCoreTest.groovy | 1 + .../auto/instrumentation/rediscala/RediscalaClientDecorator.java | 1 + .../auto/instrumentation/rediscala/RediscalaInstrumentation.java | 1 + .../rediscala-1.8/src/test/groovy/RediscalaClientTest.groovy | 1 + .../auto/instrumentation/rmi/client/RmiClientDecorator.java | 1 + .../instrumentation/rmi/client/RmiClientInstrumentation.java | 1 + .../auto/instrumentation/rmi/context/ContextPayload.java | 1 + .../auto/instrumentation/rmi/context/ContextPropagator.java | 1 + .../rmi/context/client/RmiClientContextInstrumentation.java | 1 + .../instrumentation/rmi/context/server/ContextDispatcher.java | 1 + .../rmi/context/server/RmiServerContextInstrumentation.java | 1 + .../auto/instrumentation/rmi/server/RmiServerDecorator.java | 1 + .../instrumentation/rmi/server/RmiServerInstrumentation.java | 1 + instrumentation/rmi/src/test/groovy/RmiTest.groovy | 1 + instrumentation/rmi/src/test/java/rmi/app/Greeter.java | 1 + instrumentation/rmi/src/test/java/rmi/app/Server.java | 1 + instrumentation/rmi/src/test/java/rmi/app/ServerLegacy.java | 1 + .../auto/instrumentation/rxjava/SpanFinishingSubscription.java | 1 + .../auto/instrumentation/rxjava/TracedOnSubscribe.java | 1 + .../auto/instrumentation/rxjava/TracedSubscriber.java | 1 + .../rxjava-1.0/src/main/java/rx/__OpenTelemetryTracingUtil.java | 1 + .../glassfish-testing/src/test/groovy/GlassFishServerTest.groovy | 1 + .../src/test/groovy/GrizzlyTestInstrumentation.java | 1 + .../servlet/glassfish-testing/src/test/groovy/TestServlets.java | 1 + .../auto/instrumentation/servlet/v2_3/Servlet2Advice.java | 1 + .../instrumentation/servlet/v2_3/Servlet2HttpServerTracer.java | 1 + .../instrumentation/servlet/v2_3/Servlet2Instrumentation.java | 1 + .../servlet/v2_3/Servlet2ResponseStatusInstrumentation.java | 1 + .../servlet/request-2.3/src/test/groovy/JettyServlet2Test.groovy | 1 + .../request-2.3/src/test/groovy/ServletTestInstrumentation.java | 1 + .../servlet/request-2.3/src/test/groovy/TestServlet2.groovy | 1 + .../servlet/v3_0/AsyncContextInstrumentation.java | 1 + .../auto/instrumentation/servlet/v3_0/Servlet3Advice.java | 1 + .../instrumentation/servlet/v3_0/Servlet3HttpServerTracer.java | 1 + .../instrumentation/servlet/v3_0/Servlet3Instrumentation.java | 1 + .../instrumentation/servlet/v3_0/TagSettingAsyncListener.java | 1 + .../request-3.0/src/test/groovy/AbstractServlet3Test.groovy | 1 + .../servlet/request-3.0/src/test/groovy/JettyServlet3Test.groovy | 1 + .../request-3.0/src/test/groovy/JettyServletHandlerTest.groovy | 1 + .../request-3.0/src/test/groovy/RequestDispatcherServlet.java | 1 + .../request-3.0/src/test/groovy/ServletTestInstrumentation.java | 1 + .../servlet/request-3.0/src/test/groovy/TestServlet3.groovy | 1 + .../request-3.0/src/test/groovy/TomcatServlet3Test.groovy | 1 + .../auto/instrumentation/servlet/HttpServletRequestGetter.java | 1 + .../auto/instrumentation/servlet/ServletHttpServerTracer.java | 1 + .../servlet/dispatcher/RequestDispatcherDecorator.java | 1 + .../servlet/dispatcher/RequestDispatcherInstrumentation.java | 1 + .../servlet/dispatcher/ServletContextInstrumentation.java | 1 + .../auto/instrumentation/servlet/filter/FilterDecorator.java | 1 + .../instrumentation/servlet/filter/FilterInstrumentation.java | 1 + .../auto/instrumentation/servlet/http/HttpServletDecorator.java | 1 + .../instrumentation/servlet/http/HttpServletInstrumentation.java | 1 + .../servlet/http/HttpServletResponseDecorator.java | 1 + .../servlet/http/HttpServletResponseInstrumentation.java | 1 + instrumentation/servlet/src/test/groovy/FilterTest.groovy | 1 + .../servlet/src/test/groovy/HttpServletResponseTest.groovy | 1 + instrumentation/servlet/src/test/groovy/HttpServletTest.groovy | 1 + .../servlet/src/test/groovy/RequestDispatcherTest.groovy | 1 + .../servlet/src/test/groovy/RequestDispatcherUtils.java | 1 + .../auto/instrumentation/sparkjava/RoutesInstrumentation.java | 1 + .../sparkjava-2.3/src/test/groovy/SparkJavaBasedTest.groovy | 1 + .../sparkjava-2.3/src/test/java/TestSparkJavaApplication.java | 1 + .../auto/instrumentation/springdata/SpringDataDecorator.java | 1 + .../springdata/SpringRepositoryInstrumentation.java | 1 + .../spring-data-1.8/src/test/groovy/SpringJpaTest.groovy | 1 + .../spring-data-1.8/src/test/java/spring/jpa/JpaCustomer.java | 1 + .../src/test/java/spring/jpa/JpaCustomerRepository.java | 1 + .../src/test/java/spring/jpa/JpaPersistenceConfig.java | 1 + .../springscheduling/SpringSchedulingDecorator.java | 1 + .../springscheduling/SpringSchedulingInstrumentation.java | 1 + .../src/test/groovy/SpringSchedulingTest.groovy | 1 + .../spring-scheduling-3.1/src/test/java/IntervalTask.java | 1 + .../spring-scheduling-3.1/src/test/java/IntervalTaskConfig.java | 1 + .../spring-scheduling-3.1/src/test/java/TriggerTask.java | 1 + .../spring-scheduling-3.1/src/test/java/TriggerTaskConfig.java | 1 + .../springwebflux/client/WebClientFilterInstrumentation.java | 1 + .../springwebflux/server/AbstractWebfluxInstrumentation.java | 1 + .../springwebflux/server/DispatcherHandlerInstrumentation.java | 1 + .../springwebflux/server/HandlerAdapterInstrumentation.java | 1 + .../springwebflux/server/RouterFunctionInstrumentation.java | 1 + .../springwebflux/client/HttpHeadersInjectAdapter.java | 1 + .../springwebflux/client/SpringWebfluxHttpClientDecorator.java | 1 + .../springwebflux/client/WebClientFilterAdvice.java | 1 + .../springwebflux/client/WebClientTracingFilter.java | 1 + .../auto/instrumentation/springwebflux/server/AdviceUtils.java | 1 + .../springwebflux/server/DispatcherHandlerAdvice.java | 1 + .../springwebflux/server/HandlerAdapterAdvice.java | 1 + .../springwebflux/server/RouteOnSuccessOrError.java | 1 + .../springwebflux/server/RouterFunctionAdvice.java | 1 + .../springwebflux/server/SpringWebfluxHttpServerDecorator.java | 1 + .../src/test/groovy/SingleThreadedSpringWebfluxTest.groovy | 1 + .../spring-webflux-5.0/src/test/groovy/SpringWebfluxTest.groovy | 1 + .../src/test/groovy/client/SpringWebfluxHttpClientTest.groovy | 1 + .../spring-webflux-5.0/src/test/groovy/server/EchoHandler.groovy | 1 + .../src/test/groovy/server/EchoHandlerFunction.groovy | 1 + .../spring-webflux-5.0/src/test/groovy/server/FooModel.groovy | 1 + .../src/test/groovy/server/SpringWebFluxTestApplication.groovy | 1 + .../src/test/groovy/server/TestController.groovy | 1 + .../src/test/java/server/RedirectComponent.java | 1 + .../springwebmvc/DispatcherServletInstrumentation.java | 1 + .../springwebmvc/HandlerAdapterInstrumentation.java | 1 + .../springwebmvc/HandlerMappingResourceNameFilter.java | 1 + .../auto/instrumentation/springwebmvc/SpringWebMvcDecorator.java | 1 + .../src/test/groovy/test/ServletTestInstrumentation.java | 1 + .../spring-webmvc-3.1/src/test/groovy/test/boot/AppConfig.groovy | 1 + .../src/test/groovy/test/boot/SpringBootBasedTest.groovy | 1 + .../src/test/groovy/test/boot/TestController.groovy | 1 + .../src/test/groovy/test/filter/FilteredAppConfig.groovy | 1 + .../src/test/groovy/test/filter/ServletFilterTest.groovy | 1 + .../src/test/groovy/test/filter/TestController.groovy | 1 + .../instrumentation/spymemcached/BulkGetCompletionListener.java | 1 + .../auto/instrumentation/spymemcached/CompletionListener.java | 1 + .../auto/instrumentation/spymemcached/GetCompletionListener.java | 1 + .../instrumentation/spymemcached/MemcacheClientDecorator.java | 1 + .../spymemcached/MemcachedClientInstrumentation.java | 1 + .../spymemcached/OperationCompletionListener.java | 1 + .../instrumentation/spymemcached/SyncCompletionListener.java | 1 + .../spymemcached-2.12/src/test/groovy/SpymemcachedTest.groovy | 1 + .../traceannotation/AbstractTraceAnnotationInstrumentation.java | 1 + .../traceannotation/MethodsConfigurationParser.java | 1 + .../auto/instrumentation/traceannotation/TraceAdvice.java | 1 + .../traceannotation/TraceAnnotationsInstrumentation.java | 1 + .../traceannotation/TraceConfigInstrumentation.java | 1 + .../auto/instrumentation/traceannotation/TraceDecorator.java | 1 + .../auto/instrumentation/traceannotation/WithSpanAdvice.java | 1 + .../traceannotation/WithSpanAnnotationInstrumentation.java | 1 + .../src/test/groovy/ConfiguredTraceAnnotationsTest.groovy | 1 + .../trace-annotation/src/test/groovy/TraceAnnotationsTest.groovy | 1 + .../trace-annotation/src/test/groovy/TraceConfigTest.groovy | 1 + .../trace-annotation/src/test/groovy/TraceProvidersTest.groovy | 1 + .../src/test/groovy/TracedMethodsExclusionTest.groovy | 1 + .../src/test/groovy/WithSpanInstrumentationTest.groovy | 1 + .../traceannotation/MethodsConfigurationParserTest.groovy | 1 + instrumentation/trace-annotation/src/test/java/OuterClass.java | 1 + .../java/io/opentelemetry/test/annotation/SayTracedHello.java | 1 + .../java/io/opentelemetry/test/annotation/TracedWithSpan.java | 1 + .../auto/instrumentation/twilio/TwilioAsyncInstrumentation.java | 1 + .../auto/instrumentation/twilio/TwilioClientDecorator.java | 1 + .../auto/instrumentation/twilio/TwilioSyncInstrumentation.java | 1 + .../twilio-6.6/src/test/groovy/test/TwilioClientTest.groovy | 1 + .../vertx/reactive/AsyncResultConsumerWrapper.java | 1 + .../vertx/reactive/AsyncResultHandlerWrapper.java | 1 + .../auto/instrumentation/vertx/reactive/VertxDecorator.java | 1 + .../instrumentation/vertx/reactive/VertxRxInstrumentation.java | 1 + .../src/test/groovy/NettyServerTestInstrumentation.java | 1 + .../src/test/groovy/VertxReactivePropagationTest.groovy | 1 + .../vertx-reactive/src/test/groovy/VertxReactiveWebServer.java | 1 + .../test/groovy/client/VertxRxCircuitBreakerWebClientTest.groovy | 1 + .../src/test/groovy/client/VertxRxWebClientTest.groovy | 1 + .../groovy/server/VertxRxCircuitBreakerHttpServerTest.groovy | 1 + .../src/test/groovy/server/VertxRxHttpServerTest.groovy | 1 + .../auto/instrumentation/vertx/RouteInstrumentation.java | 1 + .../auto/instrumentation/vertx/RoutingContextHandlerWrapper.java | 1 + .../opentelemetry/auto/instrumentation/vertx/VertxDecorator.java | 1 + .../vertx/src/test/groovy/client/VertxHttpClientTest.groovy | 1 + .../src/test/groovy/server/NettyServerTestInstrumentation.java | 1 + .../vertx/src/test/groovy/server/VertxHttpServerTest.groovy | 1 + instrumentation/vertx/src/test/groovy/server/VertxWebServer.java | 1 + .../java/io/opentelemetry/auto/bootstrap/AgentBootstrap.java | 1 + .../io/opentelemetry/auto/AgentLoadedIntoBootstrapTest.groovy | 1 + .../src/test/groovy/io/opentelemetry/auto/LogLevelTest.groovy | 1 + .../auto/integration/classloading/ClassLoadingTest.groovy | 1 + .../integration/classloading/ShadowPackageRenamingTest.groovy | 1 + .../auto/integration/muzzle/MuzzleBytecodeTransformTest.groovy | 1 + .../java/io/opentelemetry/auto/test/IntegrationTestUtils.java | 1 + .../src/test/java/io/opentelemetry/test/ClassToInstrument.java | 1 + .../test/java/io/opentelemetry/test/ClassToInstrumentChild.java | 1 + .../src/test/java/jvmbootstraptest/AgentLoadedChecker.java | 1 + java-agent/src/test/java/jvmbootstraptest/LogLevelChecker.java | 1 + .../test/java/jvmbootstraptest/MyClassLoaderIsNotBootstrap.java | 1 + .../main/java/io/opentelemetry/loadgenerator/LoadGenerator.java | 1 + .../main/java/io/opentelemetry/smoketest/cli/CliApplication.java | 1 + .../io/opentelemetry/smoketest/CliApplicationSmokeTest.groovy | 1 + .../io/opentelemetry/smoketest/moduleapp/ModuleApplication.java | 1 + .../io/opentelemetry/smoketest/Java9ModulesSmokeTest.groovy | 1 + .../test/groovy/io/opentelemetry/smoketest/PlaySmokeTest.groovy | 1 + .../smoketest/springboot/SpringbootApplication.java | 1 + .../smoketest/springboot/controller/WebController.java | 1 + .../groovy/io/opentelemetry/smoketest/SpringBootSmokeTest.groovy | 1 + .../smoketest/SpringBootSmokeWithEmbeddedExporterTest.groovy | 1 + .../smoketest/SpringBootWithSamplingSmokeTest.groovy | 1 + .../io/opentelemetry/smoketest/AbstractServerSmokeTest.groovy | 1 + .../groovy/io/opentelemetry/smoketest/AbstractSmokeTest.groovy | 1 + .../main/groovy/io/opentelemetry/smoketest/SpanCounter.groovy | 1 + .../groovy/io/opentelemetry/smoketest/WildflySmokeTest.groovy | 1 + .../main/groovy/io/opentelemetry/auto/test/AgentTestRunner.java | 1 + .../main/groovy/io/opentelemetry/auto/test/InMemoryExporter.java | 1 + .../io/opentelemetry/auto/test/InstrumentationTestRunner.groovy | 1 + .../src/main/groovy/io/opentelemetry/auto/test/SpockRunner.java | 1 + .../groovy/io/opentelemetry/auto/test/asserts/EventAssert.groovy | 1 + .../auto/test/asserts/InMemoryExporterAssert.groovy | 1 + .../groovy/io/opentelemetry/auto/test/asserts/SpanAssert.groovy | 1 + .../groovy/io/opentelemetry/auto/test/asserts/TagsAssert.groovy | 1 + .../groovy/io/opentelemetry/auto/test/asserts/TraceAssert.groovy | 1 + .../groovy/io/opentelemetry/auto/test/base/HttpClientTest.groovy | 1 + .../groovy/io/opentelemetry/auto/test/base/HttpServerTest.groovy | 1 + .../io/opentelemetry/auto/test/base/HttpServerTestAdvice.java | 1 + .../opentelemetry/auto/test/log/events/LogEventsTestBase.groovy | 1 + .../auto/test/log/injection/LogContextInjectionTestBase.groovy | 1 + .../io/opentelemetry/auto/test/server/http/TestHttpServer.groovy | 1 + .../groovy/io/opentelemetry/auto/test/utils/ClasspathUtils.java | 1 + .../groovy/io/opentelemetry/auto/test/utils/ConfigUtils.groovy | 1 + .../groovy/io/opentelemetry/auto/test/utils/OkHttpUtils.java | 1 + .../main/groovy/io/opentelemetry/auto/test/utils/PortUtils.java | 1 + .../groovy/io/opentelemetry/auto/test/utils/TraceUtils.groovy | 1 + .../auto/test/server/http/HttpServletRequestExtractAdapter.java | 1 + testing/src/test/groovy/AgentTestRunnerTest.groovy | 1 + testing/src/test/groovy/InstrumentOldBytecode.groovy | 1 + testing/src/test/groovy/context/FieldBackedProviderTest.groovy | 1 + testing/src/test/groovy/muzzle/ReferenceCreatorTest.groovy | 1 + testing/src/test/groovy/muzzle/ReferenceMatcherTest.groovy | 1 + testing/src/test/groovy/server/ServerTest.groovy | 1 + testing/src/test/java/IBMResourceLevelInstrumentation.java | 1 + testing/src/test/java/config/exclude/SomeClass.java | 1 + testing/src/test/java/config/exclude/packagename/SomeClass.java | 1 + testing/src/test/java/context/ContextTestInstrumentation.java | 1 + testing/src/test/java/muzzle/MuzzleWeakReferenceTest.java | 1 + testing/src/test/java/muzzle/TestClasses.java | 1 + .../io/opentelemetry/auto/util/test/AgentSpecification.groovy | 1 + .../src/main/java/io/opentelemetry/auto/util/gc/GCUtils.java | 1 + .../io/opentelemetry/auto/common/exec/CommonTaskExecutor.java | 1 + .../io/opentelemetry/auto/common/exec/DaemonThreadFactory.java | 1 + .../opentelemetry/auto/common/exec/PeriodicSchedulingTest.groovy | 1 + 986 files changed, 986 insertions(+) diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/Agent.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/Agent.java index c40fcb5837..e06da2f78c 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/Agent.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/Agent.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import java.lang.instrument.Instrumentation; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/AgentClassLoader.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/AgentClassLoader.java index e22772a30e..6077f8eb66 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/AgentClassLoader.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/AgentClassLoader.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import java.io.File; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMap.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMap.java index 15f7ce3ed3..7302b5f23d 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMap.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMap.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; /** diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ContextStore.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ContextStore.java index fb2c78d531..ed68bde393 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ContextStore.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ContextStore.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; /** diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ExceptionLogger.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ExceptionLogger.java index 3d8f25120d..0691bfbd0b 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ExceptionLogger.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/ExceptionLogger.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import org.slf4j.Logger; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/FieldBackedContextStoreAppliedMarker.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/FieldBackedContextStoreAppliedMarker.java index c490b60c22..b2199b9632 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/FieldBackedContextStoreAppliedMarker.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/FieldBackedContextStoreAppliedMarker.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; /** Marker interface to show that fields for FieldBackedContextStore have been applied to a class */ diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InstrumentationContext.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InstrumentationContext.java index ee2d9914ce..93eab8df0f 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InstrumentationContext.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InstrumentationContext.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; /** Instrumentation Context API */ diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InternalJarURLHandler.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InternalJarURLHandler.java index e166ec31a7..ec311c176d 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InternalJarURLHandler.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InternalJarURLHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import java.io.ByteArrayInputStream; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/PatchLogger.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/PatchLogger.java index 3b6d4471e2..a38c3e16ae 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/PatchLogger.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/PatchLogger.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import java.text.MessageFormat; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakCache.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakCache.java index c3388ac3a8..86799df843 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakCache.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakCache.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import java.util.concurrent.Callable; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakMap.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakMap.java index 308e64cc1c..f9f7e0f3e8 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakMap.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/WeakMap.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import java.util.Collections; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/SafeServiceLoader.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/SafeServiceLoader.java index c56d71ef2b..3a60446007 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/SafeServiceLoader.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/SafeServiceLoader.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation; import java.util.ArrayList; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/api/Pair.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/api/Pair.java index dedb1ae149..863477bb9f 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/api/Pair.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/api/Pair.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.api; public final class Pair { diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecorator.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecorator.java index f69090633a..a203b0df5f 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecorator.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import static io.opentelemetry.OpenTelemetry.getPropagators; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecorator.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecorator.java index 098be60104..2bcd6e854b 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecorator.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import io.grpc.Context; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecorator.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecorator.java index c4758df689..481d146662 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecorator.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import io.opentelemetry.auto.instrumentation.api.Tags; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientTracer.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientTracer.java index ccfbeef62c..fd70536134 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientTracer.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import static io.opentelemetry.trace.Span.Kind.CLIENT; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecorator.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecorator.java index f2293262a3..78b4aae82c 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecorator.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import io.opentelemetry.auto.config.Config; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecorator.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecorator.java index 0d46b1988c..1a88abebe6 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecorator.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import io.opentelemetry.auto.config.Config; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerTracer.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerTracer.java index ea7d7f5848..44c8c3da27 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerTracer.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import static io.opentelemetry.OpenTelemetry.getPropagators; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecorator.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecorator.java index 68c65cab5c..f932fb3770 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecorator.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; public abstract class OrmClientDecorator extends DatabaseClientDecorator { diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecorator.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecorator.java index f1f167e2d2..e9e4bee212 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecorator.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; import io.opentelemetry.trace.Span; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/AdviceUtils.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/AdviceUtils.java index eebdc7dfb3..da57bf39e3 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/AdviceUtils.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/AdviceUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/CallableWrapper.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/CallableWrapper.java index 52affabd38..d6aa70e5f3 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/CallableWrapper.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/CallableWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; import java.util.concurrent.Callable; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/ExecutorInstrumentationUtils.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/ExecutorInstrumentationUtils.java index 146f9793f9..b707c7e6b9 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/ExecutorInstrumentationUtils.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/ExecutorInstrumentationUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; import static io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.AdviceUtils.TRACER; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/GenericRunnable.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/GenericRunnable.java index 281b826ed9..7ef550e93c 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/GenericRunnable.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/GenericRunnable.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; /** Used by ThreadPoolExecutorInstrumentation to check executor support */ diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/RunnableWrapper.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/RunnableWrapper.java index a877fae95a..e179843768 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/RunnableWrapper.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/RunnableWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; import lombok.extern.slf4j.Slf4j; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/State.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/State.java index 12051b9d23..c29db5d0f5 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/State.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/java/concurrent/State.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; import io.opentelemetry.auto.bootstrap.ContextStore; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/DBInfo.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/DBInfo.java index a08145e553..2570579fba 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/DBInfo.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/DBInfo.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.jdbc; import lombok.Builder; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/JDBCConnectionUrlParser.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/JDBCConnectionUrlParser.java index 581083c7fb..a9149db01d 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/JDBCConnectionUrlParser.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/jdbc/JDBCConnectionUrlParser.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.jdbc; import static io.opentelemetry.auto.bootstrap.instrumentation.jdbc.DBInfo.DEFAULT; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/logging/LoggerDepth.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/logging/LoggerDepth.java index 8e23ad4334..7a8dc737b7 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/logging/LoggerDepth.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/logging/LoggerDepth.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.logging; // this is a marker class that can be used across different logging instrumentations in order to diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/rmi/ThreadLocalContext.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/rmi/ThreadLocalContext.java index 4dcd5db19e..c1eb46c927 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/rmi/ThreadLocalContext.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/rmi/ThreadLocalContext.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.rmi; import io.opentelemetry.trace.SpanContext; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/spi/TracerCustomizer.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/spi/TracerCustomizer.java index 9566607b28..22589281e4 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/spi/TracerCustomizer.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/spi/TracerCustomizer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.spi; import io.opentelemetry.context.propagation.ContextPropagators; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/config/Config.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/config/Config.java index 509b87225a..725e400aef 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/config/Config.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/config/Config.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.config; import java.io.File; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/LogFields.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/LogFields.java index e9d50a47d8..454824e806 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/LogFields.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/LogFields.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.api; // standard log field names from OpenTracing (see io.opentracing.log.Fields) diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/MoreTags.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/MoreTags.java index 20fe058963..b66efde6e8 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/MoreTags.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/MoreTags.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.api; public class MoreTags { diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/SpanWithScope.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/SpanWithScope.java index fcf9487a2c..1bd3c44729 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/SpanWithScope.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/SpanWithScope.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.api; import io.opentelemetry.context.Scope; diff --git a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/Tags.java b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/Tags.java index 9098e48b62..2fa7b3b048 100644 --- a/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/Tags.java +++ b/agent-bootstrap/src/main/java/io/opentelemetry/auto/instrumentation/api/Tags.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.api; // standard tag names (and span kind values) from OpenTracing (see io.opentracing.tag.Tags) diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/AgentClassLoaderTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/AgentClassLoaderTest.groovy index 4df547a29f..5dc3f0d26b 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/AgentClassLoaderTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/AgentClassLoaderTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap import spock.lang.Specification diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMapTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMapTest.groovy index b842260315..9d11e5d26a 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMapTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/CallDepthThreadLocalMapTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap import spock.lang.Specification diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/WeakMapTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/WeakMapTest.groovy index 08c247cc4d..d937a7b716 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/WeakMapTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/WeakMapTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap import spock.lang.Specification diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecoratorTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecoratorTest.groovy index 5a6984f3db..bea2ceaa63 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecoratorTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/BaseDecoratorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecoratorTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecoratorTest.groovy index 504d448c73..a186f37749 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecoratorTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ClientDecoratorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator import io.grpc.Context diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecoratorTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecoratorTest.groovy index a696e05dc0..f0023f9201 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecoratorTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/DatabaseClientDecoratorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecoratorTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecoratorTest.groovy index 83fc209ae2..9334861f14 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecoratorTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpClientDecoratorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator import io.opentelemetry.auto.config.Config diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecoratorTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecoratorTest.groovy index 6484f23be7..bd7fef521e 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecoratorTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerDecoratorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator import io.opentelemetry.auto.config.Config diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecoratorTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecoratorTest.groovy index 144c08a972..ffea53d6ea 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecoratorTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/OrmClientDecoratorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator class OrmClientDecoratorTest extends DatabaseClientDecoratorTest { diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/SampleJavaClass.java b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/SampleJavaClass.java index 8780bc2b43..29eb4fcff1 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/SampleJavaClass.java +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/SampleJavaClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator; /** diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecoratorTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecoratorTest.groovy index b4dcc406e2..5d994b60d0 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecoratorTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/bootstrap/instrumentation/decorator/ServerDecoratorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap.instrumentation.decorator diff --git a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/config/ConfigTest.groovy b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/config/ConfigTest.groovy index 2c15f2474f..7b0539c2bb 100644 --- a/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/config/ConfigTest.groovy +++ b/agent-bootstrap/src/test/groovy/io/opentelemetry/auto/config/ConfigTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.config import io.opentelemetry.auto.util.test.AgentSpecification diff --git a/agent-bootstrap/src/test/java/io/opentelemetry/auto/bootstrap/PatchLoggerTest.java b/agent-bootstrap/src/test/java/io/opentelemetry/auto/bootstrap/PatchLoggerTest.java index dd9e1712a6..8654d82910 100644 --- a/agent-bootstrap/src/test/java/io/opentelemetry/auto/bootstrap/PatchLoggerTest.java +++ b/agent-bootstrap/src/test/java/io/opentelemetry/auto/bootstrap/PatchLoggerTest.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import static org.assertj.core.api.Assertions.assertThat; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentInstaller.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentInstaller.java index 3c284d47ea..3b453759a4 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentInstaller.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentInstaller.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.skipClassLoader; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentTooling.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentTooling.java index 622d2a67b7..efba40dbe3 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentTooling.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/AgentTooling.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import io.opentelemetry.auto.bootstrap.WeakCache; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassHierarchyIterable.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassHierarchyIterable.java index 3967462fd5..a16bcff5ef 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassHierarchyIterable.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassHierarchyIterable.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import java.util.ArrayDeque; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassLoaderMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassLoaderMatcher.java index 95051198a4..e4c8132368 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassLoaderMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ClassLoaderMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import io.opentelemetry.auto.bootstrap.PatchLogger; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Constants.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Constants.java index e88b06b7c9..8ef9a431bb 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Constants.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Constants.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; /** diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/DefaultExporterConfig.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/DefaultExporterConfig.java index ce6a6cd098..29d93228e5 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/DefaultExporterConfig.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/DefaultExporterConfig.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import io.opentelemetry.auto.config.Config; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ExporterClassLoader.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ExporterClassLoader.java index 2dad4519dc..6843fab6ba 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ExporterClassLoader.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ExporterClassLoader.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import static io.opentelemetry.auto.tooling.ShadingRemapper.rule; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/GuavaWeakCache.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/GuavaWeakCache.java index f79df10718..dc23cf51d5 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/GuavaWeakCache.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/GuavaWeakCache.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import com.google.auto.service.AutoService; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/HelperInjector.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/HelperInjector.java index 806f713552..7c632abb01 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/HelperInjector.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/HelperInjector.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import static io.opentelemetry.auto.bootstrap.WeakMap.Provider.newWeakMap; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Instrumenter.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Instrumenter.java index 9e5ced7a90..4a30fccede 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Instrumenter.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Instrumenter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.failSafe; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/PropagatorsInitializer.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/PropagatorsInitializer.java index ca94840b2d..74cd3cf035 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/PropagatorsInitializer.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/PropagatorsInitializer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import com.google.common.collect.ImmutableMap; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ShadingRemapper.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ShadingRemapper.java index 134a337c6d..15c2d0ed62 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ShadingRemapper.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/ShadingRemapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import java.util.Map; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/TracerInstaller.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/TracerInstaller.java index 259ca177d8..21ee69e025 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/TracerInstaller.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/TracerInstaller.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import io.opentelemetry.auto.bootstrap.spi.TracerCustomizer; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Utils.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Utils.java index 1984335f0a..5021763ac1 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Utils.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/Utils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/VersionLogger.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/VersionLogger.java index ca97f8d424..9ef58c4480 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/VersionLogger.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/VersionLogger.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import java.io.BufferedReader; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/WeakMapSuppliers.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/WeakMapSuppliers.java index 9b368f27b8..acedf0d44f 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/WeakMapSuppliers.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/WeakMapSuppliers.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling; import com.blogspot.mydailyjava.weaklockfree.WeakConcurrentMap; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentCachingPoolStrategy.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentCachingPoolStrategy.java index 5d1c64a165..aff7046770 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentCachingPoolStrategy.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentCachingPoolStrategy.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy; import static net.bytebuddy.agent.builder.AgentBuilder.PoolStrategy; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentLocationStrategy.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentLocationStrategy.java index 31a7ef3a6b..dda07863d7 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentLocationStrategy.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentLocationStrategy.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy; import io.opentelemetry.auto.tooling.Utils; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentTransformers.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentTransformers.java index 6b64b905a6..3c4d751b3d 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentTransformers.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/AgentTransformers.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy; import net.bytebuddy.agent.builder.AgentBuilder; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/ExceptionHandlers.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/ExceptionHandlers.java index 495dd9e930..bb9cdf1caf 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/ExceptionHandlers.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/ExceptionHandlers.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy; import io.opentelemetry.auto.bootstrap.ExceptionLogger; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/AgentElementMatchers.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/AgentElementMatchers.java index 2a9452ed84..0474f58293 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/AgentElementMatchers.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/AgentElementMatchers.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher; import static net.bytebuddy.matcher.ElementMatchers.isInterface; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcher.java index 71060ace1f..fec09f51a2 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.SafeHasSuperTypeMatcher.safeGetSuperClass; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/LoggingFailSafeMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/LoggingFailSafeMatcher.java index 4fde7d5d8f..d7fe8a95f6 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/LoggingFailSafeMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/LoggingFailSafeMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher; import lombok.extern.slf4j.Slf4j; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeErasureMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeErasureMatcher.java index 3f7f2cd551..35e2d897a3 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeErasureMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeErasureMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.safeTypeDefinitionName; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeExtendsClassMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeExtendsClassMatcher.java index f433659ffc..0a788277c5 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeExtendsClassMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeExtendsClassMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.SafeHasSuperTypeMatcher.safeGetSuperClass; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcher.java index 33e3a791f8..9a2488d5ce 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.safeTypeDefinitionName; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/FieldBackedProvider.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/FieldBackedProvider.java index a0d9313131..aa382ddff4 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/FieldBackedProvider.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/FieldBackedProvider.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.context; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.BOOTSTRAP_CLASSLOADER; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/InstrumentationContextProvider.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/InstrumentationContextProvider.java index 5fdeb76a34..28032d5198 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/InstrumentationContextProvider.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/InstrumentationContextProvider.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.context; import net.bytebuddy.agent.builder.AgentBuilder; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/NoopContextProvider.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/NoopContextProvider.java index 025629bd02..721a1ad8c9 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/NoopContextProvider.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/context/NoopContextProvider.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.context; import net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/log/LogContextScopeListener.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/log/LogContextScopeListener.java index ba53d85523..ece9292f88 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/log/LogContextScopeListener.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/log/LogContextScopeListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.log; import io.opentelemetry.OpenTelemetry; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/AdditionalLibraryIgnoresMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/AdditionalLibraryIgnoresMatcher.java index 5d651f1059..6e8765323c 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/AdditionalLibraryIgnoresMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/AdditionalLibraryIgnoresMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.matcher; import net.bytebuddy.description.type.TypeDescription; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/GlobalIgnoresMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/GlobalIgnoresMatcher.java index 3436f70ab6..e24a9f1ebc 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/GlobalIgnoresMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/GlobalIgnoresMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.matcher; import java.util.regex.Pattern; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/NameMatchers.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/NameMatchers.java index f4e0ed3e19..5d9dcc4615 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/NameMatchers.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/NameMatchers.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.matcher; import java.util.Collection; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleGradlePlugin.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleGradlePlugin.java index a4d78b60c2..22b91bbf4f 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleGradlePlugin.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleGradlePlugin.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.muzzle; import io.opentelemetry.auto.bootstrap.WeakMap; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVersionScanPlugin.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVersionScanPlugin.java index aaac42ace6..174d39a93f 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVersionScanPlugin.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVersionScanPlugin.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.muzzle; import io.opentelemetry.auto.tooling.HelperInjector; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVisitor.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVisitor.java index 79b70c4022..1c2083c700 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVisitor.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/MuzzleVisitor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.muzzle; import io.opentelemetry.auto.tooling.Instrumenter; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/Reference.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/Reference.java index cf76dee7d0..694eaa7bc9 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/Reference.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/Reference.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.muzzle; import io.opentelemetry.auto.tooling.Utils; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceCreator.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceCreator.java index 519440b334..470d8965fa 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceCreator.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceCreator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.muzzle; import io.opentelemetry.auto.tooling.Utils; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceMatcher.java b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceMatcher.java index 68c1698d72..841375ccc1 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceMatcher.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/tooling/muzzle/ReferenceMatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.muzzle; import static net.bytebuddy.dynamic.loading.ClassLoadingStrategy.BOOTSTRAP_LOADER; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedSpan.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedSpan.java index 3d8ef0866c..eccb73d838 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedSpan.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.base; import io.opentelemetry.trace.EndSpanOptions; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedTracer.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedTracer.java index 343e746131..d7a018e3f2 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedTracer.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/BaseTypedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.base; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/DelegatingSpan.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/DelegatingSpan.java index e33606801d..a62936b0e4 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/DelegatingSpan.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/base/DelegatingSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.base; import io.opentelemetry.common.AttributeValue; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedSpan.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedSpan.java index 1ff93b9734..fc8104c737 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedSpan.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.client; import io.opentelemetry.auto.typed.base.BaseTypedSpan; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedTracer.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedTracer.java index ec6111faf7..15a167d442 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedTracer.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/ClientTypedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.client; import io.opentelemetry.auto.typed.base.BaseTypedTracer; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedSpan.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedSpan.java index 9e930a2456..c3cc6aedd8 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedSpan.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.client.http; import io.opentelemetry.auto.typed.client.ClientTypedSpan; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedTracer.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedTracer.java index f2e27f52f5..d8506be55e 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedTracer.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.client.http; import io.grpc.Context; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedSpan.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedSpan.java index 416cb1f30f..83bf5340cd 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedSpan.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.server; import io.opentelemetry.auto.typed.base.BaseTypedSpan; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedTracer.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedTracer.java index ba0c085a49..1c98d34b73 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedTracer.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/ServerTypedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.server; import io.opentelemetry.auto.typed.base.BaseTypedTracer; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedSpan.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedSpan.java index 9ae3995885..61f013b1f3 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedSpan.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.server.http; import io.opentelemetry.auto.typed.server.ServerTypedSpan; diff --git a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedTracer.java b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedTracer.java index a00b3d74bf..578a43eda8 100644 --- a/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedTracer.java +++ b/agent-tooling/src/main/java/io/opentelemetry/auto/typed/server/http/HttpServerTypedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.server.http; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ClassLoaderMatcherTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ClassLoaderMatcherTest.groovy index eaf07aafeb..65bc6c794d 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ClassLoaderMatcherTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ClassLoaderMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test import io.opentelemetry.auto.bootstrap.AgentClassLoader diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/DefaultInstrumenterTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/DefaultInstrumenterTest.groovy index 6c20017f0a..f0ac2fe4ea 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/DefaultInstrumenterTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/DefaultInstrumenterTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test import io.opentelemetry.auto.test.utils.ConfigUtils diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ExceptionHandlerTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ExceptionHandlerTest.groovy index 803384e29a..68312e34f6 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ExceptionHandlerTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ExceptionHandlerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test import ch.qos.logback.classic.Level diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/HelperInjectionTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/HelperInjectionTest.groovy index b6fb771574..47ee3c7b01 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/HelperInjectionTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/HelperInjectionTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ResourceLocatingTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ResourceLocatingTest.groovy index bec6a461b1..4b38770608 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ResourceLocatingTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/test/ResourceLocatingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test import io.opentelemetry.auto.tooling.bytebuddy.AgentLocationStrategy diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/CacheProviderTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/CacheProviderTest.groovy index 930a691924..989ac3d197 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/CacheProviderTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/CacheProviderTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling import io.opentelemetry.auto.tooling.bytebuddy.AgentCachingPoolStrategy diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/ExporterClassLoaderTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/ExporterClassLoaderTest.groovy index 92cd1ba9f6..5400e4cd4c 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/ExporterClassLoaderTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/ExporterClassLoaderTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/UtilsTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/UtilsTest.groovy index 6679209d9b..5a3c3b1870 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/UtilsTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/UtilsTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling import io.opentelemetry.auto.util.test.AgentSpecification diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakCacheTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakCacheTest.groovy index 12c5394e40..0e19f1efc1 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakCacheTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakCacheTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling import spock.lang.Specification diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakConcurrentSupplierTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakConcurrentSupplierTest.groovy index 377de9a798..c48beb445f 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakConcurrentSupplierTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/WeakConcurrentSupplierTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling import io.opentelemetry.auto.bootstrap.WeakMap diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ExtendsClassMatcherTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ExtendsClassMatcherTest.groovy index bf0e119e4f..7004bf9f9c 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ExtendsClassMatcherTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ExtendsClassMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher import io.opentelemetry.auto.tooling.AgentTooling diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasInterfaceMatcherTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasInterfaceMatcherTest.groovy index 2b813963f4..8982de417c 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasInterfaceMatcherTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasInterfaceMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher import io.opentelemetry.auto.tooling.AgentTooling diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcherTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcherTest.groovy index 000ad3fbc5..31c68594e6 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcherTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/HasSuperMethodMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ImplementsInterfaceMatcherTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ImplementsInterfaceMatcherTest.groovy index 87e905b337..17911af4fb 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ImplementsInterfaceMatcherTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ImplementsInterfaceMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher import io.opentelemetry.auto.tooling.AgentTooling diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/NameMatchersTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/NameMatchersTest.groovy index 2a644d27fe..6591fe1bb4 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/NameMatchersTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/NameMatchersTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher import io.opentelemetry.auto.tooling.matcher.NameMatchers diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcherTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcherTest.groovy index b61cbc948f..2a46be4bba 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcherTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeHasSuperTypeMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher import io.opentelemetry.auto.tooling.AgentTooling diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeMatcherTest.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeMatcherTest.groovy index 69a96e42e1..2e10e7852b 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeMatcherTest.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/SafeMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher import io.opentelemetry.auto.util.test.AgentSpecification diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ThrowOnFirstElement.groovy b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ThrowOnFirstElement.groovy index 5317511907..1d75d9e136 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ThrowOnFirstElement.groovy +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/ThrowOnFirstElement.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher class ThrowOnFirstElement implements Iterator { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/A.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/A.java index e8893976fa..2ffc0f952a 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/A.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/A.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public interface A { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/B.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/B.java index fe92eb20d6..f6fbe0dfb2 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/B.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/B.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public interface B extends A { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/C.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/C.java index 58270c8261..d74b213ca6 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/C.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/C.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public interface C extends A, B { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/D.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/D.java index 52c7409265..f7b92add95 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/D.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/D.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public interface D extends A, B, C { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/E.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/E.java index 2424900889..23ba2927a3 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/E.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/E.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public interface E extends B, C, D { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/F.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/F.java index b1d61c2e1e..def6d1e4f3 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/F.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/F.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public abstract class F implements E { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/G.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/G.java index f7d051e02e..c44c870ff4 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/G.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/G.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public abstract class G extends F { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/Trace.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/Trace.java index 44922ec2ec..21d87c23d9 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/Trace.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/Trace.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/TracedClass.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/TracedClass.java index cc58384a8a..cf7937dfbe 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/TracedClass.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/TracedClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public class TracedClass extends UntracedClass { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/UntracedClass.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/UntracedClass.java index 2b900fd4cd..fd71cb4d28 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/UntracedClass.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/tooling/bytebuddy/matcher/testclasses/UntracedClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.tooling.bytebuddy.matcher.testclasses; public class UntracedClass extends G { diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/TypedTracerDemonstration.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/TypedTracerDemonstration.java index b482ffb1b9..7a5df11994 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/TypedTracerDemonstration.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/TypedTracerDemonstration.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedSpan.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedSpan.java index edf1af86d2..735b361b6a 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedSpan.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.client; import io.opentelemetry.auto.typed.client.http.HttpClientTypedSpan; diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedTracer.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedTracer.java index 82f6550913..25606b24fc 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedTracer.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/client/SampleHttpClientTypedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.client; import io.opentelemetry.auto.typed.client.http.HttpClientTypedTracer; diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedSpan.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedSpan.java index e261dc2067..89c2c4dca3 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedSpan.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.server; import io.opentelemetry.auto.typed.server.http.HttpServerTypedSpan; diff --git a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedTracer.java b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedTracer.java index 64606392f6..63cbe6182f 100644 --- a/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedTracer.java +++ b/agent-tooling/src/test/groovy/io/opentelemetry/auto/typed/server/SampleHttpServerTypedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.typed.server; import io.opentelemetry.auto.typed.server.http.HttpServerTypedTracer; diff --git a/agent-tooling/src/test/java/io/opentelemetry/auto/test/BadAdvice.java b/agent-tooling/src/test/java/io/opentelemetry/auto/test/BadAdvice.java index 4dd8fe5044..bf60870e54 100644 --- a/agent-tooling/src/test/java/io/opentelemetry/auto/test/BadAdvice.java +++ b/agent-tooling/src/test/java/io/opentelemetry/auto/test/BadAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test; import net.bytebuddy.asm.Advice; diff --git a/agent-tooling/src/test/java/io/opentelemetry/auto/test/HelperClass.java b/agent-tooling/src/test/java/io/opentelemetry/auto/test/HelperClass.java index 6910eb8e48..2d7eed537b 100644 --- a/agent-tooling/src/test/java/io/opentelemetry/auto/test/HelperClass.java +++ b/agent-tooling/src/test/java/io/opentelemetry/auto/test/HelperClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test; /** Used by {@link HelperInjectionTest} */ diff --git a/auto-exporters/jaeger/src/main/java/io/opentelemetry/auto/exporters/jaeger/JaegerExporterFactory.java b/auto-exporters/jaeger/src/main/java/io/opentelemetry/auto/exporters/jaeger/JaegerExporterFactory.java index 906476fd1e..8d38717fb4 100644 --- a/auto-exporters/jaeger/src/main/java/io/opentelemetry/auto/exporters/jaeger/JaegerExporterFactory.java +++ b/auto-exporters/jaeger/src/main/java/io/opentelemetry/auto/exporters/jaeger/JaegerExporterFactory.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.exporters.jaeger; import io.grpc.ManagedChannelBuilder; diff --git a/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporter.java b/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporter.java index 1d3212df6f..148bfd1f4b 100644 --- a/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporter.java +++ b/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.exporters.logging; import io.opentelemetry.common.AttributeValue; diff --git a/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporterFactory.java b/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporterFactory.java index 3baca243e7..811680b658 100644 --- a/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporterFactory.java +++ b/auto-exporters/logging/src/main/java/io/opentelemetry/auto/exporters/logging/LoggingExporterFactory.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.exporters.logging; import io.opentelemetry.sdk.contrib.auto.config.Config; diff --git a/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpMetricExporterFactory.java b/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpMetricExporterFactory.java index d8aa4fe1bb..d2bdc8462e 100644 --- a/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpMetricExporterFactory.java +++ b/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpMetricExporterFactory.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.exporters.otlp; import io.grpc.ManagedChannelBuilder; diff --git a/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpSpanExporterFactory.java b/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpSpanExporterFactory.java index 1b102a3a54..207878661f 100644 --- a/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpSpanExporterFactory.java +++ b/auto-exporters/otlp/src/main/java/io/opentelemetry/auto/exporters/otlp/OtlpSpanExporterFactory.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.exporters.otlp; import io.grpc.ManagedChannelBuilder; diff --git a/auto-exporters/src/test/groovy/io/opentelemetry/auto/exporteradapters/ExporterAdaptersTest.groovy b/auto-exporters/src/test/groovy/io/opentelemetry/auto/exporteradapters/ExporterAdaptersTest.groovy index 66356210d0..97f99b5307 100644 --- a/auto-exporters/src/test/groovy/io/opentelemetry/auto/exporteradapters/ExporterAdaptersTest.groovy +++ b/auto-exporters/src/test/groovy/io/opentelemetry/auto/exporteradapters/ExporterAdaptersTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.tooling.ExporterClassLoader import io.opentelemetry.sdk.contrib.auto.config.SpanExporterFactory import spock.lang.Shared diff --git a/auto-exporters/zipkin/src/main/java/io/opentelemetry/auto/exporters/zipkin/ZipkinExporterFactory.java b/auto-exporters/zipkin/src/main/java/io/opentelemetry/auto/exporters/zipkin/ZipkinExporterFactory.java index 560af13531..ae76d4ae38 100644 --- a/auto-exporters/zipkin/src/main/java/io/opentelemetry/auto/exporters/zipkin/ZipkinExporterFactory.java +++ b/auto-exporters/zipkin/src/main/java/io/opentelemetry/auto/exporters/zipkin/ZipkinExporterFactory.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.exporters.zipkin; import io.opentelemetry.exporters.zipkin.ZipkinSpanExporter; diff --git a/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/Worker.java b/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/Worker.java index 4528de221d..7de2b18a24 100644 --- a/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/Worker.java +++ b/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/Worker.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.perftest; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/jetty/JettyPerftest.java b/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/jetty/JettyPerftest.java index 4b94c3c67a..3c06976c63 100644 --- a/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/jetty/JettyPerftest.java +++ b/benchmark-integration/jetty-perftest/src/main/java/io/opentelemetry/perftest/jetty/JettyPerftest.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.perftest.jetty; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/ClassRetransformingBenchmark.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/ClassRetransformingBenchmark.java index ec9c7be812..5f00f27840 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/ClassRetransformingBenchmark.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/ClassRetransformingBenchmark.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark; import io.opentelemetry.benchmark.classes.TracedClass; diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/HttpBenchmark.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/HttpBenchmark.java index 19cc7af6e4..bc4d9cc4f0 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/HttpBenchmark.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/HttpBenchmark.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark; import io.opentelemetry.benchmark.classes.HttpClass; diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/UsedMemoryProfiler.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/UsedMemoryProfiler.java index 5afa3584c7..2983b8aefc 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/UsedMemoryProfiler.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/UsedMemoryProfiler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark; import java.util.ArrayList; diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/A.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/A.java index 062a70943a..01935ef578 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/A.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/A.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; public interface A { diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/B.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/B.java index ece98f6dfd..b11c24f10f 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/B.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/B.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; public interface B extends A { diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/C.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/C.java index 49a550bab2..960765ff7e 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/C.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/C.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; public interface C extends A, B { diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/D.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/D.java index 1ac674d73a..52e5f3c278 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/D.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/D.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; public interface D extends A, B, C { diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/E.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/E.java index e570913ec4..795c5aac1f 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/E.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/E.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; public interface E extends B, C, D { diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/F.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/F.java index a145499f0e..cf9f1b3abb 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/F.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/F.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; public abstract class F implements E { diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/HttpClass.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/HttpClass.java index 37d4cdd49d..1dc98cc716 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/HttpClass.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/HttpClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; import com.google.api.client.http.GenericUrl; diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/TracedClass.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/TracedClass.java index de6e3453a5..b4e699a6e2 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/TracedClass.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/TracedClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; import io.opentelemetry.OpenTelemetry; diff --git a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/UntracedClass.java b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/UntracedClass.java index a9a01fd639..43fdeb89cf 100644 --- a/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/UntracedClass.java +++ b/benchmark/src/jmh/java/io/opentelemetry/benchmark/classes/UntracedClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.benchmark.classes; public class UntracedClass extends F { diff --git a/gradle/enforcement/spotless.license.java b/gradle/enforcement/spotless.license.java index c69d19bbb4..2bc9b2c54e 100644 --- a/gradle/enforcement/spotless.license.java +++ b/gradle/enforcement/spotless.license.java @@ -13,3 +13,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + diff --git a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdk.java b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdk.java index 92e5c6330f..01c623fecd 100644 --- a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdk.java +++ b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdk.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.instrumentation.awssdk.v2_2; import static io.opentelemetry.instrumentation.awssdk.v2_2.TracingExecutionInterceptor.SPAN_ATTRIBUTE; diff --git a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkClientDecorator.java b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkClientDecorator.java index c6819c19e2..474e7da7df 100644 --- a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkClientDecorator.java +++ b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.instrumentation.awssdk.v2_2; import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator; diff --git a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java index dcb280f776..e9dcf6007d 100644 --- a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java +++ b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.instrumentation.awssdk.v2_2; import static io.opentelemetry.instrumentation.awssdk.v2_2.AwsSdkClientDecorator.DECORATE; diff --git a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/test/groovy/Aws2ClientCoreTest.groovy b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/test/groovy/Aws2ClientCoreTest.groovy index c9e07e3b01..1ac7770ee6 100644 --- a/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/test/groovy/Aws2ClientCoreTest.groovy +++ b/instrumentation-core/aws-sdk/aws-sdk-2.2-core/src/test/groovy/Aws2ClientCoreTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/instrumentation/akka-http-10.0/src/lagomTest/groovy/LagomTest.groovy b/instrumentation/akka-http-10.0/src/lagomTest/groovy/LagomTest.groovy index e50986b7b5..039ecab795 100644 --- a/instrumentation/akka-http-10.0/src/lagomTest/groovy/LagomTest.groovy +++ b/instrumentation/akka-http-10.0/src/lagomTest/groovy/LagomTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.NotUsed import akka.stream.javadsl.Source import akka.stream.testkit.TestSubscriber.Probe diff --git a/instrumentation/akka-http-10.0/src/lagomTest/java/EchoService.java b/instrumentation/akka-http-10.0/src/lagomTest/java/EchoService.java index aa1ec8f399..ae2e7e87dc 100644 --- a/instrumentation/akka-http-10.0/src/lagomTest/java/EchoService.java +++ b/instrumentation/akka-http-10.0/src/lagomTest/java/EchoService.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static com.lightbend.lagom.javadsl.api.Service.named; import static com.lightbend.lagom.javadsl.api.Service.namedCall; diff --git a/instrumentation/akka-http-10.0/src/lagomTest/java/EchoServiceImpl.java b/instrumentation/akka-http-10.0/src/lagomTest/java/EchoServiceImpl.java index 344a505028..09638e006a 100644 --- a/instrumentation/akka-http-10.0/src/lagomTest/java/EchoServiceImpl.java +++ b/instrumentation/akka-http-10.0/src/lagomTest/java/EchoServiceImpl.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.NotUsed; import akka.stream.javadsl.Source; import com.lightbend.lagom.javadsl.api.ServiceCall; diff --git a/instrumentation/akka-http-10.0/src/lagomTest/java/ServiceTestModule.java b/instrumentation/akka-http-10.0/src/lagomTest/java/ServiceTestModule.java index 00182c657d..23b63c3df9 100644 --- a/instrumentation/akka-http-10.0/src/lagomTest/java/ServiceTestModule.java +++ b/instrumentation/akka-http-10.0/src/lagomTest/java/ServiceTestModule.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.inject.AbstractModule; import com.google.inject.Binder; import com.lightbend.lagom.internal.javadsl.BinderAccessor; diff --git a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientDecorator.java b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientDecorator.java index 344ce0ccb7..c527d4a768 100644 --- a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientDecorator.java +++ b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.akkahttp; import akka.http.javadsl.model.HttpHeader; diff --git a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientInstrumentation.java b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientInstrumentation.java index 87850217b1..ab3c75f8ac 100644 --- a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientInstrumentation.java +++ b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.akkahttp; import static io.opentelemetry.auto.instrumentation.akkahttp.AkkaHttpClientDecorator.DECORATE; diff --git a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerDecorator.java b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerDecorator.java index 30c85ec1ce..64fb35ab8f 100644 --- a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerDecorator.java +++ b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.akkahttp; import akka.http.scaladsl.model.HttpRequest; diff --git a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerInstrumentation.java b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerInstrumentation.java index 9d4a154ad5..c50bfde8dd 100644 --- a/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerInstrumentation.java +++ b/instrumentation/akka-http-10.0/src/main/java/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.akkahttp; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/akka-http-10.0/src/main/java8/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerHeaders.java b/instrumentation/akka-http-10.0/src/main/java8/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerHeaders.java index 879c2ae5dc..c4b6b18ee3 100644 --- a/instrumentation/akka-http-10.0/src/main/java8/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerHeaders.java +++ b/instrumentation/akka-http-10.0/src/main/java8/io/opentelemetry/auto/instrumentation/akkahttp/AkkaHttpServerHeaders.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.akkahttp; import akka.http.javadsl.model.HttpHeader; diff --git a/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpClientInstrumentationTest.groovy b/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpClientInstrumentationTest.groovy index 90ceadf234..bef7096ff2 100644 --- a/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpClientInstrumentationTest.groovy +++ b/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpClientInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.actor.ActorSystem import akka.http.javadsl.Http import akka.http.javadsl.model.HttpMethods diff --git a/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpServerInstrumentationTest.groovy b/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpServerInstrumentationTest.groovy index 1e5cff95d6..814389337b 100644 --- a/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpServerInstrumentationTest.groovy +++ b/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpServerInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpTestInstrumentation.java b/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpTestInstrumentation.java index 04cbccfe84..6cc573e9b3 100644 --- a/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpTestInstrumentation.java +++ b/instrumentation/akka-http-10.0/src/test/groovy/AkkaHttpTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestAsyncWebServer.scala b/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestAsyncWebServer.scala index b84a042007..19981235ab 100644 --- a/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestAsyncWebServer.scala +++ b/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestAsyncWebServer.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.actor.ActorSystem import akka.http.scaladsl.Http import akka.http.scaladsl.Http.ServerBinding diff --git a/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestSyncWebServer.scala b/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestSyncWebServer.scala index 5a5a2881f0..ca79c00c63 100644 --- a/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestSyncWebServer.scala +++ b/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestSyncWebServer.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.actor.ActorSystem import akka.http.scaladsl.Http import akka.http.scaladsl.Http.ServerBinding diff --git a/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestWebServer.scala b/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestWebServer.scala index fd1698ff08..4a7a799c89 100644 --- a/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestWebServer.scala +++ b/instrumentation/akka-http-10.0/src/test/scala/AkkaHttpTestWebServer.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.actor.ActorSystem import akka.http.scaladsl.Http import akka.http.scaladsl.Http.ServerBinding diff --git a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientDecorator.java b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientDecorator.java index 67f422abe5..2e8acfd657 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientDecorator.java +++ b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpasyncclient; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientInstrumentation.java b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientInstrumentation.java index d1d937dba9..0a58306350 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientInstrumentation.java +++ b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpasyncclient; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator.DEFAULT_SPAN_NAME; diff --git a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpClientRedirectInstrumentation.java b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpClientRedirectInstrumentation.java index 2bf4b4e712..7c5ecc602a 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpClientRedirectInstrumentation.java +++ b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/ApacheHttpClientRedirectInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpasyncclient; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/HttpHeadersInjectAdapter.java b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/HttpHeadersInjectAdapter.java index b4feb3c9cd..d2b2f25f87 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/HttpHeadersInjectAdapter.java +++ b/instrumentation/apache-httpasyncclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpasyncclient/HttpHeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpasyncclient; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientCallbackTest.groovy b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientCallbackTest.groovy index ba9486ca7f..b4d4b120f6 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientCallbackTest.groovy +++ b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientCallbackTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.http.HttpResponse import org.apache.http.client.config.RequestConfig diff --git a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy index 0f39c5e597..fb00fad6db 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy +++ b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.http.client.config.RequestConfig import org.apache.http.impl.nio.client.HttpAsyncClients diff --git a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientTest.groovy b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientTest.groovy index 024915efc5..7264a85058 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientTest.groovy +++ b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/ApacheHttpAsyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.http.HttpResponse import org.apache.http.client.config.RequestConfig diff --git a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/HttpUriRequest.groovy b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/HttpUriRequest.groovy index 9b774142ee..b5cf7cfd39 100644 --- a/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/HttpUriRequest.groovy +++ b/instrumentation/apache-httpasyncclient-4.0/src/test/groovy/HttpUriRequest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.apache.http.client.methods.HttpRequestBase class HttpUriRequest extends HttpRequestBase { diff --git a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientDecorator.java b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientDecorator.java index 44741d6c42..49f670a640 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientDecorator.java +++ b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpclient.v2_0; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientInstrumentation.java b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientInstrumentation.java index aba70fddec..894190c0c7 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientInstrumentation.java +++ b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/CommonsHttpClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpclient.v2_0; import static io.opentelemetry.auto.instrumentation.apachehttpclient.v2_0.CommonsHttpClientDecorator.DECORATE; diff --git a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/HttpHeadersInjectAdapter.java b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/HttpHeadersInjectAdapter.java index 7d953b9c4c..502ca3a371 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/HttpHeadersInjectAdapter.java +++ b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v2_0/HttpHeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpclient.v2_0; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/test/groovy/CommonsHttpClientTest.groovy b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/test/groovy/CommonsHttpClientTest.groovy index 3f0a5a3e17..92d07d0d2a 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-2.0/src/test/groovy/CommonsHttpClientTest.groovy +++ b/instrumentation/apache-httpclient/apache-httpclient-2.0/src/test/groovy/CommonsHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.commons.httpclient.HttpClient import org.apache.commons.httpclient.HttpMethod diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientDecorator.java b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientDecorator.java index 9977adc881..b800e18d48 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientDecorator.java +++ b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpclient.v4_0; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientInstrumentation.java b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientInstrumentation.java index 1041348e15..61c306924c 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientInstrumentation.java +++ b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/ApacheHttpClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpclient.v4_0; import static io.opentelemetry.auto.instrumentation.apachehttpclient.v4_0.ApacheHttpClientDecorator.DECORATE; diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HostAndRequestAsHttpUriRequest.java b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HostAndRequestAsHttpUriRequest.java index 5167dfbde0..471b2fe17c 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HostAndRequestAsHttpUriRequest.java +++ b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HostAndRequestAsHttpUriRequest.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpclient.v4_0; import java.net.URI; diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HttpHeadersInjectAdapter.java b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HttpHeadersInjectAdapter.java index 4a84c53945..3c1f7fff79 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HttpHeadersInjectAdapter.java +++ b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/main/java/io/opentelemetry/auto/instrumentation/apachehttpclient/v4_0/HttpHeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.apachehttpclient.v4_0; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientResponseHandlerTest.groovy b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientResponseHandlerTest.groovy index a82b2305f4..8551f6815b 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientResponseHandlerTest.groovy +++ b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientResponseHandlerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.http.HttpResponse import org.apache.http.client.ResponseHandler diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientTest.groovy b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientTest.groovy index cfcca3767b..e58755bfc1 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientTest.groovy +++ b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/ApacheHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.http.HttpHost import org.apache.http.HttpRequest diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/HttpUriRequest.groovy b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/HttpUriRequest.groovy index 9b774142ee..b5cf7cfd39 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/HttpUriRequest.groovy +++ b/instrumentation/apache-httpclient/apache-httpclient-4.0/src/test/groovy/HttpUriRequest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.apache.http.client.methods.HttpRequestBase class HttpUriRequest extends HttpRequestBase { diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSClientInstrumentation.java b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSClientInstrumentation.java index 1f3784a2cb..a02e43f30f 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSClientInstrumentation.java +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v1_11; import static java.util.Collections.singletonMap; diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSHttpClientInstrumentation.java b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSHttpClientInstrumentation.java index f8a243875d..81dcfaa69c 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSHttpClientInstrumentation.java +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AWSHttpClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v1_11; import static io.opentelemetry.auto.instrumentation.awssdk.v1_11.OnErrorDecorator.DECORATE; diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AwsSdkClientDecorator.java b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AwsSdkClientDecorator.java index 2aab775cf7..6b71500e5f 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AwsSdkClientDecorator.java +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/AwsSdkClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v1_11; import com.amazonaws.AmazonWebServiceRequest; diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/OnErrorDecorator.java b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/OnErrorDecorator.java index 9e56078fe4..67c8eed491 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/OnErrorDecorator.java +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/OnErrorDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v1_11; import io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator; diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestInstrumentation.java b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestInstrumentation.java index 98000c4df8..c798223378 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestInstrumentation.java +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v1_11; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestMeta.java b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestMeta.java index 33631a4061..fe6aaa44c5 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestMeta.java +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/RequestMeta.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v1_11; import com.amazonaws.handlers.HandlerContextKey; diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/TracingRequestHandler.java b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/TracingRequestHandler.java index ff56a9b9b8..d034f029e2 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/TracingRequestHandler.java +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v1_11/TracingRequestHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v1_11; import static io.opentelemetry.auto.instrumentation.awssdk.v1_11.RequestMeta.SPAN_SCOPE_PAIR_CONTEXT_KEY; diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/test/groovy/AWS1ClientTest.groovy b/instrumentation/aws-sdk/aws-sdk-1.11/src/test/groovy/AWS1ClientTest.groovy index bcd2968ada..cb8bab7561 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/test/groovy/AWS1ClientTest.groovy +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/test/groovy/AWS1ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.amazonaws.AmazonClientException import com.amazonaws.AmazonWebServiceClient import com.amazonaws.ClientConfiguration diff --git a/instrumentation/aws-sdk/aws-sdk-1.11/src/test_before_1_11_106/groovy/AWS0ClientTest.groovy b/instrumentation/aws-sdk/aws-sdk-1.11/src/test_before_1_11_106/groovy/AWS0ClientTest.groovy index 13d100856e..01b606d1f4 100644 --- a/instrumentation/aws-sdk/aws-sdk-1.11/src/test_before_1_11_106/groovy/AWS0ClientTest.groovy +++ b/instrumentation/aws-sdk/aws-sdk-1.11/src/test_before_1_11_106/groovy/AWS0ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.amazonaws.AmazonClientException import com.amazonaws.ClientConfiguration import com.amazonaws.Request diff --git a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AbstractAwsClientInstrumentation.java b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AbstractAwsClientInstrumentation.java index 2507e84c84..87809a2fe2 100644 --- a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AbstractAwsClientInstrumentation.java +++ b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AbstractAwsClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v2_2; import io.opentelemetry.auto.tooling.Instrumenter; diff --git a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientInstrumentation.java b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientInstrumentation.java index e338e6afe6..2b60e33b3f 100644 --- a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientInstrumentation.java +++ b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v2_2; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientOverrideInstrumentation.java b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientOverrideInstrumentation.java index f2270905ce..cabdf11bf8 100644 --- a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientOverrideInstrumentation.java +++ b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsClientOverrideInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v2_2; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsHttpClientInstrumentation.java b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsHttpClientInstrumentation.java index 48c277bb4c..24e5d4a185 100644 --- a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsHttpClientInstrumentation.java +++ b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java/io/opentelemetry/auto/instrumentation/awssdk/v2_2/AwsHttpClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v2_2; import static io.opentelemetry.auto.instrumentation.awssdk.v2_2.TracingExecutionInterceptor.ScopeHolder.CURRENT; diff --git a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java8/io/opentelemetry/auto/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java8/io/opentelemetry/auto/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java index 9f08e5e07c..9a054138c3 100644 --- a/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java8/io/opentelemetry/auto/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java +++ b/instrumentation/aws-sdk/aws-sdk-2.2/src/main/java8/io/opentelemetry/auto/instrumentation/awssdk/v2_2/TracingExecutionInterceptor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.awssdk.v2_2; import static io.opentelemetry.auto.bootstrap.WeakMap.Provider.newWeakMap; diff --git a/instrumentation/aws-sdk/aws-sdk-2.2/src/test/groovy/Aws2ClientTest.groovy b/instrumentation/aws-sdk/aws-sdk-2.2/src/test/groovy/Aws2ClientTest.groovy index 977ad9d66a..2ad102e3df 100644 --- a/instrumentation/aws-sdk/aws-sdk-2.2/src/test/groovy/Aws2ClientTest.groovy +++ b/instrumentation/aws-sdk/aws-sdk-2.2/src/test/groovy/Aws2ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientDecorator.java b/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientDecorator.java index c78a822cc7..c6c2394df1 100644 --- a/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientDecorator.java +++ b/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v3_0; import com.datastax.driver.core.Host; diff --git a/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientInstrumentation.java b/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientInstrumentation.java index 076d2f863c..791fb03f29 100644 --- a/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientInstrumentation.java +++ b/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/CassandraClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v3_0; import static java.util.Collections.singletonMap; diff --git a/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/TracingSession.java b/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/TracingSession.java index 1490d0f8b5..9b06e64a48 100644 --- a/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/TracingSession.java +++ b/instrumentation/cassandra/cassandra-3.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v3_0/TracingSession.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v3_0; import static com.google.common.util.concurrent.MoreExecutors.directExecutor; diff --git a/instrumentation/cassandra/cassandra-3.0/src/test/groovy/CassandraClientTest.groovy b/instrumentation/cassandra/cassandra-3.0/src/test/groovy/CassandraClientTest.groovy index 7edaa79ae9..c40fc47714 100644 --- a/instrumentation/cassandra/cassandra-3.0/src/test/groovy/CassandraClientTest.groovy +++ b/instrumentation/cassandra/cassandra-3.0/src/test/groovy/CassandraClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.datastax.driver.core.Cluster import com.datastax.driver.core.Session import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/cassandra/cassandra-4.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientInstrumentation.java b/instrumentation/cassandra/cassandra-4.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientInstrumentation.java index 665ad9598c..8bd401c4e0 100644 --- a/instrumentation/cassandra/cassandra-4.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientInstrumentation.java +++ b/instrumentation/cassandra/cassandra-4.0/src/main/java/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v4_0; import static java.util.Collections.singletonMap; diff --git a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientAdvice.java b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientAdvice.java index f728dee52b..6272f17ec7 100644 --- a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientAdvice.java +++ b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v4_0; import java.util.concurrent.CompletionStage; diff --git a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientDecorator.java b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientDecorator.java index 0cbf5fe550..8f7f7b2cda 100644 --- a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientDecorator.java +++ b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CassandraClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v4_0; import com.datastax.oss.driver.api.core.CqlIdentifier; diff --git a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CompletionStageFunction.java b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CompletionStageFunction.java index 2f90ec31d7..b146402821 100644 --- a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CompletionStageFunction.java +++ b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/CompletionStageFunction.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v4_0; import com.datastax.oss.driver.api.core.CqlSession; diff --git a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/TracingCqlSession.java b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/TracingCqlSession.java index 529abf3b33..214b68df20 100644 --- a/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/TracingCqlSession.java +++ b/instrumentation/cassandra/cassandra-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/cassandra/v4_0/TracingCqlSession.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.cassandra.v4_0; import static io.opentelemetry.trace.Span.Kind.CLIENT; diff --git a/instrumentation/cassandra/cassandra-4.0/src/test/groovy/CassandraClientTest.groovy b/instrumentation/cassandra/cassandra-4.0/src/test/groovy/CassandraClientTest.groovy index 432841465f..fc8179a225 100644 --- a/instrumentation/cassandra/cassandra-4.0/src/test/groovy/CassandraClientTest.groovy +++ b/instrumentation/cassandra/cassandra-4.0/src/test/groovy/CassandraClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.datastax.oss.driver.api.core.CqlSession import com.datastax.oss.driver.api.core.config.DefaultDriverOption import com.datastax.oss.driver.api.core.config.DriverConfigLoader diff --git a/instrumentation/cdi-testing/src/test/groovy/CDIContainerTest.groovy b/instrumentation/cdi-testing/src/test/groovy/CDIContainerTest.groovy index 44f631d59f..896d2bdc6a 100644 --- a/instrumentation/cdi-testing/src/test/groovy/CDIContainerTest.groovy +++ b/instrumentation/cdi-testing/src/test/groovy/CDIContainerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import org.jboss.weld.environment.se.Weld import org.jboss.weld.environment.se.WeldContainer diff --git a/instrumentation/cdi-testing/src/test/java/TestBean.java b/instrumentation/cdi-testing/src/test/java/TestBean.java index 570ff41d29..ae04537acc 100644 --- a/instrumentation/cdi-testing/src/test/java/TestBean.java +++ b/instrumentation/cdi-testing/src/test/java/TestBean.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + public class TestBean { private String someField; diff --git a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseBucketInstrumentation.java b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseBucketInstrumentation.java index 11768497ab..31b93db89d 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseBucketInstrumentation.java +++ b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseBucketInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.couchbase.v2_0; import static io.opentelemetry.auto.tooling.matcher.NameMatchers.namedOneOf; diff --git a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClientDecorator.java b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClientDecorator.java index de96b98a23..b113e19422 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClientDecorator.java +++ b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.couchbase.v2_0; import io.opentelemetry.auto.bootstrap.instrumentation.decorator.DatabaseClientDecorator; diff --git a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClusterInstrumentation.java b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClusterInstrumentation.java index a3d42cc286..aa8ae7aed3 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClusterInstrumentation.java +++ b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseClusterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.couchbase.v2_0; import static io.opentelemetry.auto.tooling.matcher.NameMatchers.namedOneOf; diff --git a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseOnSubscribe.java b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseOnSubscribe.java index e9a010c3d4..c48fd9172d 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseOnSubscribe.java +++ b/instrumentation/couchbase/couchbase-2.0/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_0/CouchbaseOnSubscribe.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.couchbase.v2_0; import static io.opentelemetry.auto.instrumentation.couchbase.v2_0.CouchbaseClientDecorator.DECORATE; diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseAsyncClientTest.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseAsyncClientTest.groovy index ba58c3bc63..11d22e0f58 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseAsyncClientTest.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseAsyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.couchbase.client.java.AsyncCluster import com.couchbase.client.java.CouchbaseAsyncCluster import com.couchbase.client.java.document.JsonDocument diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseClientTest.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseClientTest.groovy index c1d91e8731..cc4b81385b 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseClientTest.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/CouchbaseClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.couchbase.client.java.Bucket import com.couchbase.client.java.Cluster import com.couchbase.client.java.CouchbaseCluster diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseConfig.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseConfig.groovy index 147c0375fb..4414a6e5fe 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseConfig.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseConfig.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import com.couchbase.client.java.cluster.BucketSettings diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringRepositoryTest.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringRepositoryTest.groovy index 4020e21a0b..cf80dd1536 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringRepositoryTest.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringRepositoryTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import com.couchbase.client.java.Cluster diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringTemplateTest.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringTemplateTest.groovy index 185ecfda3e..e983c304a1 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringTemplateTest.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/CouchbaseSpringTemplateTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import com.couchbase.client.java.Bucket diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/Doc.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/Doc.groovy index 4f46c2ef25..e34dfbe26d 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/Doc.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/Doc.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import groovy.transform.EqualsAndHashCode diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/DocRepository.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/DocRepository.groovy index 9c5fa8e874..34ea01d70e 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/DocRepository.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/springdata/DocRepository.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import org.springframework.data.couchbase.repository.CouchbaseRepository diff --git a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/util/AbstractCouchbaseTest.groovy b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/util/AbstractCouchbaseTest.groovy index a80db93862..9c96da25ec 100644 --- a/instrumentation/couchbase/couchbase-2.0/src/test/groovy/util/AbstractCouchbaseTest.groovy +++ b/instrumentation/couchbase/couchbase-2.0/src/test/groovy/util/AbstractCouchbaseTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package util import com.couchbase.client.core.metrics.DefaultLatencyMetricsCollectorConfig diff --git a/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseCoreInstrumentation.java b/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseCoreInstrumentation.java index 0198c79513..deb4d7b522 100644 --- a/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseCoreInstrumentation.java +++ b/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseCoreInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.couchbase.v2_6; import static java.util.Collections.singletonMap; diff --git a/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseNetworkInstrumentation.java b/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseNetworkInstrumentation.java index bc74ed13fd..d527164a5f 100644 --- a/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseNetworkInstrumentation.java +++ b/instrumentation/couchbase/couchbase-2.6/src/main/java/io/opentelemetry/auto/instrumentation/couchbase/v2_6/CouchbaseNetworkInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.couchbase.v2_6; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseAsyncClient26Test.groovy b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseAsyncClient26Test.groovy index 36588045f2..940f7ff980 100644 --- a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseAsyncClient26Test.groovy +++ b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseAsyncClient26Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.asserts.TraceAssert class CouchbaseAsyncClient26Test extends CouchbaseAsyncClientTest { diff --git a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseClient26Test.groovy b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseClient26Test.groovy index 2c56c64b32..cc8f878534 100644 --- a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseClient26Test.groovy +++ b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseClient26Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.asserts.TraceAssert class CouchbaseClient26Test extends CouchbaseClientTest { diff --git a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseSpanUtil.groovy b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseSpanUtil.groovy index 4ffc48fc00..82bd335919 100644 --- a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseSpanUtil.groovy +++ b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/CouchbaseSpanUtil.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringRepository26Test.groovy b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringRepository26Test.groovy index 6aec3c7816..ae09da1643 100644 --- a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringRepository26Test.groovy +++ b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringRepository26Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringTemplate26Test.groovy b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringTemplate26Test.groovy index 3a59420b5e..0608c1d401 100644 --- a/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringTemplate26Test.groovy +++ b/instrumentation/couchbase/couchbase-2.6/src/test/groovy/springdata/CouchbaseSpringTemplate26Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/dropwizard-testing/src/test/groovy/DropwizardAsyncTest.groovy b/instrumentation/dropwizard-testing/src/test/groovy/DropwizardAsyncTest.groovy index 6b854bfd62..3f0f7c5ae4 100644 --- a/instrumentation/dropwizard-testing/src/test/groovy/DropwizardAsyncTest.groovy +++ b/instrumentation/dropwizard-testing/src/test/groovy/DropwizardAsyncTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.dropwizard.Application import io.dropwizard.Configuration import io.dropwizard.setup.Bootstrap diff --git a/instrumentation/dropwizard-testing/src/test/groovy/DropwizardTest.groovy b/instrumentation/dropwizard-testing/src/test/groovy/DropwizardTest.groovy index 38d11273ea..be52734939 100644 --- a/instrumentation/dropwizard-testing/src/test/groovy/DropwizardTest.groovy +++ b/instrumentation/dropwizard-testing/src/test/groovy/DropwizardTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.dropwizard.Application import io.dropwizard.Configuration import io.dropwizard.setup.Bootstrap diff --git a/instrumentation/dropwizard-testing/src/test/groovy/JettyTestInstrumentation.java b/instrumentation/dropwizard-testing/src/test/groovy/JettyTestInstrumentation.java index 91e0225697..6c54ead2e8 100644 --- a/instrumentation/dropwizard-testing/src/test/groovy/JettyTestInstrumentation.java +++ b/instrumentation/dropwizard-testing/src/test/groovy/JettyTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/dropwizard-views-0.7/src/main/java/io/opentelemetry/auto/instrumentation/dropwizardviews/DropwizardViewInstrumentation.java b/instrumentation/dropwizard-views-0.7/src/main/java/io/opentelemetry/auto/instrumentation/dropwizardviews/DropwizardViewInstrumentation.java index 891a2431bb..7da49a07d7 100644 --- a/instrumentation/dropwizard-views-0.7/src/main/java/io/opentelemetry/auto/instrumentation/dropwizardviews/DropwizardViewInstrumentation.java +++ b/instrumentation/dropwizard-views-0.7/src/main/java/io/opentelemetry/auto/instrumentation/dropwizardviews/DropwizardViewInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.dropwizardviews; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/dropwizard-views-0.7/src/test/groovy/ViewRenderTest.groovy b/instrumentation/dropwizard-views-0.7/src/test/groovy/ViewRenderTest.groovy index 585c154792..d4a006131d 100644 --- a/instrumentation/dropwizard-views-0.7/src/test/groovy/ViewRenderTest.groovy +++ b/instrumentation/dropwizard-views-0.7/src/test/groovy/ViewRenderTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.dropwizard.views.View import io.dropwizard.views.freemarker.FreemarkerViewRenderer import io.dropwizard.views.mustache.MustacheViewRenderer diff --git a/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchRestClientDecorator.java b/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchRestClientDecorator.java index 7e62c53ae6..a83af95771 100644 --- a/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchRestClientDecorator.java +++ b/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchRestClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchTransportClientDecorator.java b/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchTransportClientDecorator.java index 46f90ccdea..509cb9434d 100644 --- a/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchTransportClientDecorator.java +++ b/instrumentation/elasticsearch/elasticsearch-common/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/ElasticsearchTransportClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy index 15713fad72..fa36b6caf4 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.json.JsonSlurper import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/Elasticsearch5RestClientInstrumentation.java b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/Elasticsearch5RestClientInstrumentation.java index dc11d3a273..8febe9e4a1 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/Elasticsearch5RestClientInstrumentation.java +++ b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/Elasticsearch5RestClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.rest.v5_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchRestClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/RestResponseListener.java b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/RestResponseListener.java index 8496fe2ca5..457b27fc20 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/RestResponseListener.java +++ b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v5_0/RestResponseListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.rest.v5_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchRestClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/test/groovy/Elasticsearch5RestClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/test/groovy/Elasticsearch5RestClientTest.groovy index 16be3f05e1..184373aef4 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/test/groovy/Elasticsearch5RestClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-rest-5.0/src/test/groovy/Elasticsearch5RestClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.json.JsonSlurper import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy index 6b5d5309c2..ea14525a65 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.json.JsonSlurper import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/Elasticsearch6RestClientInstrumentation.java b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/Elasticsearch6RestClientInstrumentation.java index df70e48c0e..49b68e94ed 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/Elasticsearch6RestClientInstrumentation.java +++ b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/Elasticsearch6RestClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.rest.v6_4; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchRestClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/RestResponseListener.java b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/RestResponseListener.java index 1b537d1ff5..d30118bc4e 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/RestResponseListener.java +++ b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/rest/v6_4/RestResponseListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.rest.v6_4; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchRestClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/test/groovy/Elasticsearch6RestClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/test/groovy/Elasticsearch6RestClientTest.groovy index 15713fad72..fa36b6caf4 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/test/groovy/Elasticsearch6RestClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-rest-6.4/src/test/groovy/Elasticsearch6RestClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.json.JsonSlurper import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2NodeClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2NodeClientTest.groovy index 9dd0d32c46..03cd154107 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2NodeClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2NodeClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2TransportClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2TransportClientTest.groovy index 5510d9dfe7..53af00dedd 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2TransportClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/Elasticsearch2TransportClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Config.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Config.groovy index b1419e1311..e9eaea4025 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Config.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Config.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import org.elasticsearch.common.io.FileSystemUtils diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Doc.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Doc.groovy index fe59251ee5..c382217105 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Doc.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Doc.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import groovy.transform.EqualsAndHashCode diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/DocRepository.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/DocRepository.groovy index 98412c7b7a..f792e9a28a 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/DocRepository.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/DocRepository.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import org.springframework.data.elasticsearch.repository.ElasticsearchRepository diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy index cdc9b1af20..c4df6d8c1d 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy index c55bd8147d..46d42cefaa 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/latestDepTest/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/Elasticsearch2TransportClientInstrumentation.java b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/Elasticsearch2TransportClientInstrumentation.java index f804496189..1345be4fcb 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/Elasticsearch2TransportClientInstrumentation.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/Elasticsearch2TransportClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v2_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/TransportActionListener.java b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/TransportActionListener.java index 2ddf5be371..96e415065b 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/TransportActionListener.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v2_0/TransportActionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v2_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2NodeClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2NodeClientTest.groovy index 937ba2f07c..df5f0d51c4 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2NodeClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2NodeClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2TransportClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2TransportClientTest.groovy index a8bbe418c3..8dadbfc178 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2TransportClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/Elasticsearch2TransportClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Config.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Config.groovy index b1419e1311..e9eaea4025 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Config.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Config.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import org.elasticsearch.common.io.FileSystemUtils diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Doc.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Doc.groovy index fe59251ee5..c382217105 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Doc.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Doc.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import groovy.transform.EqualsAndHashCode diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/DocRepository.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/DocRepository.groovy index 98412c7b7a..f792e9a28a 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/DocRepository.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/DocRepository.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import org.springframework.data.elasticsearch.repository.ElasticsearchRepository diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy index 76318eaefa..a597939a53 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringRepositoryTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy index c245559c51..8e3927485f 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-2.0/src/test/groovy/springdata/Elasticsearch2SpringTemplateTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/Elasticsearch5TransportClientInstrumentation.java b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/Elasticsearch5TransportClientInstrumentation.java index b32ab32041..494e78056e 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/Elasticsearch5TransportClientInstrumentation.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/Elasticsearch5TransportClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v5_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/TransportActionListener.java b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/TransportActionListener.java index 4206b01bd2..44af167490 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/TransportActionListener.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_0/TransportActionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v5_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5NodeClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5NodeClientTest.groovy index 3cf16bd6e3..a2fa2ee578 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5NodeClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5NodeClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5TransportClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5TransportClientTest.groovy index 63db8ebb8a..8d231a495d 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5TransportClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.0/src/test/groovy/Elasticsearch5TransportClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/Elasticsearch53TransportClientInstrumentation.java b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/Elasticsearch53TransportClientInstrumentation.java index 9681347dc3..7c31d3dec4 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/Elasticsearch53TransportClientInstrumentation.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/Elasticsearch53TransportClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v5_3; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/TransportActionListener.java b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/TransportActionListener.java index 543ed50aba..c650f66928 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/TransportActionListener.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v5_3/TransportActionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v5_3; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53NodeClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53NodeClientTest.groovy index 84b35d927e..a33982ddc6 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53NodeClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53NodeClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53TransportClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53TransportClientTest.groovy index b1546f946f..64bd6d33d2 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53TransportClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/Elasticsearch53TransportClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Config.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Config.groovy index a76939cde2..a1158ea569 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Config.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Config.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import org.elasticsearch.common.io.FileSystemUtils diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Doc.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Doc.groovy index fe59251ee5..c382217105 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Doc.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Doc.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import groovy.transform.EqualsAndHashCode diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/DocRepository.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/DocRepository.groovy index 98412c7b7a..f792e9a28a 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/DocRepository.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/DocRepository.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import org.springframework.data.elasticsearch.repository.ElasticsearchRepository diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringRepositoryTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringRepositoryTest.groovy index 1b0df5b50d..d428647250 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringRepositoryTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringRepositoryTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringTemplateTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringTemplateTest.groovy index 451a61b921..a5e8cbe414 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringTemplateTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-5.3/src/test/groovy/springdata/Elasticsearch53SpringTemplateTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package springdata import com.google.common.collect.ImmutableSet diff --git a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/Elasticsearch6TransportClientInstrumentation.java b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/Elasticsearch6TransportClientInstrumentation.java index 2cf3224d70..4c831b390e 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/Elasticsearch6TransportClientInstrumentation.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/Elasticsearch6TransportClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v6_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/TransportActionListener.java b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/TransportActionListener.java index c990c0ce5b..9219945f96 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/TransportActionListener.java +++ b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/main/java/io/opentelemetry/auto/instrumentation/elasticsearch/transport/v6_0/TransportActionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.elasticsearch.transport.v6_0; import static io.opentelemetry.auto.instrumentation.elasticsearch.ElasticsearchTransportClientDecorator.DECORATE; diff --git a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6NodeClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6NodeClientTest.groovy index f7d29a0ed4..4326b453dd 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6NodeClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6NodeClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest diff --git a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6TransportClientTest.groovy b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6TransportClientTest.groovy index 70d80a9b6a..5e4ae77ab0 100644 --- a/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6TransportClientTest.groovy +++ b/instrumentation/elasticsearch/elasticsearch-transport-6.0/src/test/groovy/Elasticsearch6TransportClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraDecorator.java b/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraDecorator.java index 8e2159b1c5..0c7bb213e6 100644 --- a/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraDecorator.java +++ b/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.finatra; import com.twitter.finagle.http.Request; diff --git a/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraInstrumentation.java b/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraInstrumentation.java index 92ae942306..d05781b017 100644 --- a/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraInstrumentation.java +++ b/instrumentation/finatra-2.9/src/main/java/io/opentelemetry/auto/instrumentation/finatra/FinatraInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.finatra; import static io.opentelemetry.auto.instrumentation.finatra.FinatraDecorator.DECORATE; diff --git a/instrumentation/finatra-2.9/src/test/groovy/FinatraServerTest.groovy b/instrumentation/finatra-2.9/src/test/groovy/FinatraServerTest.groovy index f06816f0c7..ab88028000 100644 --- a/instrumentation/finatra-2.9/src/test/groovy/FinatraServerTest.groovy +++ b/instrumentation/finatra-2.9/src/test/groovy/FinatraServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.twitter.finatra.http.HttpServer import com.twitter.util.Await import com.twitter.util.Closable diff --git a/instrumentation/finatra-2.9/src/test/groovy/NettyServerTestInstrumentation.java b/instrumentation/finatra-2.9/src/test/groovy/NettyServerTestInstrumentation.java index b2f983feb9..37601f5972 100644 --- a/instrumentation/finatra-2.9/src/test/groovy/NettyServerTestInstrumentation.java +++ b/instrumentation/finatra-2.9/src/test/groovy/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/finatra-2.9/src/test/scala/FinatraController.scala b/instrumentation/finatra-2.9/src/test/scala/FinatraController.scala index eca7d065a3..3a5519e967 100644 --- a/instrumentation/finatra-2.9/src/test/scala/FinatraController.scala +++ b/instrumentation/finatra-2.9/src/test/scala/FinatraController.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.twitter.finagle.http.{Request, Response} import com.twitter.finatra.http.Controller import com.twitter.util.Future diff --git a/instrumentation/finatra-2.9/src/test/scala/FinatraServer.scala b/instrumentation/finatra-2.9/src/test/scala/FinatraServer.scala index 7fccbfc1e8..94f5ec2ed7 100644 --- a/instrumentation/finatra-2.9/src/test/scala/FinatraServer.scala +++ b/instrumentation/finatra-2.9/src/test/scala/FinatraServer.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.twitter.finagle.http.Request import com.twitter.finatra.http.HttpServer import com.twitter.finatra.http.filters.ExceptionMappingFilter diff --git a/instrumentation/finatra-2.9/src/test/scala/ResponseSettingExceptionMapper.scala b/instrumentation/finatra-2.9/src/test/scala/ResponseSettingExceptionMapper.scala index a3a4f27a68..6c9636454c 100644 --- a/instrumentation/finatra-2.9/src/test/scala/ResponseSettingExceptionMapper.scala +++ b/instrumentation/finatra-2.9/src/test/scala/ResponseSettingExceptionMapper.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.twitter.finagle.http.{Request, Response} import com.twitter.finatra.http.exceptions.ExceptionMapper import com.twitter.finatra.http.response.ResponseBuilder diff --git a/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeDecorator.java b/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeDecorator.java index 14dee6495b..49a623c57d 100644 --- a/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeDecorator.java +++ b/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.geode; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeInstrumentation.java b/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeInstrumentation.java index bbaf8dd38a..6408625c76 100644 --- a/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeInstrumentation.java +++ b/instrumentation/geode-1.4/src/main/java/io/opentelemetry/auto/instrumentation/geode/GeodeInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.geode; import static io.opentelemetry.auto.instrumentation.geode.GeodeDecorator.DECORATE; diff --git a/instrumentation/geode-1.4/src/test/groovy/PutGetTest.groovy b/instrumentation/geode-1.4/src/test/groovy/PutGetTest.groovy index 5406d82083..f899fa566c 100644 --- a/instrumentation/geode-1.4/src/test/groovy/PutGetTest.groovy +++ b/instrumentation/geode-1.4/src/test/groovy/PutGetTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.apache.geode.cache.client.ClientCacheFactory diff --git a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientDecorator.java b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientDecorator.java index 9d10897e5f..36c8860147 100644 --- a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientDecorator.java +++ b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.googlehttpclient; import com.google.api.client.http.HttpRequest; diff --git a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientInstrumentation.java b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientInstrumentation.java index ce4eb0efd7..986758ee3e 100644 --- a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientInstrumentation.java +++ b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/GoogleHttpClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.googlehttpclient; import static io.opentelemetry.auto.instrumentation.googlehttpclient.GoogleHttpClientDecorator.DECORATE; diff --git a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/HeadersInjectAdapter.java b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/HeadersInjectAdapter.java index a4e1fd65ab..151d1500bb 100644 --- a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/HeadersInjectAdapter.java +++ b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/HeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.googlehttpclient; import com.google.api.client.http.HttpRequest; diff --git a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/RequestState.java b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/RequestState.java index cd510d8f09..369e2c8fac 100644 --- a/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/RequestState.java +++ b/instrumentation/google-http-client-1.19/src/main/java/io/opentelemetry/auto/instrumentation/googlehttpclient/RequestState.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.googlehttpclient; import io.opentelemetry.trace.Span; diff --git a/instrumentation/google-http-client-1.19/src/test/groovy/AbstractGoogleHttpClientTest.groovy b/instrumentation/google-http-client-1.19/src/test/groovy/AbstractGoogleHttpClientTest.groovy index c63eae0f66..aa7e79823d 100644 --- a/instrumentation/google-http-client-1.19/src/test/groovy/AbstractGoogleHttpClientTest.groovy +++ b/instrumentation/google-http-client-1.19/src/test/groovy/AbstractGoogleHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.api.client.http.GenericUrl import com.google.api.client.http.HttpRequest import com.google.api.client.http.HttpResponse diff --git a/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientAsyncTest.groovy b/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientAsyncTest.groovy index 383be39576..7c8f92e54b 100644 --- a/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientAsyncTest.groovy +++ b/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientAsyncTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.api.client.http.HttpRequest import com.google.api.client.http.HttpResponse import spock.lang.Retry diff --git a/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientTest.groovy b/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientTest.groovy index 89a11fc19e..926b1c5427 100644 --- a/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientTest.groovy +++ b/instrumentation/google-http-client-1.19/src/test/groovy/GoogleHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.api.client.http.HttpRequest import com.google.api.client.http.HttpResponse import spock.lang.Retry diff --git a/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpHandlerInstrumentation.java b/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpHandlerInstrumentation.java index 4e69140198..0068dd18f3 100644 --- a/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpHandlerInstrumentation.java +++ b/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpHandlerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerDecorator.SPAN_ATTRIBUTE; diff --git a/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpServerTracer.java b/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpServerTracer.java index 12cc170bee..d6309a9973 100644 --- a/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpServerTracer.java +++ b/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyHttpServerTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly; import static io.opentelemetry.auto.instrumentation.grizzly.GrizzlyRequestExtractAdapter.GETTER; diff --git a/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyRequestExtractAdapter.java b/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyRequestExtractAdapter.java index 5a2704c1d5..cac55a2562 100644 --- a/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyRequestExtractAdapter.java +++ b/instrumentation/grizzly-2.0/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/GrizzlyRequestExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyAsyncTest.groovy b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyAsyncTest.groovy index 0eb0aaab56..bff204903d 100644 --- a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyAsyncTest.groovy +++ b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyAsyncTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.glassfish.grizzly.http.server.HttpServer import org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory import org.glassfish.jersey.server.ResourceConfig diff --git a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyIOStrategyTest.groovy b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyIOStrategyTest.groovy index 8cc4042c04..7087fe94fb 100644 --- a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyIOStrategyTest.groovy +++ b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyIOStrategyTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.glassfish.grizzly.IOStrategy import org.glassfish.grizzly.http.server.HttpServer import org.glassfish.grizzly.strategies.LeaderFollowerNIOStrategy diff --git a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTest.groovy b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTest.groovy index 9c46643924..e254941a64 100644 --- a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTest.groovy +++ b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpServerTest import javax.ws.rs.GET import javax.ws.rs.NotFoundException diff --git a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTestInstrumentation.java b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTestInstrumentation.java index a0c98c2507..8b8a02cc71 100644 --- a/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTestInstrumentation.java +++ b/instrumentation/grizzly-2.0/src/test/groovy/GrizzlyTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientDecorator.java b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientDecorator.java index 5ca5a3e919..b3373bd1bb 100644 --- a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientDecorator.java +++ b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.client; import com.ning.http.client.Request; diff --git a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestAdvice.java b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestAdvice.java index e04283bf03..51845a445d 100644 --- a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestAdvice.java +++ b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.client; import static io.opentelemetry.auto.instrumentation.grizzly.client.ClientDecorator.DECORATE; diff --git a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestInstrumentation.java b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestInstrumentation.java index 027ee1b737..cd770dc2eb 100644 --- a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestInstrumentation.java +++ b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientRequestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.client; import static java.util.Collections.singletonMap; diff --git a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseAdvice.java b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseAdvice.java index 533eb412cd..9885ae6e5f 100644 --- a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseAdvice.java +++ b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.client; import static io.opentelemetry.auto.instrumentation.grizzly.client.ClientDecorator.DECORATE; diff --git a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseInstrumentation.java b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseInstrumentation.java index 1c7a948736..6cf002e15d 100644 --- a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseInstrumentation.java +++ b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/ClientResponseInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.client; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/InjectAdapter.java b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/InjectAdapter.java index 00e149cbb8..782405b51a 100644 --- a/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/InjectAdapter.java +++ b/instrumentation/grizzly-client-1.9/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/client/InjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.client; import com.ning.http.client.Request; diff --git a/instrumentation/grizzly-client-1.9/src/test/groovy/GrizzlyAsyncHttpClientTest.groovy b/instrumentation/grizzly-client-1.9/src/test/groovy/GrizzlyAsyncHttpClientTest.groovy index bc6758af3a..0a37c5639f 100644 --- a/instrumentation/grizzly-client-1.9/src/test/groovy/GrizzlyAsyncHttpClientTest.groovy +++ b/instrumentation/grizzly-client-1.9/src/test/groovy/GrizzlyAsyncHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.ning.http.client.AsyncCompletionHandler import com.ning.http.client.AsyncHttpClient import com.ning.http.client.Request diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainAdvice.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainAdvice.java index 0225b73051..49d221e4a0 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainAdvice.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainInstrumentation.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainInstrumentation.java index fdbae2b97e..ef7e740da4 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainInstrumentation.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/DefaultFilterChainInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import static net.bytebuddy.matcher.ElementMatchers.isMethod; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/ExtractAdapter.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/ExtractAdapter.java index 2cf9c09469..e86d148d4e 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/ExtractAdapter.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/ExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterAdvice.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterAdvice.java index d0c9085bca..af3451b204 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterAdvice.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerDecorator.SPAN_ATTRIBUTE; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterInstrumentation.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterInstrumentation.java index ac8f307624..f22e18ad47 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterInstrumentation.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/FilterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/GrizzlyDecorator.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/GrizzlyDecorator.java index 2cb718f020..ba374758cc 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/GrizzlyDecorator.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/GrizzlyDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import static io.opentelemetry.trace.Span.Kind.SERVER; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterAdvice.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterAdvice.java index 4733e7225d..a729bb585c 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterAdvice.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterInstrumentation.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterInstrumentation.java index c5cd077a90..ecfa74be87 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterInstrumentation.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import static net.bytebuddy.matcher.ElementMatchers.isPublic; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterOldAdvice.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterOldAdvice.java index 4baf8662f0..3e9e68390f 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterOldAdvice.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpCodecFilterOldAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterAdvice.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterAdvice.java index ba95845c10..40604b283c 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterAdvice.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterInstrumentation.java b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterInstrumentation.java index d7a5f99dd7..5ecda08f3b 100644 --- a/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterInstrumentation.java +++ b/instrumentation/grizzly-http-2.3/src/main/java/io/opentelemetry/auto/instrumentation/grizzly/http/v2_3/HttpServerFilterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grizzly.http.v2_3; import static net.bytebuddy.matcher.ElementMatchers.isPrivate; diff --git a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyAsyncTest.groovy b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyAsyncTest.groovy index 0eb0aaab56..bff204903d 100644 --- a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyAsyncTest.groovy +++ b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyAsyncTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.glassfish.grizzly.http.server.HttpServer import org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory import org.glassfish.jersey.server.ResourceConfig diff --git a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTest.groovy b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTest.groovy index 70d4c2d657..22e3355bd1 100644 --- a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTest.groovy +++ b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpServerTest import org.glassfish.grizzly.filterchain.BaseFilter import org.glassfish.grizzly.filterchain.FilterChain diff --git a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTestInstrumentation.java b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTestInstrumentation.java index b69a8c3930..70b203a92c 100644 --- a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTestInstrumentation.java +++ b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyFilterchainServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import static net.bytebuddy.matcher.ElementMatchers.takesArgument; diff --git a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyIOStrategyTest.groovy b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyIOStrategyTest.groovy index 60fe605c08..d83fa930c1 100644 --- a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyIOStrategyTest.groovy +++ b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyIOStrategyTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.glassfish.grizzly.IOStrategy import org.glassfish.grizzly.http.server.HttpServer import org.glassfish.grizzly.strategies.LeaderFollowerNIOStrategy diff --git a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyTest.groovy b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyTest.groovy index f4f72c2831..4576dc40f7 100644 --- a/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyTest.groovy +++ b/instrumentation/grizzly-http-2.3/src/test/groovy/GrizzlyTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpServerTest import org.glassfish.grizzly.http.server.HttpServer import org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientBuilderInstrumentation.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientBuilderInstrumentation.java index c821caa7d3..af1d3c156e 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientBuilderInstrumentation.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientBuilderInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.client; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.extendsClass; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientDecorator.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientDecorator.java index 89ee013287..b629a00190 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientDecorator.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.client; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcInjectAdapter.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcInjectAdapter.java index aae4bfd1e0..4d00fa3adc 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcInjectAdapter.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/GrpcInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.client; import io.grpc.Metadata; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/TracingClientInterceptor.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/TracingClientInterceptor.java index be444e8154..a6d6653dde 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/TracingClientInterceptor.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/client/TracingClientInterceptor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.client; import static io.opentelemetry.auto.instrumentation.grpc.client.GrpcClientDecorator.DECORATE; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/common/GrpcHelper.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/common/GrpcHelper.java index 5121d11f59..f1e7a05929 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/common/GrpcHelper.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/common/GrpcHelper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.common; import io.opentelemetry.auto.instrumentation.api.MoreTags; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcExtractAdapter.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcExtractAdapter.java index 2925636ffa..3d0ad885fc 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcExtractAdapter.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.server; import io.grpc.Metadata; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerBuilderInstrumentation.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerBuilderInstrumentation.java index b4d1cf29c5..4470cfd682 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerBuilderInstrumentation.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerBuilderInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.server; import static java.util.Collections.singletonMap; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerDecorator.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerDecorator.java index 2ebf76f810..d9500e0c6a 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerDecorator.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/GrpcServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.server; import io.grpc.Status; diff --git a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/TracingServerInterceptor.java b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/TracingServerInterceptor.java index ff91e55fbc..df685f935e 100644 --- a/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/TracingServerInterceptor.java +++ b/instrumentation/grpc-1.5/src/main/java/io/opentelemetry/auto/instrumentation/grpc/server/TracingServerInterceptor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.grpc.server; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/grpc-1.5/src/test/groovy/GrpcStreamingTest.groovy b/instrumentation/grpc-1.5/src/test/groovy/GrpcStreamingTest.groovy index bab09aa9e6..0beb1abb8c 100644 --- a/instrumentation/grpc-1.5/src/test/groovy/GrpcStreamingTest.groovy +++ b/instrumentation/grpc-1.5/src/test/groovy/GrpcStreamingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import example.GreeterGrpc import example.Helloworld import io.grpc.BindableService diff --git a/instrumentation/grpc-1.5/src/test/groovy/GrpcTest.groovy b/instrumentation/grpc-1.5/src/test/groovy/GrpcTest.groovy index 0c3f9f3c3d..a50155d921 100644 --- a/instrumentation/grpc-1.5/src/test/groovy/GrpcTest.groovy +++ b/instrumentation/grpc-1.5/src/test/groovy/GrpcTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import example.GreeterGrpc import example.Helloworld import io.grpc.BindableService diff --git a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/AbstractHibernateInstrumentation.java b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/AbstractHibernateInstrumentation.java index 9910a8c7ba..bdcd9a8cf3 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/AbstractHibernateInstrumentation.java +++ b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/AbstractHibernateInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v3_3; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/CriteriaInstrumentation.java b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/CriteriaInstrumentation.java index f60fa76330..2c61f532c6 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/CriteriaInstrumentation.java +++ b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/CriteriaInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v3_3; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/QueryInstrumentation.java b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/QueryInstrumentation.java index 58ea417a97..92eeb8158b 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/QueryInstrumentation.java +++ b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/QueryInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v3_3; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionFactoryInstrumentation.java b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionFactoryInstrumentation.java index 45aa3a400e..a0e0869324 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionFactoryInstrumentation.java +++ b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionFactoryInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v3_3; import static io.opentelemetry.auto.instrumentation.hibernate.HibernateDecorator.DECORATE; diff --git a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionInstrumentation.java b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionInstrumentation.java index 7bdc484717..b231bfdeb4 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionInstrumentation.java +++ b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/SessionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v3_3; import static io.opentelemetry.auto.instrumentation.hibernate.HibernateDecorator.DECORATE; diff --git a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/TransactionInstrumentation.java b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/TransactionInstrumentation.java index e1c63844f8..6399b2fcad 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/TransactionInstrumentation.java +++ b/instrumentation/hibernate/hibernate-3.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v3_3/TransactionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v3_3; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/AbstractHibernateTest.groovy b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/AbstractHibernateTest.groovy index 0c18f3298b..a8e0db2c5d 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/AbstractHibernateTest.groovy +++ b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/AbstractHibernateTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import org.hibernate.Session import org.hibernate.SessionFactory diff --git a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/CriteriaTest.groovy b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/CriteriaTest.groovy index 2e976c532a..e78b18c40c 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/CriteriaTest.groovy +++ b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/CriteriaTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import org.hibernate.Criteria import org.hibernate.Session diff --git a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/QueryTest.groovy b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/QueryTest.groovy index 4333b9b295..e834bd3477 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/QueryTest.groovy +++ b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/QueryTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import org.hibernate.Query import org.hibernate.Session diff --git a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/SessionTest.groovy b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/SessionTest.groovy index c61db1dbdb..fcd7313a2e 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/test/groovy/SessionTest.groovy +++ b/instrumentation/hibernate/hibernate-3.3/src/test/groovy/SessionTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import org.hibernate.LockMode import org.hibernate.MappingException diff --git a/instrumentation/hibernate/hibernate-3.3/src/test/java/Value.java b/instrumentation/hibernate/hibernate-3.3/src/test/java/Value.java index d0a8e5b6cd..2b7d2eae17 100644 --- a/instrumentation/hibernate/hibernate-3.3/src/test/java/Value.java +++ b/instrumentation/hibernate/hibernate-3.3/src/test/java/Value.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; diff --git a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/AbstractHibernateInstrumentation.java b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/AbstractHibernateInstrumentation.java index 82b5962be9..6e3fd90c9b 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/AbstractHibernateInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/AbstractHibernateInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/CriteriaInstrumentation.java b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/CriteriaInstrumentation.java index ef966f97ae..ec4dcbf099 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/CriteriaInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/CriteriaInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_0; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/QueryInstrumentation.java b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/QueryInstrumentation.java index 3a3a634a36..81b3293d63 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/QueryInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/QueryInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_0; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionFactoryInstrumentation.java b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionFactoryInstrumentation.java index b5b561ad85..6f6c4c52ff 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionFactoryInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionFactoryInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_0; import static io.opentelemetry.auto.instrumentation.hibernate.HibernateDecorator.DECORATE; diff --git a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionInstrumentation.java b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionInstrumentation.java index 8721d03b55..17cbd51731 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/SessionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_0; import static io.opentelemetry.auto.instrumentation.hibernate.HibernateDecorator.DECORATE; diff --git a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/TransactionInstrumentation.java b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/TransactionInstrumentation.java index 5a5b31cf0e..1e450db817 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/TransactionInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.0/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_0/TransactionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_0; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/AbstractHibernateTest.groovy b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/AbstractHibernateTest.groovy index 53a3c91afb..d2e05180f2 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/AbstractHibernateTest.groovy +++ b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/AbstractHibernateTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import org.hibernate.Session import org.hibernate.SessionFactory diff --git a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/CriteriaTest.groovy b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/CriteriaTest.groovy index 2e976c532a..e78b18c40c 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/CriteriaTest.groovy +++ b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/CriteriaTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import org.hibernate.Criteria import org.hibernate.Session diff --git a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/QueryTest.groovy b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/QueryTest.groovy index 80df696676..502e0c717d 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/QueryTest.groovy +++ b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/QueryTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import org.hibernate.Query import org.hibernate.Session diff --git a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/SessionTest.groovy b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/SessionTest.groovy index a6dc4caacf..a0742b8a59 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/test/groovy/SessionTest.groovy +++ b/instrumentation/hibernate/hibernate-4.0/src/test/groovy/SessionTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import org.hibernate.LockMode import org.hibernate.MappingException diff --git a/instrumentation/hibernate/hibernate-4.0/src/test/java/Value.java b/instrumentation/hibernate/hibernate-4.0/src/test/java/Value.java index d0a8e5b6cd..2b7d2eae17 100644 --- a/instrumentation/hibernate/hibernate-4.0/src/test/java/Value.java +++ b/instrumentation/hibernate/hibernate-4.0/src/test/java/Value.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; diff --git a/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/ProcedureCallInstrumentation.java b/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/ProcedureCallInstrumentation.java index 20e6339f17..765e8412fc 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/ProcedureCallInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/ProcedureCallInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_3; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/SessionInstrumentation.java b/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/SessionInstrumentation.java index 5a6774de77..6024c4cf57 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/SessionInstrumentation.java +++ b/instrumentation/hibernate/hibernate-4.3/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/v4_3/SessionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate.v4_3; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/hibernate/hibernate-4.3/src/test/groovy/ProcedureCallTest.groovy b/instrumentation/hibernate/hibernate-4.3/src/test/groovy/ProcedureCallTest.groovy index 6b85bce6f0..bd7e345864 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/test/groovy/ProcedureCallTest.groovy +++ b/instrumentation/hibernate/hibernate-4.3/src/test/groovy/ProcedureCallTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.hibernate.Session diff --git a/instrumentation/hibernate/hibernate-4.3/src/test/groovy/SpringJpaTest.groovy b/instrumentation/hibernate/hibernate-4.3/src/test/groovy/SpringJpaTest.groovy index f53ef039fd..d688f14230 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/test/groovy/SpringJpaTest.groovy +++ b/instrumentation/hibernate/hibernate-4.3/src/test/groovy/SpringJpaTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.springframework.context.annotation.AnnotationConfigApplicationContext diff --git a/instrumentation/hibernate/hibernate-4.3/src/test/java/Value.java b/instrumentation/hibernate/hibernate-4.3/src/test/java/Value.java index d0a8e5b6cd..2b7d2eae17 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/test/java/Value.java +++ b/instrumentation/hibernate/hibernate-4.3/src/test/java/Value.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; diff --git a/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/Customer.java b/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/Customer.java index 62d47edceb..dfc2926eb7 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/Customer.java +++ b/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/Customer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package spring.jpa; import javax.persistence.Entity; diff --git a/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/CustomerRepository.java b/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/CustomerRepository.java index fca6a7c6c0..1155278394 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/CustomerRepository.java +++ b/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/CustomerRepository.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package spring.jpa; import java.util.List; diff --git a/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/PersistenceConfig.java b/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/PersistenceConfig.java index 67766a0f07..ed7b389de2 100644 --- a/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/PersistenceConfig.java +++ b/instrumentation/hibernate/hibernate-4.3/src/test/java/spring/jpa/PersistenceConfig.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package spring.jpa; import java.util.Properties; diff --git a/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/HibernateDecorator.java b/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/HibernateDecorator.java index 660091783e..dd5db59d98 100644 --- a/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/HibernateDecorator.java +++ b/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/HibernateDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/SessionMethodUtils.java b/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/SessionMethodUtils.java index eb4ef2e636..77beabd7e7 100644 --- a/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/SessionMethodUtils.java +++ b/instrumentation/hibernate/hibernate-common/src/main/java/io/opentelemetry/auto/instrumentation/hibernate/SessionMethodUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hibernate; import static io.opentelemetry.auto.instrumentation.hibernate.HibernateDecorator.DECORATE; diff --git a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HeadersInjectAdapter.java b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HeadersInjectAdapter.java index eb06699664..2f9cd8d67a 100644 --- a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HeadersInjectAdapter.java +++ b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.httpurlconnection; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionDecorator.java b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionDecorator.java index b7c474618a..b155f14cf6 100644 --- a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionDecorator.java +++ b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.httpurlconnection; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionInstrumentation.java b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionInstrumentation.java index 2b27a899ca..cac4e898c0 100644 --- a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionInstrumentation.java +++ b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/HttpUrlConnectionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.httpurlconnection; import static io.opentelemetry.auto.instrumentation.httpurlconnection.HeadersInjectAdapter.SETTER; diff --git a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/UrlInstrumentation.java b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/UrlInstrumentation.java index 7b03455084..bb1310c7cf 100644 --- a/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/UrlInstrumentation.java +++ b/instrumentation/http-url-connection/src/main/java/io/opentelemetry/auto/instrumentation/httpurlconnection/UrlInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.httpurlconnection; import static io.opentelemetry.auto.instrumentation.httpurlconnection.HttpUrlConnectionDecorator.DECORATE; diff --git a/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionResponseCodeOnlyTest.groovy b/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionResponseCodeOnlyTest.groovy index 6691d74d54..446f353bce 100644 --- a/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionResponseCodeOnlyTest.groovy +++ b/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionResponseCodeOnlyTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import spock.lang.Timeout diff --git a/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionTest.groovy b/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionTest.groovy index 92c829c29a..3fda2451da 100644 --- a/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionTest.groovy +++ b/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.base.HttpClientTest diff --git a/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionUseCachesFalseTest.groovy b/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionUseCachesFalseTest.groovy index ed92624795..e62ad7a520 100644 --- a/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionUseCachesFalseTest.groovy +++ b/instrumentation/http-url-connection/src/test/groovy/HttpUrlConnectionUseCachesFalseTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import spock.lang.Timeout diff --git a/instrumentation/http-url-connection/src/test/groovy/SpringRestTemplateTest.groovy b/instrumentation/http-url-connection/src/test/groovy/SpringRestTemplateTest.groovy index 66062898fd..6f244d382b 100644 --- a/instrumentation/http-url-connection/src/test/groovy/SpringRestTemplateTest.groovy +++ b/instrumentation/http-url-connection/src/test/groovy/SpringRestTemplateTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.springframework.http.HttpEntity import org.springframework.http.HttpHeaders diff --git a/instrumentation/http-url-connection/src/test/groovy/UrlConnectionTest.groovy b/instrumentation/http-url-connection/src/test/groovy/UrlConnectionTest.groovy index 49bb58bbd5..da7320521d 100644 --- a/instrumentation/http-url-connection/src/test/groovy/UrlConnectionTest.groovy +++ b/instrumentation/http-url-connection/src/test/groovy/UrlConnectionTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.bootstrap.AgentClassLoader import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixDecorator.java b/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixDecorator.java index 6d3f030c34..6a049fa9dd 100644 --- a/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixDecorator.java +++ b/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hystrix; import com.netflix.hystrix.HystrixInvokableInfo; diff --git a/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixInstrumentation.java b/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixInstrumentation.java index 8b08b74fb1..18ddd21b0d 100644 --- a/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixInstrumentation.java +++ b/instrumentation/hystrix-1.4/src/main/java/io/opentelemetry/auto/instrumentation/hystrix/HystrixInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.hystrix; import static io.opentelemetry.auto.instrumentation.hystrix.HystrixDecorator.DECORATE; diff --git a/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableChainTest.groovy b/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableChainTest.groovy index 3244df3eee..ab14cdc6f1 100644 --- a/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableChainTest.groovy +++ b/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableChainTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.netflix.hystrix.HystrixObservableCommand import io.opentelemetry.auto.test.AgentTestRunner import rx.Observable diff --git a/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy b/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy index ef2710c136..2922bdc749 100644 --- a/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy +++ b/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.netflix.hystrix.HystrixObservable import com.netflix.hystrix.HystrixObservableCommand import com.netflix.hystrix.exception.HystrixRuntimeException diff --git a/instrumentation/hystrix-1.4/src/test/groovy/HystrixTest.groovy b/instrumentation/hystrix-1.4/src/test/groovy/HystrixTest.groovy index 4ed072e897..66be74b2ad 100644 --- a/instrumentation/hystrix-1.4/src/test/groovy/HystrixTest.groovy +++ b/instrumentation/hystrix-1.4/src/test/groovy/HystrixTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.netflix.hystrix.HystrixCommand import io.opentelemetry.auto.test.AgentTestRunner import spock.lang.Timeout diff --git a/instrumentation/java-class-loader/jboss-testing/src/test/groovy/JBossClassloadingTest.groovy b/instrumentation/java-class-loader/jboss-testing/src/test/groovy/JBossClassloadingTest.groovy index f6d548d469..4027726adf 100644 --- a/instrumentation/java-class-loader/jboss-testing/src/test/groovy/JBossClassloadingTest.groovy +++ b/instrumentation/java-class-loader/jboss-testing/src/test/groovy/JBossClassloadingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import org.jboss.modules.ModuleFinder import org.jboss.modules.ModuleIdentifier diff --git a/instrumentation/java-class-loader/osgi-testing/src/test/groovy/OSGIClassloadingTest.groovy b/instrumentation/java-class-loader/osgi-testing/src/test/groovy/OSGIClassloadingTest.groovy index 5a13741032..0d0acb712c 100644 --- a/instrumentation/java-class-loader/osgi-testing/src/test/groovy/OSGIClassloadingTest.groovy +++ b/instrumentation/java-class-loader/osgi-testing/src/test/groovy/OSGIClassloadingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import org.apache.felix.framework.BundleWiringImpl import org.eclipse.osgi.internal.debug.Debug diff --git a/instrumentation/java-class-loader/src/main/java/io/opentelemetry/auto/instrumentation/javaclassloader/ClassLoaderInstrumentation.java b/instrumentation/java-class-loader/src/main/java/io/opentelemetry/auto/instrumentation/javaclassloader/ClassLoaderInstrumentation.java index e96742efcb..d37f7fcddb 100644 --- a/instrumentation/java-class-loader/src/main/java/io/opentelemetry/auto/instrumentation/javaclassloader/ClassLoaderInstrumentation.java +++ b/instrumentation/java-class-loader/src/main/java/io/opentelemetry/auto/instrumentation/javaclassloader/ClassLoaderInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaclassloader; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.extendsClass; diff --git a/instrumentation/java-class-loader/src/test/groovy/ClassLoadingTest.groovy b/instrumentation/java-class-loader/src/test/groovy/ClassLoadingTest.groovy index d3e0f4bd71..4a92d400d8 100644 --- a/instrumentation/java-class-loader/src/test/groovy/ClassLoadingTest.groovy +++ b/instrumentation/java-class-loader/src/test/groovy/ClassLoadingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner class ClassLoadingTest extends AgentTestRunner { diff --git a/instrumentation/java-class-loader/tomcat-testing/src/test/groovy/TomcatClassloadingTest.groovy b/instrumentation/java-class-loader/tomcat-testing/src/test/groovy/TomcatClassloadingTest.groovy index dd63423600..c1934b29e9 100644 --- a/instrumentation/java-class-loader/tomcat-testing/src/test/groovy/TomcatClassloadingTest.groovy +++ b/instrumentation/java-class-loader/tomcat-testing/src/test/groovy/TomcatClassloadingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.apache.catalina.WebResource diff --git a/instrumentation/java-concurrent/akka-2.5-testing/src/test/groovy/AkkaExecutorInstrumentationTest.groovy b/instrumentation/java-concurrent/akka-2.5-testing/src/test/groovy/AkkaExecutorInstrumentationTest.groovy index 77f5afa15f..3a732f598f 100644 --- a/instrumentation/java-concurrent/akka-2.5-testing/src/test/groovy/AkkaExecutorInstrumentationTest.groovy +++ b/instrumentation/java-concurrent/akka-2.5-testing/src/test/groovy/AkkaExecutorInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.dispatch.forkjoin.ForkJoinPool import akka.dispatch.forkjoin.ForkJoinTask import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/java-concurrent/akka-2.5-testing/src/test/scala/AkkaAsyncChild.java b/instrumentation/java-concurrent/akka-2.5-testing/src/test/scala/AkkaAsyncChild.java index d74016d9e8..524535e5b5 100644 --- a/instrumentation/java-concurrent/akka-2.5-testing/src/test/scala/AkkaAsyncChild.java +++ b/instrumentation/java-concurrent/akka-2.5-testing/src/test/scala/AkkaAsyncChild.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.dispatch.forkjoin.ForkJoinTask; import io.opentelemetry.OpenTelemetry; import io.opentelemetry.trace.Tracer; diff --git a/instrumentation/java-concurrent/akka-testing/src/test/groovy/AkkaActorTest.groovy b/instrumentation/java-concurrent/akka-testing/src/test/groovy/AkkaActorTest.groovy index ec868108a4..2e74c99aa2 100644 --- a/instrumentation/java-concurrent/akka-testing/src/test/groovy/AkkaActorTest.groovy +++ b/instrumentation/java-concurrent/akka-testing/src/test/groovy/AkkaActorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner class AkkaActorTest extends AgentTestRunner { diff --git a/instrumentation/java-concurrent/akka-testing/src/test/scala/AkkaActors.scala b/instrumentation/java-concurrent/akka-testing/src/test/scala/AkkaActors.scala index 25213b10d3..b84387c58d 100644 --- a/instrumentation/java-concurrent/akka-testing/src/test/scala/AkkaActors.scala +++ b/instrumentation/java-concurrent/akka-testing/src/test/scala/AkkaActors.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.actor.{Actor, ActorLogging, ActorRef, ActorSystem, Props} import akka.pattern.ask import akka.util.Timeout diff --git a/instrumentation/java-concurrent/kotlin-testing/src/test/groovy/KotlinCoroutineInstrumentationTest.groovy b/instrumentation/java-concurrent/kotlin-testing/src/test/groovy/KotlinCoroutineInstrumentationTest.groovy index ecf56e1d85..76dfc9071d 100644 --- a/instrumentation/java-concurrent/kotlin-testing/src/test/groovy/KotlinCoroutineInstrumentationTest.groovy +++ b/instrumentation/java-concurrent/kotlin-testing/src/test/groovy/KotlinCoroutineInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.ThreadPoolDispatcherKt diff --git a/instrumentation/java-concurrent/kotlin-testing/src/test/kotlin/KotlinCoroutineTests.kt b/instrumentation/java-concurrent/kotlin-testing/src/test/kotlin/KotlinCoroutineTests.kt index d53bc5237f..7356ed342d 100644 --- a/instrumentation/java-concurrent/kotlin-testing/src/test/kotlin/KotlinCoroutineTests.kt +++ b/instrumentation/java-concurrent/kotlin-testing/src/test/kotlin/KotlinCoroutineTests.kt @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.OpenTelemetry import io.opentelemetry.trace.Tracer import io.opentelemetry.trace.TracingContextUtils.currentContextWith diff --git a/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaExecutorInstrumentationTest.groovy b/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaExecutorInstrumentationTest.groovy index bba58d5f1a..b16a939a0b 100644 --- a/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaExecutorInstrumentationTest.groovy +++ b/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaExecutorInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.sdk.trace.data.SpanData import scala.concurrent.forkjoin.ForkJoinPool diff --git a/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaInstrumentationTest.groovy b/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaInstrumentationTest.groovy index e4558f57b6..eac1f4dd75 100644 --- a/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaInstrumentationTest.groovy +++ b/instrumentation/java-concurrent/scala-testing/src/test/groovy/ScalaInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner class ScalaInstrumentationTest extends AgentTestRunner { diff --git a/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaAsyncChild.java b/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaAsyncChild.java index 8b98b1a0a3..d6f99b3528 100644 --- a/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaAsyncChild.java +++ b/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaAsyncChild.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.OpenTelemetry; import io.opentelemetry.trace.Tracer; import java.util.concurrent.Callable; diff --git a/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaConcurrentTests.scala b/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaConcurrentTests.scala index 943196f7d6..6dca893fd1 100644 --- a/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaConcurrentTests.scala +++ b/instrumentation/java-concurrent/scala-testing/src/test/scala/ScalaConcurrentTests.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import java.util.concurrent.CountDownLatch import io.opentelemetry.OpenTelemetry diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AbstractExecutorInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AbstractExecutorInstrumentation.java index 2021221f63..dc0321e74c 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AbstractExecutorInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AbstractExecutorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaExecutorInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaExecutorInstrumentation.java index 77c9367da6..d176608bc1 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaExecutorInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaExecutorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.AdviceUtils.TRACER; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaForkJoinTaskInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaForkJoinTaskInstrumentation.java index a8fd26d5d2..61f68c360e 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaForkJoinTaskInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/AkkaForkJoinTaskInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/CallableInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/CallableInstrumentation.java index af2c274be9..3053f2f852 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/CallableInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/CallableInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/FutureInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/FutureInstrumentation.java index 71e441fb83..5b6cbba8e5 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/FutureInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/FutureInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaExecutorInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaExecutorInstrumentation.java index f577d91028..0306e7e318 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaExecutorInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaExecutorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.AdviceUtils.TRACER; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaForkJoinTaskInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaForkJoinTaskInstrumentation.java index f3d10d034f..1dcf1bd61c 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaForkJoinTaskInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/JavaForkJoinTaskInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.extendsClass; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/NonStandardExecutorInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/NonStandardExecutorInstrumentation.java index 1306dd36c0..6de1a99256 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/NonStandardExecutorInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/NonStandardExecutorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static java.util.Collections.singletonMap; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/RunnableInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/RunnableInstrumentation.java index eda208634e..b58b8ece15 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/RunnableInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/RunnableInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaExecutorInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaExecutorInstrumentation.java index fdb42caeb2..e1fc6ebae4 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaExecutorInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaExecutorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.AdviceUtils.TRACER; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaForkJoinTaskInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaForkJoinTaskInstrumentation.java index 7f3903792e..d907e5df0e 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaForkJoinTaskInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ScalaForkJoinTaskInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ThreadPoolExecutorInstrumentation.java b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ThreadPoolExecutorInstrumentation.java index e406a079c2..8fa2141ff7 100644 --- a/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ThreadPoolExecutorInstrumentation.java +++ b/instrumentation/java-concurrent/src/main/java/io/opentelemetry/auto/instrumentation/javaconcurrent/ThreadPoolExecutorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.javaconcurrent; import static java.util.Collections.singletonMap; diff --git a/instrumentation/java-concurrent/src/slickTest/groovy/CompletableFutureTest.groovy b/instrumentation/java-concurrent/src/slickTest/groovy/CompletableFutureTest.groovy index 32966222f5..e7fe3df34c 100644 --- a/instrumentation/java-concurrent/src/slickTest/groovy/CompletableFutureTest.groovy +++ b/instrumentation/java-concurrent/src/slickTest/groovy/CompletableFutureTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.sdk.trace.data.SpanData diff --git a/instrumentation/java-concurrent/src/slickTest/groovy/SlickTest.groovy b/instrumentation/java-concurrent/src/slickTest/groovy/SlickTest.groovy index 1e62f5927f..f1cc5e29d3 100644 --- a/instrumentation/java-concurrent/src/slickTest/groovy/SlickTest.groovy +++ b/instrumentation/java-concurrent/src/slickTest/groovy/SlickTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.instrumentation.jdbc.JDBCUtils import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/java-concurrent/src/slickTest/scala/SlickUtils.scala b/instrumentation/java-concurrent/src/slickTest/scala/SlickUtils.scala index 41ec12fb8a..57e3a6481e 100644 --- a/instrumentation/java-concurrent/src/slickTest/scala/SlickUtils.scala +++ b/instrumentation/java-concurrent/src/slickTest/scala/SlickUtils.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.OpenTelemetry import io.opentelemetry.trace.Tracer import slick.jdbc.H2Profile.api._ diff --git a/instrumentation/java-concurrent/src/test/groovy/CompletableFutureTest.groovy b/instrumentation/java-concurrent/src/test/groovy/CompletableFutureTest.groovy index 69dc00bc38..5a032b9636 100644 --- a/instrumentation/java-concurrent/src/test/groovy/CompletableFutureTest.groovy +++ b/instrumentation/java-concurrent/src/test/groovy/CompletableFutureTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import spock.lang.Requires diff --git a/instrumentation/java-concurrent/src/test/groovy/ExecutorInstrumentationTest.groovy b/instrumentation/java-concurrent/src/test/groovy/ExecutorInstrumentationTest.groovy index 5499573f46..f6884b0451 100644 --- a/instrumentation/java-concurrent/src/test/groovy/ExecutorInstrumentationTest.groovy +++ b/instrumentation/java-concurrent/src/test/groovy/ExecutorInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.CallableWrapper import io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.RunnableWrapper import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/java-concurrent/src/test/groovy/ModuleInjectionTest.groovy b/instrumentation/java-concurrent/src/test/groovy/ModuleInjectionTest.groovy index a70f71599a..51af4701be 100644 --- a/instrumentation/java-concurrent/src/test/groovy/ModuleInjectionTest.groovy +++ b/instrumentation/java-concurrent/src/test/groovy/ModuleInjectionTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import javax.swing.* diff --git a/instrumentation/java-concurrent/src/test/java/JavaAsyncChild.java b/instrumentation/java-concurrent/src/test/java/JavaAsyncChild.java index fc97c353e1..eeac5ee2b4 100644 --- a/instrumentation/java-concurrent/src/test/java/JavaAsyncChild.java +++ b/instrumentation/java-concurrent/src/test/java/JavaAsyncChild.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.OpenTelemetry; import io.opentelemetry.trace.Tracer; import java.util.concurrent.Callable; diff --git a/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpans.java b/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpans.java index da01d19568..24d9a147ff 100644 --- a/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpans.java +++ b/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpans.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jul; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpansInstrumentation.java b/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpansInstrumentation.java index a273c739c4..f4854efd6e 100644 --- a/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpansInstrumentation.java +++ b/instrumentation/java-util-logging/src/main/java/io/opentelemetry/auto/instrumentation/jul/JavaUtilLoggingSpansInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jul; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.extendsClass; diff --git a/instrumentation/java-util-logging/src/test/groovy/JBossJavaUtilLoggingEventTest.groovy b/instrumentation/java-util-logging/src/test/groovy/JBossJavaUtilLoggingEventTest.groovy index b434e4f0f5..d634b68e9c 100644 --- a/instrumentation/java-util-logging/src/test/groovy/JBossJavaUtilLoggingEventTest.groovy +++ b/instrumentation/java-util-logging/src/test/groovy/JBossJavaUtilLoggingEventTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.log.events.LogEventsTestBase import org.jboss.logmanager.LogContext diff --git a/instrumentation/java-util-logging/src/test/groovy/JavaUtilLoggingSpansTest.groovy b/instrumentation/java-util-logging/src/test/groovy/JavaUtilLoggingSpansTest.groovy index 3c2c325266..125b692369 100644 --- a/instrumentation/java-util-logging/src/test/groovy/JavaUtilLoggingSpansTest.groovy +++ b/instrumentation/java-util-logging/src/test/groovy/JavaUtilLoggingSpansTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.log.events.LogEventsTestBase import java.util.logging.Logger diff --git a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/InjectAdapter.java b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/InjectAdapter.java index 59226e79cc..a56e884162 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/InjectAdapter.java +++ b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/InjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v1_1; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Decorator.java b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Decorator.java index 4c7a887bf1..335a8ead2d 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Decorator.java +++ b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Decorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v1_1; import com.sun.jersey.api.client.ClientRequest; diff --git a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Instrumentation.java b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Instrumentation.java index 80dbd2ecb1..4aca9f2468 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Instrumentation.java +++ b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v1_1/JaxRsClientV1Instrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v1_1; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerDecorator.SPAN_ATTRIBUTE; diff --git a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/test/groovy/JaxRsClientV1Test.groovy b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/test/groovy/JaxRsClientV1Test.groovy index dacde8e619..c4229cf9be 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-1.1/src/test/groovy/JaxRsClientV1Test.groovy +++ b/instrumentation/jaxrs-client/jaxrs-client-1.1/src/test/groovy/JaxRsClientV1Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.sun.jersey.api.client.Client import com.sun.jersey.api.client.ClientResponse import com.sun.jersey.api.client.filter.GZIPContentEncodingFilter diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JerseyClientConnectionErrorInstrumentation.java b/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JerseyClientConnectionErrorInstrumentation.java index 6a3776a7c6..b8e81f7b95 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JerseyClientConnectionErrorInstrumentation.java +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JerseyClientConnectionErrorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0; import static io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0.JaxRsClientDecorator.DECORATE; diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-resteasy-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ResteasyClientConnectionErrorInstrumentation.java b/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-resteasy-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ResteasyClientConnectionErrorInstrumentation.java index 61291b95c0..275980d34a 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-resteasy-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ResteasyClientConnectionErrorInstrumentation.java +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/jaxrs-client-2.0-resteasy-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ResteasyClientConnectionErrorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0; import static io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0.JaxRsClientDecorator.DECORATE; diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFeature.java b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFeature.java index 5c2d8ba3a8..d92fd74835 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFeature.java +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFeature.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0; import javax.ws.rs.core.Feature; diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFilter.java b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFilter.java index bc0f1c689e..90d97556cb 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFilter.java +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/ClientTracingFilter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0; import static io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0.InjectAdapter.SETTER; diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/InjectAdapter.java b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/InjectAdapter.java index 1a31b4d512..1d861ee01c 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/InjectAdapter.java +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/InjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientDecorator.java b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientDecorator.java index ae2ec94486..8653a42421 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientDecorator.java +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientInstrumentation.java b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientInstrumentation.java index b0eecde7e4..7e3a3377ba 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientInstrumentation.java +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrsclient/v2_0/JaxRsClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrsclient.v2_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxMultithreadedClientTest.groovy b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxMultithreadedClientTest.groovy index c721b52378..35b34baa36 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxMultithreadedClientTest.groovy +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxMultithreadedClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import org.glassfish.jersey.client.JerseyClientBuilder import spock.lang.AutoCleanup diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientAsyncTest.groovy b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientAsyncTest.groovy index f9151a4fab..ef4c7d100b 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientAsyncTest.groovy +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientAsyncTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.cxf.jaxrs.client.spec.ClientBuilderImpl import org.glassfish.jersey.client.ClientConfig diff --git a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientTest.groovy b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientTest.groovy index 33be7bc1a3..d7a7592451 100644 --- a/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientTest.groovy +++ b/instrumentation/jaxrs-client/jaxrs-client-2.0/src/test/groovy/JaxRsClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.apache.cxf.jaxrs.client.spec.ClientBuilderImpl import org.glassfish.jersey.client.ClientConfig diff --git a/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsDecorator.java b/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsDecorator.java index c48b57696f..0494ac6783 100644 --- a/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsDecorator.java +++ b/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v1_0; import static io.opentelemetry.auto.bootstrap.WeakMap.Provider.newWeakMap; diff --git a/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsInstrumentation.java b/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsInstrumentation.java index 7c7d9b676f..9877e4b149 100644 --- a/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-1.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v1_0/JaxRsAnnotationsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v1_0; import static io.opentelemetry.auto.instrumentation.jaxrs.v1_0.JaxRsAnnotationsDecorator.DECORATE; diff --git a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JavaInterfaces.java b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JavaInterfaces.java index f9e8cd1250..15888b7878 100644 --- a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JavaInterfaces.java +++ b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JavaInterfaces.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import javax.ws.rs.GET; import javax.ws.rs.Path; diff --git a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JaxRsAnnotations1InstrumentationTest.groovy b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JaxRsAnnotations1InstrumentationTest.groovy index 81cc6af2f1..20d1315bc8 100644 --- a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JaxRsAnnotations1InstrumentationTest.groovy +++ b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JaxRsAnnotations1InstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.bootstrap.WeakMap import io.opentelemetry.auto.instrumentation.jaxrs.v1_0.JaxRsAnnotationsDecorator import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JerseyTest.groovy b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JerseyTest.groovy index 334a413c88..2a97bccebe 100644 --- a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JerseyTest.groovy +++ b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JerseyTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.dropwizard.testing.junit.ResourceTestRule import io.opentelemetry.auto.test.AgentTestRunner import org.junit.ClassRule diff --git a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JettyTestInstrumentation.java b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JettyTestInstrumentation.java index 91e0225697..6c54ead2e8 100644 --- a/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JettyTestInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-1.0/src/test/groovy/JettyTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/jaxrs/jaxrs-1.0/src/test/java/Resource.java b/instrumentation/jaxrs/jaxrs-1.0/src/test/java/Resource.java index b04af49d48..42af6e357f 100644 --- a/instrumentation/jaxrs/jaxrs-1.0/src/test/java/Resource.java +++ b/instrumentation/jaxrs/jaxrs-1.0/src/test/java/Resource.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; diff --git a/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JerseyRequestContextInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JerseyRequestContextInstrumentation.java index f3cd9da725..b65afbfaa1 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JerseyRequestContextInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-jersey-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JerseyRequestContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import com.google.auto.service.AutoService; diff --git a/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy30RequestContextInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy30RequestContextInstrumentation.java index d8f4d4a8a2..7b7ec705cc 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy30RequestContextInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy30RequestContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import com.google.auto.service.AutoService; diff --git a/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy31RequestContextInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy31RequestContextInstrumentation.java index 788a05dc42..7cb9aa7ce3 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy31RequestContextInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.1/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/Resteasy31RequestContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import com.google.auto.service.AutoService; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/AbstractRequestContextInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/AbstractRequestContextInstrumentation.java index 46cea16bb2..3c2ac0cb50 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/AbstractRequestContextInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/AbstractRequestContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import static io.opentelemetry.auto.instrumentation.jaxrs.v2_0.JaxRsAnnotationsDecorator.DECORATE; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/ContainerRequestFilterInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/ContainerRequestFilterInstrumentation.java index 5f886a07ea..acb031ae18 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/ContainerRequestFilterInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/ContainerRequestFilterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/DefaultRequestContextInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/DefaultRequestContextInstrumentation.java index 48ab35d132..1ff495f51f 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/DefaultRequestContextInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/DefaultRequestContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import static io.opentelemetry.auto.instrumentation.jaxrs.v2_0.JaxRsAnnotationsDecorator.DECORATE; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsDecorator.java b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsDecorator.java index 704a0d8ee1..9795f9e7c1 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsDecorator.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import static io.opentelemetry.auto.bootstrap.WeakMap.Provider.newWeakMap; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsInstrumentation.java index ff3a98e59e..60eb8bf9e3 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAnnotationsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import static io.opentelemetry.auto.instrumentation.jaxrs.v2_0.JaxRsAnnotationsDecorator.DECORATE; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAsyncResponseInstrumentation.java b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAsyncResponseInstrumentation.java index a6df8df150..b341028ed5 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAsyncResponseInstrumentation.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/auto/instrumentation/jaxrs/v2_0/JaxRsAsyncResponseInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jaxrs.v2_0; import static io.opentelemetry.auto.instrumentation.jaxrs.v2_0.JaxRsAnnotationsDecorator.DECORATE; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JavaInterfaces.java b/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JavaInterfaces.java index f9e8cd1250..15888b7878 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JavaInterfaces.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JavaInterfaces.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import javax.ws.rs.GET; import javax.ws.rs.Path; diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsAnnotations2InstrumentationTest.groovy b/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsAnnotations2InstrumentationTest.groovy index 7102058d9c..5a7f19dafb 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsAnnotations2InstrumentationTest.groovy +++ b/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsAnnotations2InstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.bootstrap.WeakMap import io.opentelemetry.auto.instrumentation.jaxrs.v2_0.JaxRsAnnotationsDecorator import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsFilterTest.groovy b/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsFilterTest.groovy index 850903f35b..f0b50a599c 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsFilterTest.groovy +++ b/instrumentation/jaxrs/jaxrs-2.0/src/test/groovy/JaxRsFilterTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.dropwizard.testing.junit.ResourceTestRule import io.opentelemetry.auto.test.AgentTestRunner import org.jboss.resteasy.core.Dispatcher diff --git a/instrumentation/jaxrs/jaxrs-2.0/src/test/java/Resource.java b/instrumentation/jaxrs/jaxrs-2.0/src/test/java/Resource.java index b04af49d48..42af6e357f 100644 --- a/instrumentation/jaxrs/jaxrs-2.0/src/test/java/Resource.java +++ b/instrumentation/jaxrs/jaxrs-2.0/src/test/java/Resource.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/ConnectionInstrumentation.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/ConnectionInstrumentation.java index bd089679e6..0069554958 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/ConnectionInstrumentation.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/ConnectionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.hasInterface; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceDecorator.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceDecorator.java index 003f6607c7..e967fd12a1 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceDecorator.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceInstrumentation.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceInstrumentation.java index f01bfe1eeb..bda45c9d0f 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceInstrumentation.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DataSourceInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import static io.opentelemetry.auto.instrumentation.jdbc.DataSourceDecorator.DECORATE; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DriverInstrumentation.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DriverInstrumentation.java index 68ff0208be..03409682db 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DriverInstrumentation.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/DriverInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCMaps.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCMaps.java index f8819b8bb0..4a02037f43 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCMaps.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCMaps.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import static io.opentelemetry.auto.bootstrap.WeakMap.Provider.newWeakMap; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCUtils.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCUtils.java index 46441d75a2..4aa7d8d96f 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCUtils.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JDBCUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import io.opentelemetry.auto.bootstrap.ExceptionLogger; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JdbcTracer.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JdbcTracer.java index 935574659b..daa6430174 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JdbcTracer.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/JdbcTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import static io.opentelemetry.auto.instrumentation.jdbc.JDBCUtils.connectionFromStatement; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/PreparedStatementInstrumentation.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/PreparedStatementInstrumentation.java index dae86ecd64..d19bb2eb28 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/PreparedStatementInstrumentation.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/PreparedStatementInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import static io.opentelemetry.auto.instrumentation.jdbc.JdbcTracer.TRACER; diff --git a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/StatementInstrumentation.java b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/StatementInstrumentation.java index b39792c186..b47c560de1 100644 --- a/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/StatementInstrumentation.java +++ b/instrumentation/jdbc/src/main/java/io/opentelemetry/auto/instrumentation/jdbc/StatementInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jdbc; import static io.opentelemetry.auto.instrumentation.jdbc.JdbcTracer.TRACER; diff --git a/instrumentation/jdbc/src/test/groovy/JDBCConnectionUrlParserTest.groovy b/instrumentation/jdbc/src/test/groovy/JDBCConnectionUrlParserTest.groovy index 427a9b9fae..ec4698a9e0 100644 --- a/instrumentation/jdbc/src/test/groovy/JDBCConnectionUrlParserTest.groovy +++ b/instrumentation/jdbc/src/test/groovy/JDBCConnectionUrlParserTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.bootstrap.instrumentation.jdbc.DBInfo import io.opentelemetry.auto.util.test.AgentSpecification import spock.lang.Shared diff --git a/instrumentation/jdbc/src/test/groovy/JDBCInstrumentationTest.groovy b/instrumentation/jdbc/src/test/groovy/JDBCInstrumentationTest.groovy index f6d734b9f9..755ef9398b 100644 --- a/instrumentation/jdbc/src/test/groovy/JDBCInstrumentationTest.groovy +++ b/instrumentation/jdbc/src/test/groovy/JDBCInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.mchange.v2.c3p0.ComboPooledDataSource import com.zaxxer.hikari.HikariConfig import com.zaxxer.hikari.HikariDataSource diff --git a/instrumentation/jdbc/src/test/groovy/SqlNormalizerTest.groovy b/instrumentation/jdbc/src/test/groovy/SqlNormalizerTest.groovy index c22c61a193..3b3bebbbdb 100644 --- a/instrumentation/jdbc/src/test/groovy/SqlNormalizerTest.groovy +++ b/instrumentation/jdbc/src/test/groovy/SqlNormalizerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.config.Config import io.opentelemetry.auto.instrumentation.jdbc.JDBCUtils import io.opentelemetry.auto.instrumentation.jdbc.normalizer.SqlNormalizer diff --git a/instrumentation/jdbc/src/test/groovy/test/TestConnection.groovy b/instrumentation/jdbc/src/test/groovy/test/TestConnection.groovy index a9d93f29c4..2279db0617 100644 --- a/instrumentation/jdbc/src/test/groovy/test/TestConnection.groovy +++ b/instrumentation/jdbc/src/test/groovy/test/TestConnection.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test import java.sql.Array diff --git a/instrumentation/jdbc/src/test/groovy/test/TestDatabaseMetaData.groovy b/instrumentation/jdbc/src/test/groovy/test/TestDatabaseMetaData.groovy index 8b1fabb8a9..f75b52ac1a 100644 --- a/instrumentation/jdbc/src/test/groovy/test/TestDatabaseMetaData.groovy +++ b/instrumentation/jdbc/src/test/groovy/test/TestDatabaseMetaData.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test import java.sql.Connection diff --git a/instrumentation/jdbc/src/test/groovy/test/TestDriver.groovy b/instrumentation/jdbc/src/test/groovy/test/TestDriver.groovy index 55829bf03b..c608b16ffc 100644 --- a/instrumentation/jdbc/src/test/groovy/test/TestDriver.groovy +++ b/instrumentation/jdbc/src/test/groovy/test/TestDriver.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test import java.sql.Connection diff --git a/instrumentation/jdbc/src/test/groovy/test/TestStatement.groovy b/instrumentation/jdbc/src/test/groovy/test/TestStatement.groovy index dd14816e15..348a113bda 100644 --- a/instrumentation/jdbc/src/test/groovy/test/TestStatement.groovy +++ b/instrumentation/jdbc/src/test/groovy/test/TestStatement.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test import java.sql.Connection diff --git a/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisClientDecorator.java b/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisClientDecorator.java index a381465d74..54d0d0190c 100644 --- a/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisClientDecorator.java +++ b/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jedis.v1_4; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisInstrumentation.java b/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisInstrumentation.java index a518395d31..87ca95c950 100644 --- a/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisInstrumentation.java +++ b/instrumentation/jedis/jedis-1.4/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v1_4/JedisInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jedis.v1_4; import static io.opentelemetry.auto.instrumentation.jedis.v1_4.JedisClientDecorator.DECORATE; diff --git a/instrumentation/jedis/jedis-1.4/src/test/groovy/JedisClientTest.groovy b/instrumentation/jedis/jedis-1.4/src/test/groovy/JedisClientTest.groovy index c3b243ca70..c705fe0658 100644 --- a/instrumentation/jedis/jedis-1.4/src/test/groovy/JedisClientTest.groovy +++ b/instrumentation/jedis/jedis-1.4/src/test/groovy/JedisClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.PortUtils diff --git a/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisClientDecorator.java b/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisClientDecorator.java index 0bee1f9dda..874ac0a99b 100644 --- a/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisClientDecorator.java +++ b/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jedis.v3_0; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisInstrumentation.java b/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisInstrumentation.java index c15ee09aa8..b048e37d3f 100644 --- a/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisInstrumentation.java +++ b/instrumentation/jedis/jedis-3.0/src/main/java/io/opentelemetry/auto/instrumentation/jedis/v3_0/JedisInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jedis.v3_0; import static io.opentelemetry.auto.instrumentation.jedis.v3_0.JedisClientDecorator.DECORATE; diff --git a/instrumentation/jedis/jedis-3.0/src/test/groovy/Jedis30ClientTest.groovy b/instrumentation/jedis/jedis-3.0/src/test/groovy/Jedis30ClientTest.groovy index 375cfbaf3f..7ec8f7573d 100644 --- a/instrumentation/jedis/jedis-3.0/src/test/groovy/Jedis30ClientTest.groovy +++ b/instrumentation/jedis/jedis-3.0/src/test/groovy/Jedis30ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.PortUtils diff --git a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/HttpServletRequestExtractAdapter.java b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/HttpServletRequestExtractAdapter.java index ef8f767071..d2ca06342d 100644 --- a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/HttpServletRequestExtractAdapter.java +++ b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/HttpServletRequestExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jetty; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyDecorator.java b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyDecorator.java index 7c1b7f3138..3e1df1139f 100644 --- a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyDecorator.java +++ b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jetty; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerAdvice.java b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerAdvice.java index 3f7cfad44e..775c136aad 100644 --- a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerAdvice.java +++ b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jetty; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerInstrumentation.java b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerInstrumentation.java index 244ef80f72..6111034d4d 100644 --- a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerInstrumentation.java +++ b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/JettyHandlerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jetty; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/TagSettingAsyncListener.java b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/TagSettingAsyncListener.java index 517da19e14..909851c0e6 100644 --- a/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/TagSettingAsyncListener.java +++ b/instrumentation/jetty-8.0/src/main/java/io/opentelemetry/auto/instrumentation/jetty/TagSettingAsyncListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jetty; import static io.opentelemetry.auto.instrumentation.jetty.JettyDecorator.DECORATE; diff --git a/instrumentation/jetty-8.0/src/test/groovy/JettyContinuationHandlerTest.groovy b/instrumentation/jetty-8.0/src/test/groovy/JettyContinuationHandlerTest.groovy index a369eff031..cbc498cd9e 100644 --- a/instrumentation/jetty-8.0/src/test/groovy/JettyContinuationHandlerTest.groovy +++ b/instrumentation/jetty-8.0/src/test/groovy/JettyContinuationHandlerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.eclipse.jetty.continuation.Continuation import org.eclipse.jetty.continuation.ContinuationSupport import org.eclipse.jetty.server.Request diff --git a/instrumentation/jetty-8.0/src/test/groovy/JettyHandlerTest.groovy b/instrumentation/jetty-8.0/src/test/groovy/JettyHandlerTest.groovy index 4fd1417631..7d11ded6bc 100644 --- a/instrumentation/jetty-8.0/src/test/groovy/JettyHandlerTest.groovy +++ b/instrumentation/jetty-8.0/src/test/groovy/JettyHandlerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/jetty-8.0/src/test/groovy/JettyTestInstrumentation.java b/instrumentation/jetty-8.0/src/test/groovy/JettyTestInstrumentation.java index 91e0225697..6c54ead2e8 100644 --- a/instrumentation/jetty-8.0/src/test/groovy/JettyTestInstrumentation.java +++ b/instrumentation/jetty-8.0/src/test/groovy/JettyTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/jms-1.1/src/latestDepTest/groovy/JMS2Test.groovy b/instrumentation/jms-1.1/src/latestDepTest/groovy/JMS2Test.groovy index 199a7c298b..fc16e6cf02 100644 --- a/instrumentation/jms-1.1/src/latestDepTest/groovy/JMS2Test.groovy +++ b/instrumentation/jms-1.1/src/latestDepTest/groovy/JMS2Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.io.Files import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringListenerJMS2Test.groovy b/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringListenerJMS2Test.groovy index 47b4940c5d..b5055b8108 100644 --- a/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringListenerJMS2Test.groovy +++ b/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringListenerJMS2Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import listener.Config import org.hornetq.jms.client.HornetQMessageConsumer diff --git a/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringTemplateJMS2Test.groovy b/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringTemplateJMS2Test.groovy index d97f888428..f4f5adc3cc 100644 --- a/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringTemplateJMS2Test.groovy +++ b/instrumentation/jms-1.1/src/latestDepTest/groovy/SpringTemplateJMS2Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.io.Files import io.opentelemetry.auto.test.AgentTestRunner import org.hornetq.api.core.TransportConfiguration diff --git a/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/Config.groovy b/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/Config.groovy index 64e8c55c04..744c4422ac 100644 --- a/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/Config.groovy +++ b/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/Config.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package listener import com.google.common.io.Files diff --git a/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/TestListener.groovy b/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/TestListener.groovy index a22021b12a..f75dbcc2ef 100644 --- a/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/TestListener.groovy +++ b/instrumentation/jms-1.1/src/latestDepTest/groovy/listener/TestListener.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package listener import org.springframework.jms.annotation.JmsListener diff --git a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSDecorator.java b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSDecorator.java index 021cf08673..40e6ea4a9b 100644 --- a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSDecorator.java +++ b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jms; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageConsumerInstrumentation.java b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageConsumerInstrumentation.java index f5860ae1ff..9b4e22dce5 100644 --- a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageConsumerInstrumentation.java +++ b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageConsumerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jms; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageListenerInstrumentation.java b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageListenerInstrumentation.java index 2c6ebf9b55..77cad0b036 100644 --- a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageListenerInstrumentation.java +++ b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageListenerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jms; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageProducerInstrumentation.java b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageProducerInstrumentation.java index 316210ebca..84e2951d95 100644 --- a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageProducerInstrumentation.java +++ b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/JMSMessageProducerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jms; import static io.opentelemetry.auto.instrumentation.jms.JMSDecorator.DECORATE; diff --git a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageExtractAdapter.java b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageExtractAdapter.java index 368ad3a6bf..fe1da07a6b 100644 --- a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageExtractAdapter.java +++ b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jms; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageInjectAdapter.java b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageInjectAdapter.java index 6d68ed6fb3..cee43a219c 100644 --- a/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageInjectAdapter.java +++ b/instrumentation/jms-1.1/src/main/java/io/opentelemetry/auto/instrumentation/jms/MessageInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jms; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/jms-1.1/src/test/groovy/JMS1Test.groovy b/instrumentation/jms-1.1/src/test/groovy/JMS1Test.groovy index 4a0bc28040..fbb42be17a 100644 --- a/instrumentation/jms-1.1/src/test/groovy/JMS1Test.groovy +++ b/instrumentation/jms-1.1/src/test/groovy/JMS1Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.asserts.TraceAssert import io.opentelemetry.sdk.trace.data.SpanData diff --git a/instrumentation/jms-1.1/src/test/groovy/SpringListenerJMS1Test.groovy b/instrumentation/jms-1.1/src/test/groovy/SpringListenerJMS1Test.groovy index 73666cf862..d83be466e4 100644 --- a/instrumentation/jms-1.1/src/test/groovy/SpringListenerJMS1Test.groovy +++ b/instrumentation/jms-1.1/src/test/groovy/SpringListenerJMS1Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import listener.Config import org.apache.activemq.ActiveMQMessageConsumer diff --git a/instrumentation/jms-1.1/src/test/groovy/SpringTemplateJMS1Test.groovy b/instrumentation/jms-1.1/src/test/groovy/SpringTemplateJMS1Test.groovy index 7141332ea0..f3046181cb 100644 --- a/instrumentation/jms-1.1/src/test/groovy/SpringTemplateJMS1Test.groovy +++ b/instrumentation/jms-1.1/src/test/groovy/SpringTemplateJMS1Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.base.Stopwatch import io.opentelemetry.auto.test.AgentTestRunner import org.apache.activemq.ActiveMQConnectionFactory diff --git a/instrumentation/jms-1.1/src/test/groovy/listener/Config.groovy b/instrumentation/jms-1.1/src/test/groovy/listener/Config.groovy index 5d9dc96800..e994a51d92 100644 --- a/instrumentation/jms-1.1/src/test/groovy/listener/Config.groovy +++ b/instrumentation/jms-1.1/src/test/groovy/listener/Config.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package listener import org.apache.activemq.junit.EmbeddedActiveMQBroker diff --git a/instrumentation/jms-1.1/src/test/groovy/listener/TestListener.groovy b/instrumentation/jms-1.1/src/test/groovy/listener/TestListener.groovy index 69c4945448..7acde2bcad 100644 --- a/instrumentation/jms-1.1/src/test/groovy/listener/TestListener.groovy +++ b/instrumentation/jms-1.1/src/test/groovy/listener/TestListener.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package listener import org.springframework.jms.annotation.JmsListener diff --git a/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPDecorator.java b/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPDecorator.java index 503bb468f9..b67a6f4761 100644 --- a/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPDecorator.java +++ b/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jsp; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPInstrumentation.java b/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPInstrumentation.java index 1f0d2e8a51..3d99dc7263 100644 --- a/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPInstrumentation.java +++ b/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JSPInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jsp; import static io.opentelemetry.auto.instrumentation.jsp.JSPDecorator.DECORATE; diff --git a/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JasperJSPCompilationContextInstrumentation.java b/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JasperJSPCompilationContextInstrumentation.java index 2f73e79651..fc0e415b7e 100644 --- a/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JasperJSPCompilationContextInstrumentation.java +++ b/instrumentation/jsp-2.3/src/main/java/io/opentelemetry/auto/instrumentation/jsp/JasperJSPCompilationContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.jsp; import static io.opentelemetry.auto.instrumentation.jsp.JSPDecorator.DECORATE; diff --git a/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationBasicTests.groovy b/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationBasicTests.groovy index 7e31dd404c..cee3ada91c 100644 --- a/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationBasicTests.groovy +++ b/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationBasicTests.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.io.Files import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationForwardTests.groovy b/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationForwardTests.groovy index f0225f17d5..df58b06202 100644 --- a/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationForwardTests.groovy +++ b/instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationForwardTests.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.io.Files import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaConsumerInstrumentation.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaConsumerInstrumentation.java index 4c1569c6f7..35c297aa8c 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaConsumerInstrumentation.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaConsumerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import static io.opentelemetry.auto.instrumentation.kafkaclients.KafkaDecorator.DECORATE; diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaDecorator.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaDecorator.java index 0f595da33c..c1f32a8c64 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaDecorator.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaProducerInstrumentation.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaProducerInstrumentation.java index bbcbe4a147..60dd5dbfea 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaProducerInstrumentation.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/KafkaProducerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import static io.opentelemetry.auto.instrumentation.kafkaclients.KafkaDecorator.DECORATE; diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapExtractAdapter.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapExtractAdapter.java index 8cfabbfffd..9678d66610 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapExtractAdapter.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapInjectAdapter.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapInjectAdapter.java index b865db86d9..f04bba68cc 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapInjectAdapter.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TextMapInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterable.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterable.java index c44d9e1783..1b384b161a 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterable.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterable.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import java.util.Iterator; diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterator.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterator.java index f0734931c6..dba9ccbab0 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterator.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingIterator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingList.java b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingList.java index a311aacd7a..dc44a1abcb 100644 --- a/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingList.java +++ b/instrumentation/kafka-clients-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkaclients/TracingList.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkaclients; import java.util.Collection; diff --git a/instrumentation/kafka-clients-0.11/src/test/groovy/KafkaClientTest.groovy b/instrumentation/kafka-clients-0.11/src/test/groovy/KafkaClientTest.groovy index 389a75774d..943e08aaa4 100644 --- a/instrumentation/kafka-clients-0.11/src/test/groovy/KafkaClientTest.groovy +++ b/instrumentation/kafka-clients-0.11/src/test/groovy/KafkaClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.config.Config import io.opentelemetry.auto.test.AgentTestRunner import org.apache.kafka.clients.consumer.ConsumerConfig diff --git a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsDecorator.java b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsDecorator.java index 2e14c04199..55439b894f 100644 --- a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsDecorator.java +++ b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkastreams; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsProcessorInstrumentation.java b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsProcessorInstrumentation.java index 47af94f08a..9fa9507940 100644 --- a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsProcessorInstrumentation.java +++ b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsProcessorInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkastreams; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsSourceNodeRecordDeserializerInstrumentation.java b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsSourceNodeRecordDeserializerInstrumentation.java index 27188c2171..c5798701e2 100644 --- a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsSourceNodeRecordDeserializerInstrumentation.java +++ b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/KafkaStreamsSourceNodeRecordDeserializerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkastreams; import static java.util.Collections.singletonMap; diff --git a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/TextMapExtractAdapter.java b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/TextMapExtractAdapter.java index 5cbe69217c..4f606b5500 100644 --- a/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/TextMapExtractAdapter.java +++ b/instrumentation/kafka-streams-0.11/src/main/java/io/opentelemetry/auto/instrumentation/kafkastreams/TextMapExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.kafkastreams; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/kafka-streams-0.11/src/test/groovy/KafkaStreamsTest.groovy b/instrumentation/kafka-streams-0.11/src/test/groovy/KafkaStreamsTest.groovy index 363124689d..746880a5dc 100644 --- a/instrumentation/kafka-streams-0.11/src/test/groovy/KafkaStreamsTest.groovy +++ b/instrumentation/kafka-streams-0.11/src/test/groovy/KafkaStreamsTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.grpc.Context import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.context.propagation.HttpTextFormat diff --git a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpAdvice.java b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpAdvice.java index 31a7999b79..a005e50b36 100644 --- a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpAdvice.java +++ b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.khttp; import static io.opentelemetry.auto.instrumentation.khttp.KHttpDecorator.DECORATE; diff --git a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpDecorator.java b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpDecorator.java index 38719928f9..68b7f962e7 100644 --- a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpDecorator.java +++ b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.khttp; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpHeadersInjectAdapter.java b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpHeadersInjectAdapter.java index ce321eba37..ed3128eb9e 100644 --- a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpHeadersInjectAdapter.java +++ b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpHeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.khttp; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpInstrumentation.java b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpInstrumentation.java index 20457d9922..287ff84d98 100644 --- a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpInstrumentation.java +++ b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/KHttpInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.khttp; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/RequestWrapper.java b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/RequestWrapper.java index d8221e5df6..03f0ea6359 100644 --- a/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/RequestWrapper.java +++ b/instrumentation/khttp-0.1/src/main/java/io/opentelemetry/auto/instrumentation/khttp/RequestWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.khttp; public class RequestWrapper { diff --git a/instrumentation/khttp-0.1/src/test/groovy/KHttpClientTest.groovy b/instrumentation/khttp-0.1/src/test/groovy/KHttpClientTest.groovy index a1012aa0a6..874c9e9df1 100644 --- a/instrumentation/khttp-0.1/src/test/groovy/KHttpClientTest.groovy +++ b/instrumentation/khttp-0.1/src/test/groovy/KHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import khttp.KHttp diff --git a/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsInstrumentation.java b/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsInstrumentation.java index 3b35c66b64..80fff7a571 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsInstrumentation.java +++ b/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v4_0; import static java.util.Collections.singletonMap; diff --git a/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientInstrumentation.java b/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientInstrumentation.java index a03e248823..dc6896ce0d 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientInstrumentation.java +++ b/instrumentation/lettuce/lettuce-4.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v4_0; import static java.util.Collections.singletonMap; diff --git a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/InstrumentationPoints.java b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/InstrumentationPoints.java index c3826e8d9e..b8e508246d 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/InstrumentationPoints.java +++ b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/InstrumentationPoints.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v4_0; import static com.lambdaworks.redis.protocol.CommandKeyword.SEGFAULT; diff --git a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsAdvice.java b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsAdvice.java index 10722bbe6b..fdd0a719a6 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsAdvice.java +++ b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceAsyncCommandsAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v4_0; import com.lambdaworks.redis.protocol.AsyncCommand; diff --git a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientDecorator.java b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientDecorator.java index d0361a3613..91c288b04a 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientDecorator.java +++ b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/LettuceClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v4_0; import com.lambdaworks.redis.RedisURI; diff --git a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/RedisConnectionAdvice.java b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/RedisConnectionAdvice.java index 41ab5737f9..adca5aba7b 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/RedisConnectionAdvice.java +++ b/instrumentation/lettuce/lettuce-4.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v4_0/RedisConnectionAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v4_0; import com.lambdaworks.redis.RedisURI; diff --git a/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceAsyncClientTest.groovy b/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceAsyncClientTest.groovy index 95cd67e266..e635e98c15 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceAsyncClientTest.groovy +++ b/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceAsyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.lambdaworks.redis.ClientOptions import com.lambdaworks.redis.RedisClient import com.lambdaworks.redis.RedisConnectionException diff --git a/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceSyncClientTest.groovy b/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceSyncClientTest.groovy index 6f7d5d4252..8ae99d11cb 100644 --- a/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceSyncClientTest.groovy +++ b/instrumentation/lettuce/lettuce-4.0/src/test/groovy/LettuceSyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.lambdaworks.redis.ClientOptions import com.lambdaworks.redis.RedisClient import com.lambdaworks.redis.RedisConnectionException diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsInstrumentation.java b/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsInstrumentation.java index 53b6cfe144..3a03144bd0 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsInstrumentation.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientInstrumentation.java b/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientInstrumentation.java index 83d9a7210a..d1e0091528 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientInstrumentation.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceReactiveCommandsInstrumentation.java b/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceReactiveCommandsInstrumentation.java index 2809fec905..b550dbb45d 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceReactiveCommandsInstrumentation.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceReactiveCommandsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/ConnectionFutureAdvice.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/ConnectionFutureAdvice.java index a236cd60a3..fb3ec000e2 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/ConnectionFutureAdvice.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/ConnectionFutureAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import static io.opentelemetry.trace.Span.Kind.CLIENT; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncBiFunction.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncBiFunction.java index ee499cabd3..434aa35b71 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncBiFunction.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncBiFunction.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import io.opentelemetry.trace.Span; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsAdvice.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsAdvice.java index af9a48cc7a..d5fb6fe83b 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsAdvice.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceAsyncCommandsAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import static io.opentelemetry.auto.instrumentation.lettuce.v5_0.LettuceInstrumentationUtil.expectsResponse; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientDecorator.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientDecorator.java index 2350232dc0..1f08e1e1c1 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientDecorator.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import io.lettuce.core.RedisURI; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceInstrumentationUtil.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceInstrumentationUtil.java index 44a551a5c1..cba7b1f588 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceInstrumentationUtil.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/LettuceInstrumentationUtil.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0; import io.lettuce.core.protocol.RedisCommand; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxCreationAdvice.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxCreationAdvice.java index f4162f6e32..06daaa3cf2 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxCreationAdvice.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxCreationAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0.rx; import static io.opentelemetry.auto.instrumentation.lettuce.v5_0.LettuceInstrumentationUtil.expectsResponse; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxTerminationRunnable.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxTerminationRunnable.java index 81a0de2b5d..547bd68397 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxTerminationRunnable.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceFluxTerminationRunnable.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0.rx; import static io.opentelemetry.auto.instrumentation.lettuce.v5_0.LettuceClientDecorator.DECORATE; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoCreationAdvice.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoCreationAdvice.java index 71df1f04b6..b834238078 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoCreationAdvice.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoCreationAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0.rx; import static io.opentelemetry.auto.instrumentation.lettuce.v5_0.LettuceInstrumentationUtil.expectsResponse; diff --git a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoDualConsumer.java b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoDualConsumer.java index f51865d232..b936501942 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoDualConsumer.java +++ b/instrumentation/lettuce/lettuce-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_0/rx/LettuceMonoDualConsumer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_0.rx; import static io.opentelemetry.auto.instrumentation.lettuce.v5_0.LettuceClientDecorator.DECORATE; diff --git a/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceAsyncClientTest.groovy b/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceAsyncClientTest.groovy index 57b33d299c..e680ab11d1 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceAsyncClientTest.groovy +++ b/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceAsyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.lettuce.core.ClientOptions import io.lettuce.core.ConnectionFuture import io.lettuce.core.RedisClient diff --git a/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceReactiveClientTest.groovy b/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceReactiveClientTest.groovy index 0d95483cce..3e9854b058 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceReactiveClientTest.groovy +++ b/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceReactiveClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.lettuce.core.ClientOptions import io.lettuce.core.RedisClient import io.lettuce.core.api.StatefulConnection diff --git a/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceSyncClientTest.groovy b/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceSyncClientTest.groovy index 0abe3d9fc5..3a3b28177e 100644 --- a/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceSyncClientTest.groovy +++ b/instrumentation/lettuce/lettuce-5.0/src/test/groovy/LettuceSyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.lettuce.core.ClientOptions import io.lettuce.core.RedisClient import io.lettuce.core.RedisConnectionException diff --git a/instrumentation/lettuce/lettuce-5.1/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceClientResourcesInstrumentation.java b/instrumentation/lettuce/lettuce-5.1/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceClientResourcesInstrumentation.java index 8015742bb5..72d0400556 100644 --- a/instrumentation/lettuce/lettuce-5.1/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceClientResourcesInstrumentation.java +++ b/instrumentation/lettuce/lettuce-5.1/src/main/java/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceClientResourcesInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_1; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/lettuce/lettuce-5.1/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_1/OpenTelemetryTracing.java b/instrumentation/lettuce/lettuce-5.1/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_1/OpenTelemetryTracing.java index 5ddffa75dc..7e53ac8fdf 100644 --- a/instrumentation/lettuce/lettuce-5.1/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_1/OpenTelemetryTracing.java +++ b/instrumentation/lettuce/lettuce-5.1/src/main/java8/io/opentelemetry/auto/instrumentation/lettuce/v5_1/OpenTelemetryTracing.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_1; import io.grpc.Context; diff --git a/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceAsyncClientTest.groovy b/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceAsyncClientTest.groovy index b9ba3199b4..7f5c598caa 100644 --- a/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceAsyncClientTest.groovy +++ b/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceAsyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_1 import io.lettuce.core.ClientOptions diff --git a/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceReactiveClientTest.groovy b/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceReactiveClientTest.groovy index ffadffdbcd..c187b9ae07 100644 --- a/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceReactiveClientTest.groovy +++ b/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceReactiveClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_1 import io.lettuce.core.ClientOptions diff --git a/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceSyncClientTest.groovy b/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceSyncClientTest.groovy index 06945bc874..1d1b922d4b 100644 --- a/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceSyncClientTest.groovy +++ b/instrumentation/lettuce/lettuce-5.1/src/test/groovy/io/opentelemetry/auto/instrumentation/lettuce/v5_1/LettuceSyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.lettuce.v5_1 import io.lettuce.core.ClientOptions diff --git a/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jMDCInstrumentation.java b/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jMDCInstrumentation.java index 6f74fdab0b..423f22ec1d 100644 --- a/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jMDCInstrumentation.java +++ b/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jMDCInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.log4j.v1_1; import static java.util.Collections.singletonMap; diff --git a/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpans.java b/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpans.java index 12bbe507b5..eebd49068c 100644 --- a/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpans.java +++ b/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpans.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.log4j.v1_1; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpansInstrumentation.java b/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpansInstrumentation.java index 61ad3d9543..c15565391b 100644 --- a/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpansInstrumentation.java +++ b/instrumentation/log4j/log4j-1.1/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v1_1/Log4jSpansInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.log4j.v1_1; import static net.bytebuddy.matcher.ElementMatchers.isMethod; diff --git a/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jMDCTest.groovy b/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jMDCTest.groovy index e78a694135..a0822c3445 100644 --- a/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jMDCTest.groovy +++ b/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jMDCTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.log.injection.LogContextInjectionTestBase import org.apache.log4j.MDC import org.junit.Ignore diff --git a/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jSpansTest.groovy b/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jSpansTest.groovy index 1659a7da06..77a2f8c6e8 100644 --- a/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jSpansTest.groovy +++ b/instrumentation/log4j/log4j-1.1/src/test/groovy/Log4jSpansTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.log.events.LogEventsTestBase import org.apache.log4j.Logger diff --git a/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpans.java b/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpans.java index f20656dcc3..b85831dcf5 100644 --- a/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpans.java +++ b/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpans.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.log4j.v2_0; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpansInstrumentation.java b/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpansInstrumentation.java index 4f43d01b49..6206e7ef8f 100644 --- a/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpansInstrumentation.java +++ b/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/Log4jSpansInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.log4j.v2_0; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.extendsClass; diff --git a/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/ThreadContextInstrumentation.java b/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/ThreadContextInstrumentation.java index ff02a6e376..e32510c763 100644 --- a/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/ThreadContextInstrumentation.java +++ b/instrumentation/log4j/log4j-2.0/src/main/java/io/opentelemetry/auto/instrumentation/log4j/v2_0/ThreadContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.log4j.v2_0; import static java.util.Collections.singletonMap; diff --git a/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jSpansTest.groovy b/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jSpansTest.groovy index b0e5991ddf..331ae9390d 100644 --- a/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jSpansTest.groovy +++ b/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jSpansTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.log.events.LogEventsTestBase import org.apache.logging.log4j.LogManager diff --git a/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jThreadContextTest.groovy b/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jThreadContextTest.groovy index c8e5ec8dbb..bbd6553315 100644 --- a/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jThreadContextTest.groovy +++ b/instrumentation/log4j/log4j-2.0/src/test/groovy/Log4jThreadContextTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.log.injection.LogContextInjectionTestBase import org.apache.logging.log4j.ThreadContext import org.junit.Ignore diff --git a/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpans.java b/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpans.java index e441499baa..5a29adc907 100644 --- a/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpans.java +++ b/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpans.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.logback; import ch.qos.logback.classic.Level; diff --git a/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpansInstrumentation.java b/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpansInstrumentation.java index b77cb74d82..bdf784ec54 100644 --- a/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpansInstrumentation.java +++ b/instrumentation/logback-1.0/src/main/java/io/opentelemetry/auto/instrumentation/logback/LogbackSpansInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.logback; import static net.bytebuddy.matcher.ElementMatchers.isMethod; diff --git a/instrumentation/logback-1.0/src/test/groovy/LogbackSpansTest.groovy b/instrumentation/logback-1.0/src/test/groovy/LogbackSpansTest.groovy index d19be02cc6..0abb4e6a35 100644 --- a/instrumentation/logback-1.0/src/test/groovy/LogbackSpansTest.groovy +++ b/instrumentation/logback-1.0/src/test/groovy/LogbackSpansTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import ch.qos.logback.classic.LoggerContext import io.opentelemetry.auto.test.log.events.LogEventsTestBase diff --git a/instrumentation/mongo/mongo-3.1/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_1/MongoClientInstrumentation.java b/instrumentation/mongo/mongo-3.1/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_1/MongoClientInstrumentation.java index 443f20f542..6868eaf2c2 100644 --- a/instrumentation/mongo/mongo-3.1/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_1/MongoClientInstrumentation.java +++ b/instrumentation/mongo/mongo-3.1/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_1/MongoClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.mongo.v3_1; import static java.util.Collections.singletonMap; diff --git a/instrumentation/mongo/mongo-3.1/src/test/groovy/MongoClientTest.groovy b/instrumentation/mongo/mongo-3.1/src/test/groovy/MongoClientTest.groovy index 7ec4189bf5..0b96145eb5 100644 --- a/instrumentation/mongo/mongo-3.1/src/test/groovy/MongoClientTest.groovy +++ b/instrumentation/mongo/mongo-3.1/src/test/groovy/MongoClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.mongodb.MongoClient import com.mongodb.MongoClientOptions import com.mongodb.MongoTimeoutException diff --git a/instrumentation/mongo/mongo-3.7/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_7/MongoClientInstrumentation.java b/instrumentation/mongo/mongo-3.7/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_7/MongoClientInstrumentation.java index 77239c55d7..b8a6e19e28 100644 --- a/instrumentation/mongo/mongo-3.7/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_7/MongoClientInstrumentation.java +++ b/instrumentation/mongo/mongo-3.7/src/main/java/io/opentelemetry/auto/instrumentation/mongo/v3_7/MongoClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.mongo.v3_7; import static java.util.Collections.singletonMap; diff --git a/instrumentation/mongo/mongo-3.7/src/test/groovy/MongoClientTest.groovy b/instrumentation/mongo/mongo-3.7/src/test/groovy/MongoClientTest.groovy index 72944f7ea5..3a47826e2d 100644 --- a/instrumentation/mongo/mongo-3.7/src/test/groovy/MongoClientTest.groovy +++ b/instrumentation/mongo/mongo-3.7/src/test/groovy/MongoClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.mongodb.MongoClientSettings import com.mongodb.MongoTimeoutException import com.mongodb.ServerAddress diff --git a/instrumentation/mongo/mongo-async-3.3/src/main/java/io/opentelemetry/auto/instrumentation/mongoasync/v3_3/MongoAsyncClientInstrumentation.java b/instrumentation/mongo/mongo-async-3.3/src/main/java/io/opentelemetry/auto/instrumentation/mongoasync/v3_3/MongoAsyncClientInstrumentation.java index 1f70e1ad5f..6f5338b09b 100644 --- a/instrumentation/mongo/mongo-async-3.3/src/main/java/io/opentelemetry/auto/instrumentation/mongoasync/v3_3/MongoAsyncClientInstrumentation.java +++ b/instrumentation/mongo/mongo-async-3.3/src/main/java/io/opentelemetry/auto/instrumentation/mongoasync/v3_3/MongoAsyncClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.mongoasync.v3_3; import static java.util.Collections.singletonMap; diff --git a/instrumentation/mongo/mongo-async-3.3/src/test/groovy/MongoAsyncClientTest.groovy b/instrumentation/mongo/mongo-async-3.3/src/test/groovy/MongoAsyncClientTest.groovy index ec86ea9878..29a6e1f115 100644 --- a/instrumentation/mongo/mongo-async-3.3/src/test/groovy/MongoAsyncClientTest.groovy +++ b/instrumentation/mongo/mongo-async-3.3/src/test/groovy/MongoAsyncClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.mongodb.ConnectionString import com.mongodb.async.SingleResultCallback import com.mongodb.async.client.MongoClient diff --git a/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/MongoClientTracer.java b/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/MongoClientTracer.java index 776e1931bb..7a64567b1d 100644 --- a/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/MongoClientTracer.java +++ b/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/MongoClientTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.mongo; import com.mongodb.ServerAddress; diff --git a/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/TracingCommandListener.java b/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/TracingCommandListener.java index 60a0012102..6d1c0267ec 100644 --- a/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/TracingCommandListener.java +++ b/instrumentation/mongo/mongo-common/src/main/java/io/opentelemetry/auto/instrumentation/mongo/TracingCommandListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.mongo; import static io.opentelemetry.auto.instrumentation.mongo.MongoClientTracer.TRACER; diff --git a/instrumentation/mongo/mongo-common/src/test/groovy/MongoBaseTest.groovy b/instrumentation/mongo/mongo-common/src/test/groovy/MongoBaseTest.groovy index b8d5dd013a..6311baf242 100644 --- a/instrumentation/mongo/mongo-common/src/test/groovy/MongoBaseTest.groovy +++ b/instrumentation/mongo/mongo-common/src/test/groovy/MongoBaseTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import de.flapdoodle.embed.mongo.MongodExecutable import de.flapdoodle.embed.mongo.MongodProcess import de.flapdoodle.embed.mongo.MongodStarter diff --git a/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ClientTest.groovy b/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ClientTest.groovy index 41f2c4f821..86b0cddb8d 100644 --- a/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ClientTest.groovy +++ b/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.ning.http.client.AsyncCompletionHandler import com.ning.http.client.AsyncHttpClient import com.ning.http.client.AsyncHttpClientConfig diff --git a/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ServerTest.groovy b/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ServerTest.groovy index e9765a9cc5..42247f9fa7 100644 --- a/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ServerTest.groovy +++ b/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/Netty38ServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpServerTest import org.jboss.netty.bootstrap.ServerBootstrap import org.jboss.netty.buffer.ChannelBuffer diff --git a/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/NettyServerTestInstrumentation.java b/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/NettyServerTestInstrumentation.java index 913d861bbd..7c77edd64e 100644 --- a/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/NettyServerTestInstrumentation.java +++ b/instrumentation/netty/netty-3.8/src/latestDepTest/groovy/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/AbstractNettyAdvice.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/AbstractNettyAdvice.java index 90363c21a3..b6bef21ec7 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/AbstractNettyAdvice.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/AbstractNettyAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8; import org.jboss.netty.handler.codec.http.HttpHeaders; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelFutureListenerInstrumentation.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelFutureListenerInstrumentation.java index 94468bac77..389d2e46e8 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelFutureListenerInstrumentation.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelFutureListenerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelTraceContext.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelTraceContext.java index 5932165283..6ab2f5059c 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelTraceContext.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/ChannelTraceContext.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8; import io.opentelemetry.auto.bootstrap.ContextStore; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelInstrumentation.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelInstrumentation.java index 70e3bbd24c..ca5a2a185d 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelInstrumentation.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelPipelineInstrumentation.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelPipelineInstrumentation.java index 76c5f34aa1..8f56410a67 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelPipelineInstrumentation.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/NettyChannelPipelineInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientRequestTracingHandler.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientRequestTracingHandler.java index ae3a4d03e9..c7d22cbf51 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientRequestTracingHandler.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientRequestTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.client; import static io.opentelemetry.auto.instrumentation.netty.v3_8.client.NettyHttpClientDecorator.DECORATE; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientResponseTracingHandler.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientResponseTracingHandler.java index 6608d5c75c..1b663130cd 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientResponseTracingHandler.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientResponseTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.client; import static io.opentelemetry.auto.instrumentation.netty.v3_8.client.NettyHttpClientDecorator.DECORATE; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientTracingHandler.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientTracingHandler.java index 547ae88507..a18a824474 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientTracingHandler.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/HttpClientTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.client; import io.opentelemetry.auto.bootstrap.ContextStore; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyHttpClientDecorator.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyHttpClientDecorator.java index cf1ca6fe06..822fbd35db 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyHttpClientDecorator.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.client; import static org.jboss.netty.handler.codec.http.HttpHeaders.Names.HOST; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyResponseInjectAdapter.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyResponseInjectAdapter.java index e84b2715f7..1a73634b74 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyResponseInjectAdapter.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/client/NettyResponseInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.client; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerRequestTracingHandler.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerRequestTracingHandler.java index b8d29dd4cb..a1489e1dab 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerRequestTracingHandler.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerRequestTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.server; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerResponseTracingHandler.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerResponseTracingHandler.java index eaace1135a..011e678345 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerResponseTracingHandler.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerResponseTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.server; import static io.opentelemetry.auto.instrumentation.netty.v3_8.server.NettyHttpServerDecorator.DECORATE; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerTracingHandler.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerTracingHandler.java index f74e5bd65c..f6a91d1066 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerTracingHandler.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/HttpServerTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.server; import io.opentelemetry.auto.bootstrap.ContextStore; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyHttpServerDecorator.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyHttpServerDecorator.java index c63fd88e2c..6c26b37dd6 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyHttpServerDecorator.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.server; import static org.jboss.netty.handler.codec.http.HttpHeaders.Names.HOST; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyRequestExtractAdapter.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyRequestExtractAdapter.java index f83b5dbebe..4cb5aea7d7 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyRequestExtractAdapter.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/server/NettyRequestExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.server; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/util/CombinedSimpleChannelHandler.java b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/util/CombinedSimpleChannelHandler.java index 3ba6440b3b..f7b1fe8b3a 100644 --- a/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/util/CombinedSimpleChannelHandler.java +++ b/instrumentation/netty/netty-3.8/src/main/java/io/opentelemetry/auto/instrumentation/netty/v3_8/util/CombinedSimpleChannelHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v3_8.util; import org.jboss.netty.channel.ChannelEvent; diff --git a/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ClientTest.groovy b/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ClientTest.groovy index 1b20f105f2..5b4a714a41 100644 --- a/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ClientTest.groovy +++ b/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.ning.http.client.AsyncCompletionHandler import com.ning.http.client.AsyncHttpClient import com.ning.http.client.AsyncHttpClientConfig diff --git a/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ServerTest.groovy b/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ServerTest.groovy index 8f0de65dd7..8f9607aad9 100644 --- a/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ServerTest.groovy +++ b/instrumentation/netty/netty-3.8/src/test/groovy/Netty38ServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpServerTest import org.jboss.netty.bootstrap.ServerBootstrap import org.jboss.netty.buffer.ChannelBuffer diff --git a/instrumentation/netty/netty-3.8/src/test/groovy/NettyServerTestInstrumentation.java b/instrumentation/netty/netty-3.8/src/test/groovy/NettyServerTestInstrumentation.java index 913d861bbd..7c77edd64e 100644 --- a/instrumentation/netty/netty-3.8/src/test/groovy/NettyServerTestInstrumentation.java +++ b/instrumentation/netty/netty-3.8/src/test/groovy/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/AttributeKeys.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/AttributeKeys.java index 36c734b152..3f2ae615b1 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/AttributeKeys.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/AttributeKeys.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0; import io.netty.util.AttributeKey; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/ChannelFutureListenerInstrumentation.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/ChannelFutureListenerInstrumentation.java index 930ae50f39..4c8eb5b9fa 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/ChannelFutureListenerInstrumentation.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/ChannelFutureListenerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/NettyChannelPipelineInstrumentation.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/NettyChannelPipelineInstrumentation.java index 1ac041f297..cebf6aedc0 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/NettyChannelPipelineInstrumentation.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/NettyChannelPipelineInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientRequestTracingHandler.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientRequestTracingHandler.java index 25f0b12402..a2edbf8a2e 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientRequestTracingHandler.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientRequestTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.client; import static io.opentelemetry.auto.instrumentation.netty.v4_0.client.NettyHttpClientDecorator.DECORATE; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientResponseTracingHandler.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientResponseTracingHandler.java index 467b48db7e..3586e89aa7 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientResponseTracingHandler.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientResponseTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.client; import static io.opentelemetry.auto.instrumentation.netty.v4_0.client.NettyHttpClientDecorator.DECORATE; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientTracingHandler.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientTracingHandler.java index 87225d88ca..0fc0969d76 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientTracingHandler.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/HttpClientTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.client; import io.netty.channel.CombinedChannelDuplexHandler; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyHttpClientDecorator.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyHttpClientDecorator.java index db9a1a1ed1..590ebde657 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyHttpClientDecorator.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.client; import static io.netty.handler.codec.http.HttpHeaders.Names.HOST; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyResponseInjectAdapter.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyResponseInjectAdapter.java index 94e02345e1..c709a1bcc5 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyResponseInjectAdapter.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/client/NettyResponseInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.client; import io.netty.handler.codec.http.HttpHeaders; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerRequestTracingHandler.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerRequestTracingHandler.java index 375ad219c5..d30460954b 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerRequestTracingHandler.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerRequestTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.server; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerResponseTracingHandler.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerResponseTracingHandler.java index 603f5de463..fd7c745076 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerResponseTracingHandler.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerResponseTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.server; import static io.opentelemetry.auto.instrumentation.netty.v4_0.server.NettyHttpServerDecorator.DECORATE; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerTracingHandler.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerTracingHandler.java index cc2a511d81..5c215a84b7 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerTracingHandler.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/HttpServerTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.server; import io.netty.channel.CombinedChannelDuplexHandler; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyHttpServerDecorator.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyHttpServerDecorator.java index bd6c81e034..014325ae02 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyHttpServerDecorator.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.server; import static io.netty.handler.codec.http.HttpHeaders.Names.HOST; diff --git a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyRequestExtractAdapter.java b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyRequestExtractAdapter.java index ec2301d8ae..44df13c549 100644 --- a/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyRequestExtractAdapter.java +++ b/instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_0/server/NettyRequestExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_0.server; import io.netty.handler.codec.http.HttpHeaders; diff --git a/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ClientTest.groovy b/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ClientTest.groovy index bfb51200de..fcec32f97f 100644 --- a/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ClientTest.groovy +++ b/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import org.asynchttpclient.AsyncCompletionHandler import org.asynchttpclient.AsyncHttpClient diff --git a/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ServerTest.groovy b/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ServerTest.groovy index e40f024d28..03d40dcc8a 100644 --- a/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ServerTest.groovy +++ b/instrumentation/netty/netty-4.0/src/test/groovy/Netty40ServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.netty.bootstrap.ServerBootstrap import io.netty.buffer.ByteBuf import io.netty.buffer.Unpooled diff --git a/instrumentation/netty/netty-4.0/src/test/groovy/NettyServerTestInstrumentation.java b/instrumentation/netty/netty-4.0/src/test/groovy/NettyServerTestInstrumentation.java index b2f983feb9..37601f5972 100644 --- a/instrumentation/netty/netty-4.0/src/test/groovy/NettyServerTestInstrumentation.java +++ b/instrumentation/netty/netty-4.0/src/test/groovy/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/AttributeKeys.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/AttributeKeys.java index afd96914d1..982ae5c18f 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/AttributeKeys.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/AttributeKeys.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1; import io.netty.util.AttributeKey; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/ChannelFutureListenerInstrumentation.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/ChannelFutureListenerInstrumentation.java index 4082616310..de3d1fc694 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/ChannelFutureListenerInstrumentation.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/ChannelFutureListenerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/NettyChannelPipelineInstrumentation.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/NettyChannelPipelineInstrumentation.java index 3e6a094bbb..0ab1297f80 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/NettyChannelPipelineInstrumentation.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/NettyChannelPipelineInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientRequestTracingHandler.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientRequestTracingHandler.java index 45e5a87d7a..f0a03db9cf 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientRequestTracingHandler.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientRequestTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.client; import static io.opentelemetry.auto.instrumentation.netty.v4_1.client.NettyHttpClientDecorator.DECORATE; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientResponseTracingHandler.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientResponseTracingHandler.java index 2e686a97bd..7fb3315312 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientResponseTracingHandler.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientResponseTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.client; import static io.opentelemetry.auto.instrumentation.netty.v4_1.client.NettyHttpClientDecorator.DECORATE; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientTracingHandler.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientTracingHandler.java index 6dd17af258..26807ce771 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientTracingHandler.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/HttpClientTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.client; import io.netty.channel.CombinedChannelDuplexHandler; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyHttpClientDecorator.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyHttpClientDecorator.java index fe4d03ba2f..ff5314b07a 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyHttpClientDecorator.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.client; import static io.netty.handler.codec.http.HttpHeaderNames.HOST; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyResponseInjectAdapter.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyResponseInjectAdapter.java index 96cb08d862..bdd2050a14 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyResponseInjectAdapter.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/client/NettyResponseInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.client; import io.netty.handler.codec.http.HttpHeaders; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerRequestTracingHandler.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerRequestTracingHandler.java index dc0b7f963f..c4860121af 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerRequestTracingHandler.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerRequestTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.server; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerResponseTracingHandler.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerResponseTracingHandler.java index 079680ab59..3428d0ae26 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerResponseTracingHandler.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerResponseTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.server; import static io.opentelemetry.auto.instrumentation.netty.v4_1.server.NettyHttpServerDecorator.DECORATE; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerTracingHandler.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerTracingHandler.java index b6929bfd4a..661801df1e 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerTracingHandler.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/HttpServerTracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.server; import io.netty.channel.CombinedChannelDuplexHandler; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyHttpServerDecorator.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyHttpServerDecorator.java index b20c67f402..2f79dfb62a 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyHttpServerDecorator.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.server; import static io.netty.handler.codec.http.HttpHeaderNames.HOST; diff --git a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyRequestExtractAdapter.java b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyRequestExtractAdapter.java index fd8197357d..9bca3877ef 100644 --- a/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyRequestExtractAdapter.java +++ b/instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/auto/instrumentation/netty/v4_1/server/NettyRequestExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.netty.v4_1.server; import io.netty.handler.codec.http.HttpHeaders; diff --git a/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ClientTest.groovy b/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ClientTest.groovy index 74aa62339c..357cce91cd 100644 --- a/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ClientTest.groovy +++ b/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.netty.channel.AbstractChannel import io.netty.channel.Channel import io.netty.channel.ChannelHandler diff --git a/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ServerTest.groovy b/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ServerTest.groovy index 1d5d58d415..827ae17c91 100644 --- a/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ServerTest.groovy +++ b/instrumentation/netty/netty-4.1/src/test/groovy/Netty41ServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.netty.bootstrap.ServerBootstrap import io.netty.buffer.ByteBuf import io.netty.buffer.Unpooled diff --git a/instrumentation/netty/netty-4.1/src/test/groovy/NettyServerTestInstrumentation.java b/instrumentation/netty/netty-4.1/src/test/groovy/NettyServerTestInstrumentation.java index b2f983feb9..37601f5972 100644 --- a/instrumentation/netty/netty-4.1/src/test/groovy/NettyServerTestInstrumentation.java +++ b/instrumentation/netty/netty-4.1/src/test/groovy/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttp2Instrumentation.java b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttp2Instrumentation.java index d0ec339f36..12b2f70485 100644 --- a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttp2Instrumentation.java +++ b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttp2Instrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v2_2; import static net.bytebuddy.matcher.ElementMatchers.isConstructor; diff --git a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttpClientDecorator.java b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttpClientDecorator.java index 455167fbb1..06bed286ab 100644 --- a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttpClientDecorator.java +++ b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/OkHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v2_2; import com.squareup.okhttp.Request; diff --git a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/RequestBuilderInjectAdapter.java b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/RequestBuilderInjectAdapter.java index 11f2380b16..cc5b02632c 100644 --- a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/RequestBuilderInjectAdapter.java +++ b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/RequestBuilderInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v2_2; import com.squareup.okhttp.Request; diff --git a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/TracingInterceptor.java b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/TracingInterceptor.java index a563598b14..85318b24f7 100644 --- a/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/TracingInterceptor.java +++ b/instrumentation/okhttp/okhttp-2.2/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v2_2/TracingInterceptor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v2_2; import static io.opentelemetry.auto.instrumentation.okhttp.v2_2.OkHttpClientDecorator.DECORATE; diff --git a/instrumentation/okhttp/okhttp-2.2/src/test/groovy/HeadersUtil.groovy b/instrumentation/okhttp/okhttp-2.2/src/test/groovy/HeadersUtil.groovy index 9abbceaf90..8cdfd1dfcf 100644 --- a/instrumentation/okhttp/okhttp-2.2/src/test/groovy/HeadersUtil.groovy +++ b/instrumentation/okhttp/okhttp-2.2/src/test/groovy/HeadersUtil.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + class HeadersUtil { static headersToArray(Map headers) { String[] headersArr = new String[headers.size() * 2] diff --git a/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2AsyncTest.groovy b/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2AsyncTest.groovy index 85e6049b02..36b08d9be0 100644 --- a/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2AsyncTest.groovy +++ b/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2AsyncTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.squareup.okhttp.Callback import com.squareup.okhttp.Headers import com.squareup.okhttp.MediaType diff --git a/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2Test.groovy b/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2Test.groovy index f94a1cc2e6..c69a81ec4b 100644 --- a/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2Test.groovy +++ b/instrumentation/okhttp/okhttp-2.2/src/test/groovy/OkHttp2Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.squareup.okhttp.Headers import com.squareup.okhttp.MediaType import com.squareup.okhttp.OkHttpClient diff --git a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttp3Instrumentation.java b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttp3Instrumentation.java index 21e095de54..87fde5fba0 100644 --- a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttp3Instrumentation.java +++ b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttp3Instrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v3_0; import static java.util.Collections.singletonMap; diff --git a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttpClientDecorator.java b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttpClientDecorator.java index 63e8e7ade7..626e7dc3e4 100644 --- a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttpClientDecorator.java +++ b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/OkHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v3_0; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/RequestBuilderInjectAdapter.java b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/RequestBuilderInjectAdapter.java index 652fc4be2c..1175a5c843 100644 --- a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/RequestBuilderInjectAdapter.java +++ b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/RequestBuilderInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v3_0; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/TracingInterceptor.java b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/TracingInterceptor.java index 25f0361780..fd6be85fe5 100644 --- a/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/TracingInterceptor.java +++ b/instrumentation/okhttp/okhttp-3.0/src/main/java/io/opentelemetry/auto/instrumentation/okhttp/v3_0/TracingInterceptor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.okhttp.v3_0; import static io.opentelemetry.auto.instrumentation.okhttp.v3_0.OkHttpClientDecorator.DECORATE; diff --git a/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3AsyncTest.groovy b/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3AsyncTest.groovy index 1aded13e54..0dcae12991 100644 --- a/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3AsyncTest.groovy +++ b/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3AsyncTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import okhttp3.Call import okhttp3.Callback import okhttp3.Headers diff --git a/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3Test.groovy b/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3Test.groovy index 157e54eda5..c74d972c59 100644 --- a/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3Test.groovy +++ b/instrumentation/okhttp/okhttp-3.0/src/test/groovy/OkHttp3Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.base.HttpClientTest import okhttp3.Headers import okhttp3.MediaType diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/AbstractInstrumentation.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/AbstractInstrumentation.java index e120591632..eb6be037b3 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/AbstractInstrumentation.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/AbstractInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi; import static java.util.Collections.singletonMap; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/ContextUtilsInstrumentation.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/ContextUtilsInstrumentation.java index 097d7d1850..78a8ee66aa 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/ContextUtilsInstrumentation.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/ContextUtilsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi; import static net.bytebuddy.matcher.ElementMatchers.isMethod; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/GrpcContextInstrumentation.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/GrpcContextInstrumentation.java index d1004114f2..81c8415a46 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/GrpcContextInstrumentation.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/GrpcContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi; import static net.bytebuddy.matcher.ElementMatchers.isMethod; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/OpenTelemetryApiInstrumentation.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/OpenTelemetryApiInstrumentation.java index 3a1515435c..26e36297db 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/OpenTelemetryApiInstrumentation.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/OpenTelemetryApiInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi; import static net.bytebuddy.matcher.ElementMatchers.isMethod; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/TracingContextUtilsInstrumentation.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/TracingContextUtilsInstrumentation.java index 7b192c7070..4fdff66aa6 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/TracingContextUtilsInstrumentation.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/TracingContextUtilsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi; import static net.bytebuddy.matcher.ElementMatchers.isMethod; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/ContextUtils.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/ContextUtils.java index 99342ebc8a..168851b8f4 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/ContextUtils.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/ContextUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.context; import io.opentelemetry.auto.bootstrap.ContextStore; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/NoopScope.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/NoopScope.java index 19d5f177af..51cd8dce73 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/NoopScope.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/NoopScope.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.context; import unshaded.io.opentelemetry.context.Scope; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/UnshadedScope.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/UnshadedScope.java index ea302e6daa..9657d968cc 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/UnshadedScope.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/UnshadedScope.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.context; import unshaded.io.opentelemetry.context.Scope; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedContextPropagators.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedContextPropagators.java index f3d24d9482..ec3d8e7642 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedContextPropagators.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedContextPropagators.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.context.propagation; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedHttpTextFormat.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedHttpTextFormat.java index 909941b318..b50e58f69c 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedHttpTextFormat.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/context/propagation/UnshadedHttpTextFormat.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.context.propagation; import io.opentelemetry.auto.bootstrap.ContextStore; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedBatchRecorder.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedBatchRecorder.java index 7cab5dcd92..c49e64108a 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedBatchRecorder.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedBatchRecorder.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import lombok.extern.slf4j.Slf4j; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleCounter.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleCounter.java index 972563e704..4a36a6ad0e 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleCounter.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleCounter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import java.util.Map; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleSumObserver.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleSumObserver.java index 30f853d718..d07ebf208c 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleSumObserver.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleSumObserver.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import io.opentelemetry.metrics.AsynchronousInstrument; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownCounter.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownCounter.java index f889d13a6d..a57d2cdd1a 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownCounter.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownCounter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import java.util.Map; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownSumObserver.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownSumObserver.java index 2654f30fb1..e4b61dd1c7 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownSumObserver.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleUpDownSumObserver.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import io.opentelemetry.metrics.AsynchronousInstrument; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueObserver.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueObserver.java index 58704ee07c..d9caa9d182 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueObserver.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueObserver.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import io.opentelemetry.metrics.AsynchronousInstrument; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueRecorder.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueRecorder.java index a3425e708f..55dd946acd 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueRecorder.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedDoubleValueRecorder.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import java.util.Map; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongCounter.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongCounter.java index d5ed5a5b7a..be1d70ea40 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongCounter.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongCounter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import java.util.Map; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongSumObserver.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongSumObserver.java index 03f6732202..60356067c4 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongSumObserver.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongSumObserver.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import io.opentelemetry.metrics.AsynchronousInstrument; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownCounter.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownCounter.java index da79fef8cf..e76b639fca 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownCounter.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownCounter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import java.util.Map; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownSumObserver.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownSumObserver.java index 7458e8dfc6..38b1a01a22 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownSumObserver.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongUpDownSumObserver.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import io.opentelemetry.metrics.AsynchronousInstrument; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueObserver.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueObserver.java index b4cda63d5c..a25dcd1ebf 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueObserver.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueObserver.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import java.util.Map; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueRecorder.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueRecorder.java index a529a2d8a6..b92a68be6c 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueRecorder.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedLongValueRecorder.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import java.util.Map; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeter.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeter.java index ed1bdcaf84..681785106a 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeter.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import unshaded.io.opentelemetry.metrics.BatchRecorder; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeterProvider.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeterProvider.java index 26696a1a76..81694a50dd 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeterProvider.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/metrics/UnshadedMeterProvider.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.metrics; import unshaded.io.opentelemetry.metrics.Meter; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/Bridging.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/Bridging.java index abe01ab7bc..e3359a7ab7 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/Bridging.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/Bridging.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.trace; import java.util.HashMap; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/TracingContextUtils.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/TracingContextUtils.java index b0f64788e5..33b18735e8 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/TracingContextUtils.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/TracingContextUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.trace; import static io.opentelemetry.auto.instrumentation.opentelemetryapi.trace.Bridging.toShadedOrNull; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedSpan.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedSpan.java index f55f19b325..3e4f6bcbc2 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedSpan.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.trace; import static io.opentelemetry.auto.instrumentation.opentelemetryapi.trace.Bridging.toShaded; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracer.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracer.java index ca19f3993e..8ff12034a4 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracer.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.trace; import lombok.extern.slf4j.Slf4j; diff --git a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracerProvider.java b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracerProvider.java index ea87b109d4..ac39964ac9 100644 --- a/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracerProvider.java +++ b/instrumentation/opentelemetry-api-beta/src/main/java/io/opentelemetry/auto/instrumentation/opentelemetryapi/trace/UnshadedTracerProvider.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.opentelemetryapi.trace; import unshaded.io.opentelemetry.trace.Tracer; diff --git a/instrumentation/opentelemetry-api-beta/src/test/groovy/MeterTest.groovy b/instrumentation/opentelemetry-api-beta/src/test/groovy/MeterTest.groovy index 3e5da1db8a..9761b93b14 100644 --- a/instrumentation/opentelemetry-api-beta/src/test/groovy/MeterTest.groovy +++ b/instrumentation/opentelemetry-api-beta/src/test/groovy/MeterTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.sdk.OpenTelemetrySdk import unshaded.io.opentelemetry.OpenTelemetry diff --git a/instrumentation/opentelemetry-api-beta/src/test/groovy/TracerTest.groovy b/instrumentation/opentelemetry-api-beta/src/test/groovy/TracerTest.groovy index 84c6d7f125..f566fb598e 100644 --- a/instrumentation/opentelemetry-api-beta/src/test/groovy/TracerTest.groovy +++ b/instrumentation/opentelemetry-api-beta/src/test/groovy/TracerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import unshaded.io.grpc.Context import unshaded.io.opentelemetry.OpenTelemetry diff --git a/instrumentation/opentelemetry-api-beta/src/test/groovy/TracingContextUtilsTest.groovy b/instrumentation/opentelemetry-api-beta/src/test/groovy/TracingContextUtilsTest.groovy index 554dc849c3..a568e89fab 100644 --- a/instrumentation/opentelemetry-api-beta/src/test/groovy/TracingContextUtilsTest.groovy +++ b/instrumentation/opentelemetry-api-beta/src/test/groovy/TracingContextUtilsTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import unshaded.io.grpc.Context diff --git a/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/AsyncHandlerWrapper.java b/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/AsyncHandlerWrapper.java index e34aa8643c..2dea51719e 100644 --- a/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/AsyncHandlerWrapper.java +++ b/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/AsyncHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v1_0; import static io.opentelemetry.auto.instrumentation.playws.PlayWSClientDecorator.DECORATE; diff --git a/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/PlayWSClientInstrumentation.java b/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/PlayWSClientInstrumentation.java index 73def96efd..31c09c5931 100644 --- a/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/PlayWSClientInstrumentation.java +++ b/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/PlayWSClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v1_0; import static io.opentelemetry.auto.instrumentation.playws.HeadersInjectAdapter.SETTER; diff --git a/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/StreamedAsyncHandlerWrapper.java b/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/StreamedAsyncHandlerWrapper.java index 8e67c2017b..06045df15f 100644 --- a/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/StreamedAsyncHandlerWrapper.java +++ b/instrumentation/play-ws/play-ws-1.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v1_0/StreamedAsyncHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v1_0; import io.opentelemetry.trace.Span; diff --git a/instrumentation/play-ws/play-ws-1.0/src/test/groovy/PlayWSClientTest.groovy b/instrumentation/play-ws/play-ws-1.0/src/test/groovy/PlayWSClientTest.groovy index 7ff9d56ada..ec3bdd5200 100644 --- a/instrumentation/play-ws/play-ws-1.0/src/test/groovy/PlayWSClientTest.groovy +++ b/instrumentation/play-ws/play-ws-1.0/src/test/groovy/PlayWSClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import play.libs.ws.StandaloneWSClient import play.libs.ws.StandaloneWSRequest import play.libs.ws.StandaloneWSResponse diff --git a/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/AsyncHandlerWrapper.java b/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/AsyncHandlerWrapper.java index 1ab2d645ff..aec47d524d 100644 --- a/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/AsyncHandlerWrapper.java +++ b/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/AsyncHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v2_0; import static io.opentelemetry.auto.instrumentation.playws.PlayWSClientDecorator.DECORATE; diff --git a/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/PlayWSClientInstrumentation.java b/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/PlayWSClientInstrumentation.java index a124be222a..d4d0125332 100644 --- a/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/PlayWSClientInstrumentation.java +++ b/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/PlayWSClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v2_0; import static io.opentelemetry.auto.instrumentation.playws.HeadersInjectAdapter.SETTER; diff --git a/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/StreamedAsyncHandlerWrapper.java b/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/StreamedAsyncHandlerWrapper.java index 1ac1c1a7d8..7803d356cb 100644 --- a/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/StreamedAsyncHandlerWrapper.java +++ b/instrumentation/play-ws/play-ws-2.0/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_0/StreamedAsyncHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v2_0; import io.opentelemetry.trace.Span; diff --git a/instrumentation/play-ws/play-ws-2.0/src/test/groovy/PlayWSClientTest.groovy b/instrumentation/play-ws/play-ws-2.0/src/test/groovy/PlayWSClientTest.groovy index 4993358597..2e71549371 100644 --- a/instrumentation/play-ws/play-ws-2.0/src/test/groovy/PlayWSClientTest.groovy +++ b/instrumentation/play-ws/play-ws-2.0/src/test/groovy/PlayWSClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import play.libs.ws.StandaloneWSClient import play.libs.ws.StandaloneWSRequest import play.libs.ws.StandaloneWSResponse diff --git a/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/AsyncHandlerWrapper.java b/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/AsyncHandlerWrapper.java index 1c997c33c1..202ddf7a33 100644 --- a/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/AsyncHandlerWrapper.java +++ b/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/AsyncHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v2_1; import static io.opentelemetry.auto.instrumentation.playws.PlayWSClientDecorator.DECORATE; diff --git a/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/PlayWSClientInstrumentation.java b/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/PlayWSClientInstrumentation.java index 99b04047b5..2014e9d596 100644 --- a/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/PlayWSClientInstrumentation.java +++ b/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/PlayWSClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v2_1; import static io.opentelemetry.auto.instrumentation.playws.HeadersInjectAdapter.SETTER; diff --git a/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/StreamedAsyncHandlerWrapper.java b/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/StreamedAsyncHandlerWrapper.java index 5b137490c2..ad6d7fab42 100644 --- a/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/StreamedAsyncHandlerWrapper.java +++ b/instrumentation/play-ws/play-ws-2.1/src/main/java/io/opentelemetry/auto/instrumentation/playws/v2_1/StreamedAsyncHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws.v2_1; import io.opentelemetry.trace.Span; diff --git a/instrumentation/play-ws/play-ws-2.1/src/test/groovy/PlayWSClientTest.groovy b/instrumentation/play-ws/play-ws-2.1/src/test/groovy/PlayWSClientTest.groovy index 7ff9d56ada..ec3bdd5200 100644 --- a/instrumentation/play-ws/play-ws-2.1/src/test/groovy/PlayWSClientTest.groovy +++ b/instrumentation/play-ws/play-ws-2.1/src/test/groovy/PlayWSClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import play.libs.ws.StandaloneWSClient import play.libs.ws.StandaloneWSRequest import play.libs.ws.StandaloneWSResponse diff --git a/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/BasePlayWSClientInstrumentation.java b/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/BasePlayWSClientInstrumentation.java index d74ecdf366..69d19fb640 100644 --- a/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/BasePlayWSClientInstrumentation.java +++ b/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/BasePlayWSClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/HeadersInjectAdapter.java b/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/HeadersInjectAdapter.java index 540ac62e2c..f97e3b1300 100644 --- a/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/HeadersInjectAdapter.java +++ b/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/HeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/PlayWSClientDecorator.java b/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/PlayWSClientDecorator.java index 85971adb6b..1715925b65 100644 --- a/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/PlayWSClientDecorator.java +++ b/instrumentation/play-ws/play-ws-common/src/main/java/io/opentelemetry/auto/instrumentation/playws/PlayWSClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.playws; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/play-ws/play-ws-common/src/test/groovy/PlayWSClientTestBase.groovy b/instrumentation/play-ws/play-ws-common/src/test/groovy/PlayWSClientTestBase.groovy index 16479dddec..dd48d9efa9 100644 --- a/instrumentation/play-ws/play-ws-common/src/test/groovy/PlayWSClientTestBase.groovy +++ b/instrumentation/play-ws/play-ws-common/src/test/groovy/PlayWSClientTestBase.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.actor.ActorSystem import akka.stream.ActorMaterializer import akka.stream.ActorMaterializerSettings diff --git a/instrumentation/play/play-2.3/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_3/PlayInstrumentation.java b/instrumentation/play/play-2.3/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_3/PlayInstrumentation.java index 3b8836444c..e6576ff74b 100644 --- a/instrumentation/play/play-2.3/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_3/PlayInstrumentation.java +++ b/instrumentation/play/play-2.3/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_3/PlayInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_3; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayAdvice.java b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayAdvice.java index 973cde94a5..7c4af98542 100644 --- a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayAdvice.java +++ b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_3; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHeaders.java b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHeaders.java index afa8997d55..57f9cf376c 100644 --- a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHeaders.java +++ b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHeaders.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_3; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHttpServerDecorator.java b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHttpServerDecorator.java index 61651dfeea..ed3cb81223 100644 --- a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHttpServerDecorator.java +++ b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/PlayHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_3; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/RequestCompleteCallback.java b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/RequestCompleteCallback.java index 620aaa0d8e..c7f77af619 100644 --- a/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/RequestCompleteCallback.java +++ b/instrumentation/play/play-2.3/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_3/RequestCompleteCallback.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_3; import static io.opentelemetry.auto.instrumentation.play.v2_3.PlayHttpServerDecorator.DECORATE; diff --git a/instrumentation/play/play-2.3/src/test/groovy/client/PlayWSClientTest.groovy b/instrumentation/play/play-2.3/src/test/groovy/client/PlayWSClientTest.groovy index f2cddc532e..9e8c7bc845 100644 --- a/instrumentation/play/play-2.3/src/test/groovy/client/PlayWSClientTest.groovy +++ b/instrumentation/play/play-2.3/src/test/groovy/client/PlayWSClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client import io.opentelemetry.auto.test.base.HttpClientTest diff --git a/instrumentation/play/play-2.3/src/test/groovy/server/NettyServerTestInstrumentation.java b/instrumentation/play/play-2.3/src/test/groovy/server/NettyServerTestInstrumentation.java index c677b4b786..94a9fbb2e7 100644 --- a/instrumentation/play/play-2.3/src/test/groovy/server/NettyServerTestInstrumentation.java +++ b/instrumentation/play/play-2.3/src/test/groovy/server/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/instrumentation/play/play-2.3/src/test/groovy/server/PlayAsyncServerTest.groovy b/instrumentation/play/play-2.3/src/test/groovy/server/PlayAsyncServerTest.groovy index dcbc4b91d2..fa70df59a2 100644 --- a/instrumentation/play/play-2.3/src/test/groovy/server/PlayAsyncServerTest.groovy +++ b/instrumentation/play/play-2.3/src/test/groovy/server/PlayAsyncServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import play.api.test.TestServer diff --git a/instrumentation/play/play-2.3/src/test/groovy/server/PlayServerTest.groovy b/instrumentation/play/play-2.3/src/test/groovy/server/PlayServerTest.groovy index 1adbf51c6f..53800d90ed 100644 --- a/instrumentation/play/play-2.3/src/test/groovy/server/PlayServerTest.groovy +++ b/instrumentation/play/play-2.3/src/test/groovy/server/PlayServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/play/play-2.3/src/test/scala/server/AsyncServer.scala b/instrumentation/play/play-2.3/src/test/scala/server/AsyncServer.scala index 1d61534762..a14c160e82 100644 --- a/instrumentation/play/play-2.3/src/test/scala/server/AsyncServer.scala +++ b/instrumentation/play/play-2.3/src/test/scala/server/AsyncServer.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/play/play-2.3/src/test/scala/server/ControllerClosureAdapter.scala b/instrumentation/play/play-2.3/src/test/scala/server/ControllerClosureAdapter.scala index 2991eba3c3..e2dbcd4faf 100644 --- a/instrumentation/play/play-2.3/src/test/scala/server/ControllerClosureAdapter.scala +++ b/instrumentation/play/play-2.3/src/test/scala/server/ControllerClosureAdapter.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import groovy.lang.Closure diff --git a/instrumentation/play/play-2.3/src/test/scala/server/Settings.scala b/instrumentation/play/play-2.3/src/test/scala/server/Settings.scala index c2c2540521..d79b26c316 100644 --- a/instrumentation/play/play-2.3/src/test/scala/server/Settings.scala +++ b/instrumentation/play/play-2.3/src/test/scala/server/Settings.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import play.api.GlobalSettings diff --git a/instrumentation/play/play-2.3/src/test/scala/server/SyncServer.scala b/instrumentation/play/play-2.3/src/test/scala/server/SyncServer.scala index f242c4d772..366365367b 100644 --- a/instrumentation/play/play-2.3/src/test/scala/server/SyncServer.scala +++ b/instrumentation/play/play-2.3/src/test/scala/server/SyncServer.scala @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/play/play-2.4/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_4/PlayInstrumentation.java b/instrumentation/play/play-2.4/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_4/PlayInstrumentation.java index 50f1efc931..e1e547b737 100644 --- a/instrumentation/play/play-2.4/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_4/PlayInstrumentation.java +++ b/instrumentation/play/play-2.4/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_4/PlayInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_4; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayAdvice.java b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayAdvice.java index 7d62768320..ce685b1f94 100644 --- a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayAdvice.java +++ b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_4; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHeaders.java b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHeaders.java index b3a97c09fa..b5a5f92fde 100644 --- a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHeaders.java +++ b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHeaders.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_4; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHttpServerDecorator.java b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHttpServerDecorator.java index 9a856ba687..3fbeef3f95 100644 --- a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHttpServerDecorator.java +++ b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/PlayHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_4; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/RequestCompleteCallback.java b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/RequestCompleteCallback.java index 946144c616..494ac136ef 100644 --- a/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/RequestCompleteCallback.java +++ b/instrumentation/play/play-2.4/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_4/RequestCompleteCallback.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_4; import static io.opentelemetry.auto.instrumentation.play.v2_4.PlayHttpServerDecorator.DECORATE; diff --git a/instrumentation/play/play-2.4/src/test/groovy/client/PlayWSClientTest.groovy b/instrumentation/play/play-2.4/src/test/groovy/client/PlayWSClientTest.groovy index 2e0f94f519..c79d1d81f9 100644 --- a/instrumentation/play/play-2.4/src/test/groovy/client/PlayWSClientTest.groovy +++ b/instrumentation/play/play-2.4/src/test/groovy/client/PlayWSClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client import io.opentelemetry.auto.test.base.HttpClientTest diff --git a/instrumentation/play/play-2.4/src/test/groovy/server/NettyServerTestInstrumentation.java b/instrumentation/play/play-2.4/src/test/groovy/server/NettyServerTestInstrumentation.java index f41e8fdc32..d031f2dd7c 100644 --- a/instrumentation/play/play-2.4/src/test/groovy/server/NettyServerTestInstrumentation.java +++ b/instrumentation/play/play-2.4/src/test/groovy/server/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/instrumentation/play/play-2.4/src/test/groovy/server/PlayAsyncServerTest.groovy b/instrumentation/play/play-2.4/src/test/groovy/server/PlayAsyncServerTest.groovy index 65fcdbf577..61c5bc8a99 100644 --- a/instrumentation/play/play-2.4/src/test/groovy/server/PlayAsyncServerTest.groovy +++ b/instrumentation/play/play-2.4/src/test/groovy/server/PlayAsyncServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import play.libs.concurrent.HttpExecution diff --git a/instrumentation/play/play-2.4/src/test/groovy/server/PlayServerTest.groovy b/instrumentation/play/play-2.4/src/test/groovy/server/PlayServerTest.groovy index af371471be..ef4b07df2a 100644 --- a/instrumentation/play/play-2.4/src/test/groovy/server/PlayServerTest.groovy +++ b/instrumentation/play/play-2.4/src/test/groovy/server/PlayServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/play/play-2.6/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_6/PlayInstrumentation.java b/instrumentation/play/play-2.6/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_6/PlayInstrumentation.java index b7b798215c..279c0da0c2 100644 --- a/instrumentation/play/play-2.6/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_6/PlayInstrumentation.java +++ b/instrumentation/play/play-2.6/src/main/java/io/opentelemetry/auto/instrumentation/play/v2_6/PlayInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_6; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayAdvice.java b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayAdvice.java index 15ad0a2cf4..8c099a70c6 100644 --- a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayAdvice.java +++ b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_6; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHeaders.java b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHeaders.java index 409e5f1d2b..e084301907 100644 --- a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHeaders.java +++ b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHeaders.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_6; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHttpServerDecorator.java b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHttpServerDecorator.java index 2fe78c5312..19ee6779ea 100644 --- a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHttpServerDecorator.java +++ b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/PlayHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_6; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/RequestCompleteCallback.java b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/RequestCompleteCallback.java index a36ed70cfc..4b02c22036 100644 --- a/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/RequestCompleteCallback.java +++ b/instrumentation/play/play-2.6/src/main/java8/io/opentelemetry/auto/instrumentation/play/v2_6/RequestCompleteCallback.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.play.v2_6; import static io.opentelemetry.auto.instrumentation.play.v2_6.PlayHttpServerDecorator.DECORATE; diff --git a/instrumentation/play/play-2.6/src/test/groovy/server/AkkaHttpTestInstrumentation.java b/instrumentation/play/play-2.6/src/test/groovy/server/AkkaHttpTestInstrumentation.java index 855dd64699..697ed39bbc 100644 --- a/instrumentation/play/play-2.6/src/test/groovy/server/AkkaHttpTestInstrumentation.java +++ b/instrumentation/play/play-2.6/src/test/groovy/server/AkkaHttpTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/instrumentation/play/play-2.6/src/test/groovy/server/PlayAsyncServerTest.groovy b/instrumentation/play/play-2.6/src/test/groovy/server/PlayAsyncServerTest.groovy index 37ca75902a..7a4557f766 100644 --- a/instrumentation/play/play-2.6/src/test/groovy/server/PlayAsyncServerTest.groovy +++ b/instrumentation/play/play-2.6/src/test/groovy/server/PlayAsyncServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import play.BuiltInComponents diff --git a/instrumentation/play/play-2.6/src/test/groovy/server/PlayServerTest.groovy b/instrumentation/play/play-2.6/src/test/groovy/server/PlayServerTest.groovy index 0fc0e71a24..589f32068a 100644 --- a/instrumentation/play/play-2.6/src/test/groovy/server/PlayServerTest.groovy +++ b/instrumentation/play/play-2.6/src/test/groovy/server/PlayServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitChannelInstrumentation.java b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitChannelInstrumentation.java index f2cab33544..45d05a5cc2 100644 --- a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitChannelInstrumentation.java +++ b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitChannelInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rabbitmq.amqp; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitCommandInstrumentation.java b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitCommandInstrumentation.java index 7017f8fdf7..46213fa134 100644 --- a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitCommandInstrumentation.java +++ b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitCommandInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rabbitmq.amqp; import static io.opentelemetry.auto.instrumentation.rabbitmq.amqp.RabbitCommandInstrumentation.SpanHolder.CURRENT_RABBIT_SPAN; diff --git a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitDecorator.java b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitDecorator.java index ed9683e30d..b670fc2170 100644 --- a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitDecorator.java +++ b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/RabbitDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rabbitmq.amqp; import com.rabbitmq.client.Command; diff --git a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapExtractAdapter.java b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapExtractAdapter.java index 5f508d4a1b..c17ad84776 100644 --- a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapExtractAdapter.java +++ b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rabbitmq.amqp; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapInjectAdapter.java b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapInjectAdapter.java index 82f696398e..e433606317 100644 --- a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapInjectAdapter.java +++ b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TextMapInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rabbitmq.amqp; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TracedDelegatingConsumer.java b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TracedDelegatingConsumer.java index b313b3d767..78035892bb 100644 --- a/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TracedDelegatingConsumer.java +++ b/instrumentation/rabbitmq-amqp-2.7/src/main/java/io/opentelemetry/auto/instrumentation/rabbitmq/amqp/TracedDelegatingConsumer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rabbitmq.amqp; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/rabbitmq-amqp-2.7/src/test/groovy/RabbitMQTest.groovy b/instrumentation/rabbitmq-amqp-2.7/src/test/groovy/RabbitMQTest.groovy index f77f5fd449..8d864e1c5b 100644 --- a/instrumentation/rabbitmq-amqp-2.7/src/test/groovy/RabbitMQTest.groovy +++ b/instrumentation/rabbitmq-amqp-2.7/src/test/groovy/RabbitMQTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.rabbitmq.client.AMQP import com.rabbitmq.client.AlreadyClosedException import com.rabbitmq.client.Channel diff --git a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ContinuationInstrumentation.java b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ContinuationInstrumentation.java index 6c79174d57..91399f39c9 100644 --- a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ContinuationInstrumentation.java +++ b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ContinuationInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/DefaultExecutionInstrumentation.java b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/DefaultExecutionInstrumentation.java index 3fe5ed16de..012e7d48ef 100644 --- a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/DefaultExecutionInstrumentation.java +++ b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/DefaultExecutionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static java.util.Collections.singletonMap; diff --git a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerErrorHandlerInstrumentation.java b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerErrorHandlerInstrumentation.java index 7273ae67c0..58e83f1a43 100644 --- a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerErrorHandlerInstrumentation.java +++ b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerErrorHandlerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryInstrumentation.java b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryInstrumentation.java index 6598735f68..577c18d28c 100644 --- a/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryInstrumentation.java +++ b/instrumentation/ratpack-1.5/src/main/java/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static java.util.Collections.singletonMap; diff --git a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ActionWrapper.java b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ActionWrapper.java index 3a6c011af3..f6194a12de 100644 --- a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ActionWrapper.java +++ b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ActionWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/BlockWrapper.java b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/BlockWrapper.java index e12dd452e6..5e11619267 100644 --- a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/BlockWrapper.java +++ b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/BlockWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ErrorHandlerAdvice.java b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ErrorHandlerAdvice.java index 85cd3bbcf5..c4e3647163 100644 --- a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ErrorHandlerAdvice.java +++ b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ErrorHandlerAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static io.opentelemetry.auto.instrumentation.ratpack.RatpackServerDecorator.DECORATE; diff --git a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/RatpackServerDecorator.java b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/RatpackServerDecorator.java index a98dfa8a0c..fa09bedf78 100644 --- a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/RatpackServerDecorator.java +++ b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/RatpackServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import com.google.common.net.HostAndPort; diff --git a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryAdvice.java b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryAdvice.java index 9857852c95..70b7ae67b8 100644 --- a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryAdvice.java +++ b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/ServerRegistryAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/TracingHandler.java b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/TracingHandler.java index db4172988a..63173a9f43 100644 --- a/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/TracingHandler.java +++ b/instrumentation/ratpack-1.5/src/main/java8/io/opentelemetry/auto/instrumentation/ratpack/TracingHandler.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.ratpack; import static io.opentelemetry.auto.instrumentation.ratpack.RatpackServerDecorator.DECORATE; diff --git a/instrumentation/ratpack-1.5/src/test/groovy/RatpackOtherTest.groovy b/instrumentation/ratpack-1.5/src/test/groovy/RatpackOtherTest.groovy index cf40a4cc45..f06dcce0d4 100644 --- a/instrumentation/ratpack-1.5/src/test/groovy/RatpackOtherTest.groovy +++ b/instrumentation/ratpack-1.5/src/test/groovy/RatpackOtherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackForkedHttpClientTest.groovy b/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackForkedHttpClientTest.groovy index cd3b7b3873..72b09f318f 100644 --- a/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackForkedHttpClientTest.groovy +++ b/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackForkedHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client diff --git a/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackHttpClientTest.groovy b/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackHttpClientTest.groovy index 1cb4315b63..d0a039d77b 100644 --- a/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackHttpClientTest.groovy +++ b/instrumentation/ratpack-1.5/src/test/groovy/client/RatpackHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client import io.opentelemetry.auto.test.base.HttpClientTest diff --git a/instrumentation/ratpack-1.5/src/test/groovy/server/NettyServerTestInstrumentation.java b/instrumentation/ratpack-1.5/src/test/groovy/server/NettyServerTestInstrumentation.java index f41e8fdc32..d031f2dd7c 100644 --- a/instrumentation/ratpack-1.5/src/test/groovy/server/NettyServerTestInstrumentation.java +++ b/instrumentation/ratpack-1.5/src/test/groovy/server/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackAsyncHttpServerTest.groovy b/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackAsyncHttpServerTest.groovy index a2b4a789e8..12ad60052c 100644 --- a/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackAsyncHttpServerTest.groovy +++ b/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackAsyncHttpServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import ratpack.exec.Promise diff --git a/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackForkedHttpServerTest.groovy b/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackForkedHttpServerTest.groovy index 93bb3183c6..6fcfdef017 100644 --- a/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackForkedHttpServerTest.groovy +++ b/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackForkedHttpServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import ratpack.exec.Promise diff --git a/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackHttpServerTest.groovy b/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackHttpServerTest.groovy index c30c9d91c0..55eb091d40 100644 --- a/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackHttpServerTest.groovy +++ b/instrumentation/ratpack-1.5/src/test/groovy/server/RatpackHttpServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/reactor-3.1/src/main/java/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksInstrumentation.java b/instrumentation/reactor-3.1/src/main/java/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksInstrumentation.java index afe3e99098..37f97d1aa6 100644 --- a/instrumentation/reactor-3.1/src/main/java/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksInstrumentation.java +++ b/instrumentation/reactor-3.1/src/main/java/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.reactor; import static java.util.Collections.singletonMap; diff --git a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/FluxAndMonoSubscribeAdvice.java b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/FluxAndMonoSubscribeAdvice.java index 6cd0e7fdbc..1194cf2625 100644 --- a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/FluxAndMonoSubscribeAdvice.java +++ b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/FluxAndMonoSubscribeAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.reactor; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorCoreAdviceUtils.java b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorCoreAdviceUtils.java index 6111cf310e..8e7bedb53d 100644 --- a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorCoreAdviceUtils.java +++ b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorCoreAdviceUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.reactor; import static reactor.core.publisher.Operators.lift; diff --git a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksAdvice.java b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksAdvice.java index eeec1525c3..c2b68e0709 100644 --- a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksAdvice.java +++ b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/ReactorHooksAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.reactor; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingPublishers.java b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingPublishers.java index 5d92502f58..d30d146aa5 100644 --- a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingPublishers.java +++ b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingPublishers.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.reactor; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingSubscriber.java b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingSubscriber.java index e1e0f9891a..27dc6803d5 100644 --- a/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingSubscriber.java +++ b/instrumentation/reactor-3.1/src/main/java8/io/opentelemetry/auto/instrumentation/reactor/TracingSubscriber.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.reactor; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/reactor-3.1/src/test/groovy/ReactorCoreTest.groovy b/instrumentation/reactor-3.1/src/test/groovy/ReactorCoreTest.groovy index eaab885a8e..19c6cdc57d 100644 --- a/instrumentation/reactor-3.1/src/test/groovy/ReactorCoreTest.groovy +++ b/instrumentation/reactor-3.1/src/test/groovy/ReactorCoreTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.OpenTelemetry import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.TraceUtils diff --git a/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaClientDecorator.java b/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaClientDecorator.java index 703aa02abf..573ee9c1ce 100644 --- a/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaClientDecorator.java +++ b/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rediscala; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaInstrumentation.java b/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaInstrumentation.java index 5c750455f3..4ebaee934e 100644 --- a/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaInstrumentation.java +++ b/instrumentation/rediscala-1.8/src/main/java/io/opentelemetry/auto/instrumentation/rediscala/RediscalaInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rediscala; import static io.opentelemetry.auto.instrumentation.rediscala.RediscalaClientDecorator.DECORATE; diff --git a/instrumentation/rediscala-1.8/src/test/groovy/RediscalaClientTest.groovy b/instrumentation/rediscala-1.8/src/test/groovy/RediscalaClientTest.groovy index ac74c7ef06..acf5c107a9 100644 --- a/instrumentation/rediscala-1.8/src/test/groovy/RediscalaClientTest.groovy +++ b/instrumentation/rediscala-1.8/src/test/groovy/RediscalaClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import akka.actor.ActorSystem import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientDecorator.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientDecorator.java index 48b7dd9b24..b21d1f48b8 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientDecorator.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.client; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientInstrumentation.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientInstrumentation.java index 49043adfb0..670282b18e 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientInstrumentation.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/client/RmiClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.client; import static io.opentelemetry.auto.instrumentation.rmi.client.RmiClientDecorator.DECORATE; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPayload.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPayload.java index 85f328d065..6ef0e002ce 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPayload.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPayload.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.context; import static io.opentelemetry.trace.TracingContextUtils.withSpan; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPropagator.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPropagator.java index 5f8adaca6c..34310b6670 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPropagator.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/ContextPropagator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.context; import io.opentelemetry.auto.bootstrap.ContextStore; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/client/RmiClientContextInstrumentation.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/client/RmiClientContextInstrumentation.java index 05ce0ea749..d5cfe10f79 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/client/RmiClientContextInstrumentation.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/client/RmiClientContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.context.client; import static io.opentelemetry.auto.instrumentation.rmi.context.ContextPayload.TRACER; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/ContextDispatcher.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/ContextDispatcher.java index 4d5a55fe9a..bf69f3de27 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/ContextDispatcher.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/ContextDispatcher.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.context.server; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator.extract; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/RmiServerContextInstrumentation.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/RmiServerContextInstrumentation.java index 2410804b35..32140b5c25 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/RmiServerContextInstrumentation.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/context/server/RmiServerContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.context.server; import static io.opentelemetry.auto.instrumentation.rmi.context.ContextPropagator.CONTEXT_CALL_ID; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerDecorator.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerDecorator.java index 4ff18079a2..7d94ef69ce 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerDecorator.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.server; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerInstrumentation.java b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerInstrumentation.java index db5003db39..b8c0bd0d77 100644 --- a/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerInstrumentation.java +++ b/instrumentation/rmi/src/main/java/io/opentelemetry/auto/instrumentation/rmi/server/RmiServerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rmi.server; import static io.opentelemetry.auto.bootstrap.instrumentation.rmi.ThreadLocalContext.THREAD_LOCAL_CONTEXT; diff --git a/instrumentation/rmi/src/test/groovy/RmiTest.groovy b/instrumentation/rmi/src/test/groovy/RmiTest.groovy index 8b497193c9..95acecbda0 100644 --- a/instrumentation/rmi/src/test/groovy/RmiTest.groovy +++ b/instrumentation/rmi/src/test/groovy/RmiTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.PortUtils import rmi.app.Greeter diff --git a/instrumentation/rmi/src/test/java/rmi/app/Greeter.java b/instrumentation/rmi/src/test/java/rmi/app/Greeter.java index e92284dfbf..6b8ffaac41 100644 --- a/instrumentation/rmi/src/test/java/rmi/app/Greeter.java +++ b/instrumentation/rmi/src/test/java/rmi/app/Greeter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package rmi.app; import java.rmi.Remote; diff --git a/instrumentation/rmi/src/test/java/rmi/app/Server.java b/instrumentation/rmi/src/test/java/rmi/app/Server.java index 37c4e35263..d1e3e5bb29 100644 --- a/instrumentation/rmi/src/test/java/rmi/app/Server.java +++ b/instrumentation/rmi/src/test/java/rmi/app/Server.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package rmi.app; import java.rmi.RemoteException; diff --git a/instrumentation/rmi/src/test/java/rmi/app/ServerLegacy.java b/instrumentation/rmi/src/test/java/rmi/app/ServerLegacy.java index d4528c149a..a55c2f1315 100644 --- a/instrumentation/rmi/src/test/java/rmi/app/ServerLegacy.java +++ b/instrumentation/rmi/src/test/java/rmi/app/ServerLegacy.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package rmi.app; import java.rmi.RemoteException; diff --git a/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/SpanFinishingSubscription.java b/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/SpanFinishingSubscription.java index 2e08a1cbd5..9515ee6e2a 100644 --- a/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/SpanFinishingSubscription.java +++ b/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/SpanFinishingSubscription.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rxjava; import io.opentelemetry.auto.bootstrap.instrumentation.decorator.BaseDecorator; diff --git a/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedOnSubscribe.java b/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedOnSubscribe.java index 2a8035797d..d7f0294f4a 100644 --- a/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedOnSubscribe.java +++ b/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedOnSubscribe.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rxjava; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedSubscriber.java b/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedSubscriber.java index faaac3e9a2..c5c03b7d27 100644 --- a/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedSubscriber.java +++ b/instrumentation/rxjava-1.0/src/main/java/io/opentelemetry/auto/instrumentation/rxjava/TracedSubscriber.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.rxjava; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/instrumentation/rxjava-1.0/src/main/java/rx/__OpenTelemetryTracingUtil.java b/instrumentation/rxjava-1.0/src/main/java/rx/__OpenTelemetryTracingUtil.java index cf4871df57..a96776027c 100644 --- a/instrumentation/rxjava-1.0/src/main/java/rx/__OpenTelemetryTracingUtil.java +++ b/instrumentation/rxjava-1.0/src/main/java/rx/__OpenTelemetryTracingUtil.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package rx; /** diff --git a/instrumentation/servlet/glassfish-testing/src/test/groovy/GlassFishServerTest.groovy b/instrumentation/servlet/glassfish-testing/src/test/groovy/GlassFishServerTest.groovy index 96805043f8..bce6a831a8 100644 --- a/instrumentation/servlet/glassfish-testing/src/test/groovy/GlassFishServerTest.groovy +++ b/instrumentation/servlet/glassfish-testing/src/test/groovy/GlassFishServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/servlet/glassfish-testing/src/test/groovy/GrizzlyTestInstrumentation.java b/instrumentation/servlet/glassfish-testing/src/test/groovy/GrizzlyTestInstrumentation.java index 5bee64c4db..8ed979cd30 100644 --- a/instrumentation/servlet/glassfish-testing/src/test/groovy/GrizzlyTestInstrumentation.java +++ b/instrumentation/servlet/glassfish-testing/src/test/groovy/GrizzlyTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/servlet/glassfish-testing/src/test/groovy/TestServlets.java b/instrumentation/servlet/glassfish-testing/src/test/groovy/TestServlets.java index 7bb1057431..2efe00e47e 100644 --- a/instrumentation/servlet/glassfish-testing/src/test/groovy/TestServlets.java +++ b/instrumentation/servlet/glassfish-testing/src/test/groovy/TestServlets.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.lang.Closure; import io.opentelemetry.auto.test.base.HttpServerTest; import javax.servlet.annotation.WebServlet; diff --git a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Advice.java b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Advice.java index b08997160b..ac0152c356 100644 --- a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Advice.java +++ b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Advice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v2_3; import static io.opentelemetry.auto.instrumentation.servlet.v2_3.Servlet2HttpServerTracer.TRACER; diff --git a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2HttpServerTracer.java b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2HttpServerTracer.java index c9433a37c0..eda70e1f66 100644 --- a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2HttpServerTracer.java +++ b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2HttpServerTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v2_3; import io.opentelemetry.auto.instrumentation.servlet.ServletHttpServerTracer; diff --git a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Instrumentation.java b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Instrumentation.java index 825e98dc8d..8c431019c6 100644 --- a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Instrumentation.java +++ b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2Instrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v2_3; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2ResponseStatusInstrumentation.java b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2ResponseStatusInstrumentation.java index 706508ef06..e4c4fad44e 100644 --- a/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2ResponseStatusInstrumentation.java +++ b/instrumentation/servlet/request-2.3/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v2_3/Servlet2ResponseStatusInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v2_3; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/servlet/request-2.3/src/test/groovy/JettyServlet2Test.groovy b/instrumentation/servlet/request-2.3/src/test/groovy/JettyServlet2Test.groovy index 31224ad321..03adfc033b 100644 --- a/instrumentation/servlet/request-2.3/src/test/groovy/JettyServlet2Test.groovy +++ b/instrumentation/servlet/request-2.3/src/test/groovy/JettyServlet2Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/servlet/request-2.3/src/test/groovy/ServletTestInstrumentation.java b/instrumentation/servlet/request-2.3/src/test/groovy/ServletTestInstrumentation.java index 1e43522874..69ce407187 100644 --- a/instrumentation/servlet/request-2.3/src/test/groovy/ServletTestInstrumentation.java +++ b/instrumentation/servlet/request-2.3/src/test/groovy/ServletTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/servlet/request-2.3/src/test/groovy/TestServlet2.groovy b/instrumentation/servlet/request-2.3/src/test/groovy/TestServlet2.groovy index 163d67a6ac..c45564cab0 100644 --- a/instrumentation/servlet/request-2.3/src/test/groovy/TestServlet2.groovy +++ b/instrumentation/servlet/request-2.3/src/test/groovy/TestServlet2.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.servlet.AbstractHttpServlet import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/AsyncContextInstrumentation.java b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/AsyncContextInstrumentation.java index dcc6e65bd6..fb6a04e436 100644 --- a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/AsyncContextInstrumentation.java +++ b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/AsyncContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v3_0; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerDecorator.SPAN_ATTRIBUTE; diff --git a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Advice.java b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Advice.java index c806310dd6..46c9e3e2fc 100644 --- a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Advice.java +++ b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Advice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v3_0; import static io.opentelemetry.auto.instrumentation.servlet.v3_0.Servlet3HttpServerTracer.TRACER; diff --git a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3HttpServerTracer.java b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3HttpServerTracer.java index 8e28a6ac90..eb0773db9d 100644 --- a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3HttpServerTracer.java +++ b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3HttpServerTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v3_0; import io.opentelemetry.auto.instrumentation.servlet.ServletHttpServerTracer; diff --git a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Instrumentation.java b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Instrumentation.java index e6044ec454..31518787d3 100644 --- a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Instrumentation.java +++ b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/Servlet3Instrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v3_0; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/TagSettingAsyncListener.java b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/TagSettingAsyncListener.java index b0e8857a5a..9642c25336 100644 --- a/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/TagSettingAsyncListener.java +++ b/instrumentation/servlet/request-3.0/src/main/java/io/opentelemetry/auto/instrumentation/servlet/v3_0/TagSettingAsyncListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.v3_0; import io.opentelemetry.trace.Span; diff --git a/instrumentation/servlet/request-3.0/src/test/groovy/AbstractServlet3Test.groovy b/instrumentation/servlet/request-3.0/src/test/groovy/AbstractServlet3Test.groovy index b0cd736993..0651684187 100644 --- a/instrumentation/servlet/request-3.0/src/test/groovy/AbstractServlet3Test.groovy +++ b/instrumentation/servlet/request-3.0/src/test/groovy/AbstractServlet3Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.asserts.TraceAssert diff --git a/instrumentation/servlet/request-3.0/src/test/groovy/JettyServlet3Test.groovy b/instrumentation/servlet/request-3.0/src/test/groovy/JettyServlet3Test.groovy index 9fe4f4f7b9..7483ac9c0f 100644 --- a/instrumentation/servlet/request-3.0/src/test/groovy/JettyServlet3Test.groovy +++ b/instrumentation/servlet/request-3.0/src/test/groovy/JettyServlet3Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.eclipse.jetty.server.Server import org.eclipse.jetty.server.handler.ErrorHandler import org.eclipse.jetty.servlet.ServletContextHandler diff --git a/instrumentation/servlet/request-3.0/src/test/groovy/JettyServletHandlerTest.groovy b/instrumentation/servlet/request-3.0/src/test/groovy/JettyServletHandlerTest.groovy index b5fbc8de40..55e44df1dc 100644 --- a/instrumentation/servlet/request-3.0/src/test/groovy/JettyServletHandlerTest.groovy +++ b/instrumentation/servlet/request-3.0/src/test/groovy/JettyServletHandlerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.eclipse.jetty.server.Server import org.eclipse.jetty.server.handler.ErrorHandler import org.eclipse.jetty.servlet.ServletHandler diff --git a/instrumentation/servlet/request-3.0/src/test/groovy/RequestDispatcherServlet.java b/instrumentation/servlet/request-3.0/src/test/groovy/RequestDispatcherServlet.java index a3b18a85fc..2c6d980e38 100644 --- a/instrumentation/servlet/request-3.0/src/test/groovy/RequestDispatcherServlet.java +++ b/instrumentation/servlet/request-3.0/src/test/groovy/RequestDispatcherServlet.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletContext; diff --git a/instrumentation/servlet/request-3.0/src/test/groovy/ServletTestInstrumentation.java b/instrumentation/servlet/request-3.0/src/test/groovy/ServletTestInstrumentation.java index cea4fef7b2..607897cb4c 100644 --- a/instrumentation/servlet/request-3.0/src/test/groovy/ServletTestInstrumentation.java +++ b/instrumentation/servlet/request-3.0/src/test/groovy/ServletTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/servlet/request-3.0/src/test/groovy/TestServlet3.groovy b/instrumentation/servlet/request-3.0/src/test/groovy/TestServlet3.groovy index 1306142150..446be120e5 100644 --- a/instrumentation/servlet/request-3.0/src/test/groovy/TestServlet3.groovy +++ b/instrumentation/servlet/request-3.0/src/test/groovy/TestServlet3.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.servlet.AbstractHttpServlet import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/servlet/request-3.0/src/test/groovy/TomcatServlet3Test.groovy b/instrumentation/servlet/request-3.0/src/test/groovy/TomcatServlet3Test.groovy index 03db0e7e81..b8ee0f85b6 100644 --- a/instrumentation/servlet/request-3.0/src/test/groovy/TomcatServlet3Test.groovy +++ b/instrumentation/servlet/request-3.0/src/test/groovy/TomcatServlet3Test.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.io.Files import javax.servlet.Servlet import javax.servlet.ServletException diff --git a/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/HttpServletRequestGetter.java b/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/HttpServletRequestGetter.java index 2fa562a3c3..501cafe43c 100644 --- a/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/HttpServletRequestGetter.java +++ b/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/HttpServletRequestGetter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/ServletHttpServerTracer.java b/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/ServletHttpServerTracer.java index 5ff1a4140c..d3e30dda81 100644 --- a/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/ServletHttpServerTracer.java +++ b/instrumentation/servlet/servlet-common/src/main/java/io/opentelemetry/auto/instrumentation/servlet/ServletHttpServerTracer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet; import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerTracer; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherDecorator.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherDecorator.java index 68ed7a03c4..932729deb6 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherDecorator.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.dispatcher; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherInstrumentation.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherInstrumentation.java index 1226910e97..2a140effd2 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherInstrumentation.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/RequestDispatcherInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.dispatcher; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerDecorator.SPAN_ATTRIBUTE; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/ServletContextInstrumentation.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/ServletContextInstrumentation.java index 2a07df26d9..50f54ef195 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/ServletContextInstrumentation.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/dispatcher/ServletContextInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.dispatcher; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterDecorator.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterDecorator.java index 03cc1ffb99..caf9045a01 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterDecorator.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.filter; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterInstrumentation.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterInstrumentation.java index 66a3db9503..d035baaf6f 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterInstrumentation.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/filter/FilterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.filter; import static io.opentelemetry.auto.instrumentation.servlet.filter.FilterDecorator.DECORATE; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletDecorator.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletDecorator.java index 13d59acbc6..bb38b809fc 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletDecorator.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.http; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletInstrumentation.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletInstrumentation.java index 1afddbb3bc..99467e0d1b 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletInstrumentation.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.http; import static io.opentelemetry.auto.instrumentation.servlet.http.HttpServletDecorator.DECORATE; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseDecorator.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseDecorator.java index 2922fd7e03..74edab9d2e 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseDecorator.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.http; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseInstrumentation.java b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseInstrumentation.java index 8f8386d372..647a479a3b 100644 --- a/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseInstrumentation.java +++ b/instrumentation/servlet/src/main/java/io/opentelemetry/auto/instrumentation/servlet/http/HttpServletResponseInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.servlet.http; import static io.opentelemetry.auto.instrumentation.servlet.http.HttpServletResponseDecorator.DECORATE; diff --git a/instrumentation/servlet/src/test/groovy/FilterTest.groovy b/instrumentation/servlet/src/test/groovy/FilterTest.groovy index f0285b69b2..aef0743192 100644 --- a/instrumentation/servlet/src/test/groovy/FilterTest.groovy +++ b/instrumentation/servlet/src/test/groovy/FilterTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import javax.servlet.Filter diff --git a/instrumentation/servlet/src/test/groovy/HttpServletResponseTest.groovy b/instrumentation/servlet/src/test/groovy/HttpServletResponseTest.groovy index 6bd3135d9b..6d84d99d65 100644 --- a/instrumentation/servlet/src/test/groovy/HttpServletResponseTest.groovy +++ b/instrumentation/servlet/src/test/groovy/HttpServletResponseTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.servlet.AbstractHttpServlet import io.opentelemetry.auto.test.AgentTestRunner import spock.lang.Subject diff --git a/instrumentation/servlet/src/test/groovy/HttpServletTest.groovy b/instrumentation/servlet/src/test/groovy/HttpServletTest.groovy index cbe3ee6254..d5fb8ff1b1 100644 --- a/instrumentation/servlet/src/test/groovy/HttpServletTest.groovy +++ b/instrumentation/servlet/src/test/groovy/HttpServletTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import groovy.servlet.AbstractHttpServlet import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/servlet/src/test/groovy/RequestDispatcherTest.groovy b/instrumentation/servlet/src/test/groovy/RequestDispatcherTest.groovy index 1e301cf2ef..c734d52a31 100644 --- a/instrumentation/servlet/src/test/groovy/RequestDispatcherTest.groovy +++ b/instrumentation/servlet/src/test/groovy/RequestDispatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.trace.Span diff --git a/instrumentation/servlet/src/test/groovy/RequestDispatcherUtils.java b/instrumentation/servlet/src/test/groovy/RequestDispatcherUtils.java index c87757df93..4f0970f6b1 100644 --- a/instrumentation/servlet/src/test/groovy/RequestDispatcherUtils.java +++ b/instrumentation/servlet/src/test/groovy/RequestDispatcherUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static io.opentelemetry.auto.test.utils.TraceUtils.runUnderTrace; import java.io.IOException; diff --git a/instrumentation/sparkjava-2.3/src/main/java/io/opentelemetry/auto/instrumentation/sparkjava/RoutesInstrumentation.java b/instrumentation/sparkjava-2.3/src/main/java/io/opentelemetry/auto/instrumentation/sparkjava/RoutesInstrumentation.java index 10c7181e6e..d9b30b856f 100644 --- a/instrumentation/sparkjava-2.3/src/main/java/io/opentelemetry/auto/instrumentation/sparkjava/RoutesInstrumentation.java +++ b/instrumentation/sparkjava-2.3/src/main/java/io/opentelemetry/auto/instrumentation/sparkjava/RoutesInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.sparkjava; import static io.opentelemetry.auto.instrumentation.sparkjava.RoutesInstrumentation.TracerHolder.TRACER; diff --git a/instrumentation/sparkjava-2.3/src/test/groovy/SparkJavaBasedTest.groovy b/instrumentation/sparkjava-2.3/src/test/groovy/SparkJavaBasedTest.groovy index ee5ce01b2b..0c8ebf461d 100644 --- a/instrumentation/sparkjava-2.3/src/test/groovy/SparkJavaBasedTest.groovy +++ b/instrumentation/sparkjava-2.3/src/test/groovy/SparkJavaBasedTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/sparkjava-2.3/src/test/java/TestSparkJavaApplication.java b/instrumentation/sparkjava-2.3/src/test/java/TestSparkJavaApplication.java index 19a6fc20d0..053f535374 100644 --- a/instrumentation/sparkjava-2.3/src/test/java/TestSparkJavaApplication.java +++ b/instrumentation/sparkjava-2.3/src/test/java/TestSparkJavaApplication.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import spark.Spark; public class TestSparkJavaApplication { diff --git a/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringDataDecorator.java b/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringDataDecorator.java index 3a272adc8b..215639b78a 100644 --- a/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringDataDecorator.java +++ b/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringDataDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springdata; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringRepositoryInstrumentation.java b/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringRepositoryInstrumentation.java index 59ef4a95a8..9a76db0d2c 100644 --- a/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringRepositoryInstrumentation.java +++ b/instrumentation/spring-data-1.8/src/main/java/io/opentelemetry/auto/instrumentation/springdata/SpringRepositoryInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springdata; import static io.opentelemetry.auto.instrumentation.springdata.SpringDataDecorator.DECORATE; diff --git a/instrumentation/spring-data-1.8/src/test/groovy/SpringJpaTest.groovy b/instrumentation/spring-data-1.8/src/test/groovy/SpringJpaTest.groovy index c37a21b4f8..e02fb09b65 100644 --- a/instrumentation/spring-data-1.8/src/test/groovy/SpringJpaTest.groovy +++ b/instrumentation/spring-data-1.8/src/test/groovy/SpringJpaTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner import org.springframework.context.annotation.AnnotationConfigApplicationContext diff --git a/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomer.java b/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomer.java index 1e23794f9c..8c72075b75 100644 --- a/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomer.java +++ b/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package spring.jpa; import javax.persistence.Entity; diff --git a/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomerRepository.java b/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomerRepository.java index f735a1e2dd..2d0868978c 100644 --- a/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomerRepository.java +++ b/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaCustomerRepository.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package spring.jpa; import java.util.List; diff --git a/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaPersistenceConfig.java b/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaPersistenceConfig.java index 4a13e3b131..02fc845181 100644 --- a/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaPersistenceConfig.java +++ b/instrumentation/spring-data-1.8/src/test/java/spring/jpa/JpaPersistenceConfig.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package spring.jpa; import javax.sql.DataSource; diff --git a/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingDecorator.java b/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingDecorator.java index 219fd4a78a..04a78e694a 100644 --- a/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingDecorator.java +++ b/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springscheduling; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingInstrumentation.java b/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingInstrumentation.java index 7a5f85920e..1125e62bcd 100644 --- a/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingInstrumentation.java +++ b/instrumentation/spring-scheduling-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springscheduling/SpringSchedulingInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springscheduling; import static io.opentelemetry.auto.instrumentation.springscheduling.SpringSchedulingDecorator.DECORATE; diff --git a/instrumentation/spring-scheduling-3.1/src/test/groovy/SpringSchedulingTest.groovy b/instrumentation/spring-scheduling-3.1/src/test/groovy/SpringSchedulingTest.groovy index ad1e23797c..5e90d444b6 100644 --- a/instrumentation/spring-scheduling-3.1/src/test/groovy/SpringSchedulingTest.groovy +++ b/instrumentation/spring-scheduling-3.1/src/test/groovy/SpringSchedulingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import org.springframework.context.annotation.AnnotationConfigApplicationContext diff --git a/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTask.java b/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTask.java index b4f06bcae6..0a5bf5169c 100644 --- a/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTask.java +++ b/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTask.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import org.springframework.scheduling.annotation.Scheduled; diff --git a/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTaskConfig.java b/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTaskConfig.java index 0cec45f138..dd3139002b 100644 --- a/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTaskConfig.java +++ b/instrumentation/spring-scheduling-3.1/src/test/java/IntervalTaskConfig.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableScheduling; diff --git a/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTask.java b/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTask.java index 37b545c9d7..61da4cc3d7 100644 --- a/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTask.java +++ b/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTask.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import org.springframework.scheduling.annotation.Scheduled; diff --git a/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTaskConfig.java b/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTaskConfig.java index 4a500c9789..6264dc7626 100644 --- a/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTaskConfig.java +++ b/instrumentation/spring-scheduling-3.1/src/test/java/TriggerTaskConfig.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableScheduling; diff --git a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterInstrumentation.java b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterInstrumentation.java index d11b5f3726..5376e73e26 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterInstrumentation.java +++ b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.client; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/AbstractWebfluxInstrumentation.java b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/AbstractWebfluxInstrumentation.java index f215ba2a15..fa572c0051 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/AbstractWebfluxInstrumentation.java +++ b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/AbstractWebfluxInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import io.opentelemetry.auto.tooling.Instrumenter; diff --git a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerInstrumentation.java b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerInstrumentation.java index 914788d1ae..ded575ef22 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerInstrumentation.java +++ b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import static java.util.Collections.singletonMap; diff --git a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterInstrumentation.java b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterInstrumentation.java index 8512e791a8..5f80c6203e 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterInstrumentation.java +++ b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionInstrumentation.java b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionInstrumentation.java index 13e8485008..d1c22916c0 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionInstrumentation.java +++ b/instrumentation/spring-webflux-5.0/src/main/java/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/HttpHeadersInjectAdapter.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/HttpHeadersInjectAdapter.java index 66c27ac781..b82d95cc03 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/HttpHeadersInjectAdapter.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/HttpHeadersInjectAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.client; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/SpringWebfluxHttpClientDecorator.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/SpringWebfluxHttpClientDecorator.java index 4186499993..a9bf8cf528 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/SpringWebfluxHttpClientDecorator.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/SpringWebfluxHttpClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.client; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterAdvice.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterAdvice.java index 52a6a2595a..fff32e52a2 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterAdvice.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientFilterAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.client; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientTracingFilter.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientTracingFilter.java index 4ed2394e36..73839286d4 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientTracingFilter.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/client/WebClientTracingFilter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.client; import static io.opentelemetry.auto.instrumentation.springwebflux.client.HttpHeadersInjectAdapter.SETTER; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/AdviceUtils.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/AdviceUtils.java index 571d69f42e..c5a6879578 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/AdviceUtils.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/AdviceUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import static io.opentelemetry.auto.instrumentation.springwebflux.server.SpringWebfluxHttpServerDecorator.DECORATE; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerAdvice.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerAdvice.java index 0f5bf480ba..9933e09e6d 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerAdvice.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/DispatcherHandlerAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import static io.opentelemetry.auto.instrumentation.springwebflux.server.SpringWebfluxHttpServerDecorator.DECORATE; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterAdvice.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterAdvice.java index 68d7b202b1..2fc0eefd53 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterAdvice.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/HandlerAdapterAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import static io.opentelemetry.auto.instrumentation.springwebflux.server.SpringWebfluxHttpServerDecorator.DECORATE; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouteOnSuccessOrError.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouteOnSuccessOrError.java index d2b96d0a69..0913fbb15a 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouteOnSuccessOrError.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouteOnSuccessOrError.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import io.opentelemetry.trace.Span; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionAdvice.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionAdvice.java index 7b089dad6e..a9eca488d9 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionAdvice.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/RouterFunctionAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import net.bytebuddy.asm.Advice; diff --git a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/SpringWebfluxHttpServerDecorator.java b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/SpringWebfluxHttpServerDecorator.java index e6d342029e..709478b022 100644 --- a/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/SpringWebfluxHttpServerDecorator.java +++ b/instrumentation/spring-webflux-5.0/src/main/java8/io/opentelemetry/auto/instrumentation/springwebflux/server/SpringWebfluxHttpServerDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebflux.server; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/SingleThreadedSpringWebfluxTest.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/SingleThreadedSpringWebfluxTest.groovy index 256f72ff23..6f6e338d3e 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/SingleThreadedSpringWebfluxTest.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/SingleThreadedSpringWebfluxTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import org.springframework.boot.test.context.SpringBootTest import org.springframework.boot.test.context.TestConfiguration import org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/SpringWebfluxTest.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/SpringWebfluxTest.groovy index f047b25b34..3fc9b46b9d 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/SpringWebfluxTest.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/SpringWebfluxTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/client/SpringWebfluxHttpClientTest.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/client/SpringWebfluxHttpClientTest.groovy index 3c7611eeff..4e790381b4 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/client/SpringWebfluxHttpClientTest.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/client/SpringWebfluxHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandler.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandler.groovy index 681c57983f..79739c1e15 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandler.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandler.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.OpenTelemetry diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandlerFunction.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandlerFunction.groovy index cee4717834..f5f7583abf 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandlerFunction.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/server/EchoHandlerFunction.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/server/FooModel.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/server/FooModel.groovy index b1d746250b..6281e84824 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/server/FooModel.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/server/FooModel.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server class FooModel { diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/server/SpringWebFluxTestApplication.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/server/SpringWebFluxTestApplication.groovy index 9c30aa4cf5..2c2566681c 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/server/SpringWebFluxTestApplication.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/server/SpringWebFluxTestApplication.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.OpenTelemetry diff --git a/instrumentation/spring-webflux-5.0/src/test/groovy/server/TestController.groovy b/instrumentation/spring-webflux-5.0/src/test/groovy/server/TestController.groovy index 84eb8b2a1a..9bd9821192 100644 --- a/instrumentation/spring-webflux-5.0/src/test/groovy/server/TestController.groovy +++ b/instrumentation/spring-webflux-5.0/src/test/groovy/server/TestController.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.OpenTelemetry diff --git a/instrumentation/spring-webflux-5.0/src/test/java/server/RedirectComponent.java b/instrumentation/spring-webflux-5.0/src/test/java/server/RedirectComponent.java index 247945f0c3..3088bb54de 100644 --- a/instrumentation/spring-webflux-5.0/src/test/java/server/RedirectComponent.java +++ b/instrumentation/spring-webflux-5.0/src/test/java/server/RedirectComponent.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server; import static org.springframework.web.reactive.function.server.RequestPredicates.GET; diff --git a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/DispatcherServletInstrumentation.java b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/DispatcherServletInstrumentation.java index 9bdd2c8266..6e3f6a18c0 100644 --- a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/DispatcherServletInstrumentation.java +++ b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/DispatcherServletInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebmvc; import static io.opentelemetry.auto.instrumentation.springwebmvc.SpringWebMvcDecorator.DECORATE; diff --git a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerAdapterInstrumentation.java b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerAdapterInstrumentation.java index c70b5c2292..2a074547e7 100644 --- a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerAdapterInstrumentation.java +++ b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerAdapterInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebmvc; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerDecorator.SPAN_ATTRIBUTE; diff --git a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerMappingResourceNameFilter.java b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerMappingResourceNameFilter.java index 0334d9fd0a..7dd00da176 100644 --- a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerMappingResourceNameFilter.java +++ b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/HandlerMappingResourceNameFilter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebmvc; import static io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpServerDecorator.SPAN_ATTRIBUTE; diff --git a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/SpringWebMvcDecorator.java b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/SpringWebMvcDecorator.java index 779c98412b..766377a956 100644 --- a/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/SpringWebMvcDecorator.java +++ b/instrumentation/spring-webmvc-3.1/src/main/java/io/opentelemetry/auto/instrumentation/springwebmvc/SpringWebMvcDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.springwebmvc; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/ServletTestInstrumentation.java b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/ServletTestInstrumentation.java index 979b5a55c7..3f3c7098e1 100644 --- a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/ServletTestInstrumentation.java +++ b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/ServletTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/AppConfig.groovy b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/AppConfig.groovy index afc99b6bc0..c4978b2baa 100644 --- a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/AppConfig.groovy +++ b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/AppConfig.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test.boot import org.apache.catalina.connector.Connector diff --git a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/SpringBootBasedTest.groovy b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/SpringBootBasedTest.groovy index 389bb58ced..07be7be5b5 100644 --- a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/SpringBootBasedTest.groovy +++ b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/SpringBootBasedTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test.boot import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/TestController.groovy b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/TestController.groovy index ddfa31c111..f9645e80c0 100644 --- a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/TestController.groovy +++ b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/boot/TestController.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test.boot import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/FilteredAppConfig.groovy b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/FilteredAppConfig.groovy index d04cb85e22..0107bd4be6 100644 --- a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/FilteredAppConfig.groovy +++ b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/FilteredAppConfig.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test.filter import com.google.common.base.Charsets diff --git a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/ServletFilterTest.groovy b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/ServletFilterTest.groovy index 2e0c16d13e..b1f63dc643 100644 --- a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/ServletFilterTest.groovy +++ b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/ServletFilterTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test.filter import io.opentelemetry.auto.instrumentation.api.MoreTags diff --git a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/TestController.groovy b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/TestController.groovy index 7c75263550..9b0ab43904 100644 --- a/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/TestController.groovy +++ b/instrumentation/spring-webmvc-3.1/src/test/groovy/test/filter/TestController.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test.filter import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/BulkGetCompletionListener.java b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/BulkGetCompletionListener.java index e69aa4302e..8e38158932 100644 --- a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/BulkGetCompletionListener.java +++ b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/BulkGetCompletionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.spymemcached; import io.opentelemetry.trace.Span; diff --git a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/CompletionListener.java b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/CompletionListener.java index 4120088881..a7c7cf8fd9 100644 --- a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/CompletionListener.java +++ b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/CompletionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.spymemcached; import static io.opentelemetry.auto.instrumentation.spymemcached.MemcacheClientDecorator.DECORATE; diff --git a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/GetCompletionListener.java b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/GetCompletionListener.java index 406141cac2..b32b0bf6c8 100644 --- a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/GetCompletionListener.java +++ b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/GetCompletionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.spymemcached; import io.opentelemetry.trace.Span; diff --git a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcacheClientDecorator.java b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcacheClientDecorator.java index bc3bece8d0..f65a05794f 100644 --- a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcacheClientDecorator.java +++ b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcacheClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.spymemcached; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcachedClientInstrumentation.java b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcachedClientInstrumentation.java index 94d1bf586f..0d26a3db03 100644 --- a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcachedClientInstrumentation.java +++ b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/MemcachedClientInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.spymemcached; import static io.opentelemetry.auto.tooling.matcher.NameMatchers.namedOneOf; diff --git a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/OperationCompletionListener.java b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/OperationCompletionListener.java index 32e158d350..373c742672 100644 --- a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/OperationCompletionListener.java +++ b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/OperationCompletionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.spymemcached; import io.opentelemetry.trace.Span; diff --git a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/SyncCompletionListener.java b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/SyncCompletionListener.java index cd063b9714..03e84fddbb 100644 --- a/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/SyncCompletionListener.java +++ b/instrumentation/spymemcached-2.12/src/main/java/io/opentelemetry/auto/instrumentation/spymemcached/SyncCompletionListener.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.spymemcached; import io.opentelemetry.trace.Span; diff --git a/instrumentation/spymemcached-2.12/src/test/groovy/SpymemcachedTest.groovy b/instrumentation/spymemcached-2.12/src/test/groovy/SpymemcachedTest.groovy index d73ef42df8..eb2cb40465 100644 --- a/instrumentation/spymemcached-2.12/src/test/groovy/SpymemcachedTest.groovy +++ b/instrumentation/spymemcached-2.12/src/test/groovy/SpymemcachedTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.util.concurrent.MoreExecutors import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.instrumentation.spymemcached.CompletionListener diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/AbstractTraceAnnotationInstrumentation.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/AbstractTraceAnnotationInstrumentation.java index 8d50e3d7ec..ff0502dff8 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/AbstractTraceAnnotationInstrumentation.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/AbstractTraceAnnotationInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import static net.bytebuddy.matcher.ElementMatchers.isDeclaredBy; diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParser.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParser.java index 2f841f75fb..1814355849 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParser.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParser.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import com.google.common.collect.Maps; diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAdvice.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAdvice.java index c9789cf5b1..d45763b6ef 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAdvice.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import static io.opentelemetry.auto.instrumentation.traceannotation.TraceDecorator.DECORATE; diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAnnotationsInstrumentation.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAnnotationsInstrumentation.java index aedf1f8d32..b0249da445 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAnnotationsInstrumentation.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceAnnotationsInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceConfigInstrumentation.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceConfigInstrumentation.java index b82cdd039b..b8877179e9 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceConfigInstrumentation.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceConfigInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceDecorator.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceDecorator.java index bc01947316..bbb72d1106 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceDecorator.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/TraceDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAdvice.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAdvice.java index a9a1514e35..27fc528fec 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAdvice.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import static io.opentelemetry.auto.instrumentation.traceannotation.TraceDecorator.DECORATE; diff --git a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAnnotationInstrumentation.java b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAnnotationInstrumentation.java index 939561de45..b048d4f039 100644 --- a/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAnnotationInstrumentation.java +++ b/instrumentation/trace-annotation/src/main/java/io/opentelemetry/auto/instrumentation/traceannotation/WithSpanAnnotationInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation; import static java.util.Collections.singletonMap; diff --git a/instrumentation/trace-annotation/src/test/groovy/ConfiguredTraceAnnotationsTest.groovy b/instrumentation/trace-annotation/src/test/groovy/ConfiguredTraceAnnotationsTest.groovy index 18528eb0e6..d146498b9d 100644 --- a/instrumentation/trace-annotation/src/test/groovy/ConfiguredTraceAnnotationsTest.groovy +++ b/instrumentation/trace-annotation/src/test/groovy/ConfiguredTraceAnnotationsTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.traceannotation.TraceAnnotationsInstrumentation import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.ConfigUtils diff --git a/instrumentation/trace-annotation/src/test/groovy/TraceAnnotationsTest.groovy b/instrumentation/trace-annotation/src/test/groovy/TraceAnnotationsTest.groovy index 7336f03575..eda2ce7b74 100644 --- a/instrumentation/trace-annotation/src/test/groovy/TraceAnnotationsTest.groovy +++ b/instrumentation/trace-annotation/src/test/groovy/TraceAnnotationsTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.ConfigUtils import io.opentelemetry.test.annotation.SayTracedHello diff --git a/instrumentation/trace-annotation/src/test/groovy/TraceConfigTest.groovy b/instrumentation/trace-annotation/src/test/groovy/TraceConfigTest.groovy index e5ad8ba5f2..1796be4297 100644 --- a/instrumentation/trace-annotation/src/test/groovy/TraceConfigTest.groovy +++ b/instrumentation/trace-annotation/src/test/groovy/TraceConfigTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.ConfigUtils diff --git a/instrumentation/trace-annotation/src/test/groovy/TraceProvidersTest.groovy b/instrumentation/trace-annotation/src/test/groovy/TraceProvidersTest.groovy index 0fccc16aca..1902807c83 100644 --- a/instrumentation/trace-annotation/src/test/groovy/TraceProvidersTest.groovy +++ b/instrumentation/trace-annotation/src/test/groovy/TraceProvidersTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.ConfigUtils import io.opentelemetry.test.annotation.SayTracedHello diff --git a/instrumentation/trace-annotation/src/test/groovy/TracedMethodsExclusionTest.groovy b/instrumentation/trace-annotation/src/test/groovy/TracedMethodsExclusionTest.groovy index e8aeac597a..2af18ce970 100644 --- a/instrumentation/trace-annotation/src/test/groovy/TracedMethodsExclusionTest.groovy +++ b/instrumentation/trace-annotation/src/test/groovy/TracedMethodsExclusionTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentracing.contrib.dropwizard.Trace import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.ConfigUtils diff --git a/instrumentation/trace-annotation/src/test/groovy/WithSpanInstrumentationTest.groovy b/instrumentation/trace-annotation/src/test/groovy/WithSpanInstrumentationTest.groovy index c1e7bd10d4..0fcf2fbf6b 100644 --- a/instrumentation/trace-annotation/src/test/groovy/WithSpanInstrumentationTest.groovy +++ b/instrumentation/trace-annotation/src/test/groovy/WithSpanInstrumentationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.utils.ConfigUtils import io.opentelemetry.test.annotation.TracedWithSpan diff --git a/instrumentation/trace-annotation/src/test/groovy/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParserTest.groovy b/instrumentation/trace-annotation/src/test/groovy/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParserTest.groovy index 53421960db..7ab4eec296 100644 --- a/instrumentation/trace-annotation/src/test/groovy/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParserTest.groovy +++ b/instrumentation/trace-annotation/src/test/groovy/io/opentelemetry/auto/instrumentation/traceannotation/MethodsConfigurationParserTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.traceannotation diff --git a/instrumentation/trace-annotation/src/test/java/OuterClass.java b/instrumentation/trace-annotation/src/test/java/OuterClass.java index b659fba23b..cc8f01c0c4 100644 --- a/instrumentation/trace-annotation/src/test/java/OuterClass.java +++ b/instrumentation/trace-annotation/src/test/java/OuterClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/SayTracedHello.java b/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/SayTracedHello.java index 942609fb6b..d6c2b43b4d 100644 --- a/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/SayTracedHello.java +++ b/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/SayTracedHello.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.test.annotation; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/TracedWithSpan.java b/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/TracedWithSpan.java index fbc7e6bbfc..7f7c50110b 100644 --- a/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/TracedWithSpan.java +++ b/instrumentation/trace-annotation/src/test/java/io/opentelemetry/test/annotation/TracedWithSpan.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.test.annotation; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioAsyncInstrumentation.java b/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioAsyncInstrumentation.java index e53093c8b2..34ed202e2a 100644 --- a/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioAsyncInstrumentation.java +++ b/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioAsyncInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.twilio; import static io.opentelemetry.auto.instrumentation.twilio.TwilioClientDecorator.DECORATE; diff --git a/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioClientDecorator.java b/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioClientDecorator.java index 8bc003c4f4..0d02e3b59a 100644 --- a/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioClientDecorator.java +++ b/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioClientDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.twilio; import com.google.common.util.concurrent.ListenableFuture; diff --git a/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioSyncInstrumentation.java b/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioSyncInstrumentation.java index fc06c9d37a..a66019c1ed 100644 --- a/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioSyncInstrumentation.java +++ b/instrumentation/twilio-6.6/src/main/java/io/opentelemetry/auto/instrumentation/twilio/TwilioSyncInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.twilio; import static io.opentelemetry.auto.instrumentation.twilio.TwilioClientDecorator.DECORATE; diff --git a/instrumentation/twilio-6.6/src/test/groovy/test/TwilioClientTest.groovy b/instrumentation/twilio-6.6/src/test/groovy/test/TwilioClientTest.groovy index 40766a02f2..7a1c859b04 100644 --- a/instrumentation/twilio-6.6/src/test/groovy/test/TwilioClientTest.groovy +++ b/instrumentation/twilio-6.6/src/test/groovy/test/TwilioClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package test import com.fasterxml.jackson.databind.ObjectMapper diff --git a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultConsumerWrapper.java b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultConsumerWrapper.java index 9cf6711671..e2291be4e3 100644 --- a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultConsumerWrapper.java +++ b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultConsumerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.vertx.reactive; import static io.opentelemetry.auto.instrumentation.vertx.reactive.VertxDecorator.TRACER; diff --git a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultHandlerWrapper.java b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultHandlerWrapper.java index e871cfcfd5..e9c4ddfc4e 100644 --- a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultHandlerWrapper.java +++ b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/AsyncResultHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.vertx.reactive; import io.opentelemetry.context.Scope; diff --git a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxDecorator.java b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxDecorator.java index 9f9eca0680..672248e5a0 100644 --- a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxDecorator.java +++ b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.vertx.reactive; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxRxInstrumentation.java b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxRxInstrumentation.java index 48fa4e5001..08d9c4e6f1 100644 --- a/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxRxInstrumentation.java +++ b/instrumentation/vertx-reactive/src/main/java/io/opentelemetry/auto/instrumentation/vertx/reactive/VertxRxInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.vertx.reactive; import static io.opentelemetry.auto.instrumentation.vertx.reactive.VertxDecorator.TRACER; diff --git a/instrumentation/vertx-reactive/src/test/groovy/NettyServerTestInstrumentation.java b/instrumentation/vertx-reactive/src/test/groovy/NettyServerTestInstrumentation.java index b2f983feb9..37601f5972 100644 --- a/instrumentation/vertx-reactive/src/test/groovy/NettyServerTestInstrumentation.java +++ b/instrumentation/vertx-reactive/src/test/groovy/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static net.bytebuddy.matcher.ElementMatchers.named; import com.google.auto.service.AutoService; diff --git a/instrumentation/vertx-reactive/src/test/groovy/VertxReactivePropagationTest.groovy b/instrumentation/vertx-reactive/src/test/groovy/VertxReactivePropagationTest.groovy index 54e08728e8..11c719209d 100644 --- a/instrumentation/vertx-reactive/src/test/groovy/VertxReactivePropagationTest.groovy +++ b/instrumentation/vertx-reactive/src/test/groovy/VertxReactivePropagationTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.test.AgentTestRunner diff --git a/instrumentation/vertx-reactive/src/test/groovy/VertxReactiveWebServer.java b/instrumentation/vertx-reactive/src/test/groovy/VertxReactiveWebServer.java index 35edf972e4..6a352830a5 100644 --- a/instrumentation/vertx-reactive/src/test/groovy/VertxReactiveWebServer.java +++ b/instrumentation/vertx-reactive/src/test/groovy/VertxReactiveWebServer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static io.opentelemetry.auto.test.base.HttpServerTest.ServerEndpoint.SUCCESS; import io.opentelemetry.contrib.auto.annotations.WithSpan; diff --git a/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxCircuitBreakerWebClientTest.groovy b/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxCircuitBreakerWebClientTest.groovy index 451a18a7d5..2f2d7b9033 100644 --- a/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxCircuitBreakerWebClientTest.groovy +++ b/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxCircuitBreakerWebClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client import io.opentelemetry.auto.test.base.HttpClientTest diff --git a/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxWebClientTest.groovy b/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxWebClientTest.groovy index abbe21f3b1..8d36b2bbda 100644 --- a/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxWebClientTest.groovy +++ b/instrumentation/vertx-reactive/src/test/groovy/client/VertxRxWebClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client import io.opentelemetry.auto.test.base.HttpClientTest diff --git a/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxCircuitBreakerHttpServerTest.groovy b/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxCircuitBreakerHttpServerTest.groovy index 57f0060daf..e6e38fb3f2 100644 --- a/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxCircuitBreakerHttpServerTest.groovy +++ b/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxCircuitBreakerHttpServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxHttpServerTest.groovy b/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxHttpServerTest.groovy index 686a8ffb98..7eaf9ffe3f 100644 --- a/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxHttpServerTest.groovy +++ b/instrumentation/vertx-reactive/src/test/groovy/server/VertxRxHttpServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RouteInstrumentation.java b/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RouteInstrumentation.java index 725e59f676..17e6897abc 100644 --- a/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RouteInstrumentation.java +++ b/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RouteInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.vertx; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.hasClassesNamed; diff --git a/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RoutingContextHandlerWrapper.java b/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RoutingContextHandlerWrapper.java index a1bc0c8329..20b6251038 100644 --- a/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RoutingContextHandlerWrapper.java +++ b/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/RoutingContextHandlerWrapper.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.vertx; import static io.opentelemetry.auto.instrumentation.vertx.VertxDecorator.TRACER; diff --git a/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/VertxDecorator.java b/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/VertxDecorator.java index 605c870edd..39b0949ff9 100644 --- a/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/VertxDecorator.java +++ b/instrumentation/vertx/src/main/java/io/opentelemetry/auto/instrumentation/vertx/VertxDecorator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.instrumentation.vertx; import io.opentelemetry.OpenTelemetry; diff --git a/instrumentation/vertx/src/test/groovy/client/VertxHttpClientTest.groovy b/instrumentation/vertx/src/test/groovy/client/VertxHttpClientTest.groovy index 2bf32cae07..e4329568bc 100644 --- a/instrumentation/vertx/src/test/groovy/client/VertxHttpClientTest.groovy +++ b/instrumentation/vertx/src/test/groovy/client/VertxHttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package client import io.opentelemetry.auto.test.base.HttpClientTest diff --git a/instrumentation/vertx/src/test/groovy/server/NettyServerTestInstrumentation.java b/instrumentation/vertx/src/test/groovy/server/NettyServerTestInstrumentation.java index f41e8fdc32..d031f2dd7c 100644 --- a/instrumentation/vertx/src/test/groovy/server/NettyServerTestInstrumentation.java +++ b/instrumentation/vertx/src/test/groovy/server/NettyServerTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/instrumentation/vertx/src/test/groovy/server/VertxHttpServerTest.groovy b/instrumentation/vertx/src/test/groovy/server/VertxHttpServerTest.groovy index ebb6824e86..c4920e1fa3 100644 --- a/instrumentation/vertx/src/test/groovy/server/VertxHttpServerTest.groovy +++ b/instrumentation/vertx/src/test/groovy/server/VertxHttpServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.test.base.HttpServerTest diff --git a/instrumentation/vertx/src/test/groovy/server/VertxWebServer.java b/instrumentation/vertx/src/test/groovy/server/VertxWebServer.java index d8cbc098b9..b0dce60c96 100644 --- a/instrumentation/vertx/src/test/groovy/server/VertxWebServer.java +++ b/instrumentation/vertx/src/test/groovy/server/VertxWebServer.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server; import static io.opentelemetry.auto.test.base.HttpServerTest.ServerEndpoint.ERROR; diff --git a/java-agent/src/main/java/io/opentelemetry/auto/bootstrap/AgentBootstrap.java b/java-agent/src/main/java/io/opentelemetry/auto/bootstrap/AgentBootstrap.java index ca6b9b69a2..d7ae0b6624 100644 --- a/java-agent/src/main/java/io/opentelemetry/auto/bootstrap/AgentBootstrap.java +++ b/java-agent/src/main/java/io/opentelemetry/auto/bootstrap/AgentBootstrap.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.bootstrap; import java.io.BufferedReader; diff --git a/java-agent/src/test/groovy/io/opentelemetry/auto/AgentLoadedIntoBootstrapTest.groovy b/java-agent/src/test/groovy/io/opentelemetry/auto/AgentLoadedIntoBootstrapTest.groovy index 6cb689158e..cca857c63b 100644 --- a/java-agent/src/test/groovy/io/opentelemetry/auto/AgentLoadedIntoBootstrapTest.groovy +++ b/java-agent/src/test/groovy/io/opentelemetry/auto/AgentLoadedIntoBootstrapTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto import io.opentelemetry.auto.bootstrap.AgentBootstrap diff --git a/java-agent/src/test/groovy/io/opentelemetry/auto/LogLevelTest.groovy b/java-agent/src/test/groovy/io/opentelemetry/auto/LogLevelTest.groovy index eb6876dd21..8edb11143a 100644 --- a/java-agent/src/test/groovy/io/opentelemetry/auto/LogLevelTest.groovy +++ b/java-agent/src/test/groovy/io/opentelemetry/auto/LogLevelTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto import io.opentelemetry.auto.test.IntegrationTestUtils diff --git a/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ClassLoadingTest.groovy b/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ClassLoadingTest.groovy index 415da7c447..1b32baca89 100644 --- a/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ClassLoadingTest.groovy +++ b/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ClassLoadingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.integration.classloading import io.opentelemetry.auto.util.gc.GCUtils diff --git a/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ShadowPackageRenamingTest.groovy b/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ShadowPackageRenamingTest.groovy index 5664a60f94..f02721d4b8 100644 --- a/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ShadowPackageRenamingTest.groovy +++ b/java-agent/src/test/groovy/io/opentelemetry/auto/integration/classloading/ShadowPackageRenamingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.integration.classloading import com.google.common.collect.MapMaker diff --git a/java-agent/src/test/groovy/io/opentelemetry/auto/integration/muzzle/MuzzleBytecodeTransformTest.groovy b/java-agent/src/test/groovy/io/opentelemetry/auto/integration/muzzle/MuzzleBytecodeTransformTest.groovy index 55e975f2de..12561fa0c9 100644 --- a/java-agent/src/test/groovy/io/opentelemetry/auto/integration/muzzle/MuzzleBytecodeTransformTest.groovy +++ b/java-agent/src/test/groovy/io/opentelemetry/auto/integration/muzzle/MuzzleBytecodeTransformTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.integration.muzzle import io.opentelemetry.auto.bootstrap.instrumentation.SafeServiceLoader diff --git a/java-agent/src/test/java/io/opentelemetry/auto/test/IntegrationTestUtils.java b/java-agent/src/test/java/io/opentelemetry/auto/test/IntegrationTestUtils.java index 6602de9e10..38d94b5c17 100644 --- a/java-agent/src/test/java/io/opentelemetry/auto/test/IntegrationTestUtils.java +++ b/java-agent/src/test/java/io/opentelemetry/auto/test/IntegrationTestUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test; import java.io.BufferedReader; diff --git a/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrument.java b/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrument.java index 5964871aec..c1df32ce49 100644 --- a/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrument.java +++ b/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrument.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.test; import io.opentracing.contrib.dropwizard.Trace; diff --git a/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrumentChild.java b/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrumentChild.java index 5dd9b4f3f3..106f5bb33a 100644 --- a/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrumentChild.java +++ b/java-agent/src/test/java/io/opentelemetry/test/ClassToInstrumentChild.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.test; /** diff --git a/java-agent/src/test/java/jvmbootstraptest/AgentLoadedChecker.java b/java-agent/src/test/java/jvmbootstraptest/AgentLoadedChecker.java index 6e9bfc9c87..1b5d960fa5 100644 --- a/java-agent/src/test/java/jvmbootstraptest/AgentLoadedChecker.java +++ b/java-agent/src/test/java/jvmbootstraptest/AgentLoadedChecker.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package jvmbootstraptest; import java.net.URL; diff --git a/java-agent/src/test/java/jvmbootstraptest/LogLevelChecker.java b/java-agent/src/test/java/jvmbootstraptest/LogLevelChecker.java index 3792e0f48a..811e308d87 100644 --- a/java-agent/src/test/java/jvmbootstraptest/LogLevelChecker.java +++ b/java-agent/src/test/java/jvmbootstraptest/LogLevelChecker.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package jvmbootstraptest; public class LogLevelChecker { diff --git a/java-agent/src/test/java/jvmbootstraptest/MyClassLoaderIsNotBootstrap.java b/java-agent/src/test/java/jvmbootstraptest/MyClassLoaderIsNotBootstrap.java index 3d95fcefc3..506eb863d7 100644 --- a/java-agent/src/test/java/jvmbootstraptest/MyClassLoaderIsNotBootstrap.java +++ b/java-agent/src/test/java/jvmbootstraptest/MyClassLoaderIsNotBootstrap.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package jvmbootstraptest; public class MyClassLoaderIsNotBootstrap { diff --git a/load-generator/src/main/java/io/opentelemetry/loadgenerator/LoadGenerator.java b/load-generator/src/main/java/io/opentelemetry/loadgenerator/LoadGenerator.java index 0a143e5a99..cf50ca5495 100644 --- a/load-generator/src/main/java/io/opentelemetry/loadgenerator/LoadGenerator.java +++ b/load-generator/src/main/java/io/opentelemetry/loadgenerator/LoadGenerator.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.loadgenerator; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/smoke-tests/cli/src/main/java/io/opentelemetry/smoketest/cli/CliApplication.java b/smoke-tests/cli/src/main/java/io/opentelemetry/smoketest/cli/CliApplication.java index bdd5082045..066f0fd273 100644 --- a/smoke-tests/cli/src/main/java/io/opentelemetry/smoketest/cli/CliApplication.java +++ b/smoke-tests/cli/src/main/java/io/opentelemetry/smoketest/cli/CliApplication.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest.cli; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/smoke-tests/cli/src/test/groovy/io/opentelemetry/smoketest/CliApplicationSmokeTest.groovy b/smoke-tests/cli/src/test/groovy/io/opentelemetry/smoketest/CliApplicationSmokeTest.groovy index 8f0a69ab2e..99627351ec 100644 --- a/smoke-tests/cli/src/test/groovy/io/opentelemetry/smoketest/CliApplicationSmokeTest.groovy +++ b/smoke-tests/cli/src/test/groovy/io/opentelemetry/smoketest/CliApplicationSmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest import spock.lang.Timeout diff --git a/smoke-tests/java9-modules/src/main/java9/io/opentelemetry/smoketest/moduleapp/ModuleApplication.java b/smoke-tests/java9-modules/src/main/java9/io/opentelemetry/smoketest/moduleapp/ModuleApplication.java index 8159980ea9..6afadc76e7 100644 --- a/smoke-tests/java9-modules/src/main/java9/io/opentelemetry/smoketest/moduleapp/ModuleApplication.java +++ b/smoke-tests/java9-modules/src/main/java9/io/opentelemetry/smoketest/moduleapp/ModuleApplication.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest.moduleapp; public class ModuleApplication { diff --git a/smoke-tests/java9-modules/src/test/groovy/io/opentelemetry/smoketest/Java9ModulesSmokeTest.groovy b/smoke-tests/java9-modules/src/test/groovy/io/opentelemetry/smoketest/Java9ModulesSmokeTest.groovy index ffd4426cbf..fa8d95bb36 100644 --- a/smoke-tests/java9-modules/src/test/groovy/io/opentelemetry/smoketest/Java9ModulesSmokeTest.groovy +++ b/smoke-tests/java9-modules/src/test/groovy/io/opentelemetry/smoketest/Java9ModulesSmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest import spock.lang.Timeout diff --git a/smoke-tests/play/src/test/groovy/io/opentelemetry/smoketest/PlaySmokeTest.groovy b/smoke-tests/play/src/test/groovy/io/opentelemetry/smoketest/PlaySmokeTest.groovy index c711a253db..b3ec7e950f 100644 --- a/smoke-tests/play/src/test/groovy/io/opentelemetry/smoketest/PlaySmokeTest.groovy +++ b/smoke-tests/play/src/test/groovy/io/opentelemetry/smoketest/PlaySmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest import okhttp3.Request diff --git a/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/SpringbootApplication.java b/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/SpringbootApplication.java index 1f252b2a6b..ce4431f6c9 100644 --- a/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/SpringbootApplication.java +++ b/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/SpringbootApplication.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest.springboot; import java.lang.management.ManagementFactory; diff --git a/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/controller/WebController.java b/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/controller/WebController.java index 59d7408dff..2c8f521f75 100644 --- a/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/controller/WebController.java +++ b/smoke-tests/springboot/src/main/java/io/opentelemetry/smoketest/springboot/controller/WebController.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest.springboot.controller; import org.springframework.web.bind.annotation.RequestMapping; diff --git a/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeTest.groovy b/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeTest.groovy index c4593ea463..6e5f642a47 100644 --- a/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeTest.groovy +++ b/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest import okhttp3.Request diff --git a/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeWithEmbeddedExporterTest.groovy b/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeWithEmbeddedExporterTest.groovy index 301a27abf2..6ca4ec875d 100644 --- a/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeWithEmbeddedExporterTest.groovy +++ b/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootSmokeWithEmbeddedExporterTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest import okhttp3.Request diff --git a/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootWithSamplingSmokeTest.groovy b/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootWithSamplingSmokeTest.groovy index f54429dd8a..a93bd34f6f 100644 --- a/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootWithSamplingSmokeTest.groovy +++ b/smoke-tests/springboot/src/test/groovy/io/opentelemetry/smoketest/SpringBootWithSamplingSmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest import okhttp3.Request diff --git a/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractServerSmokeTest.groovy b/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractServerSmokeTest.groovy index 5ed2ef31ad..9d5db77019 100644 --- a/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractServerSmokeTest.groovy +++ b/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractServerSmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest diff --git a/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractSmokeTest.groovy b/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractSmokeTest.groovy index e808214f8e..6888f9cfb1 100644 --- a/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractSmokeTest.groovy +++ b/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/AbstractSmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest diff --git a/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/SpanCounter.groovy b/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/SpanCounter.groovy index 3c99292cb9..10e56b1e5f 100644 --- a/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/SpanCounter.groovy +++ b/smoke-tests/src/main/groovy/io/opentelemetry/smoketest/SpanCounter.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest class SpanCounter { diff --git a/smoke-tests/wildfly/src/test/groovy/io/opentelemetry/smoketest/WildflySmokeTest.groovy b/smoke-tests/wildfly/src/test/groovy/io/opentelemetry/smoketest/WildflySmokeTest.groovy index 9e08aa1213..6e80caaf6f 100644 --- a/smoke-tests/wildfly/src/test/groovy/io/opentelemetry/smoketest/WildflySmokeTest.groovy +++ b/smoke-tests/wildfly/src/test/groovy/io/opentelemetry/smoketest/WildflySmokeTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.smoketest import io.opentelemetry.auto.test.utils.PortUtils diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/AgentTestRunner.java b/testing/src/main/groovy/io/opentelemetry/auto/test/AgentTestRunner.java index ecf1829910..a979732c71 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/AgentTestRunner.java +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/AgentTestRunner.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test; import ch.qos.logback.classic.Level; diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/InMemoryExporter.java b/testing/src/main/groovy/io/opentelemetry/auto/test/InMemoryExporter.java index 5700612e94..a6e66b5656 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/InMemoryExporter.java +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/InMemoryExporter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test; import com.google.common.base.Predicate; diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/InstrumentationTestRunner.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/InstrumentationTestRunner.groovy index 7771eb629f..3983c2b001 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/InstrumentationTestRunner.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/InstrumentationTestRunner.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test import com.google.common.base.Predicate diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/SpockRunner.java b/testing/src/main/groovy/io/opentelemetry/auto/test/SpockRunner.java index a69696e699..c03ac3e3f7 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/SpockRunner.java +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/SpockRunner.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test; import com.google.common.reflect.ClassPath; diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/EventAssert.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/EventAssert.groovy index 7f9cf4a90b..4c5fe0976d 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/EventAssert.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/EventAssert.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.asserts import groovy.transform.stc.ClosureParams diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/InMemoryExporterAssert.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/InMemoryExporterAssert.groovy index bb67d8e3fc..4e837a5430 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/InMemoryExporterAssert.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/InMemoryExporterAssert.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.asserts import com.google.common.base.Predicate diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/SpanAssert.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/SpanAssert.groovy index 46c25e77b9..77fa093b5b 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/SpanAssert.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/SpanAssert.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.asserts import groovy.transform.stc.ClosureParams diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TagsAssert.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TagsAssert.groovy index dd14f180e7..961ad2e34f 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TagsAssert.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TagsAssert.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.asserts import groovy.transform.stc.ClosureParams diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TraceAssert.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TraceAssert.groovy index ebd770cc25..4d26eeec65 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TraceAssert.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/asserts/TraceAssert.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.asserts import com.google.common.base.Stopwatch diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpClientTest.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpClientTest.groovy index df4ac534cd..31d090e283 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpClientTest.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpClientTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.base import io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTest.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTest.groovy index a460f0eb30..4f5600f1d8 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTest.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.base import ch.qos.logback.classic.Level diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTestAdvice.java b/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTestAdvice.java index 72d7d6995f..ca2f4574ab 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTestAdvice.java +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/base/HttpServerTestAdvice.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.base; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/log/events/LogEventsTestBase.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/log/events/LogEventsTestBase.groovy index 13abef9b28..65efbdc227 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/log/events/LogEventsTestBase.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/log/events/LogEventsTestBase.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.log.events diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/log/injection/LogContextInjectionTestBase.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/log/injection/LogContextInjectionTestBase.groovy index 7f861a6676..9fe2a01802 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/log/injection/LogContextInjectionTestBase.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/log/injection/LogContextInjectionTestBase.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.log.injection diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/server/http/TestHttpServer.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/server/http/TestHttpServer.groovy index f660026b49..dd1e623c6a 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/server/http/TestHttpServer.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/server/http/TestHttpServer.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.server.http import io.opentelemetry.OpenTelemetry diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ClasspathUtils.java b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ClasspathUtils.java index 5b9f538941..2ff6b21770 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ClasspathUtils.java +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ClasspathUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.utils; import static com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH; diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ConfigUtils.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ConfigUtils.groovy index bc882f0440..ca6eb08754 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ConfigUtils.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/ConfigUtils.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.utils import io.opentelemetry.auto.config.Config diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/OkHttpUtils.java b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/OkHttpUtils.java index 0319021566..21f0bc1c6c 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/OkHttpUtils.java +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/OkHttpUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.utils; import java.util.concurrent.TimeUnit; diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/PortUtils.java b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/PortUtils.java index 2bc179279b..3a620694c4 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/PortUtils.java +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/PortUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.utils; import java.io.IOException; diff --git a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/TraceUtils.groovy b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/TraceUtils.groovy index 4f06ab5ddc..2ef8dc26ea 100644 --- a/testing/src/main/groovy/io/opentelemetry/auto/test/utils/TraceUtils.groovy +++ b/testing/src/main/groovy/io/opentelemetry/auto/test/utils/TraceUtils.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.utils diff --git a/testing/src/main/java/io/opentelemetry/auto/test/server/http/HttpServletRequestExtractAdapter.java b/testing/src/main/java/io/opentelemetry/auto/test/server/http/HttpServletRequestExtractAdapter.java index 29c4cf9ba9..6cded3cd72 100644 --- a/testing/src/main/java/io/opentelemetry/auto/test/server/http/HttpServletRequestExtractAdapter.java +++ b/testing/src/main/java/io/opentelemetry/auto/test/server/http/HttpServletRequestExtractAdapter.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.test.server.http; import io.opentelemetry.context.propagation.HttpTextFormat; diff --git a/testing/src/test/groovy/AgentTestRunnerTest.groovy b/testing/src/test/groovy/AgentTestRunnerTest.groovy index 835a06ae9c..858098dd27 100644 --- a/testing/src/test/groovy/AgentTestRunnerTest.groovy +++ b/testing/src/test/groovy/AgentTestRunnerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.google.common.reflect.ClassPath import io.opentelemetry.auto.test.AgentTestRunner import io.opentelemetry.auto.test.SpockRunner diff --git a/testing/src/test/groovy/InstrumentOldBytecode.groovy b/testing/src/test/groovy/InstrumentOldBytecode.groovy index 650139911c..2fa3ffcbf4 100644 --- a/testing/src/test/groovy/InstrumentOldBytecode.groovy +++ b/testing/src/test/groovy/InstrumentOldBytecode.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import com.ibm.as400.resource.ResourceLevel import io.opentelemetry.auto.test.AgentTestRunner diff --git a/testing/src/test/groovy/context/FieldBackedProviderTest.groovy b/testing/src/test/groovy/context/FieldBackedProviderTest.groovy index fb05d979d6..a887a76edc 100644 --- a/testing/src/test/groovy/context/FieldBackedProviderTest.groovy +++ b/testing/src/test/groovy/context/FieldBackedProviderTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package context import io.opentelemetry.auto.test.AgentTestRunner diff --git a/testing/src/test/groovy/muzzle/ReferenceCreatorTest.groovy b/testing/src/test/groovy/muzzle/ReferenceCreatorTest.groovy index 0dd8eed66b..42f0d6e4dc 100644 --- a/testing/src/test/groovy/muzzle/ReferenceCreatorTest.groovy +++ b/testing/src/test/groovy/muzzle/ReferenceCreatorTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package muzzle import io.opentelemetry.auto.test.AgentTestRunner diff --git a/testing/src/test/groovy/muzzle/ReferenceMatcherTest.groovy b/testing/src/test/groovy/muzzle/ReferenceMatcherTest.groovy index 451f223f42..6d80cbe624 100644 --- a/testing/src/test/groovy/muzzle/ReferenceMatcherTest.groovy +++ b/testing/src/test/groovy/muzzle/ReferenceMatcherTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package muzzle import io.opentelemetry.auto.test.AgentTestRunner diff --git a/testing/src/test/groovy/server/ServerTest.groovy b/testing/src/test/groovy/server/ServerTest.groovy index 1d507abc06..f9139aa06f 100644 --- a/testing/src/test/groovy/server/ServerTest.groovy +++ b/testing/src/test/groovy/server/ServerTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package server import io.opentelemetry.auto.test.AgentTestRunner diff --git a/testing/src/test/java/IBMResourceLevelInstrumentation.java b/testing/src/test/java/IBMResourceLevelInstrumentation.java index 5de6ecb6e8..63a4ba6a6e 100644 --- a/testing/src/test/java/IBMResourceLevelInstrumentation.java +++ b/testing/src/test/java/IBMResourceLevelInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import static java.util.Collections.singletonMap; import static net.bytebuddy.matcher.ElementMatchers.named; diff --git a/testing/src/test/java/config/exclude/SomeClass.java b/testing/src/test/java/config/exclude/SomeClass.java index 2c66f8da18..c608b737dc 100644 --- a/testing/src/test/java/config/exclude/SomeClass.java +++ b/testing/src/test/java/config/exclude/SomeClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package config.exclude; import io.opentracing.contrib.dropwizard.Trace; diff --git a/testing/src/test/java/config/exclude/packagename/SomeClass.java b/testing/src/test/java/config/exclude/packagename/SomeClass.java index 564c3871b6..d69b745172 100644 --- a/testing/src/test/java/config/exclude/packagename/SomeClass.java +++ b/testing/src/test/java/config/exclude/packagename/SomeClass.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package config.exclude.packagename; import io.opentracing.contrib.dropwizard.Trace; diff --git a/testing/src/test/java/context/ContextTestInstrumentation.java b/testing/src/test/java/context/ContextTestInstrumentation.java index eee18cd468..77d1e6adc4 100644 --- a/testing/src/test/java/context/ContextTestInstrumentation.java +++ b/testing/src/test/java/context/ContextTestInstrumentation.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package context; import static net.bytebuddy.matcher.ElementMatchers.nameStartsWith; diff --git a/testing/src/test/java/muzzle/MuzzleWeakReferenceTest.java b/testing/src/test/java/muzzle/MuzzleWeakReferenceTest.java index 2fd126ef3c..2658ced8d1 100644 --- a/testing/src/test/java/muzzle/MuzzleWeakReferenceTest.java +++ b/testing/src/test/java/muzzle/MuzzleWeakReferenceTest.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package muzzle; import io.opentelemetry.auto.tooling.muzzle.Reference; diff --git a/testing/src/test/java/muzzle/TestClasses.java b/testing/src/test/java/muzzle/TestClasses.java index 6a7159a9fd..57b9cd42ce 100644 --- a/testing/src/test/java/muzzle/TestClasses.java +++ b/testing/src/test/java/muzzle/TestClasses.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package muzzle; import net.bytebuddy.asm.Advice; diff --git a/utils/test-utils/src/main/groovy/io/opentelemetry/auto/util/test/AgentSpecification.groovy b/utils/test-utils/src/main/groovy/io/opentelemetry/auto/util/test/AgentSpecification.groovy index 7b3956925d..fa696c5c8c 100644 --- a/utils/test-utils/src/main/groovy/io/opentelemetry/auto/util/test/AgentSpecification.groovy +++ b/utils/test-utils/src/main/groovy/io/opentelemetry/auto/util/test/AgentSpecification.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.util.test import net.bytebuddy.agent.ByteBuddyAgent diff --git a/utils/test-utils/src/main/java/io/opentelemetry/auto/util/gc/GCUtils.java b/utils/test-utils/src/main/java/io/opentelemetry/auto/util/gc/GCUtils.java index 7922463f25..7265ad1911 100644 --- a/utils/test-utils/src/main/java/io/opentelemetry/auto/util/gc/GCUtils.java +++ b/utils/test-utils/src/main/java/io/opentelemetry/auto/util/gc/GCUtils.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.util.gc; import java.lang.ref.WeakReference; diff --git a/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/CommonTaskExecutor.java b/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/CommonTaskExecutor.java index a6aeebd374..e31f5c6501 100644 --- a/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/CommonTaskExecutor.java +++ b/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/CommonTaskExecutor.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.common.exec; import java.lang.ref.WeakReference; diff --git a/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/DaemonThreadFactory.java b/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/DaemonThreadFactory.java index 41fa9f2d76..44dc8a2d9f 100644 --- a/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/DaemonThreadFactory.java +++ b/utils/thread-utils/src/main/java/io/opentelemetry/auto/common/exec/DaemonThreadFactory.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.common.exec; import java.util.concurrent.ThreadFactory; diff --git a/utils/thread-utils/src/test/groovy/io/opentelemetry/auto/common/exec/PeriodicSchedulingTest.groovy b/utils/thread-utils/src/test/groovy/io/opentelemetry/auto/common/exec/PeriodicSchedulingTest.groovy index 6ec4c1e649..eb1cd2fe54 100644 --- a/utils/thread-utils/src/test/groovy/io/opentelemetry/auto/common/exec/PeriodicSchedulingTest.groovy +++ b/utils/thread-utils/src/test/groovy/io/opentelemetry/auto/common/exec/PeriodicSchedulingTest.groovy @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.opentelemetry.auto.common.exec import io.opentelemetry.auto.util.gc.GCUtils