You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/logback/logback-appender-1.0/javaagent/src/test/java/io/opentelemetry/instrumentation/logback/appender/v1_0/LogbackTest.java
Copy file name to clipboardExpand all lines: instrumentation/logback/logback-mdc-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/logback/mdc/v1_0/LogbackMdcInstrumentationModule.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,11 @@ public List<TypeInstrumentation> typeInstrumentations() {
29
29
publicbooleanisIndyReady() {
30
30
returntrue;
31
31
}
32
+
33
+
@Override
34
+
publicintorder() {
35
+
// run before logback appender instrumentation so that the appender instrumentation can observe
36
+
// the attributes added to the mdc by this instrumentation
0 commit comments