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/runtime-telemetry/runtime-telemetry-java8/library/src/main/java/io/opentelemetry/instrumentation/runtimemetrics/java8/Classes.java
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,7 @@
14
14
importjava.util.List;
15
15
16
16
/**
17
-
* In case you enable the preview of stable database semantic conventions (e.g. by setting the
18
-
* {@code otel.semconv-stability.opt-in} system property to {@code database}), the metrics being
19
-
* exported will follow <a
20
-
* href="https://github.com/open-telemetry/semantic-conventions/tree/main/docs/database">the most
21
-
* recent database semantic conventions</a>.
22
-
*
23
-
* <p>Registers measurements that generate metrics about JVM classes. The metrics generated by this
17
+
* Registers measurements that generate metrics about JVM classes. The metrics generated by this
0 commit comments