File tree 2 files changed +4
-3
lines changed
kamon-logback/src/main/resources
kamon-scala-future/src/main/resources
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ kamon.instrumentation.logback {
36
36
kanela.modules {
37
37
logback {
38
38
# Controls kanela loading order
39
- # a setting of 0 ensures that it's loaded as soon as possible
40
- order = 0
39
+ # a setting of 1 ensures that it's loaded as soon as possible
40
+ order = 2
41
41
name = "Logback Instrumentation"
42
42
description = "Provides context propagation to the MDC and on AsyncAppenders"
43
43
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ kanela.modules {
24
24
25
25
scala-future {
26
26
name = "Scala Future Intrumentation"
27
+ order = 1
27
28
description = "Provides automatic context propagation to the thread executing a Scala Future's body and callbacks"
28
29
instrumentations = [
29
30
"kamon.instrumentation.futures.scala.FutureChainingInstrumentation"
@@ -34,4 +35,4 @@ kanela.modules {
34
35
"scala.util.*",
35
36
]
36
37
}
37
- }
38
+ }
You can’t perform that action at this time.
0 commit comments