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/Counted.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
* <ul>
20
20
* <li><b>code.namespace:</b> The fully qualified name of the class whose method is invoked.
21
21
* <li><b>code.function:</b> The name of the annotated method.
22
-
* <li><b>error.type:</b> This is only present if an Exception is thrown, and contains the
23
-
* {@link Class#getName name} of the Exception class.
22
+
* <li><b>error.type:</b> This is only present if an Exception is thrown, and contains the {@link
23
+
* Class#getName name} of the Exception class.
24
24
* </ul>
25
25
*
26
26
* <p>Application developers can use this annotation to signal OpenTelemetry auto-instrumentation
Copy file name to clipboardexpand all lines: instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/Timed.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
* <ul>
21
21
* <li><b>code.namespace:</b> The fully qualified name of the class whose method is invoked.
22
22
* <li><b>code.function:</b> The name of the annotated method.
23
-
* <li><b>error.type:</b> This is only present if an Exception is thrown, and contains the
24
-
* {@link Class#getName name} of the Exception class.
23
+
* <li><b>error.type:</b> This is only present if an Exception is thrown, and contains the {@link
24
+
* Class#getName name} of the Exception class.
25
25
* </ul>
26
26
*
27
27
* <p>Application developers can use this annotation to signal OpenTelemetry auto-instrumentation
0 commit comments