# 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 17697.0 # HELP kafka_consumer_heartbeat_rate_heartbeats The average number of heartbeats per second. After a rebalance, the consumer sends heartbeats to the coordinator to keep itself active in the group. You may see a lower rate than configured if the processing loop is taking more time to handle message batches. Usually this is OK as long as you see no increase in the join rate. # TYPE kafka_consumer_heartbeat_rate_heartbeats gauge kafka_consumer_heartbeat_rate_heartbeats{client_id="consumer-5",} 0.0 kafka_consumer_heartbeat_rate_heartbeats{client_id="consumer-4",} 0.0 kafka_consumer_heartbeat_rate_heartbeats{client_id="consumer-3",} 0.3498425708431206 # HELP kafka_consumer_sync_rate_syncs The number of group syncs per second. Group synchronization is the second and last phase of the rebalance protocol. A large value indicates group instability. # TYPE kafka_consumer_sync_rate_syncs gauge kafka_consumer_sync_rate_syncs{client_id="consumer-5",} 0.0 kafka_consumer_sync_rate_syncs{client_id="consumer-4",} 0.0 kafka_consumer_sync_rate_syncs{client_id="consumer-3",} 0.0 # HELP kafka_consumer_io_wait_time_avg_seconds The average length of time the I/O thread spent waiting for a socket to be ready for reads or writes. # TYPE kafka_consumer_io_wait_time_avg_seconds gauge kafka_consumer_io_wait_time_avg_seconds{client_id="consumer-5",} 0.0 kafka_consumer_io_wait_time_avg_seconds{client_id="consumer-4",} 0.0 kafka_consumer_io_wait_time_avg_seconds{client_id="consumer-3",} 0.12600490346953405 # HELP gateway_requests_seconds # TYPE gateway_requests_seconds summary gateway_requests_seconds_count{outcome="CLIENT_ERROR",routeId="finchmiddleware",routeUri="https://finch-middleware-service.k8.isw.la:443",status="NOT_FOUND",} 34.0 gateway_requests_seconds_sum{outcome="CLIENT_ERROR",routeId="finchmiddleware",routeUri="https://finch-middleware-service.k8.isw.la:443",status="NOT_FOUND",} 4.79780904 # HELP gateway_requests_seconds_max # TYPE gateway_requests_seconds_max gauge gateway_requests_seconds_max{outcome="CLIENT_ERROR",routeId="finchmiddleware",routeUri="https://finch-middleware-service.k8.isw.la:443",status="NOT_FOUND",} 0.0 # 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{area="heap",id="Tenured Gen",} 1.23076608E8 jvm_memory_max_bytes{area="nonheap",id="CodeHeap 'profiled nmethods'",} 1.22912768E8 jvm_memory_max_bytes{area="heap",id="Eden Space",} 4.9283072E7 jvm_memory_max_bytes{area="nonheap",id="Metaspace",} -1.0 jvm_memory_max_bytes{area="nonheap",id="CodeHeap 'non-nmethods'",} 5828608.0 jvm_memory_max_bytes{area="heap",id="Survivor Space",} 6094848.0 jvm_memory_max_bytes{area="nonheap",id="Compressed Class Space",} 1.073741824E9 jvm_memory_max_bytes{area="nonheap",id="CodeHeap 'non-profiled nmethods'",} 1.22916864E8 # HELP system_cpu_usage The "recent cpu usage" for the whole system # TYPE system_cpu_usage gauge system_cpu_usage 0.0015791673464151507 # 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{id="mapped",} 0.0 jvm_buffer_total_capacity_bytes{id="direct",} 1.7156812E7 # HELP kafka_consumer_records_lead_min_records The min lead of the partition. The lag between the consumer offset and the start offset of the log. If this gets close to zero, it's an indication that the consumer may lose data soon. # TYPE kafka_consumer_records_lead_min_records gauge kafka_consumer_records_lead_min_records{client_id="consumer-3",partition="0",topic="springCloudBus",} 1.7976931348623157E308 # HELP kafka_consumer_records_consumed_total_records_total The total number of records consumed. # TYPE kafka_consumer_records_consumed_total_records_total counter kafka_consumer_records_consumed_total_records_total{client_id="consumer-3",topic="springCloudBus",} 0.0 # HELP kafka_consumer_fetch_size_avg_bytes The average number of bytes fetched per request. # TYPE kafka_consumer_fetch_size_avg_bytes gauge kafka_consumer_fetch_size_avg_bytes{client_id="consumer-3",topic="springCloudBus",} 0.0 # HELP jvm_gc_pause_seconds Time spent in GC pause # TYPE jvm_gc_pause_seconds summary jvm_gc_pause_seconds_count{action="end of major GC",cause="Allocation Failure",} 5.0 jvm_gc_pause_seconds_sum{action="end of major GC",cause="Allocation Failure",} 0.794 jvm_gc_pause_seconds_count{action="end of minor GC",cause="Allocation Failure",} 9169.0 jvm_gc_pause_seconds_sum{action="end of minor GC",cause="Allocation Failure",} 22.324 jvm_gc_pause_seconds_count{action="end of minor GC",cause="GCLocker Initiated GC",} 1.0 jvm_gc_pause_seconds_sum{action="end of minor GC",cause="GCLocker Initiated GC",} 0.005 # 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 major GC",cause="Allocation Failure",} 0.0 jvm_gc_pause_seconds_max{action="end of minor GC",cause="Allocation Failure",} 0.0 jvm_gc_pause_seconds_max{action="end of minor GC",cause="GCLocker Initiated GC",} 0.0 # HELP kafka_consumer_join_rate_joins The number of group joins per second. Group joining is the first phase of the rebalance protocol. A large value indicates that the consumer group is unstable and will likely be coupled with increased lag. # TYPE kafka_consumer_join_rate_joins gauge kafka_consumer_join_rate_joins{client_id="consumer-5",} 0.0 kafka_consumer_join_rate_joins{client_id="consumer-4",} 0.0 kafka_consumer_join_rate_joins{client_id="consumer-3",} 0.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 42.0 # HELP process_start_time_seconds Start time of the process since unix epoch. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.746180776908E9 # HELP kafka_consumer_join_time_avg_seconds The average time taken for a group rejoin. This value can get as high as the configured session timeout for the consumer, but should usually be lower. # TYPE kafka_consumer_join_time_avg_seconds gauge kafka_consumer_join_time_avg_seconds{client_id="consumer-5",} 0.0 kafka_consumer_join_time_avg_seconds{client_id="consumer-4",} 0.0 kafka_consumer_join_time_avg_seconds{client_id="consumer-3",} 0.0 # HELP process_files_open_files The open file descriptor count # TYPE process_files_open_files gauge process_files_open_files 110.0 # HELP kafka_consumer_commit_latency_max_seconds The max time taken for a commit request. # TYPE kafka_consumer_commit_latency_max_seconds gauge kafka_consumer_commit_latency_max_seconds{client_id="consumer-5",} -Inf kafka_consumer_commit_latency_max_seconds{client_id="consumer-4",} -Inf kafka_consumer_commit_latency_max_seconds{client_id="consumer-3",} -Inf # HELP kafka_consumer_fetch_latency_avg_seconds The average time taken for a fetch request. # TYPE kafka_consumer_fetch_latency_avg_seconds gauge kafka_consumer_fetch_latency_avg_seconds{client_id="consumer-5",} 0.0 kafka_consumer_fetch_latency_avg_seconds{client_id="consumer-4",} 0.0 kafka_consumer_fetch_latency_avg_seconds{client_id="consumer-3",} 0.6031979166666667 # HELP kafka_consumer_fetch_throttle_time_max_seconds The maximum throttle time. # TYPE kafka_consumer_fetch_throttle_time_max_seconds gauge kafka_consumer_fetch_throttle_time_max_seconds{client_id="consumer-5",} -Inf kafka_consumer_fetch_throttle_time_max_seconds{client_id="consumer-4",} -Inf kafka_consumer_fetch_throttle_time_max_seconds{client_id="consumer-3",} 0.0 # HELP kafka_consumer_records_lag_records The latest lag of the partition # TYPE kafka_consumer_records_lag_records gauge kafka_consumer_records_lag_records{client_id="consumer-3",partition="0",topic="springCloudBus",} 0.0 # HELP kafka_consumer_fetch_size_max_bytes The maximum number of bytes fetched per request. # TYPE kafka_consumer_fetch_size_max_bytes gauge kafka_consumer_fetch_size_max_bytes{client_id="consumer-3",topic="springCloudBus",} -Inf # HELP kafka_consumer_io_time_avg_seconds The average length of time for I/O per select call. # TYPE kafka_consumer_io_time_avg_seconds gauge kafka_consumer_io_time_avg_seconds{client_id="consumer-5",} 0.0 kafka_consumer_io_time_avg_seconds{client_id="consumer-4",} 0.0 kafka_consumer_io_time_avg_seconds{client_id="consumer-3",} 1.561462210796915E-5 # HELP route_duration_seconds_max # TYPE route_duration_seconds_max gauge route_duration_seconds_max 0.0 # HELP route_duration_seconds # TYPE route_duration_seconds summary route_duration_seconds_count 34.0 route_duration_seconds_sum 4.48347369 # HELP kafka_consumer_fetch_total_requests_total The number of fetch requests. # TYPE kafka_consumer_fetch_total_requests_total counter kafka_consumer_fetch_total_requests_total{client_id="consumer-5",} 0.0 kafka_consumer_fetch_total_requests_total{client_id="consumer-4",} 0.0 kafka_consumer_fetch_total_requests_total{client_id="consumer-3",} 7473747.0 # HELP kafka_consumer_records_lag_max_records The maximum lag in terms of number of records for any partition in this window. An increasing value over time is your best indication that the consumer group is not keeping up with the producers. # TYPE kafka_consumer_records_lag_max_records gauge kafka_consumer_records_lag_max_records{client_id="consumer-3",partition="0",topic="springCloudBus",} -Inf # HELP kafka_consumer_io_wait_ratio The fraction of time the I/O thread spent waiting. # TYPE kafka_consumer_io_wait_ratio gauge kafka_consumer_io_wait_ratio{client_id="consumer-5",} 0.0 kafka_consumer_io_wait_ratio{client_id="consumer-4",} 0.0 kafka_consumer_io_wait_ratio{client_id="consumer-3",} 0.9964108629896264 # HELP process_cpu_usage The "recent cpu usage" for the Java Virtual Machine process # TYPE process_cpu_usage gauge process_cpu_usage 0.0015822192763484944 # HELP http_server_requests_seconds # TYPE http_server_requests_seconds summary http_server_requests_seconds_count{exception="None",method="PUT",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 33.0 http_server_requests_seconds_sum{exception="None",method="PUT",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.026271212 http_server_requests_seconds_count{exception="OAuth2AuthenticationException",method="POST",outcome="SERVER_ERROR",status="500",uri="UNKNOWN",} 2.0 http_server_requests_seconds_sum{exception="OAuth2AuthenticationException",method="POST",outcome="SERVER_ERROR",status="500",uri="UNKNOWN",} 0.002181553 http_server_requests_seconds_count{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/actuator/prometheus",} 40.0 http_server_requests_seconds_sum{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/actuator/prometheus",} 32.15502483 http_server_requests_seconds_count{exception="ResponseStatusException",method="POST",outcome="CLIENT_ERROR",status="404",uri="/**",} 33.0 http_server_requests_seconds_sum{exception="ResponseStatusException",method="POST",outcome="CLIENT_ERROR",status="404",uri="/**",} 0.143229881 http_server_requests_seconds_count{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/actuator/health",} 37724.0 http_server_requests_seconds_sum{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/actuator/health",} 42653.517911222 http_server_requests_seconds_count{exception="OAuth2AuthenticationException",method="GET",outcome="SERVER_ERROR",status="500",uri="UNKNOWN",} 2.0 http_server_requests_seconds_sum{exception="OAuth2AuthenticationException",method="GET",outcome="SERVER_ERROR",status="500",uri="UNKNOWN",} 0.002879216 http_server_requests_seconds_count{exception="None",method="PATCH",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 6.0 http_server_requests_seconds_sum{exception="None",method="PATCH",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.005386688 http_server_requests_seconds_count{exception="None",method="GET",outcome="SERVER_ERROR",status="503",uri="/actuator/health",} 14.0 http_server_requests_seconds_sum{exception="None",method="GET",outcome="SERVER_ERROR",status="503",uri="/actuator/health",} 144.78550114 http_server_requests_seconds_count{exception="None",method="POST",outcome="CLIENT_ERROR",status="401",uri="root",} 67.0 http_server_requests_seconds_sum{exception="None",method="POST",outcome="CLIENT_ERROR",status="401",uri="root",} 0.048692134 http_server_requests_seconds_count{exception="None",method="POST",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 899.0 http_server_requests_seconds_sum{exception="None",method="POST",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.737531394 http_server_requests_seconds_count{exception="None",method="GET",outcome="CLIENT_ERROR",status="404",uri="NOT_FOUND",} 34.0 http_server_requests_seconds_sum{exception="None",method="GET",outcome="CLIENT_ERROR",status="404",uri="NOT_FOUND",} 8.690243976 http_server_requests_seconds_count{exception="None",method="GET",outcome="CLIENT_ERROR",status="401",uri="root",} 268.0 http_server_requests_seconds_sum{exception="None",method="GET",outcome="CLIENT_ERROR",status="401",uri="root",} 135.735031655 http_server_requests_seconds_count{exception="None",method="HEAD",outcome="CLIENT_ERROR",status="401",uri="root",} 11.0 http_server_requests_seconds_sum{exception="None",method="HEAD",outcome="CLIENT_ERROR",status="401",uri="root",} 0.011683487 http_server_requests_seconds_count{exception="ResponseStatusException",method="PUT",outcome="CLIENT_ERROR",status="404",uri="/**",} 2.0 http_server_requests_seconds_sum{exception="ResponseStatusException",method="PUT",outcome="CLIENT_ERROR",status="404",uri="/**",} 0.005584554 http_server_requests_seconds_count{exception="None",method="GET",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 1189.0 http_server_requests_seconds_sum{exception="None",method="GET",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 559.524503033 http_server_requests_seconds_count{exception="None",method="DELETE",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 10.0 http_server_requests_seconds_sum{exception="None",method="DELETE",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.007734231 # HELP http_server_requests_seconds_max # TYPE http_server_requests_seconds_max gauge http_server_requests_seconds_max{exception="None",method="PUT",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.0 http_server_requests_seconds_max{exception="OAuth2AuthenticationException",method="POST",outcome="SERVER_ERROR",status="500",uri="UNKNOWN",} 0.0 http_server_requests_seconds_max{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/actuator/prometheus",} 0.0 http_server_requests_seconds_max{exception="ResponseStatusException",method="POST",outcome="CLIENT_ERROR",status="404",uri="/**",} 0.0 http_server_requests_seconds_max{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/actuator/health",} 1.469217554 http_server_requests_seconds_max{exception="OAuth2AuthenticationException",method="GET",outcome="SERVER_ERROR",status="500",uri="UNKNOWN",} 0.0 http_server_requests_seconds_max{exception="None",method="PATCH",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.0 http_server_requests_seconds_max{exception="None",method="GET",outcome="SERVER_ERROR",status="503",uri="/actuator/health",} 0.0 http_server_requests_seconds_max{exception="None",method="POST",outcome="CLIENT_ERROR",status="401",uri="root",} 0.0 http_server_requests_seconds_max{exception="None",method="POST",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.0 http_server_requests_seconds_max{exception="None",method="GET",outcome="CLIENT_ERROR",status="404",uri="NOT_FOUND",} 0.0 http_server_requests_seconds_max{exception="None",method="GET",outcome="CLIENT_ERROR",status="401",uri="root",} 0.0 http_server_requests_seconds_max{exception="None",method="HEAD",outcome="CLIENT_ERROR",status="401",uri="root",} 0.0 http_server_requests_seconds_max{exception="ResponseStatusException",method="PUT",outcome="CLIENT_ERROR",status="404",uri="/**",} 0.0 http_server_requests_seconds_max{exception="None",method="GET",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.0 http_server_requests_seconds_max{exception="None",method="DELETE",outcome="CLIENT_ERROR",status="401",uri="UNKNOWN",} 0.0 # HELP kafka_consumer_heartbeat_response_time_max_seconds The max time taken to receive a response to a heartbeat request. # TYPE kafka_consumer_heartbeat_response_time_max_seconds gauge kafka_consumer_heartbeat_response_time_max_seconds{client_id="consumer-5",} -Inf kafka_consumer_heartbeat_response_time_max_seconds{client_id="consumer-4",} -Inf kafka_consumer_heartbeat_response_time_max_seconds{client_id="consumer-3",} 0.105 # HELP kafka_consumer_records_per_request_avg_records The average number of records in each request. # TYPE kafka_consumer_records_per_request_avg_records gauge kafka_consumer_records_per_request_avg_records{client_id="consumer-3",topic="springCloudBus",} 0.0 # HELP kafka_consumer_records_lead_avg_records The average lead of the partition. # TYPE kafka_consumer_records_lead_avg_records gauge kafka_consumer_records_lead_avg_records{client_id="consumer-3",partition="0",topic="springCloudBus",} 0.0 # HELP kafka_consumer_io_wait_time_total_seconds Time spent on the I/O thread waiting for a socket to be ready for reads or writes. # TYPE kafka_consumer_io_wait_time_total_seconds gauge kafka_consumer_io_wait_time_total_seconds{client_id="consumer-5",} 31.792031418 kafka_consumer_io_wait_time_total_seconds{client_id="consumer-4",} 5177.770208374 # HELP kafka_consumer_join_time_max_seconds The max time taken for a group rejoin. This value should not get much higher than the configured session timeout for the consumer. # TYPE kafka_consumer_join_time_max_seconds gauge kafka_consumer_join_time_max_seconds{client_id="consumer-5",} -Inf kafka_consumer_join_time_max_seconds{client_id="consumer-4",} -Inf kafka_consumer_join_time_max_seconds{client_id="consumer-3",} -Inf # HELP kafka_consumer_authentication_attempts The number of successful authentication attempts. # TYPE kafka_consumer_authentication_attempts gauge kafka_consumer_authentication_attempts{client_id="consumer-4",result="successful",} 0.0 kafka_consumer_authentication_attempts{client_id="consumer-5",result="successful",} 0.0 kafka_consumer_authentication_attempts{client_id="consumer-4",result="failed",} 0.0 kafka_consumer_authentication_attempts{client_id="consumer-5",result="failed",} 0.0 # HELP kafka_consumer_request_total_requests # TYPE kafka_consumer_request_total_requests gauge kafka_consumer_request_total_requests{client_id="consumer-5",} 254.0 kafka_consumer_request_total_requests{client_id="consumer-4",} 53977.0 # HELP kafka_consumer_connection_count_connections The current number of active connections. # TYPE kafka_consumer_connection_count_connections gauge kafka_consumer_connection_count_connections{client_id="consumer-5",} 4.0 kafka_consumer_connection_count_connections{client_id="consumer-4",} 3.0 kafka_consumer_connection_count_connections{client_id="consumer-3",} 4.0 # HELP logback_events_total Number of error level events that made it to the logs # TYPE logback_events_total counter logback_events_total{level="warn",} 5.0 logback_events_total{level="debug",} 0.0 logback_events_total{level="error",} 0.0 logback_events_total{level="trace",} 0.0 logback_events_total{level="info",} 64.0 # HELP process_uptime_seconds The uptime of the Java virtual machine # TYPE process_uptime_seconds gauge process_uptime_seconds 4557732.662 # HELP spring_integration_sources The number of message sources # TYPE spring_integration_sources gauge spring_integration_sources 0.0 # HELP kafka_consumer_sync_time_max_seconds The max time taken for a group sync. # TYPE kafka_consumer_sync_time_max_seconds gauge kafka_consumer_sync_time_max_seconds{client_id="consumer-5",} -Inf kafka_consumer_sync_time_max_seconds{client_id="consumer-4",} -Inf kafka_consumer_sync_time_max_seconds{client_id="consumer-3",} -Inf # 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 2.11036624E8 # HELP jvm_gc_memory_allocated_bytes_total Incremented for an increase in the size of the young generation memory pool after one GC to before the next # TYPE jvm_gc_memory_allocated_bytes_total counter jvm_gc_memory_allocated_bytes_total 3.39623413856E11 # 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{id="mapped",} 0.0 jvm_buffer_memory_used_bytes{id="direct",} 1.7156813E7 # 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{area="heap",id="Tenured Gen",} 9.2327936E7 jvm_memory_committed_bytes{area="nonheap",id="CodeHeap 'profiled nmethods'",} 4.2991616E7 jvm_memory_committed_bytes{area="heap",id="Eden Space",} 3.7093376E7 jvm_memory_committed_bytes{area="nonheap",id="Metaspace",} 9.6731136E7 jvm_memory_committed_bytes{area="nonheap",id="CodeHeap 'non-nmethods'",} 2555904.0 jvm_memory_committed_bytes{area="heap",id="Survivor Space",} 4587520.0 jvm_memory_committed_bytes{area="nonheap",id="Compressed Class Space",} 1.2320768E7 jvm_memory_committed_bytes{area="nonheap",id="CodeHeap 'non-profiled nmethods'",} 2.8442624E7 # 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{id="mapped",} 0.0 jvm_buffer_count_buffers{id="direct",} 19.0 # HELP jvm_memory_used_bytes The amount of used memory # TYPE jvm_memory_used_bytes gauge jvm_memory_used_bytes{area="heap",id="Tenured Gen",} 7.0799168E7 jvm_memory_used_bytes{area="nonheap",id="CodeHeap 'profiled nmethods'",} 3.348608E7 jvm_memory_used_bytes{area="heap",id="Eden Space",} 1.9687312E7 jvm_memory_used_bytes{area="nonheap",id="Metaspace",} 9.354948E7 jvm_memory_used_bytes{area="nonheap",id="CodeHeap 'non-nmethods'",} 1466752.0 jvm_memory_used_bytes{area="heap",id="Survivor Space",} 1134936.0 jvm_memory_used_bytes{area="nonheap",id="Compressed Class Space",} 1.1179312E7 jvm_memory_used_bytes{area="nonheap",id="CodeHeap 'non-profiled nmethods'",} 2.8400896E7 # HELP kafka_consumer_commit_latency_avg_seconds The average time taken for a commit request. # TYPE kafka_consumer_commit_latency_avg_seconds gauge kafka_consumer_commit_latency_avg_seconds{client_id="consumer-5",} 0.0 kafka_consumer_commit_latency_avg_seconds{client_id="consumer-4",} 0.0 kafka_consumer_commit_latency_avg_seconds{client_id="consumer-3",} 0.0 # HELP kafka_consumer_bytes_consumed_total_bytes_total The total number of bytes consumed. # TYPE kafka_consumer_bytes_consumed_total_bytes_total counter kafka_consumer_bytes_consumed_total_bytes_total{client_id="consumer-3",topic="springCloudBus",} 0.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 53.0 # HELP spring_cloud_stream_binder_kafka_offset Unconsumed messages for a particular group and topic # TYPE spring_cloud_stream_binder_kafka_offset gauge spring_cloud_stream_binder_kafka_offset{group="anonymous.c7629899-7ca8-4b77-b7ad-3fdfda8bc710",topic="springCloudBus",} 0.0 # HELP kafka_consumer_select_total Number of times the I/O layer checked for new I/O to perform. # TYPE kafka_consumer_select_total gauge kafka_consumer_select_total{client_id="consumer-5",} 1006.0 kafka_consumer_select_total{client_id="consumer-4",} 122664.0 kafka_consumer_select_total{client_id="consumer-3",} 3.7624653E7 # 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 1.49 # HELP kafka_consumer_records_lead_records The latest lead of the partition. # TYPE kafka_consumer_records_lead_records gauge kafka_consumer_records_lead_records{client_id="consumer-3",partition="0",topic="springCloudBus",} 0.0 # HELP jvm_gc_max_data_size_bytes Max size of old generation memory pool # TYPE jvm_gc_max_data_size_bytes gauge jvm_gc_max_data_size_bytes 1.23076608E8 # HELP kafka_consumer_fetch_throttle_time_avg_seconds The average throttle time. When quotas are enabled, the broker may delay fetch requests in order to throttle a consumer which has exceeded its limit. This metric indicates how throttling time has been added to fetch requests on average. # TYPE kafka_consumer_fetch_throttle_time_avg_seconds gauge kafka_consumer_fetch_throttle_time_avg_seconds{client_id="consumer-5",} 0.0 kafka_consumer_fetch_throttle_time_avg_seconds{client_id="consumer-4",} 0.0 kafka_consumer_fetch_throttle_time_avg_seconds{client_id="consumer-3",} 0.0 # HELP kafka_consumer_outgoing_byte_total_bytes # TYPE kafka_consumer_outgoing_byte_total_bytes gauge kafka_consumer_outgoing_byte_total_bytes{client_id="consumer-5",} 11913.0 kafka_consumer_outgoing_byte_total_bytes{client_id="consumer-4",} 2157241.0 # 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 276.0 # HELP jvm_gc_live_data_size_bytes Size of old generation memory pool after a full GC # TYPE jvm_gc_live_data_size_bytes gauge jvm_gc_live_data_size_bytes 4.9169616E7 # HELP kafka_consumer_network_io_total_bytes # TYPE kafka_consumer_network_io_total_bytes gauge kafka_consumer_network_io_total_bytes{client_id="consumer-5",} 522.0 kafka_consumer_network_io_total_bytes{client_id="consumer-4",} 107950.0 # HELP process_files_max_files The maximum file descriptor count # TYPE process_files_max_files gauge process_files_max_files 1048576.0 # HELP kafka_consumer_io_ratio The fraction of time the I/O thread spent doing I/O. # TYPE kafka_consumer_io_ratio gauge kafka_consumer_io_ratio{client_id="consumer-5",} 2.3798013459298564E-5 kafka_consumer_io_ratio{client_id="consumer-4",} 0.0 kafka_consumer_io_ratio{client_id="consumer-3",} 1.20797894161083E-4 # HELP system_cpu_count The number of processors available to the Java virtual machine # TYPE system_cpu_count gauge system_cpu_count 1.0 # HELP spring_integration_handlers The number of message handlers # TYPE spring_integration_handlers gauge spring_integration_handlers 4.0 # HELP jvm_threads_states_threads The current number of threads having NEW state # TYPE jvm_threads_states_threads gauge jvm_threads_states_threads{state="runnable",} 13.0 jvm_threads_states_threads{state="blocked",} 0.0 jvm_threads_states_threads{state="waiting",} 13.0 jvm_threads_states_threads{state="timed-waiting",} 16.0 jvm_threads_states_threads{state="new",} 0.0 jvm_threads_states_threads{state="terminated",} 0.0 # HELP jvm_threads_daemon_threads The current number of live daemon threads # TYPE jvm_threads_daemon_threads gauge jvm_threads_daemon_threads 25.0 # HELP kafka_consumer_fetch_latency_max_seconds The max time taken for a fetch request. # TYPE kafka_consumer_fetch_latency_max_seconds gauge kafka_consumer_fetch_latency_max_seconds{client_id="consumer-5",} -Inf kafka_consumer_fetch_latency_max_seconds{client_id="consumer-4",} -Inf kafka_consumer_fetch_latency_max_seconds{client_id="consumer-3",} 0.62 # HELP spring_integration_channels The number of message channels # TYPE spring_integration_channels gauge spring_integration_channels 5.0 # HELP kafka_consumer_records_lag_avg_records The average lag of the partition # TYPE kafka_consumer_records_lag_avg_records gauge kafka_consumer_records_lag_avg_records{client_id="consumer-3",partition="0",topic="springCloudBus",} 0.0 # HELP kafka_consumer_sync_time_avg_seconds The average time taken for a group sync. # TYPE kafka_consumer_sync_time_avg_seconds gauge kafka_consumer_sync_time_avg_seconds{client_id="consumer-5",} 0.0 kafka_consumer_sync_time_avg_seconds{client_id="consumer-4",} 0.0 kafka_consumer_sync_time_avg_seconds{client_id="consumer-3",} 0.0 # HELP kafka_consumer_response_total_responses # TYPE kafka_consumer_response_total_responses gauge kafka_consumer_response_total_responses{client_id="consumer-5",} 261.0 kafka_consumer_response_total_responses{client_id="consumer-4",} 53973.0 # HELP kafka_consumer_assigned_partitions The number of partitions currently assigned to this consumer. # TYPE kafka_consumer_assigned_partitions gauge kafka_consumer_assigned_partitions{client_id="consumer-5",} 0.0 kafka_consumer_assigned_partitions{client_id="consumer-4",} 0.0 kafka_consumer_assigned_partitions{client_id="consumer-3",} 1.0 # HELP kafka_consumer_connection_creation_total_connections New connections established. # TYPE kafka_consumer_connection_creation_total_connections gauge kafka_consumer_connection_creation_total_connections{client_id="consumer-5",} 139.0 kafka_consumer_connection_creation_total_connections{client_id="consumer-4",} 3132.0 kafka_consumer_connection_creation_total_connections{client_id="consumer-3",} 5625.0 # HELP kafka_consumer_io_time_total_seconds Time spent in I/O during select calls. # TYPE kafka_consumer_io_time_total_seconds gauge kafka_consumer_io_time_total_seconds{client_id="consumer-5",} 0.027020507 kafka_consumer_io_time_total_seconds{client_id="consumer-4",} 6.066548568 # HELP kafka_consumer_connection_close_total_connections Connections closed. # TYPE kafka_consumer_connection_close_total_connections gauge kafka_consumer_connection_close_total_connections{client_id="consumer-5",} 135.0 kafka_consumer_connection_close_total_connections{client_id="consumer-4",} 3141.0 kafka_consumer_connection_close_total_connections{client_id="consumer-3",} 5642.0 # HELP kafka_consumer_last_heartbeat_seconds The time since the last controller heartbeat. # TYPE kafka_consumer_last_heartbeat_seconds gauge kafka_consumer_last_heartbeat_seconds{client_id="consumer-5",} 1.75073851E9 kafka_consumer_last_heartbeat_seconds{client_id="consumer-4",} 1.75073851E9 kafka_consumer_last_heartbeat_seconds{client_id="consumer-3",} 2.0 # HELP gateway_request_duration_seconds_max # TYPE gateway_request_duration_seconds_max gauge gateway_request_duration_seconds_max 1.801935097 # HELP gateway_request_duration_seconds # TYPE gateway_request_duration_seconds summary gateway_request_duration_seconds_count 40581.0 gateway_request_duration_seconds_sum 50981.343461808 # HELP kafka_consumer_commit_rate_commits The number of commit calls per second. # TYPE kafka_consumer_commit_rate_commits gauge kafka_consumer_commit_rate_commits{client_id="consumer-5",} 0.0 kafka_consumer_commit_rate_commits{client_id="consumer-4",} 0.0 kafka_consumer_commit_rate_commits{client_id="consumer-3",} 0.0