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/src/main/java/io/opentelemetry/instrumentation/annotations/MetricAttribute.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@
31
31
* <p>If not specified and the code is compiled using the `{@code -parameters}` argument to
32
32
* `javac`, the parameter name will be used instead. If the parameter name is not available, e.g.,
33
33
* because the code was not compiled with that flag, the attribute will be ignored.
34
+
*
35
+
* <p> Warning: be careful to fill it because it might cause an explosion of the cardinality on your metric
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/AnnotationSingletons.java
0 commit comments