Skip to content

Commit

Permalink
Replace with advice should be in correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
DieBauer committed Feb 28, 2023
1 parent b4d0320 commit cec5814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
package pekko.actor.instrumentation;
package org.apache.pekko.actor.instrumentation;

import org.apache.pekko.actor.Cell;
import org.apache.pekko.actor.UnstartedCell;
Expand Down
Expand Up @@ -24,7 +24,7 @@ import kamon.instrumentation.context.{HasContext, HasTimestamp}
import kanela.agent.api.instrumentation.InstrumentationBuilder
import kanela.agent.libs.net.bytebuddy.asm.Advice
import kanela.agent.libs.net.bytebuddy.asm.Advice.{Argument, OnMethodEnter, OnMethodExit, This}
import pekko.actor.instrumentation.ReplaceWithAdvice
import org.apache.pekko.actor.instrumentation.ReplaceWithAdvice

class ActorInstrumentation extends InstrumentationBuilder {

Expand Down

0 comments on commit cec5814

Please sign in to comment.