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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@
17
17
* <p>By default, the Counter instrument will have the following attributes:
18
18
*
19
19
* <ul>
20
-
* <li><b>code.namespace:</b> The fully qualified name of the class whose method is invoked.
21
-
* <li><b>code.function:</b> The name of the annotated method.
20
+
* <li><b>code.function.name:</b> The fully qualified name of the class whose method is invoked.
22
21
* <li><b>error.type:</b> This is only present if an Exception is thrown, and contains the {@link
Copy file name to clipboardExpand all lines: instrumentation-annotations-incubator/src/main/java/io/opentelemetry/instrumentation/annotations/incubator/Timed.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@
17
17
* <p>By default, the Histogram instrument will have the following attributes:
18
18
*
19
19
* <ul>
20
-
* <li><b>code.namespace:</b> The fully qualified name of the class whose method is invoked.
21
-
* <li><b>code.function:</b> The name of the annotated method.
20
+
* <li><b>code.function.name:</b> The fully qualified name of the class whose method is invoked.
22
21
* <li><b>error.type:</b> This is only present if an Exception is thrown, and contains the {@link
0 commit comments