Skip to content

Commit 06caf31

Browse files
update to
1 parent 5eb706d commit 06caf31

File tree

2 files changed

+4
-4
lines changed
  • instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator

2 files changed

+4
-4
lines changed

instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/Counted.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* <ul>
2020
* <li><b>code.namespace:</b> The fully qualified name of the class whose method is invoked.
2121
* <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.
2424
* </ul>
2525
*
2626
* <p>Application developers can use this annotation to signal OpenTelemetry auto-instrumentation

instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/Timed.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* <ul>
2121
* <li><b>code.namespace:</b> The fully qualified name of the class whose method is invoked.
2222
* <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.
2525
* </ul>
2626
*
2727
* <p>Application developers can use this annotation to signal OpenTelemetry auto-instrumentation

0 commit comments

Comments
 (0)