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: javaagent-extension-api/src/main/java/io/opentelemetry/javaagent/extension/instrumentation/InstrumentationModule.java
+4
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,10 @@ public abstract class InstrumentationModule implements Ordered {
49
49
* InstrumentationModule} must have a default constructor (for SPI), so they have to pass the
50
50
* instrumentation names to the super class constructor.
51
51
*
52
+
* <p>When enabling or disabling the instrumentation module configuration property that
53
+
* corresponds to the main instrumentation name is considered first, after that additional
54
+
* instrumentation names are considered in the order they are listed here.
55
+
*
52
56
* <p>The instrumentation names should follow several rules:
0 commit comments