Skip to content

Commit 5bb3f10

Browse files
committed
bladsfsadfasdf
1 parent 1adc7e1 commit 5bb3f10

File tree

19 files changed

+99461
-36
lines changed

19 files changed

+99461
-36
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@ lazy val `kamon-pekko` = (project in file("instrumentation/kamon-pekko"))
551551
.settings(Seq(
552552
crossScalaVersions := Seq(`scala_2.12_version`, `scala_2.13_version`, scala_3_version),
553553
libraryDependencies ++= Seq(
554-
"org.apache.pekko" %% "pekko-actor" % "1.0.1" % "provided"
554+
"org.apache.pekko" %% "pekko-actor" % "1.0.3" % "provided,test-pekko-1.0",
555+
"org.apache.pekko" %% "pekko-actor" % "1.1.0" % "provided,test-pekko-1.1"
555556
)
556557
))
557558
.dependsOn(
@@ -1087,7 +1088,7 @@ lazy val `kamon-runtime-attacher` = (project in file("bundle/kamon-runtime-attac
10871088
libraryDependencies ++= Seq(
10881089
slf4jApi % "compile",
10891090
kanelaAgent % "provided",
1090-
"net.bytebuddy" % "byte-buddy-agent" % "1.12.7" % "provided,shaded"
1091+
"net.bytebuddy" % "byte-buddy-agent" % "1.15.1" % "provided,shaded"
10911092
)
10921093
)
10931094

d1

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
[info] - should record member count for balancing pool routers
2+
InvokeAllMethodInterceptor!!!
3+
InvokeAllMethodInterceptor!!!
4+
ActorCellSwapMailboxAdvice!!!
5+
InvokeAllMethodInterceptor!!!
6+
RoutedActorRefConstructorAdvice!!!
7+
RepointableActorCellConstructorAdvice!!!
8+
InvokeAllMethodInterceptor!!!
9+
ActorCellConstructorAdvice!!!
10+
RepointableActorCellConstructorAdvice!!!
11+
RoutedActorCellConstructorAdvice!!!
12+
InvokeAllMethodInterceptor!!!
13+
ActorCellConstructorAdvice!!!
14+
ActorCellSwapMailboxAdvice!!!
15+
InvokeAllMethodInterceptor!!!
16+
monitoring this router
17+
ActorCellSwapMailboxAdvice!!!
18+
ActorCellConstructorAdvice!!!
19+
ActorCellSwapMailboxAdvice!!!
20+
HandleInvokeFailureMethodAdvice!!!
21+
InvokeAllMethodInterceptor!!!
22+
InvokeAllMethodInterceptor!!!
23+
InvokeAllMethodInterceptor!!!
24+
InvokeAllMethodInterceptor!!!
25+
InvokeAllMethodInterceptor!!!
26+
InvokeAllMethodInterceptor!!!
27+
InvokeAllMethodInterceptor!!!
28+
InvokeAllMethodInterceptor!!!
29+
InvokeAllMethodInterceptor!!!
30+
InvokeAllMethodInterceptor!!!
31+
InvokeAllMethodInterceptor!!!
32+
InvokeAllMethodInterceptor!!!
33+
InvokeAllMethodInterceptor!!!
34+
InvokeAllMethodInterceptor!!!
35+
InvokeAllMethodInterceptor!!!
36+
InvokeAllMethodInterceptor!!!
37+
InvokeAllMethodInterceptor!!!
38+
InvokeAllMethodInterceptor!!!
39+
InvokeAllMethodInterceptor!!!
40+
InvokeAllMethodInterceptor!!!
41+
InvokeAllMethodInterceptor!!!
42+
InvokeAllMethodInterceptor!!!
43+
InvokeAllMethodInterceptor!!!
44+
InvokeAllMethodInterceptor!!!
45+
InvokeAllMethodInterceptor!!!
46+
InvokeAllMethodInterceptor!!!
47+
InvokeAllMethodInterceptor!!!
48+
InvokeAllMethodInterceptor!!!

d2

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[info] - should record member count for balancing pool routers
2+
InvokeAllMethodInterceptor!!!
3+
InvokeAllMethodInterceptor!!!
4+
ActorCellSwapMailboxAdvice!!!
5+
InvokeAllMethodInterceptor!!!
6+
RoutedActorRefConstructorAdvice!!!
7+
RepointableActorCellConstructorAdvice!!!
8+
InvokeAllMethodInterceptor!!!
9+
ActorCellConstructorAdvice!!!
10+
RepointableActorCellConstructorAdvice!!!
11+
InvokeAllMethodInterceptor!!!
12+
ActorCellConstructorAdvice!!!
13+
RoutedActorCellConstructorAdvice!!!
14+
ActorCellSwapMailboxAdvice!!!
15+
InvokeAllMethodInterceptor!!!
16+
monitoring this router
17+
ActorCellSwapMailboxAdvice!!!
18+
ActorCellConstructorAdvice!!!
19+
ActorCellSwapMailboxAdvice!!!
20+
InvokeAllMethodInterceptor!!!
21+
InvokeAllMethodInterceptor!!!
22+
ActorCellConstructorAdvice!!!
23+
ActorCellSwapMailboxAdvice!!!
24+
InvokeAllMethodInterceptor!!!
25+
ActorCellConstructorAdvice!!!
26+
ActorCellSwapMailboxAdvice!!!
27+
InvokeAllMethodInterceptor!!!
28+
ActorCellConstructorAdvice!!!
29+
ActorCellSwapMailboxAdvice!!!
30+
InvokeAllMethodInterceptor!!!
31+
ActorCellConstructorAdvice!!!
32+
ActorCellSwapMailboxAdvice!!!
33+
InvokeAllMethodInterceptor!!!
34+
InvokeAllMethodInterceptor!!!
35+
InvokeAllMethodInterceptor!!!
36+
InvokeAllMethodInterceptor!!!
37+
InvokeAllMethodInterceptor!!!
38+
InvokeAllMethodInterceptor!!!
39+
InvokeAllMethodInterceptor!!!
40+
InvokeAllMethodInterceptor!!!
41+
InvokeAllMethodInterceptor!!!
42+
InvokeAllMethodInterceptor!!!
43+
InvokeAllMethodInterceptor!!!

0 commit comments

Comments
 (0)