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/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/AnnotationInstrumentationModule.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public AnnotationInstrumentationModule() {
27
27
28
28
@Override
29
29
publicintorder() {
30
-
// Run first to ensure other automatic intstrumentation is added after and therefore is executed
30
+
// Run first to ensure other automatic instrumentation is added after and therefore is executed
31
31
// earlier in the instrumented method and create the span to attach attributes to.
0 commit comments