JVM (Actuator) 10,69310,693 3.5 (2 reviews)
Spring boot with actuator.
Add this micrometer-registry-prometheus to pom.
prometheus.yml set as
scrape_configs:
- job_name: 'spring'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['HOST:PORT']
Used Metrics 5252
process_uptime_seconds
-
process_start_time_seconds
jvm_memory_used_bytes
jvm_memory_max_bytes
http_server_requests_seconds_count
http_server_requests_seconds_sum
http_server_requests_seconds_max
tomcat_threads_busy
tomcat_threads_busy_threads
tomcat_threads_current
tomcat_threads_current_threads
tomcat_threads_config_max
tomcat_threads_config_max_threads
jetty_threads_busy
jetty_threads_current
jetty_threads_config_max
jvm_memory_committed_bytes
process_memory_vss_bytes
process_memory_rss_bytes
process_memory_pss_bytes
process_memory_swap_bytes
process_memory_swappss_bytes
system_cpu_usage
process_cpu_usage
system_load_average_
system_cpu_count
jvm_threads_live
jvm_threads_live_threads
jvm_threads_daemon
jvm_threads_daemon_threads
jvm_threads_peak
jvm_threads_peak_threads
process_threads
jvm_threads_states_threads
logback_events_total
-
process_open_fds
-
process_max_fds
process_files_open
process_files_open_files
process_files_max
process_files_max_files
jvm_gc_pause_seconds_count
jvm_gc_pause_seconds_sum
jvm_gc_pause_seconds_max
jvm_gc_memory_allocated_bytes_total
jvm_gc_memory_promoted_bytes_total
jvm_classes_loaded
jvm_classes_loaded_classes
jvm_buffer_memory_used_bytes
jvm_buffer_total_capacity_bytes
jvm_buffer_count
jvm_buffer_count_buffers