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-extension-annotations-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/extensionannotations/WithSpanInstrumentation.java
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-extension-annotations-1.0/javaagent/src/test/java/io/opentelemetry/test/annotation/TracedWithSpan.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@
12
12
@SuppressWarnings("deprecation") // testing instrumentation of deprecated class
13
13
publicclassTracedWithSpan {
14
14
15
+
publicTracedWithSpan() {}
16
+
17
+
// used to verify that constructor with @WithSpan annotation doesn't break instrumentation
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/WithSpanInstrumentation.java
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/test/java/io/opentelemetry/test/annotation/TracedWithSpan.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@
13
13
14
14
publicclassTracedWithSpan {
15
15
16
+
TracedWithSpan() {}
17
+
18
+
// used to verify that constructor with @WithSpan annotation doesn't break instrumentation
0 commit comments