Skip to content

Commit

Permalink
Remove deprecated tracer API (#5175)
Browse files Browse the repository at this point in the history
* Remove deprecated tracer API

* Groovy too
  • Loading branch information
anuraaga authored Jan 19, 2022
1 parent e28235f commit 52394a2
Show file tree
Hide file tree
Showing 37 changed files with 21 additions and 1,964 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.instrumentation.api.tracer;
package io.opentelemetry.instrumentation.api.instrumenter;

import io.opentelemetry.instrumentation.api.cache.Cache;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.instrumentation.api.tracer;
package io.opentelemetry.instrumentation.api.instrumenter;

import io.opentelemetry.instrumentation.api.cache.Cache;
import io.opentelemetry.instrumentation.api.util.ClassAndMethod;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package io.opentelemetry.instrumentation.api.instrumenter.code;

import io.opentelemetry.instrumentation.api.instrumenter.ClassNames;
import io.opentelemetry.instrumentation.api.instrumenter.SpanNameExtractor;
import io.opentelemetry.instrumentation.api.tracer.ClassNames;
import javax.annotation.Nullable;

/**
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 52394a2

Please sign in to comment.