Skip to content

Commit 4fb0167

Browse files
Fix executor instrumentation by unordered config merging (#1395)
1 parent a6dd3c3 commit 4fb0167

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

instrumentation/kamon-executors/src/main/resources/reference.conf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ kanela.modules {
3535
"kanela.agent."
3636
]
3737

38-
within = [
39-
"scala.concurrent.ExecutionContext$",
40-
"scala.concurrent.ExecutionContext$Implicits$"
41-
]
38+
within += "scala.concurrent.ExecutionContext$",
39+
within += "scala.concurrent.ExecutionContext$Implicits$"
4240
}
4341

4442
executor-service-capture-on-submit {

0 commit comments

Comments
 (0)