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
@@ -143,15 +156,15 @@ See the following sample output:
143
156
144
157
[role="no_copy"]
145
158
----
146
-
# TYPE base_jvm_uptime_seconds gauge
147
-
# HELP base_jvm_uptime_seconds Displays the start time of the Java virtual machine in milliseconds. This attribute displays the approximate time when the Java virtual machine started.
148
-
base_jvm_uptime_seconds 30.342000000000002
159
+
# HELP jvm_uptime_seconds Displays the time from the start of the Java virtual machine in seconds.
160
+
# TYPE jvm_uptime_seconds gauge
161
+
jvm_uptime_seconds{mp_scope="base",} 730.705
149
162
----
150
163
[role="no_copy"]
151
164
----
152
-
# TYPE base_classloader_loadedClasses_count gauge
153
-
# HELP base_classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine.
154
-
base_classloader_loadedClasses_count 11231
165
+
# HELP classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine.
@@ -277,7 +292,7 @@ Apply the [hotspot=gaugeForGetTotal]`@Gauge` annotation to the [hotspot=getTotal
277
292
|===
278
293
279
294
Additional information about these annotations, relevant metadata fields, and more are available at
280
-
the https://openliberty.io/docs/latest/reference/javadoc/microprofile-6.1-javadoc.html?class=org/eclipse/microprofile/metrics/annotation/package-summary.html&package=allclasses-frame.html[MicroProfile Metrics Annotation Javadoc^].
295
+
the https://openliberty.io/docs/latest/reference/javadoc/microprofile-6.1-javadoc.html?class=org/eclipse/microprofile/metrics/annotation/package-summary.html&package=allclasses-frame.html&path=microprofile-6.1-javadoc/org/eclipse/microprofile/metrics/annotation/package-summary.html[MicroProfile Metrics Annotation Javadoc^].
0 commit comments