Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-annotations-1.16…
Browse files Browse the repository at this point in the history
…/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/AnnotationInstrumentationModule.java

Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
sfriberg and Mateusz Rzeszutek authored Mar 7, 2023
1 parent 17fbddf commit 19bbf3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public AnnotationInstrumentationModule() {

@Override
public int order() {
// Run first to ensure other automatic intstrumentation is added after and therefore is executed
// Run first to ensure other automatic instrumentation is added after and therefore is executed
// earlier in the instrumented method and create the span to attach attributes to.
return -1000;
}
Expand Down

0 comments on commit 19bbf3c

Please sign in to comment.