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
// Referrer must set :prom-output-scope-prefix: to mp_ if the output is to match MP (the scope tag name is mp_scope) and to empty to match SE (the tag name is just scope).
107
108
// tag::metrics-prometheus-output[]
108
-
# TYPE base:classloader_current_loaded_class_count counter
109
-
# HELP base:classloader_current_loaded_class_count Displays the number of classes that are currently loaded in the Java virtual machine.
110
-
base:classloader_current_loaded_class_count 7511
111
-
# TYPE base:classloader_total_loaded_class_count counter
112
-
# HELP base:classloader_total_loaded_class_count Displays the total number of classes that have been loaded since the Java virtual machine has started execution.
113
-
base:classloader_total_loaded_class_count 7512
109
+
[source,text,subs="attributes+"]
110
+
.Text response (partial):
111
+
----
112
+
# HELP classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine.
# HELP classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution.
# HELP classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution.
# HELP requests_count_total Each request (regardless of HTTP method) will increase this counter
45
-
# TYPE requests_count_total counter
46
-
requests_count_total{mp_scope="vendor",} 1.0
47
-
# HELP jvm_uptime_seconds Displays the start time of the Java virtual machine in seconds. This attribute displays the approximate time when the Java virtual machine started.
0 commit comments