Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save david-martin/2e9918a9467d78e7ab1c4be28bb8754d to your computer and use it in GitHub Desktop.
Save david-martin/2e9918a9467d78e7ab1c4be28bb8754d to your computer and use it in GitHub Desktop.
# HELP jvm_threads_current Current thread count of a JVM
# TYPE jvm_threads_current gauge
jvm_threads_current 111.0
# HELP jvm_threads_daemon Daemon thread count of a JVM
# TYPE jvm_threads_daemon gauge
jvm_threads_daemon 14.0
# HELP jvm_threads_peak Peak thread count of a JVM
# TYPE jvm_threads_peak gauge
jvm_threads_peak 111.0
# HELP jvm_threads_started_total Started thread count of a JVM
# TYPE jvm_threads_started_total counter
jvm_threads_started_total 171.0
# HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers
# TYPE jvm_threads_deadlocked gauge
jvm_threads_deadlocked 0.0
# HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors
# TYPE jvm_threads_deadlocked_monitor gauge
jvm_threads_deadlocked_monitor 0.0
# HELP keycloak_info Information about Keycloak instance
# TYPE keycloak_info counter
keycloak_info{java_version="1.8.0_151",} 1.0
# HELP keycloak_failed_login_attempts Total failed login attempts
# TYPE keycloak_failed_login_attempts counter
# HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds.
# TYPE jvm_gc_collection_seconds summary
jvm_gc_collection_seconds_count{gc="PS Scavenge",} 20.0
jvm_gc_collection_seconds_sum{gc="PS Scavenge",} 0.54
jvm_gc_collection_seconds_count{gc="PS MarkSweep",} 2.0
jvm_gc_collection_seconds_sum{gc="PS MarkSweep",} 0.306
# HELP keycloak_registrations Total registered users
# TYPE keycloak_registrations counter
# HELP jvm_memory_bytes_used Used bytes of a given JVM memory area.
# TYPE jvm_memory_bytes_used gauge
jvm_memory_bytes_used{area="heap",} 9.8796912E7
jvm_memory_bytes_used{area="nonheap",} 1.7570464E8
# HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area.
# TYPE jvm_memory_bytes_committed gauge
jvm_memory_bytes_committed{area="heap",} 2.1495808E8
jvm_memory_bytes_committed{area="nonheap",} 1.90775296E8
# HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area.
# TYPE jvm_memory_bytes_max gauge
jvm_memory_bytes_max{area="heap",} 4.77626368E8
jvm_memory_bytes_max{area="nonheap",} 1.59383552E9
# HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_used gauge
jvm_memory_pool_bytes_used{pool="Code Cache",} 4.1055104E7
jvm_memory_pool_bytes_used{pool="Metaspace",} 1.19650752E8
jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 1.4998784E7
jvm_memory_pool_bytes_used{pool="PS Eden Space",} 2.5104368E7
jvm_memory_pool_bytes_used{pool="PS Survivor Space",} 3.429468E7
jvm_memory_pool_bytes_used{pool="PS Old Gen",} 3.9434232E7
# HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_committed gauge
jvm_memory_pool_bytes_committed{pool="Code Cache",} 4.1353216E7
jvm_memory_pool_bytes_committed{pool="Metaspace",} 1.31203072E8
jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 1.8219008E7
jvm_memory_pool_bytes_committed{pool="PS Eden Space",} 8.5458944E7
jvm_memory_pool_bytes_committed{pool="PS Survivor Space",} 4.194304E7
jvm_memory_pool_bytes_committed{pool="PS Old Gen",} 8.7556096E7
# HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_max gauge
jvm_memory_pool_bytes_max{pool="Code Cache",} 2.5165824E8
jvm_memory_pool_bytes_max{pool="Metaspace",} 2.68435456E8
jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 1.073741824E9
jvm_memory_pool_bytes_max{pool="PS Eden Space",} 9.0177536E7
jvm_memory_pool_bytes_max{pool="PS Survivor Space",} 4.194304E7
jvm_memory_pool_bytes_max{pool="PS Old Gen",} 3.58088704E8
# HELP keycloak_logins Total successful logins
# TYPE keycloak_logins counter
# HELP keycloak_admin_event_DELETE Generic KeyCloak Admin event
# TYPE keycloak_admin_event_DELETE counter
# HELP keycloak_admin_event_ACTION Generic KeyCloak Admin event
# TYPE keycloak_admin_event_ACTION counter
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 49.43
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.528714337703E9
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 406.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1048576.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.383065088E9
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 5.41626368E8
# HELP keycloak_admin_event_UPDATE Generic KeyCloak Admin event
# TYPE keycloak_admin_event_UPDATE counter
# HELP jvm_info JVM version info
# TYPE jvm_info gauge
jvm_info{version="1.8.0_151-b12",vendor="Oracle Corporation",} 1.0
# HELP keycloak_admin_event_CREATE Generic KeyCloak Admin event
# TYPE keycloak_admin_event_CREATE counter
keycloak_admin_event_CREATE{realm="myproject",resource="USER",} 1.0
# HELP jvm_classes_loaded The number of classes that are currently loaded in the JVM
# TYPE jvm_classes_loaded gauge
jvm_classes_loaded 22109.0
# HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution
# TYPE jvm_classes_loaded_total counter
jvm_classes_loaded_total 22136.0
# HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution
# TYPE jvm_classes_unloaded_total counter
jvm_classes_unloaded_total 27.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment