首页  

grafana Dashboard SpringBoot2 micrometer-prometheus     所属分类 grafana 浏览量 58
spring-boot-starter-parent 2.7.10

org.springframework.boot:spring-boot-starter-actuator
io.micrometer:micrometer-registry-prometheus 


http://127.0.0.1:8080/actuator/prometheus


https://grafana.com/grafana/dashboards/12900
https://grafana.com/grafana/dashboards/12900-springboot-apm-dashboard/


Dashboard for Spring Boot Metrics

Dashboard for Spring Boot2 Statistics(by micrometer-prometheus).



Basic Statistics(7 panels)
JVM Statistics - Memory(14 panels)
JVM Statistics - GC(2 panels)
HikariCP Statistics(6 panels)
HTTP Statistics(2 panels)
Tomcat Statistics(5 panels)
Logback Statistics(5 panels)



  - job_name: 'appdemo'
    metrics_path: '/actuator/prometheus'
    static_configs:
    - targets: ['127.0.0.1:8090']





logback_events_total{application="demoapp",global_app="app001",level="warn",} 1.0 logback_events_total{application="demoapp",global_app="app001",level="trace",} 0.0 logback_events_total{application="demoapp",global_app="app001",level="error",} 18.0 logback_events_total{application="demoapp",global_app="app001",level="info",} 8.0 logback_events_total{application="demoapp",global_app="app001",level="debug",} 0.0
# HELP tomcat_sessions_rejected_sessions_total # TYPE tomcat_sessions_rejected_sessions_total counter tomcat_sessions_rejected_sessions_total{application="demoapp",global_app="app001",} 0.0 # HELP jvm_memory_used_bytes The amount of used memory # TYPE jvm_memory_used_bytes gauge jvm_memory_used_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Survivor Space",} 2097152.0 jvm_memory_used_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Eden Space",} 1.01711872E8 jvm_memory_used_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'non-nmethods'",} 1379072.0 jvm_memory_used_bytes{application="demoapp",area="nonheap",global_app="app001",id="Metaspace",} 7.0429688E7 jvm_memory_used_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'profiled nmethods'",} 2.7738368E7 jvm_memory_used_bytes{application="demoapp",area="nonheap",global_app="app001",id="Compressed Class Space",} 8797848.0 jvm_memory_used_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Old Gen",} 3.4609648E7 jvm_memory_used_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'non-profiled nmethods'",} 1.3094272E7 # HELP executor_pool_core_threads The core number of threads for the pool # TYPE executor_pool_core_threads gauge executor_pool_core_threads{application="demoapp",global_app="app001",name="applicationTaskExecutor",} 8.0 # HELP application_ready_time_seconds Time taken (ms) for the application to be ready to service requests # TYPE application_ready_time_seconds gauge application_ready_time_seconds{application="demoapp",global_app="app001",main_application_class="demo.DemoApp",} 6.673 # HELP jvm_memory_max_bytes The maximum amount of memory in bytes that can be used for memory management # TYPE jvm_memory_max_bytes gauge jvm_memory_max_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Survivor Space",} -1.0 jvm_memory_max_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Eden Space",} -1.0 jvm_memory_max_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'non-nmethods'",} 5828608.0 jvm_memory_max_bytes{application="demoapp",area="nonheap",global_app="app001",id="Metaspace",} -1.0 jvm_memory_max_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'profiled nmethods'",} 1.22912768E8 jvm_memory_max_bytes{application="demoapp",area="nonheap",global_app="app001",id="Compressed Class Space",} 1.073741824E9 jvm_memory_max_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Old Gen",} 8.99678208E8 jvm_memory_max_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'non-profiled nmethods'",} 1.22916864E8 # HELP hikaricp_connections_max Max connections # TYPE hikaricp_connections_max gauge hikaricp_connections_max{application="demoapp",global_app="app001",pool="HikariPool-1",} 10.0 # HELP jvm_gc_live_data_size_bytes Size of long-lived heap memory pool after reclamation # TYPE jvm_gc_live_data_size_bytes gauge jvm_gc_live_data_size_bytes{application="demoapp",global_app="app001",} 3.4609648E7 # HELP process_start_time_seconds Start time of the process since unix epoch. # TYPE process_start_time_seconds gauge process_start_time_seconds{application="demoapp",global_app="app001",} 1.711091006607E9 # HELP jvm_gc_pause_seconds Time spent in GC pause # TYPE jvm_gc_pause_seconds summary jvm_gc_pause_seconds_count{action="end of minor GC",application="demoapp",cause="Metadata GC Threshold",global_app="app001",} 1.0 jvm_gc_pause_seconds_sum{action="end of minor GC",application="demoapp",cause="Metadata GC Threshold",global_app="app001",} 0.021 jvm_gc_pause_seconds_count{action="end of minor GC",application="demoapp",cause="G1 Evacuation Pause",global_app="app001",} 83.0 jvm_gc_pause_seconds_sum{action="end of minor GC",application="demoapp",cause="G1 Evacuation Pause",global_app="app001",} 0.571 # HELP jvm_gc_pause_seconds_max Time spent in GC pause # TYPE jvm_gc_pause_seconds_max gauge jvm_gc_pause_seconds_max{action="end of minor GC",application="demoapp",cause="Metadata GC Threshold",global_app="app001",} 0.0 jvm_gc_pause_seconds_max{action="end of minor GC",application="demoapp",cause="G1 Evacuation Pause",global_app="app001",} 0.0 # HELP tomcat_sessions_active_max_sessions # TYPE tomcat_sessions_active_max_sessions gauge tomcat_sessions_active_max_sessions{application="demoapp",global_app="app001",} 0.0 # HELP jvm_gc_max_data_size_bytes Max size of long-lived heap memory pool # TYPE jvm_gc_max_data_size_bytes gauge jvm_gc_max_data_size_bytes{application="demoapp",global_app="app001",} 8.99678208E8 # HELP hikaricp_connections Total connections # TYPE hikaricp_connections gauge hikaricp_connections{application="demoapp",global_app="app001",pool="HikariPool-1",} 10.0 # HELP jvm_memory_usage_after_gc_percent The percentage of long-lived heap pool used after the last GC event, in the range [0..1] # TYPE jvm_memory_usage_after_gc_percent gauge jvm_memory_usage_after_gc_percent{application="demoapp",area="heap",global_app="app001",pool="long-lived",} 0.0384689188781596 # HELP jvm_buffer_memory_used_bytes An estimate of the memory that the Java virtual machine is using for this buffer pool # TYPE jvm_buffer_memory_used_bytes gauge jvm_buffer_memory_used_bytes{application="demoapp",global_app="app001",id="mapped",} 0.0 jvm_buffer_memory_used_bytes{application="demoapp",global_app="app001",id="direct",} 8479000.0 # HELP jvm_gc_memory_allocated_bytes_total Incremented for an increase in the size of the (young) heap memory pool after one GC to before the next # TYPE jvm_gc_memory_allocated_bytes_total counter jvm_gc_memory_allocated_bytes_total{application="demoapp",global_app="app001",} 1.301282816E10 # HELP hello_invoke_count hello_invoke_count # TYPE hello_invoke_count gauge hello_invoke_count{application="demoapp",global_app="app001",} 18.0 # HELP tomcat_sessions_alive_max_seconds # TYPE tomcat_sessions_alive_max_seconds gauge tomcat_sessions_alive_max_seconds{application="demoapp",global_app="app001",} 0.0 # HELP jvm_threads_states_threads The current number of threads # TYPE jvm_threads_states_threads gauge jvm_threads_states_threads{application="demoapp",global_app="app001",state="new",} 0.0 jvm_threads_states_threads{application="demoapp",global_app="app001",state="runnable",} 8.0 jvm_threads_states_threads{application="demoapp",global_app="app001",state="terminated",} 0.0 jvm_threads_states_threads{application="demoapp",global_app="app001",state="blocked",} 0.0 jvm_threads_states_threads{application="demoapp",global_app="app001",state="waiting",} 13.0 jvm_threads_states_threads{application="demoapp",global_app="app001",state="timed-waiting",} 17.0 # HELP tomcat_sessions_active_current_sessions # TYPE tomcat_sessions_active_current_sessions gauge tomcat_sessions_active_current_sessions{application="demoapp",global_app="app001",} 0.0 # HELP jdbc_connections_max Maximum number of active connections that can be allocated at the same time. # TYPE jdbc_connections_max gauge jdbc_connections_max{application="demoapp",global_app="app001",name="dataSource",} 10.0 # HELP hikaricp_connections_pending Pending threads # TYPE hikaricp_connections_pending gauge hikaricp_connections_pending{application="demoapp",global_app="app001",pool="HikariPool-1",} 0.0 # HELP system_cpu_count The number of processors available to the Java virtual machine # TYPE system_cpu_count gauge system_cpu_count{application="demoapp",global_app="app001",} 2.0 # HELP hikaricp_connections_creation_seconds_max Connection creation time # TYPE hikaricp_connections_creation_seconds_max gauge hikaricp_connections_creation_seconds_max{application="demoapp",global_app="app001",pool="HikariPool-1",} 0.0 # HELP hikaricp_connections_creation_seconds Connection creation time # TYPE hikaricp_connections_creation_seconds summary hikaricp_connections_creation_seconds_count{application="demoapp",global_app="app001",pool="HikariPool-1",} 829.0 hikaricp_connections_creation_seconds_sum{application="demoapp",global_app="app001",pool="HikariPool-1",} 4.453 # HELP hikaricp_connections_usage_seconds Connection usage time # TYPE hikaricp_connections_usage_seconds summary hikaricp_connections_usage_seconds_count{application="demoapp",global_app="app001",pool="HikariPool-1",} 10018.0 hikaricp_connections_usage_seconds_sum{application="demoapp",global_app="app001",pool="HikariPool-1",} 155.494 # HELP hikaricp_connections_usage_seconds_max Connection usage time # TYPE hikaricp_connections_usage_seconds_max gauge hikaricp_connections_usage_seconds_max{application="demoapp",global_app="app001",pool="HikariPool-1",} 0.0 # HELP hikaricp_connections_timeout_total Connection timeout total count # TYPE hikaricp_connections_timeout_total counter hikaricp_connections_timeout_total{application="demoapp",global_app="app001",pool="HikariPool-1",} 0.0 # HELP process_uptime_seconds The uptime of the Java virtual machine # TYPE process_uptime_seconds gauge process_uptime_seconds{application="demoapp",global_app="app001",} 148637.56 # HELP hikaricp_connections_min Min connections # TYPE hikaricp_connections_min gauge hikaricp_connections_min{application="demoapp",global_app="app001",pool="HikariPool-1",} 10.0 # HELP system_load_average_1m The sum of the number of runnable entities queued to available processors and the number of runnable entities running on the available processors averaged over a period of time # TYPE system_load_average_1m gauge system_load_average_1m{application="demoapp",global_app="app001",} 0.06 # HELP jvm_classes_unloaded_classes_total The total number of classes unloaded since the Java virtual machine has started execution # TYPE jvm_classes_unloaded_classes_total counter jvm_classes_unloaded_classes_total{application="demoapp",global_app="app001",} 0.0 # HELP executor_active_threads The approximate number of threads that are actively executing tasks # TYPE executor_active_threads gauge executor_active_threads{application="demoapp",global_app="app001",name="applicationTaskExecutor",} 0.0 # HELP jvm_buffer_total_capacity_bytes An estimate of the total capacity of the buffers in this pool # TYPE jvm_buffer_total_capacity_bytes gauge jvm_buffer_total_capacity_bytes{application="demoapp",global_app="app001",id="mapped",} 0.0 jvm_buffer_total_capacity_bytes{application="demoapp",global_app="app001",id="direct",} 8478999.0 # HELP jvm_threads_live_threads The current number of live threads including both daemon and non-daemon threads # TYPE jvm_threads_live_threads gauge jvm_threads_live_threads{application="demoapp",global_app="app001",} 38.0 # HELP disk_free_bytes Usable space for path # TYPE disk_free_bytes gauge disk_free_bytes{application="demoapp",global_app="app001",path="/home/tenant/soft/demoapp/.",} 1.6570646528E10 # HELP executor_pool_max_threads The maximum allowed number of threads in the pool # TYPE executor_pool_max_threads gauge executor_pool_max_threads{application="demoapp",global_app="app001",name="applicationTaskExecutor",} 2.147483647E9 # HELP executor_pool_size_threads The current number of threads in the pool # TYPE executor_pool_size_threads gauge executor_pool_size_threads{application="demoapp",global_app="app001",name="applicationTaskExecutor",} 0.0 # HELP process_cpu_usage The "recent cpu usage" for the Java Virtual Machine process # TYPE process_cpu_usage gauge process_cpu_usage{application="demoapp",global_app="app001",} 0.0045129748025573525 # HELP tomcat_sessions_expired_sessions_total # TYPE tomcat_sessions_expired_sessions_total counter tomcat_sessions_expired_sessions_total{application="demoapp",global_app="app001",} 0.0 # HELP http_server_requests_seconds Duration of HTTP server request handling # TYPE http_server_requests_seconds summary http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/testapi",} 12.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/testapi",} 24.020414358 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/hello",} 18.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/hello",} 0.029268857 http_server_requests_seconds_count{application="demoapp",exception="MissingServletRequestParameterException",global_app="app001",method="GET",outcome="CLIENT_ERROR",status="400",uri="/blogInit",} 1.0 http_server_requests_seconds_sum{application="demoapp",exception="MissingServletRequestParameterException",global_app="app001",method="GET",outcome="CLIENT_ERROR",status="400",uri="/blogInit",} 0.011835941 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/",} 4.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/",} 0.147696565 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/createBlog",} 16.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/createBlog",} 0.32526469 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/blogInitStatus",} 1.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/blogInitStatus",} 0.002575179 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/blogInit",} 2.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/blogInit",} 158.701105921 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/actuator/prometheus",} 9924.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/actuator/prometheus",} 20.597176975 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/logTest",} 18.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/logTest",} 0.092150893 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/sqlTest",} 2.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/sqlTest",} 2.879507359 http_server_requests_seconds_count{application="demoapp",exception="None",global_app="app001",method="GET",outcome="CLIENT_ERROR",status="404",uri="/**",} 3.0 http_server_requests_seconds_sum{application="demoapp",exception="None",global_app="app001",method="GET",outcome="CLIENT_ERROR",status="404",uri="/**",} 0.015993063 # HELP http_server_requests_seconds_max Duration of HTTP server request handling # TYPE http_server_requests_seconds_max gauge http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/testapi",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/hello",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="MissingServletRequestParameterException",global_app="app001",method="GET",outcome="CLIENT_ERROR",status="400",uri="/blogInit",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/createBlog",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/blogInitStatus",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/blogInit",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/actuator/prometheus",} 0.00207197 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/logTest",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="SUCCESS",status="200",uri="/sqlTest",} 0.0 http_server_requests_seconds_max{application="demoapp",exception="None",global_app="app001",method="GET",outcome="CLIENT_ERROR",status="404",uri="/**",} 0.0 # HELP disk_total_bytes Total space for path # TYPE disk_total_bytes gauge disk_total_bytes{application="demoapp",global_app="app001",path="/home/tenant/soft/demoapp/.",} 2.1463302144E10 # HELP executor_completed_tasks_total The approximate total number of tasks that have completed execution # TYPE executor_completed_tasks_total counter executor_completed_tasks_total{application="demoapp",global_app="app001",name="applicationTaskExecutor",} 0.0 # HELP system_cpu_usage The "recent cpu usage" of the system the application is running in # TYPE system_cpu_usage gauge system_cpu_usage{application="demoapp",global_app="app001",} 0.06017299736743137 # HELP jvm_buffer_count_buffers An estimate of the number of buffers in the pool # TYPE jvm_buffer_count_buffers gauge jvm_buffer_count_buffers{application="demoapp",global_app="app001",id="mapped",} 0.0 jvm_buffer_count_buffers{application="demoapp",global_app="app001",id="direct",} 18.0 # HELP executor_queue_remaining_tasks The number of additional elements that this queue can ideally accept without blocking # TYPE executor_queue_remaining_tasks gauge executor_queue_remaining_tasks{application="demoapp",global_app="app001",name="applicationTaskExecutor",} 2.147483647E9 # HELP jvm_memory_committed_bytes The amount of memory in bytes that is committed for the Java virtual machine to use # TYPE jvm_memory_committed_bytes gauge jvm_memory_committed_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Survivor Space",} 2097152.0 jvm_memory_committed_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Eden Space",} 1.65675008E8 jvm_memory_committed_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'non-nmethods'",} 2555904.0 jvm_memory_committed_bytes{application="demoapp",area="nonheap",global_app="app001",id="Metaspace",} 7.274496E7 jvm_memory_committed_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'profiled nmethods'",} 3.0736384E7 jvm_memory_committed_bytes{application="demoapp",area="nonheap",global_app="app001",id="Compressed Class Space",} 9699328.0 jvm_memory_committed_bytes{application="demoapp",area="heap",global_app="app001",id="G1 Old Gen",} 9.8566144E7 jvm_memory_committed_bytes{application="demoapp",area="nonheap",global_app="app001",id="CodeHeap 'non-profiled nmethods'",} 1.3303808E7 # HELP jdbc_connections_min Minimum number of idle connections in the pool. # TYPE jdbc_connections_min gauge jdbc_connections_min{application="demoapp",global_app="app001",name="dataSource",} 10.0 # HELP process_files_max_files The maximum file descriptor count # TYPE process_files_max_files gauge process_files_max_files{application="demoapp",global_app="app001",} 65535.0 # HELP application_started_time_seconds Time taken (ms) to start the application # TYPE application_started_time_seconds gauge application_started_time_seconds{application="demoapp",global_app="app001",main_application_class="demo.DemoApp",} 6.571 # HELP process_files_open_files The open file descriptor count # TYPE process_files_open_files gauge process_files_open_files{application="demoapp",global_app="app001",} 180.0 # HELP tomcat_sessions_created_sessions_total # TYPE tomcat_sessions_created_sessions_total counter tomcat_sessions_created_sessions_total{application="demoapp",global_app="app001",} 0.0 # HELP jvm_gc_overhead_percent An approximation of the percent of CPU time used by GC activities over the last lookback period or since monitoring began, whichever is shorter, in the range [0..1] # TYPE jvm_gc_overhead_percent gauge jvm_gc_overhead_percent{application="demoapp",global_app="app001",} 0.0 # HELP jvm_gc_memory_promoted_bytes_total Count of positive increases in the size of the old generation memory pool before GC to after GC # TYPE jvm_gc_memory_promoted_bytes_total counter jvm_gc_memory_promoted_bytes_total{application="demoapp",global_app="app001",} 2.1845488E7 # HELP logback_events_total Number of log events that were enabled by the effective log level # TYPE logback_events_total counter logback_events_total{application="demoapp",global_app="app001",level="warn",} 1.0 logback_events_total{application="demoapp",global_app="app001",level="trace",} 0.0 logback_events_total{application="demoapp",global_app="app001",level="error",} 18.0 logback_events_total{application="demoapp",global_app="app001",level="info",} 8.0 logback_events_total{application="demoapp",global_app="app001",level="debug",} 0.0 # HELP jvm_threads_daemon_threads The current number of live daemon threads # TYPE jvm_threads_daemon_threads gauge jvm_threads_daemon_threads{application="demoapp",global_app="app001",} 34.0 # HELP hikaricp_connections_acquire_seconds Connection acquire time # TYPE hikaricp_connections_acquire_seconds summary hikaricp_connections_acquire_seconds_count{application="demoapp",global_app="app001",pool="HikariPool-1",} 10018.0 hikaricp_connections_acquire_seconds_sum{application="demoapp",global_app="app001",pool="HikariPool-1",} 0.04709951 # HELP hikaricp_connections_acquire_seconds_max Connection acquire time # TYPE hikaricp_connections_acquire_seconds_max gauge hikaricp_connections_acquire_seconds_max{application="demoapp",global_app="app001",pool="HikariPool-1",} 0.0 # HELP hikaricp_connections_idle Idle connections # TYPE hikaricp_connections_idle gauge hikaricp_connections_idle{application="demoapp",global_app="app001",pool="HikariPool-1",} 10.0 # HELP jvm_threads_peak_threads The peak live thread count since the Java virtual machine started or peak was reset # TYPE jvm_threads_peak_threads gauge jvm_threads_peak_threads{application="demoapp",global_app="app001",} 41.0 # HELP jvm_classes_loaded_classes The number of classes that are currently loaded in the Java virtual machine # TYPE jvm_classes_loaded_classes gauge jvm_classes_loaded_classes{application="demoapp",global_app="app001",} 13003.0 # HELP executor_queued_tasks The approximate number of tasks that are queued for execution # TYPE executor_queued_tasks gauge executor_queued_tasks{application="demoapp",global_app="app001",name="applicationTaskExecutor",} 0.0 # HELP hikaricp_connections_active Active connections # TYPE hikaricp_connections_active gauge hikaricp_connections_active{application="demoapp",global_app="app001",pool="HikariPool-1",} 0.0

上一篇     下一篇
Prometheus Pushgateway

flink1.18.1 pushgateway prometheus监控

zookeeper3.4 prometheus监控

mysql监控 mysqld_exporter

SkyWalking 慢sql 数据获取 ,graphQL 接口 例子

西湖古诗词