Newline between license and package. (#581)

This commit is contained in:
Anuraag Agrawal 2020-06-26 05:31:16 +09:00 committed by GitHub
parent 680e3ee3d2
commit 874b157fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
986 changed files with 986 additions and 0 deletions

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import java.lang.instrument.Instrumentation; import java.lang.instrument.Instrumentation;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import java.io.File; import java.io.File;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import org.slf4j.Logger; import org.slf4j.Logger;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
/** Marker interface to show that fields for FieldBackedContextStore have been applied to a class */ /** Marker interface to show that fields for FieldBackedContextStore have been applied to a class */

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
/** Instrumentation Context API */ /** Instrumentation Context API */

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import java.text.MessageFormat; import java.text.MessageFormat;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import java.util.concurrent.Callable; import java.util.concurrent.Callable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import java.util.Collections; import java.util.Collections;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation; package io.opentelemetry.auto.bootstrap.instrumentation;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.api; package io.opentelemetry.auto.bootstrap.instrumentation.api;
public final class Pair<T, U> { public final class Pair<T, U> {

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import static io.opentelemetry.OpenTelemetry.getPropagators; import static io.opentelemetry.OpenTelemetry.getPropagators;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import io.grpc.Context; import io.grpc.Context;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import io.opentelemetry.auto.instrumentation.api.Tags; import io.opentelemetry.auto.instrumentation.api.Tags;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import static io.opentelemetry.trace.Span.Kind.CLIENT; import static io.opentelemetry.trace.Span.Kind.CLIENT;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import io.opentelemetry.auto.config.Config; import io.opentelemetry.auto.config.Config;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import io.opentelemetry.auto.config.Config; import io.opentelemetry.auto.config.Config;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import static io.opentelemetry.OpenTelemetry.getPropagators; import static io.opentelemetry.OpenTelemetry.getPropagators;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
public abstract class OrmClientDecorator extends DatabaseClientDecorator { public abstract class OrmClientDecorator extends DatabaseClientDecorator {

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
import io.opentelemetry.trace.Span; import io.opentelemetry.trace.Span;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent;
import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent;
import java.util.concurrent.Callable; import java.util.concurrent.Callable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent;
import static io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.AdviceUtils.TRACER; import static io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent.AdviceUtils.TRACER;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent;
/** Used by ThreadPoolExecutorInstrumentation to check executor support */ /** Used by ThreadPoolExecutorInstrumentation to check executor support */

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent; package io.opentelemetry.auto.bootstrap.instrumentation.java.concurrent;
import io.opentelemetry.auto.bootstrap.ContextStore; import io.opentelemetry.auto.bootstrap.ContextStore;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.jdbc; package io.opentelemetry.auto.bootstrap.instrumentation.jdbc;
import lombok.Builder; import lombok.Builder;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.jdbc; package io.opentelemetry.auto.bootstrap.instrumentation.jdbc;
import static io.opentelemetry.auto.bootstrap.instrumentation.jdbc.DBInfo.DEFAULT; import static io.opentelemetry.auto.bootstrap.instrumentation.jdbc.DBInfo.DEFAULT;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.logging; package io.opentelemetry.auto.bootstrap.instrumentation.logging;
// this is a marker class that can be used across different logging instrumentations in order to // this is a marker class that can be used across different logging instrumentations in order to

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.rmi; package io.opentelemetry.auto.bootstrap.instrumentation.rmi;
import io.opentelemetry.trace.SpanContext; import io.opentelemetry.trace.SpanContext;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.spi; package io.opentelemetry.auto.bootstrap.spi;
import io.opentelemetry.context.propagation.ContextPropagators; import io.opentelemetry.context.propagation.ContextPropagators;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.config; package io.opentelemetry.auto.config;
import java.io.File; import java.io.File;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.instrumentation.api; package io.opentelemetry.auto.instrumentation.api;
// standard log field names from OpenTracing (see io.opentracing.log.Fields) // standard log field names from OpenTracing (see io.opentracing.log.Fields)

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.instrumentation.api; package io.opentelemetry.auto.instrumentation.api;
public class MoreTags { public class MoreTags {

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.instrumentation.api; package io.opentelemetry.auto.instrumentation.api;
import io.opentelemetry.context.Scope; import io.opentelemetry.context.Scope;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.instrumentation.api; package io.opentelemetry.auto.instrumentation.api;
// standard tag names (and span kind values) from OpenTracing (see io.opentracing.tag.Tags) // standard tag names (and span kind values) from OpenTracing (see io.opentracing.tag.Tags)

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap package io.opentelemetry.auto.bootstrap
import spock.lang.Specification import spock.lang.Specification

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap package io.opentelemetry.auto.bootstrap
import spock.lang.Specification import spock.lang.Specification

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap package io.opentelemetry.auto.bootstrap
import spock.lang.Specification import spock.lang.Specification

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator package io.opentelemetry.auto.bootstrap.instrumentation.decorator
import io.opentelemetry.auto.instrumentation.api.MoreTags import io.opentelemetry.auto.instrumentation.api.MoreTags

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator package io.opentelemetry.auto.bootstrap.instrumentation.decorator
import io.grpc.Context import io.grpc.Context

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator package io.opentelemetry.auto.bootstrap.instrumentation.decorator
import io.opentelemetry.auto.instrumentation.api.Tags import io.opentelemetry.auto.instrumentation.api.Tags

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator package io.opentelemetry.auto.bootstrap.instrumentation.decorator
import io.opentelemetry.auto.config.Config import io.opentelemetry.auto.config.Config

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator package io.opentelemetry.auto.bootstrap.instrumentation.decorator
import io.opentelemetry.auto.config.Config import io.opentelemetry.auto.config.Config

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator package io.opentelemetry.auto.bootstrap.instrumentation.decorator
class OrmClientDecoratorTest extends DatabaseClientDecoratorTest { class OrmClientDecoratorTest extends DatabaseClientDecoratorTest {

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator; package io.opentelemetry.auto.bootstrap.instrumentation.decorator;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap.instrumentation.decorator package io.opentelemetry.auto.bootstrap.instrumentation.decorator

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.config package io.opentelemetry.auto.config
import io.opentelemetry.auto.util.test.AgentSpecification import io.opentelemetry.auto.util.test.AgentSpecification

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.bootstrap; package io.opentelemetry.auto.bootstrap;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.skipClassLoader; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.skipClassLoader;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import io.opentelemetry.auto.bootstrap.WeakCache; import io.opentelemetry.auto.bootstrap.WeakCache;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import java.util.ArrayDeque; import java.util.ArrayDeque;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import io.opentelemetry.auto.bootstrap.PatchLogger; import io.opentelemetry.auto.bootstrap.PatchLogger;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import io.opentelemetry.auto.config.Config; import io.opentelemetry.auto.config.Config;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import static io.opentelemetry.auto.tooling.ShadingRemapper.rule; import static io.opentelemetry.auto.tooling.ShadingRemapper.rule;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import com.google.auto.service.AutoService; import com.google.auto.service.AutoService;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import static io.opentelemetry.auto.bootstrap.WeakMap.Provider.newWeakMap; import static io.opentelemetry.auto.bootstrap.WeakMap.Provider.newWeakMap;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.failSafe; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.failSafe;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableMap;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import java.util.Map; import java.util.Map;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import io.opentelemetry.auto.bootstrap.spi.TracerCustomizer; import io.opentelemetry.auto.bootstrap.spi.TracerCustomizer;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import static net.bytebuddy.matcher.ElementMatchers.named; import static net.bytebuddy.matcher.ElementMatchers.named;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import java.io.BufferedReader; import java.io.BufferedReader;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling; package io.opentelemetry.auto.tooling;
import com.blogspot.mydailyjava.weaklockfree.WeakConcurrentMap; import com.blogspot.mydailyjava.weaklockfree.WeakConcurrentMap;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy; package io.opentelemetry.auto.tooling.bytebuddy;
import static net.bytebuddy.agent.builder.AgentBuilder.PoolStrategy; import static net.bytebuddy.agent.builder.AgentBuilder.PoolStrategy;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy; package io.opentelemetry.auto.tooling.bytebuddy;
import io.opentelemetry.auto.tooling.Utils; import io.opentelemetry.auto.tooling.Utils;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy; package io.opentelemetry.auto.tooling.bytebuddy;
import net.bytebuddy.agent.builder.AgentBuilder; import net.bytebuddy.agent.builder.AgentBuilder;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy; package io.opentelemetry.auto.tooling.bytebuddy;
import io.opentelemetry.auto.bootstrap.ExceptionLogger; import io.opentelemetry.auto.bootstrap.ExceptionLogger;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy.matcher; package io.opentelemetry.auto.tooling.bytebuddy.matcher;
import static net.bytebuddy.matcher.ElementMatchers.isInterface; import static net.bytebuddy.matcher.ElementMatchers.isInterface;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy.matcher; package io.opentelemetry.auto.tooling.bytebuddy.matcher;
import static io.opentelemetry.auto.tooling.bytebuddy.matcher.SafeHasSuperTypeMatcher.safeGetSuperClass; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.SafeHasSuperTypeMatcher.safeGetSuperClass;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy.matcher; package io.opentelemetry.auto.tooling.bytebuddy.matcher;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy.matcher; package io.opentelemetry.auto.tooling.bytebuddy.matcher;
import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.safeTypeDefinitionName; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.safeTypeDefinitionName;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy.matcher; package io.opentelemetry.auto.tooling.bytebuddy.matcher;
import static io.opentelemetry.auto.tooling.bytebuddy.matcher.SafeHasSuperTypeMatcher.safeGetSuperClass; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.SafeHasSuperTypeMatcher.safeGetSuperClass;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.bytebuddy.matcher; package io.opentelemetry.auto.tooling.bytebuddy.matcher;
import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.safeTypeDefinitionName; import static io.opentelemetry.auto.tooling.bytebuddy.matcher.AgentElementMatchers.safeTypeDefinitionName;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.context; package io.opentelemetry.auto.tooling.context;
import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.BOOTSTRAP_CLASSLOADER; import static io.opentelemetry.auto.tooling.ClassLoaderMatcher.BOOTSTRAP_CLASSLOADER;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.context; package io.opentelemetry.auto.tooling.context;
import net.bytebuddy.agent.builder.AgentBuilder; import net.bytebuddy.agent.builder.AgentBuilder;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.context; package io.opentelemetry.auto.tooling.context;
import net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable; import net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.log; package io.opentelemetry.auto.tooling.log;
import io.opentelemetry.OpenTelemetry; import io.opentelemetry.OpenTelemetry;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.matcher; package io.opentelemetry.auto.tooling.matcher;
import net.bytebuddy.description.type.TypeDescription; import net.bytebuddy.description.type.TypeDescription;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.matcher; package io.opentelemetry.auto.tooling.matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.matcher; package io.opentelemetry.auto.tooling.matcher;
import java.util.Collection; import java.util.Collection;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.muzzle; package io.opentelemetry.auto.tooling.muzzle;
import io.opentelemetry.auto.bootstrap.WeakMap; import io.opentelemetry.auto.bootstrap.WeakMap;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.muzzle; package io.opentelemetry.auto.tooling.muzzle;
import io.opentelemetry.auto.tooling.HelperInjector; import io.opentelemetry.auto.tooling.HelperInjector;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.muzzle; package io.opentelemetry.auto.tooling.muzzle;
import io.opentelemetry.auto.tooling.Instrumenter; import io.opentelemetry.auto.tooling.Instrumenter;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.muzzle; package io.opentelemetry.auto.tooling.muzzle;
import io.opentelemetry.auto.tooling.Utils; import io.opentelemetry.auto.tooling.Utils;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.muzzle; package io.opentelemetry.auto.tooling.muzzle;
import io.opentelemetry.auto.tooling.Utils; import io.opentelemetry.auto.tooling.Utils;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.tooling.muzzle; package io.opentelemetry.auto.tooling.muzzle;
import static net.bytebuddy.dynamic.loading.ClassLoadingStrategy.BOOTSTRAP_LOADER; import static net.bytebuddy.dynamic.loading.ClassLoadingStrategy.BOOTSTRAP_LOADER;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.base; package io.opentelemetry.auto.typed.base;
import io.opentelemetry.trace.EndSpanOptions; import io.opentelemetry.trace.EndSpanOptions;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.base; package io.opentelemetry.auto.typed.base;
import static io.opentelemetry.trace.TracingContextUtils.currentContextWith; import static io.opentelemetry.trace.TracingContextUtils.currentContextWith;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.base; package io.opentelemetry.auto.typed.base;
import io.opentelemetry.common.AttributeValue; import io.opentelemetry.common.AttributeValue;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.client; package io.opentelemetry.auto.typed.client;
import io.opentelemetry.auto.typed.base.BaseTypedSpan; import io.opentelemetry.auto.typed.base.BaseTypedSpan;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.client; package io.opentelemetry.auto.typed.client;
import io.opentelemetry.auto.typed.base.BaseTypedTracer; import io.opentelemetry.auto.typed.base.BaseTypedTracer;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.client.http; package io.opentelemetry.auto.typed.client.http;
import io.opentelemetry.auto.typed.client.ClientTypedSpan; import io.opentelemetry.auto.typed.client.ClientTypedSpan;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.client.http; package io.opentelemetry.auto.typed.client.http;
import io.grpc.Context; import io.grpc.Context;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.server; package io.opentelemetry.auto.typed.server;
import io.opentelemetry.auto.typed.base.BaseTypedSpan; import io.opentelemetry.auto.typed.base.BaseTypedSpan;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.server; package io.opentelemetry.auto.typed.server;
import io.opentelemetry.auto.typed.base.BaseTypedTracer; import io.opentelemetry.auto.typed.base.BaseTypedTracer;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.opentelemetry.auto.typed.server.http; package io.opentelemetry.auto.typed.server.http;
import io.opentelemetry.auto.typed.server.ServerTypedSpan; import io.opentelemetry.auto.typed.server.ServerTypedSpan;

Some files were not shown because too many files have changed in this diff Show More