Skip to content

Commit fa9a363

Browse files
committed
Update PekkoScheduleInstrumentation.java
1 parent 31768d7 commit fa9a363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/pekko/pekko-actor-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/pekkoactor/v1_0/PekkoScheduleInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void transform(TypeTransformer transformer) {
3838
public static class ScheduleAdvice {
3939

4040
@Advice.OnMethodEnter(suppress = Throwable.class)
41-
public static void enterScheduleOnce(
41+
public static void enterSchedule(
4242
@Advice.Argument(value = 2, readOnly = false) Runnable runnable) {
4343
Context context = Java8BytecodeBridge.currentContext();
4444
runnable = context.wrap(runnable);

0 commit comments

Comments
 (0)