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-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/Attribute.java
Copy file name to clipboardexpand all lines: instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/AttributeForReturnValue.java
Copy file name to clipboardexpand all lines: instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/StaticAttribute.java
Copy file name to clipboardexpand all lines: instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/StaticAttributes.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@
23
23
*/
24
24
@Target(ElementType.METHOD)
25
25
@Retention(RetentionPolicy.RUNTIME)
26
-
public @interface StaticMetricAttributes {
26
+
public @interface StaticAttributes {
27
27
28
-
/** Array of {@link StaticMetricAttribute} annotations describing the added attributes. */
29
-
StaticMetricAttribute[] value();
28
+
/** Array of {@link StaticAttribute} annotations describing the added attributes. */
Copy file name to clipboardexpand all lines: instrumentation-annotations-incubator/src/test/java/io/opentelemetry/instrumentation/annotations/incubator/CountedUsageExamples.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,5 @@ public class CountedUsageExamples {
Copy file name to clipboardexpand all lines: instrumentation-annotations-incubator/src/test/java/io/opentelemetry/instrumentation/annotations/incubator/TimedUsageExamples.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,5 @@ public class TimedUsageExamples {
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations-incubator/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/incubator/MetricsAnnotationHelper.java
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations-incubator/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/incubator/MetricsAnnotationInstrumentationModule.java
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations-incubator/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/incubator/counted/CountedExample.java
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations-incubator/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/incubator/timed/TimedExample.java
0 commit comments