Exported Prometheus Metrics

This document lists the metrics exposed by GoodData’s microservices, including the supplemental 3rd-party applications such as Apache Pulsar, Postgresql, Redis, and NGINX Ingress Controller.

The following table summarizes ports and paths where the metrics are exposed.

ServicePortPath
afm-exec-api9001/actuator/prometheus
api-gateway9093/actuator/prometheus
auth-service9051/actuator/prometheus
calcique9012/actuator/prometheus
export-controller6581/actuator/prometheus
metadata-api9008/actuator/prometheus
pdf-stapler-service8287/actuator/prometheus
result-cache9041/actuator/prometheus
scan-model9061/actuator/prometheus
sql-executor9101/actuator/prometheus
visual-exporter-service8287/actuator/prometheus
quiver-cache16101/
quiver-xtab16101/
quiver-ml16101/
ingress-nginx10254/metrics
pulsar-bookie8000/metrics
pulsar-broker8080/metrics
pulsar-zookeeper8000/metrics
etcd2379/metrics
redis-ha9121/metrics
postgresql9187/metrics
dex5558/metrics

afm-exec-api

MetricTypeDocumentationLabels
afm_executeResult_secondssummaryaction, application, descriptor
afm_executeResult_seconds_maxgaugeaction, application, descriptor
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
authentication_client_call_started_countcounterCount of started authentication calls.application, operation
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
lettuce_command_completion_secondshistogramLatency between command send and command completion (complete response receivedapplication, command, local, quantile, remote
lettuce_command_completion_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_completion_seconds_countunknownapplication, command, local, remote
lettuce_command_completion_seconds_maxgaugeLatency between command send and command completion (complete response receivedapplication, command, local, remote
lettuce_command_completion_seconds_sumunknownapplication, command, local, remote
lettuce_command_firstresponse_secondshistogramLatency between command send and first response (first response received)application, command, local, quantile, remote
lettuce_command_firstresponse_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_firstresponse_seconds_countunknownapplication, command, local, remote
lettuce_command_firstresponse_seconds_maxgaugeLatency between command send and first response (first response received)application, command, local, remote
lettuce_command_firstresponse_seconds_sumunknownapplication, command, local, remote
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_messages_droppedcounterapplication, cause
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

api-gateway

MetricTypeDocumentationLabels
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
spring_cloud_gateway_requests_secondssummaryapplication, httpMethod, httpStatusCode, outcome, routeId, routeUri, status
spring_cloud_gateway_requests_seconds_maxgaugeapplication, httpMethod, httpStatusCode, outcome, routeId, routeUri, status
spring_cloud_gateway_routes_countgaugeapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

auth-service

MetricTypeDocumentationLabels
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
auth_service_request_countcounterAuth service request countapplication, host, method, path_pattern, status
authentication_client_call_started_countcounterCount of started authentication calls.application, operation
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
grpc_server_processing_duration_secondssummaryThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_processing_duration_seconds_maxgaugeThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_requests_received_messagescounterThe total number of requests receivedapplication, method, methodType, service
grpc_server_responses_sent_messagescounterThe total number of responses sentapplication, method, methodType, service
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_messages_droppedcounterapplication, cause
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

calcique

MetricTypeDocumentationLabels
all_executions_parallel_countgaugeCount of all parallel executionsapplication, organization, user, workspace
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
calcique_compute_errorscounterapplication
calcique_compute_raw_cache_errorscounterapplication
calcique_compute_raw_cache_secondssummaryapplication
calcique_compute_raw_cache_seconds_maxgaugeapplication
calcique_compute_secondssummaryapplication
calcique_compute_seconds_maxgaugeapplication
calcique_datasource_secondssummaryapplication, source
calcique_datasource_seconds_maxgaugeapplication, source
calcique_datasource_update_errorscounterapplication
calcique_datasource_update_secondssummaryapplication, kind
calcique_datasource_update_seconds_maxgaugeapplication, kind
calcique_datasourcename_secondssummaryapplication, source
calcique_datasourcename_seconds_maxgaugeapplication, source
calcique_get_label_elements_errorscounterapplication
calcique_get_label_elements_secondssummaryapplication
calcique_get_label_elements_seconds_maxgaugeapplication
calcique_get_valid_objects_errorscounterapplication
calcique_get_valid_objects_secondssummaryapplication
calcique_get_valid_objects_seconds_maxgaugeapplication
calcique_maql_datasources_secondssummaryapplication
calcique_maql_datasources_seconds_maxgaugeapplication
calcique_maql_generate_secondssummaryapplication
calcique_maql_generate_seconds_maxgaugeapplication
calcique_maql_interpret_secondssummaryapplication
calcique_maql_interpret_seconds_maxgaugeapplication
calcique_maql_optimize_secondssummaryapplication
calcique_maql_optimize_seconds_maxgaugeapplication
calcique_metadata_secondssummaryapplication, source
calcique_metadata_seconds_maxgaugeapplication, source
calcique_metadata_update_errorscounterapplication
calcique_metadata_update_secondssummaryapplication, kind
calcique_metadata_update_seconds_maxgaugeapplication, kind
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
featurehub_get_secondssummaryDuration of the call to FeatureHubapplication
featurehub_get_seconds_maxgaugeDuration of the call to FeatureHubapplication
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
grpc_server_processing_duration_secondssummaryThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_processing_duration_seconds_maxgaugeThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_requests_received_messagescounterThe total number of requests receivedapplication, method, methodType, service
grpc_server_responses_sent_messagescounterThe total number of responses sentapplication, method, methodType, service
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
lettuce_command_completion_secondshistogramLatency between command send and command completion (complete response receivedapplication, command, local, quantile, remote
lettuce_command_completion_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_completion_seconds_countunknownapplication, command, local, remote
lettuce_command_completion_seconds_maxgaugeLatency between command send and command completion (complete response receivedapplication, command, local, remote
lettuce_command_completion_seconds_sumunknownapplication, command, local, remote
lettuce_command_firstresponse_secondshistogramLatency between command send and first response (first response received)application, command, local, quantile, remote
lettuce_command_firstresponse_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_firstresponse_seconds_countunknownapplication, command, local, remote
lettuce_command_firstresponse_seconds_maxgaugeLatency between command send and first response (first response received)application, command, local, remote
lettuce_command_firstresponse_seconds_sumunknownapplication, command, local, remote
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
pulsar_message_ackcounterPulsar: acknowledge messagesapplication, topic
pulsar_message_receive_secondssummaryPulsar: received messagesapplication, dead_letter, topic
pulsar_message_receive_seconds_maxgaugePulsar: received messagesapplication, dead_letter, topic
pulsar_message_sendcounterPulsar: sent messagesapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_messages_droppedcounterapplication, cause
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

export-controller

MetricTypeDocumentationLabels
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
authentication_client_call_started_countcounterCount of started authentication calls.application, operation
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
export_duration_secondssummaryExport durationEXPORT_TYPE, IS_SUCCESS, application, organization, user, workspace
export_duration_seconds_maxgaugeExport durationEXPORT_TYPE, IS_SUCCESS, application, organization, user, workspace
export_filesize_bytescounterExport sizeEXPORT_TYPE, IS_SUCCESS, application, organization, user, workspace
featurehub_get_secondssummaryDuration of the call to FeatureHubapplication
featurehub_get_seconds_maxgaugeDuration of the call to FeatureHubapplication
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
lettuce_command_completion_secondshistogramLatency between command send and command completion (complete response receivedapplication, command, local, quantile, remote
lettuce_command_completion_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_completion_seconds_countunknownapplication, command, local, remote
lettuce_command_completion_seconds_maxgaugeLatency between command send and command completion (complete response receivedapplication, command, local, remote
lettuce_command_completion_seconds_sumunknownapplication, command, local, remote
lettuce_command_firstresponse_secondshistogramLatency between command send and first response (first response received)application, command, local, quantile, remote
lettuce_command_firstresponse_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_firstresponse_seconds_countunknownapplication, command, local, remote
lettuce_command_firstresponse_seconds_maxgaugeLatency between command send and first response (first response received)application, command, local, remote
lettuce_command_firstresponse_seconds_sumunknownapplication, command, local, remote
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
pulsar_message_ackcounterPulsar: acknowledge messagesapplication, topic
pulsar_message_receive_secondssummaryPulsar: received messagesapplication, dead_letter, topic
pulsar_message_receive_seconds_maxgaugePulsar: received messagesapplication, dead_letter, topic
pulsar_message_sendcounterPulsar: sent messagesapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

metadata-api

MetricTypeDocumentationLabels
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
authentication_client_call_error_countcounterCount of server error authentication calls.application, operation
authentication_client_call_started_countcounterCount of started authentication calls.application, operation
cache_eviction_weightcounterThe sum of weights of evicted entries. This total does not include manual invalidations.cache, cachePart
cache_evictionscounterThe number of times the cache was evicted.cache, cachePart
cache_getscounterThe number of times cache lookup methods have returned a cached (hit) or uncached (newly loaded or null) value (miss).cache, cachePart, result
cache_putscounterThe number of entries added to the cachecache, cachePart
cache_sizegaugeThe number of entries in this cache. This may be an approximation, depending on the type of cache.cache, cachePart
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
featurehub_get_secondssummaryDuration of the call to FeatureHubapplication
featurehub_get_seconds_maxgaugeDuration of the call to FeatureHubapplication
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
grpc_server_processing_duration_secondssummaryThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_processing_duration_seconds_maxgaugeThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_requests_received_messagescounterThe total number of requests receivedapplication, method, methodType, service
grpc_server_responses_sent_messagescounterThe total number of responses sentapplication, method, methodType, service
hikaricp_connectionsgaugeTotal connectionsapplication, pool
hikaricp_connections_acquire_secondssummaryConnection acquire timeapplication, pool
hikaricp_connections_acquire_seconds_maxgaugeConnection acquire timeapplication, pool
hikaricp_connections_activegaugeActive connectionsapplication, pool
hikaricp_connections_creation_secondssummaryConnection creation timeapplication, pool
hikaricp_connections_creation_seconds_maxgaugeConnection creation timeapplication, pool
hikaricp_connections_idlegaugeIdle connectionsapplication, pool
hikaricp_connections_maxgaugeMax connectionsapplication, pool
hikaricp_connections_mingaugeMin connectionsapplication, pool
hikaricp_connections_pendinggaugePending threadsapplication, pool
hikaricp_connections_timeoutcounterConnection timeout total countapplication, pool
hikaricp_connections_usage_secondssummaryConnection usage timeapplication, pool
hikaricp_connections_usage_seconds_maxgaugeConnection usage timeapplication, pool
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jdbc_connections_activegaugeCurrent number of active connections that have been allocated from the data source.application, name
jdbc_connections_idlegaugeNumber of established but idle connections.application, name
jdbc_connections_maxgaugeMaximum number of active connections that can be allocated at the same time.application, name
jdbc_connections_mingaugeMinimum number of idle connections in the pool.application, name
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
log4j2_eventscounterNumber of log eventsapplication, level
metadata_api_permissions_hasaccess_secondssummaryapplication
metadata_api_permissions_hasaccess_seconds_maxgaugeapplication
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
pulsar_message_ackcounterPulsar: acknowledge messagesapplication, topic
pulsar_message_receive_secondssummaryPulsar: received messagesapplication, dead_letter, topic
pulsar_message_receive_seconds_maxgaugePulsar: received messagesapplication, dead_letter, topic
pulsar_message_sendcounterPulsar: sent messagesapplication
reactor_netty_bytebuf_allocator_active_direct_memorygaugeThe actual bytes consumed by in-use buffers allocated from heap buffer pools.application, id, type
reactor_netty_bytebuf_allocator_active_heap_memorygaugeThe actual bytes consumed by in-use buffers allocated from direct buffer pools.application, id, type
reactor_netty_bytebuf_allocator_chunk_sizegaugeThe chunk size for an arena.application, id, type
reactor_netty_bytebuf_allocator_direct_arenasgaugeThe number of direct arenas.application, id, type
reactor_netty_bytebuf_allocator_heap_arenasgaugeThe number of heap arenas.application, id, type
reactor_netty_bytebuf_allocator_normal_cache_sizegaugeThe size of the normal cache.application, id, type
reactor_netty_bytebuf_allocator_small_cache_sizegaugeThe size of the small cache.application, id, type
reactor_netty_bytebuf_allocator_threadlocal_cachesgaugeThe number of thread local caches.application, id, type
reactor_netty_bytebuf_allocator_used_direct_memorygaugeThe number of bytes reserved by direct buffer allocator.application, id, type
reactor_netty_bytebuf_allocator_used_heap_memorygaugeThe number of bytes reserved by heap buffer allocator.application, id, type
reactor_netty_eventloop_pending_tasksgaugeEvent loop pending scheduled tasks.application, name
reactor_netty_http_server_connections_activegaugeThe number of http connections currently processing requestsapplication, local_address, uri
reactor_netty_http_server_connections_totalgaugeThe number of all opened connectionsapplication, local_address, uri
reactor_netty_http_server_data_received_bytessummaryAmount of the data received, in bytesapplication, uri
reactor_netty_http_server_data_received_bytes_maxgaugeAmount of the data received, in bytesapplication, uri
reactor_netty_http_server_data_received_time_secondssummaryTime spent in consuming incoming dataapplication, method, uri
reactor_netty_http_server_data_received_time_seconds_maxgaugeTime spent in consuming incoming dataapplication, method, uri
reactor_netty_http_server_data_sent_bytessummaryAmount of the data sent, in bytesapplication, uri
reactor_netty_http_server_data_sent_bytes_maxgaugeAmount of the data sent, in bytesapplication, uri
reactor_netty_http_server_data_sent_time_secondssummaryTime spent in sending outgoing dataapplication, method, status, uri
reactor_netty_http_server_data_sent_time_seconds_maxgaugeTime spent in sending outgoing dataapplication, method, status, uri
reactor_netty_http_server_response_time_secondssummaryTotal time for the request/responseapplication, method, status, uri
reactor_netty_http_server_response_time_seconds_maxgaugeTotal time for the request/responseapplication, method, status, uri
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

pdf-stapler-service

MetricTypeDocumentationLabels
grpc_server_processing_duration_secondssummaryThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_processing_duration_seconds_maxgaugeThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_requests_received_messagescounterThe total number of requests receivedapplication, method, methodType, service
grpc_server_responses_sent_messagescounterThe total number of responses sentapplication, method, methodType, service
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_states_threadsgaugeThe current number of threads having NEW stateapplication, state
logback_eventscounterNumber of error level events that made it to the logsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” for the whole systemapplication
system_load_average_1mgaugeThe 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 timeapplication
tomcat_cache_accesscounterapplication
tomcat_cache_hitcounterapplication
tomcat_connections_config_max_connectionsgaugeapplication, name
tomcat_connections_current_connectionsgaugeapplication, name
tomcat_connections_keepalive_current_connectionsgaugeapplication, name
tomcat_global_errorcounterapplication, name
tomcat_global_received_bytescounterapplication, name
tomcat_global_request_max_secondsgaugeapplication, name
tomcat_global_request_secondssummaryapplication, name
tomcat_global_sent_bytescounterapplication, name
tomcat_servlet_errorcounterapplication, name
tomcat_servlet_request_max_secondsgaugeapplication, name
tomcat_servlet_request_secondssummaryapplication, name
tomcat_sessions_active_current_sessionsgaugeapplication
tomcat_sessions_active_max_sessionsgaugeapplication
tomcat_sessions_alive_max_secondsgaugeapplication
tomcat_sessions_created_sessionscounterapplication
tomcat_sessions_expired_sessionscounterapplication
tomcat_sessions_rejected_sessionscounterapplication
tomcat_threads_busy_threadsgaugeapplication, name
tomcat_threads_config_max_threadsgaugeapplication, name
tomcat_threads_current_threadsgaugeapplication, name

result-cache

MetricTypeDocumentationLabels
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
grpc_server_processing_duration_secondssummaryThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_processing_duration_seconds_maxgaugeThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_requests_received_messagescounterThe total number of requests receivedapplication, method, methodType, service
grpc_server_responses_sent_messagescounterThe total number of responses sentapplication, method, methodType, service
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
lettuce_command_completion_secondshistogramLatency between command send and command completion (complete response receivedapplication, command, local, quantile, remote
lettuce_command_completion_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_completion_seconds_countunknownapplication, command, local, remote
lettuce_command_completion_seconds_maxgaugeLatency between command send and command completion (complete response receivedapplication, command, local, remote
lettuce_command_completion_seconds_sumunknownapplication, command, local, remote
lettuce_command_firstresponse_secondshistogramLatency between command send and first response (first response received)application, command, local, quantile, remote
lettuce_command_firstresponse_seconds_bucketunknownapplication, command, le, local, remote
lettuce_command_firstresponse_seconds_countunknownapplication, command, local, remote
lettuce_command_firstresponse_seconds_maxgaugeLatency between command send and first response (first response received)application, command, local, remote
lettuce_command_firstresponse_seconds_sumunknownapplication, command, local, remote
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
pulsar_message_ackcounterPulsar: acknowledge messagesapplication, topic
pulsar_message_receive_secondssummaryPulsar: received messagesapplication, dead_letter, topic
pulsar_message_receive_seconds_maxgaugePulsar: received messagesapplication, dead_letter, topic
pulsar_message_sendcounterPulsar: sent messagesapplication
result_cache_data_written_bytescounterAmount of data written to result cacheapplication, organization, workspace
result_cache_gdstorage_svc_removeAllOrganizationDataSources_secondssummaryapplication
result_cache_gdstorage_svc_removeAllOrganizationDataSources_seconds_maxgaugeapplication
result_cache_gdstorage_svc_removeDataSource_secondssummaryapplication
result_cache_gdstorage_svc_removeDataSource_seconds_maxgaugeapplication
resultcache_crosstabulate_calculate_secondssummaryDuration of crosstabulation computation.application, status
resultcache_crosstabulate_calculate_seconds_maxgaugeDuration of crosstabulation computation.application, status
resultcache_crosstabulate_secondssummaryapplication
resultcache_crosstabulate_seconds_maxgaugeapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_messages_droppedcounterapplication, cause
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

scan-model

MetricTypeDocumentationLabels
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
authentication_client_call_started_countcounterCount of started authentication calls.application, operation
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
featurehub_get_secondssummaryDuration of the call to FeatureHubapplication
featurehub_get_seconds_maxgaugeDuration of the call to FeatureHubapplication
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
scanmodel_getschemata_secondssummaryapplication
scanmodel_getschemata_seconds_maxgaugeapplication
scanmodel_scanpdm_secondssummaryapplication
scanmodel_scanpdm_seconds_maxgaugeapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_messages_droppedcounterapplication, cause
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

sql-executor

MetricTypeDocumentationLabels
application_ready_time_secondsgaugeTime taken (ms) for the application to be ready to service requestsapplication, main_application_class
application_started_time_secondsgaugeTime taken (ms) to start the applicationapplication, main_application_class
direct_buffer_sizegaugeMax size of direct buffer memoryapplication
disk_free_bytesgaugeUsable space for pathapplication, path
disk_total_bytesgaugeTotal space for pathapplication, path
executor_active_threadsgaugeThe approximate number of threads that are actively executing tasksapplication, name
executor_completed_taskscounterThe approximate total number of tasks that have completed executionapplication, name
executor_pool_core_threadsgaugeThe core number of threads for the poolapplication, name
executor_pool_max_threadsgaugeThe maximum allowed number of threads in the poolapplication, name
executor_pool_size_threadsgaugeThe current number of threads in the poolapplication, name
executor_queue_remaining_tasksgaugeThe number of additional elements that this queue can ideally accept without blockingapplication, name
executor_queued_tasksgaugeThe approximate number of tasks that are queued for executionapplication, name
grpc_client_processing_duration_secondssummaryThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_processing_duration_seconds_maxgaugeThe total time taken for the client to complete the call, including network delayapplication, method, methodType, service, statusCode
grpc_client_requests_sent_messagescounterThe total number of requests sentapplication, method, methodType, service
grpc_client_responses_received_messagescounterThe total number of responses receivedapplication, method, methodType, service
grpc_server_processing_duration_secondssummaryThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_processing_duration_seconds_maxgaugeThe total time taken for the server to complete the callapplication, method, methodType, service, statusCode
grpc_server_requests_received_messagescounterThe total number of requests receivedapplication, method, methodType, service
grpc_server_responses_sent_messagescounterThe total number of responses sentapplication, method, methodType, service
hikaricp_connectionsgaugeTotal connectionsapplication, pool
hikaricp_connections_acquire_secondssummaryConnection acquire timeapplication, pool
hikaricp_connections_acquire_seconds_maxgaugeConnection acquire timeapplication, pool
hikaricp_connections_activegaugeActive connectionsapplication, pool
hikaricp_connections_creation_secondssummaryConnection creation timeapplication, pool
hikaricp_connections_creation_seconds_maxgaugeConnection creation timeapplication, pool
hikaricp_connections_idlegaugeIdle connectionsapplication, pool
hikaricp_connections_maxgaugeMax connectionsapplication, pool
hikaricp_connections_mingaugeMin connectionsapplication, pool
hikaricp_connections_pendinggaugePending threadsapplication, pool
hikaricp_connections_timeoutcounterConnection timeout total countapplication, pool
hikaricp_connections_usage_secondssummaryConnection usage timeapplication, pool
hikaricp_connections_usage_seconds_maxgaugeConnection usage timeapplication, pool
http_server_requests_secondssummaryDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
http_server_requests_seconds_maxgaugeDuration of HTTP server request handlingapplication, exception, method, outcome, status, uri
jdbc_connections_activegaugeCurrent number of active connections that have been allocated from the data source.application, name
jdbc_connections_idlegaugeNumber of established but idle connections.application, name
jdbc_connections_maxgaugeMaximum number of active connections that can be allocated at the same time.application, name
jdbc_connections_mingaugeMinimum number of idle connections in the pool.application, name
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_overhead_percentgaugeAn 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]application
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause, gc
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause, gc
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_usage_after_gc_percentgaugeThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]application, area, pool
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_started_threadscounterThe total number of application threads started in the JVMapplication
jvm_threads_states_threadsgaugeThe current number of threadsapplication, state
log4j2_eventscounterNumber of log eventsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
pulsar_message_ackcounterPulsar: acknowledge messagesapplication, topic
pulsar_message_receive_secondssummaryPulsar: received messagesapplication, dead_letter, topic
pulsar_message_receive_seconds_maxgaugePulsar: received messagesapplication, dead_letter, topic
sql_execute_data_header_bytescounterSQL execute header sizeapplication, datasource, organization, workspace
sql_execute_data_read_bytescounterSQL execute data sizeapplication, datasource, organization, workspace
sql_execute_data_total_bytescounterSQL execute total sizeapplication, datasource, organization, workspace
sql_execute_secondssummarySQL executeapplication, datasource, error, organization, workspace
sql_execute_seconds_maxgaugeSQL executeapplication, datasource, error, organization, workspace
sql_execution_cancellations_querycounterCount of SQL execution cancellationsapplication, organization, workspace
sqlxhikaricp_connectionsgaugeTotal connectionsapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_acquire_secondssummaryConnection acquire timeapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_acquire_seconds_maxgaugeConnection acquire timeapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_activegaugeActive connectionsapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_creation_secondssummaryConnection creation timeapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_creation_seconds_maxgaugeConnection creation timeapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_idlegaugeIdle connectionsapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_maxgaugeMax connectionsapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_mingaugeMin connectionsapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_pendinggaugePending threadsapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_timeoutcounterConnection timeout total countapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_usage_secondssummaryConnection usage timeapplication, dataSourceId, dataSourceType, orgId
sqlxhikaricp_connections_usage_seconds_maxgaugeConnection usage timeapplication, dataSourceId, dataSourceType, orgId
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” of the system the application is running inapplication
system_load_average_1mgaugeThe 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 timeapplication
zipkin_reporter_messagescounterMessages reported (or attempted to be reported)application
zipkin_reporter_messages_bytescounterTotal bytes of messages reportedapplication
zipkin_reporter_messages_droppedcounterapplication, cause
zipkin_reporter_queue_bytesgaugeTotal size of all encoded spans queued for reportingapplication
zipkin_reporter_queue_spansgaugeSpans queued for reportingapplication
zipkin_reporter_spanscounterSpans reportedapplication
zipkin_reporter_spans_bytescounterTotal bytes of encoded spans reportedapplication
zipkin_reporter_spans_droppedcounterSpans dropped (failed to report)application

visual-exporter-service

MetricTypeDocumentationLabels
http_server_requests_secondshistogramapplication, exception, export_type, le, method, outcome, status, uri
http_server_requests_seconds_maxgaugeapplication, exception, export_type, method, outcome, status, uri
jvm_buffer_count_buffersgaugeAn estimate of the number of buffers in the poolapplication, id
jvm_buffer_memory_used_bytesgaugeAn estimate of the memory that the Java virtual machine is using for this buffer poolapplication, id
jvm_buffer_total_capacity_bytesgaugeAn estimate of the total capacity of the buffers in this poolapplication, id
jvm_classes_loaded_classesgaugeThe number of classes that are currently loaded in the Java virtual machineapplication
jvm_classes_unloaded_classescounterThe total number of classes unloaded since the Java virtual machine has started executionapplication
jvm_gc_live_data_size_bytesgaugeSize of long-lived heap memory pool after reclamationapplication
jvm_gc_max_data_size_bytesgaugeMax size of long-lived heap memory poolapplication
jvm_gc_memory_allocated_bytescounterIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextapplication
jvm_gc_memory_promoted_bytescounterCount of positive increases in the size of the old generation memory pool before GC to after GCapplication
jvm_gc_pause_secondssummaryTime spent in GC pauseaction, application, cause
jvm_gc_pause_seconds_maxgaugeTime spent in GC pauseaction, application, cause
jvm_memory_committed_bytesgaugeThe amount of memory in bytes that is committed for the Java virtual machine to useapplication, area, id
jvm_memory_max_bytesgaugeThe maximum amount of memory in bytes that can be used for memory managementapplication, area, id
jvm_memory_used_bytesgaugeThe amount of used memoryapplication, area, id
jvm_threads_daemon_threadsgaugeThe current number of live daemon threadsapplication
jvm_threads_live_threadsgaugeThe current number of live threads including both daemon and non-daemon threadsapplication
jvm_threads_peak_threadsgaugeThe peak live thread count since the Java virtual machine started or peak was resetapplication
jvm_threads_states_threadsgaugeThe current number of threads having NEW stateapplication, state
logback_eventscounterNumber of error level events that made it to the logsapplication, level
process_cpu_usagegaugeThe “recent cpu usage” for the Java Virtual Machine processapplication
process_files_max_filesgaugeThe maximum file descriptor countapplication
process_files_open_filesgaugeThe open file descriptor countapplication
process_start_time_secondsgaugeStart time of the process since unix epoch.application
process_uptime_secondsgaugeThe uptime of the Java virtual machineapplication
system_cpu_countgaugeThe number of processors available to the Java virtual machineapplication
system_cpu_usagegaugeThe “recent cpu usage” for the whole systemapplication
system_load_average_1mgaugeThe 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 timeapplication
tomcat_cache_accesscounterapplication
tomcat_cache_hitcounterapplication
tomcat_connections_config_max_connectionsgaugeapplication, name
tomcat_connections_current_connectionsgaugeapplication, name
tomcat_connections_keepalive_current_connectionsgaugeapplication, name
tomcat_global_errorcounterapplication, name
tomcat_global_received_bytescounterapplication, name
tomcat_global_request_max_secondsgaugeapplication, name
tomcat_global_request_secondssummaryapplication, name
tomcat_global_sent_bytescounterapplication, name
tomcat_servlet_errorcounterapplication, name
tomcat_servlet_request_max_secondsgaugeapplication, name
tomcat_servlet_request_secondssummaryapplication, name
tomcat_sessions_active_current_sessionsgaugeapplication
tomcat_sessions_active_max_sessionsgaugeapplication
tomcat_sessions_alive_max_secondsgaugeapplication
tomcat_sessions_created_sessionscounterapplication
tomcat_sessions_expired_sessionscounterapplication
tomcat_sessions_rejected_sessionscounterapplication
tomcat_threads_busy_threadsgaugeapplication, name
tomcat_threads_config_max_threadsgaugeapplication, name
tomcat_threads_current_threadsgaugeapplication, name

quiver-cache

MetricTypeDocumentationLabels
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
python_gc_collectionscounterNumber of times this generation was collectedgeneration
python_gc_objects_collectedcounterObjects collected during gcgeneration
python_gc_objects_uncollectablecounterUncollectable objects found during GCgeneration
python_infogaugePython platform informationimplementation, major, minor, patchlevel, version
quiver_active_requestsgaugeNumber of currently active requestsaction_type, method
quiver_all_threadsgaugeNumber of all threads in the Quiver process. This is number of live pthreads in the current process (e.g. it counts everything).
quiver_cluster_event_countercounterCounts occurrence of cluster eventsevent_type
quiver_cluster_event_counter_createdgaugeCounts occurrence of cluster eventsevent_type
quiver_data_xfer_amountcounterCounts total number of bytes received from the clients.
quiver_data_xfer_amount_createdgaugeCounts total number of bytes received from the clients.
quiver_data_xfer_durationsummarySummary of data transfer durations: how long it took to load all data from client to its designated cache tier.
quiver_data_xfer_duration_createdgaugeSummary of data transfer durations: how long it took to load all data from client to its designated cache tier.
quiver_disk_reclaim_durationsummaryDuration of disk resource reclamations.
quiver_disk_reclaim_duration_createdgaugeDuration of disk resource reclamations.
quiver_disk_reclaim_failurescounterNumber of times disk resource reclamation have failed.
quiver_disk_reclaim_failures_createdgaugeNumber of times disk resource reclamation have failed.
quiver_disk_reclaim_queuegaugeNumber of requests in the resource reclamation queue
quiver_disk_resident_usagegaugeCurrent usage of disk resource by residents
quiver_disk_usagegaugeCurrent usage of disk resource
quiver_durable_init_errorscounterNumber of failed durable storage initializations. Bumped every time a durable storage configured in Quiver cannot be connected to / worked with.state
quiver_durable_init_errors_createdgaugeNumber of failed durable storage initializations. Bumped every time a durable storage configured in Quiver cannot be connected to / worked with.state
quiver_durable_writes_in_progressgaugeNumber of writes that are currently in progress to particular durable storage.storage_id
quiver_entriesgaugeNumber of entries managed across all storage classes.
quiver_entry_transitionscounterStorage Class entry transition countertransition
quiver_entry_transitions_createdgaugeStorage Class entry transition countertransition
quiver_etcd_flight_cmd_durationsummaryDuration of Flight related etcd commandscmd_type
quiver_etcd_flight_cmd_duration_createdgaugeDuration of Flight related etcd commandscmd_type
quiver_etcd_flight_error_countercounterCounter for errors encountered while executing flight commands
quiver_etcd_flight_error_counter_createdgaugeCounter for errors encountered while executing flight commands
quiver_etcd_flight_view_sizegaugeNumber of flights for which the node keeps metadata.
quiver_etcd_heartbeat_intervalsummaryEffective interval in which the node refreshes its etcd TTL
quiver_etcd_heartbeat_interval_createdgaugeEffective interval in which the node refreshes its etcd TTL
quiver_etcd_raw_events_processedcounterNumber of ‘raw’ etcd events received and processed processed.
quiver_etcd_stats_commitcounterNumber of Flight access committed to etcd by this node
quiver_etcd_stats_commit_createdgaugeNumber of Flight access committed to etcd by this node
quiver_etcd_stats_drop_commitcounterNumber of access records that were dropped because server could not commit results after max retries
quiver_etcd_stats_drop_commit_createdgaugeNumber of access records that were dropped because server could not commit results after max retries
quiver_etcd_stats_retry_commitcounterNumber of times the stats commit had to be retried due to conflicts
quiver_etcd_stats_retry_commit_createdgaugeNumber of times the stats commit had to be retried due to conflicts
quiver_flight_count_trimcounterNumber of flights the policy module forcibly removed because the Quiver cluster has reached the flight count limit. Note that if you run multiple policy module instances, each operates independently and will increase this counter for every flight it wants to remove - even if other instance wanted to remove the same flight at the same time.
quiver_flight_count_trim_createdgaugeNumber of flights the policy module forcibly removed because the Quiver cluster has reached the flight count limit. Note that if you run multiple policy module instances, each operates independently and will increase this counter for every flight it wants to remove - even if other instance wanted to remove the same flight at the same time.
quiver_get_backpressure_rejectscounterNumber of DoGet requests that were rejected due to server backpressure.
quiver_get_backpressure_rejects_createdgaugeNumber of DoGet requests that were rejected due to server backpressure.
quiver_get_from_durablecounterNumber of DoGet requests that could only be served from durable storage because cache resources are not available.
quiver_get_from_durable_createdgaugeNumber of DoGet requests that could only be served from durable storage because cache resources are not available.
quiver_get_from_durable_errorcounterNumber of DoGet requests that failed because they needed to restore data from durable storage that was not online.
quiver_get_from_durable_error_createdgaugeNumber of DoGet requests that failed because they needed to restore data from durable storage that was not online.
quiver_get_restore_durablesummarySummary of durations of the restores of data from durable storage. The restore happens when a shard is asked for a flight whose data it does not physically have but the flight is durable and its data can be restored to caches from the durable storage.storage_id
quiver_get_restore_durable_createdgaugeSummary of durations of the restores of data from durable storage. The restore happens when a shard is asked for a flight whose data it does not physically have but the flight is durable and its data can be restored to caches from the durable storage.storage_id
quiver_malloc_trimsummarySummary of malloc trim call durations.
quiver_malloc_trim_createdgaugeSummary of malloc trim call durations.
quiver_malloc_trim_errorcounterNumber of times malloc_trim has failed. Repeated failures means big trouble incoming.
quiver_malloc_trim_error_createdgaugeNumber of times malloc_trim has failed. Repeated failures means big trouble incoming.
quiver_mapped_disk_reclaim_durationsummaryDuration of mapped_disk resource reclamations.
quiver_mapped_disk_reclaim_duration_createdgaugeDuration of mapped_disk resource reclamations.
quiver_mapped_disk_reclaim_failurescounterNumber of times mapped_disk resource reclamation have failed.
quiver_mapped_disk_reclaim_failures_createdgaugeNumber of times mapped_disk resource reclamation have failed.
quiver_mapped_disk_reclaim_queuegaugeNumber of requests in the resource reclamation queue
quiver_mapped_disk_resident_usagegaugeCurrent usage of mapped_disk resource by residents
quiver_mapped_disk_usagegaugeCurrent usage of mapped_disk resource
quiver_memory_reclaim_durationsummaryDuration of memory resource reclamations.
quiver_memory_reclaim_duration_createdgaugeDuration of memory resource reclamations.
quiver_memory_reclaim_failurescounterNumber of times memory resource reclamation have failed.
quiver_memory_reclaim_failures_createdgaugeNumber of times memory resource reclamation have failed.
quiver_memory_reclaim_queuegaugeNumber of requests in the resource reclamation queue
quiver_memory_resident_usagegaugeCurrent usage of memory resource by residents
quiver_memory_usagegaugeCurrent usage of memory resource
quiver_policy_cached_amountgaugeAmount of cached data tracked by different limit policies. Each limit policy is set to enforce limits on one or more storage classes. This metric uses label for each limit policy.policy_id
quiver_policy_total_amountgaugeTotal amount of data tracked by different limit policies. Each limit policy is set to enforce limits on one or more storage classes. The total amount includes data that is in caches and data that is not in caches but still available on durable storage. This metric uses label for each limit policy.policy_id
quiver_put_backpressure_rejectscounterNumber of DoPut requests that were rejected due to the server backpressure.
quiver_put_backpressure_rejects_createdgaugeNumber of DoPut requests that were rejected due to the server backpressure.
quiver_put_durable_errorcounterNumber of DoPut requests that failed due to problems while accessing durable storage. These typically happen when the durable storage is misconfigured or the shards cannot access the storage due to authentication issues.
quiver_put_durable_error_createdgaugeNumber of DoPut requests that failed due to problems while accessing durable storage. These typically happen when the durable storage is misconfigured or the shards cannot access the storage due to authentication issues.
quiver_put_limit_exceededcounterNumber of DoPut requests that were cancelled because client wanted to upload data larger than the limit.
quiver_put_limit_exceeded_createdgaugeNumber of DoPut requests that were cancelled because client wanted to upload data larger than the limit.
quiver_put_readonly_rejectscounterNumber of DoPut requests that were rejected because the server is in read-only mode due to loss of connection to the cluster.
quiver_put_readonly_rejects_createdgaugeNumber of DoPut requests that were rejected because the server is in read-only mode due to loss of connection to the cluster.
quiver_put_storage_exhaustedcounterNumber of DoPut requests that were cancelled because shard has no storage left to cache data.
quiver_put_storage_exhausted_createdgaugeNumber of DoPut requests that were cancelled because shard has no storage left to cache data.
quiver_python_threadsgaugeNumber of Python threads in the Quiver process. These are mostly created by Quiver itself. This number does not account for threads created outside of Python by gRPC, PyArrow, pandas and numpy.
quiver_rpc_durationsummaryDuration of Flight RPC methods. This is the end-to-end time and includes any and all wait times.action_type, method
quiver_rpc_duration_createdgaugeDuration of Flight RPC methods. This is the end-to-end time and includes any and all wait times.action_type, method
quiver_rpc_errorscounterError counts for Flight RPC methodsaction_type, method
quiver_rpc_errors_createdgaugeError counts for Flight RPC methodsaction_type, method
quiver_rpc_limitsgaugeFixed-value metric containing values of various limits related to request execution throttling.limit, rq_method
quiver_rpc_rejectedcounterNumber of Flight RPC requests that were rejected because the queue of waiting requests was too long.rq_method
quiver_rpc_rejected_createdgaugeNumber of Flight RPC requests that were rejected because the queue of waiting requests was too long.rq_method
quiver_rpc_runninggaugeNumber of Flight RPC requests for particular RPC method that are running.rq_method
quiver_rpc_waitsummaryTime that different types of Flight RPC calls spend waiting in queue. This wait time already includes the time reported in ‘quiver_store_sync_wait’ metric.action_type, method
quiver_rpc_wait_createdgaugeTime that different types of Flight RPC calls spend waiting in queue. This wait time already includes the time reported in ‘quiver_store_sync_wait’ metric.action_type, method
quiver_rpc_waitinggaugeNumber of Flight RPC requests for particular RPC method waiting in queue for execution.rq_method
quiver_rss_criticalgaugeGauge that indicates that RSS is critically high and that grace period is running before the server starts reporting NOT OK status.
quiver_shard_limitsgaugeConstant gauges that provide values of different shard limits. Different label is different limit. Last segment of the label is the size unit (b = bytes)limit_type
quiver_spill_to_durablecounterNumber of loads that could be completed by writing only to durable storage.
quiver_spill_to_durable_createdgaugeNumber of loads that could be completed by writing only to durable storage.
quiver_storage_critical_errorscounterNumber of critical (unexpected) errors that have occurred in the storage service as it was handling cluster events.
quiver_storage_critical_errors_createdgaugeNumber of critical (unexpected) errors that have occurred in the storage service as it was handling cluster events.
quiver_storage_events_processedcounterNumber of events processed by the storage service.
quiver_storage_overlimit_kickscounterNumber of flights that were either removed or evicted because the storage service was holding more flights than the configured ‘cache_count_limit’.
quiver_storage_overlimit_kicks_createdgaugeNumber of flights that were either removed or evicted because the storage service was holding more flights than the configured ‘cache_count_limit’.
quiver_storage_queuesgaugeReports lengths of various queues used by the storage service.queue
quiver_storage_recycle_activegaugeIndicates whether recycle bin on the shard is currently active.
quiver_storage_remove_errorcounterNumber of times a remove of a cache slot has failed.
quiver_storage_remove_error_createdgaugeNumber of times a remove of a cache slot has failed.
quiver_storage_remove_timeoutcounterNumber of times a remove of a cache slot timed out and had to be retried.
quiver_storage_remove_timeout_createdgaugeNumber of times a remove of a cache slot timed out and had to be retried.
quiver_storclas_cached_amountgaugeAmount of data that is currently cached for different storage classes. This metric uses labels to distinguish storage class version.storclas_id, storclas_ver
quiver_storclas_flight_countgaugeNumber of flights managed by the different storage classes. This metric uses labels to distinguish storage class version.storclas_id, storclas_ver
quiver_storclas_total_amountgaugeTotal amount of data managed by different storage classes. This includes data that is in caches and data that is not in caches but still available on durable storage. This metric uses labels to distinguish storage class version.storclas_id, storclas_ver
quiver_store_forced_sync_waitsummaryTime that the requests spent waiting for forced sync to latest revision. Forced syncs are more expensive and often require additional communication with the cluster store.
quiver_store_forced_sync_wait_createdgaugeTime that the requests spent waiting for forced sync to latest revision. Forced syncs are more expensive and often require additional communication with the cluster store.
quiver_store_sync_rejectedcounterNumber of requests that failed because they wanted to sync to particular store revision while the server was in bad shape and was rejecting all requests that contained SyncToken.
quiver_store_sync_rejected_createdgaugeNumber of requests that failed because they wanted to sync to particular store revision while the server was in bad shape and was rejecting all requests that contained SyncToken.
quiver_store_sync_timeoutcounterNumber of time outs encountered while waiting for local views to sync to particular store revision.
quiver_store_sync_timeout_createdgaugeNumber of time outs encountered while waiting for local views to sync to particular store revision.
quiver_store_sync_waitsummaryTime that the requests spent waiting for local views to sync with particular store revision.
quiver_store_sync_wait_createdgaugeTime that the requests spent waiting for local views to sync with particular store revision.
quiver_task_prereqs_cancelledcounterNumber of cancelled prerequisite resolutions. Cancellations are requested by the callers who don’t want to wait anymore.
quiver_task_prereqs_durationsummaryTotal duration of prereq checks and resolution.
quiver_task_prereqs_errorscounterNumber of unexpected failures during prerequisite resolution. Note: this does account for cases when specified prerequisites are not genuinely not resolved.
quiver_task_prereqs_timeoutcounterNumber of times prerequisite resolution timed out; that is, the desired prerequisites were not met.
quiver_task_prereqs_waitscounterNumber of times prerequisite resolution had to wait for some missing prerequisites.
quiver_weak_durability_errorscounterNumber of loads to durable storage that failed after the write to caches succeeded.
quiver_weak_durability_errors_createdgaugeNumber of loads to durable storage that failed after the write to caches succeeded.

quiver-xtab

MetricTypeDocumentationLabels
dataframe_close_queuegaugeNumber of task execution results waiting in the queue to be closed and cleaned up.
dataframe_task_cache_hitcounterNumber of times the DataframeCommand result was served from cache. This happens when using sink to flight path in combination with skip_if_exists option: the DataframeCommand will check this before doing heavy lifting and routes caller to cached result.
dataframe_task_cache_hit_createdgaugeNumber of times the DataframeCommand result was served from cache. This happens when using sink to flight path in combination with skip_if_exists option: the DataframeCommand will check this before doing heavy lifting and routes caller to cached result.
dataframe_task_cancelledcounterNumber of cancelled tasks.
dataframe_task_cancelled_createdgaugeNumber of cancelled tasks.
dataframe_task_completedcounterNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_task_completed_createdgaugeNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_task_durationsummaryDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_task_duration_createdgaugeDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_task_e2e_durationsummaryEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_task_e2e_duration_createdgaugeEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_task_errorcounterNumber of failed tasks.
dataframe_task_error_createdgaugeNumber of failed tasks.
dataframe_task_in_byteshistogramHistogram of input data size (in bytes)le
dataframe_task_in_bytes_createdgaugeHistogram of input data size (in bytes)
dataframe_task_in_colshistogramHistogram of input column countsle
dataframe_task_in_cols_createdgaugeHistogram of input column counts
dataframe_task_in_conv_durationsummaryDuration of conversion of input data (Arrow) to dataframe.
dataframe_task_in_conv_duration_createdgaugeDuration of conversion of input data (Arrow) to dataframe.
dataframe_task_in_errorcounterNumber of tasks that have failed due to errors while reading input data.
dataframe_task_in_error_createdgaugeNumber of tasks that have failed due to errors while reading input data.
dataframe_task_in_read_durationsummaryDuration of input read.
dataframe_task_in_read_duration_createdgaugeDuration of input read.
dataframe_task_in_rowshistogramHistogram of input row countsle
dataframe_task_in_rows_createdgaugeHistogram of input row counts
dataframe_task_op_durationsummaryDuration of dataframe operation.op_name
dataframe_task_op_duration_createdgaugeDuration of dataframe operation.op_name
dataframe_task_op_errorcounterNumber of particular dataframe operation failures of given error category.error_category, op_name
dataframe_task_op_error_createdgaugeNumber of particular dataframe operation failures of given error category.error_category, op_name
dataframe_task_ops_durationsummaryDuration of all operations specified for particular dataframe task.
dataframe_task_ops_duration_createdgaugeDuration of all operations specified for particular dataframe task.
dataframe_task_out_byteshistogramHistogram of output data size (in bytes)le
dataframe_task_out_bytes_createdgaugeHistogram of output data size (in bytes)
dataframe_task_out_colshistogramHistogram of output column countsle
dataframe_task_out_cols_createdgaugeHistogram of output column counts
dataframe_task_out_conv_durationsummaryDuration of conversion of result dataframe to Arrow data.
dataframe_task_out_conv_duration_createdgaugeDuration of conversion of result dataframe to Arrow data.
dataframe_task_out_errorcounterNumber of tasks that have failed due to errors while writing output data.
dataframe_task_out_error_createdgaugeNumber of tasks that have failed due to errors while writing output data.
dataframe_task_out_rowshistogramHistogram of output row countsle
dataframe_task_out_rows_createdgaugeHistogram of output row counts
dataframe_task_out_write_durationsummaryOutput write duration.
dataframe_task_out_write_duration_createdgaugeOutput write duration.
dataframe_task_poll_durationsummaryTime spent waiting for input data to become ready. Note that this is tracked per input data specified on th DataframeCommand; it is not a summary of how long a particular command spent polling in order for all the input data to become available.
dataframe_task_poll_duration_createdgaugeTime spent waiting for input data to become ready. Note that this is tracked per input data specified on th DataframeCommand; it is not a summary of how long a particular command spent polling in order for all the input data to become available.
dataframe_task_poll_errorscounterNumber of times an error has occurred while polling for input data.
dataframe_task_poll_errors_createdgaugeNumber of times an error has occurred while polling for input data.
dataframe_task_prereq_durationsummaryDuration of prerequisite resolution done before the task run.
dataframe_task_prereq_duration_createdgaugeDuration of prerequisite resolution done before the task run.
dataframe_task_queuegaugeNumber of tasks waiting in queue.
dataframe_task_rejectedcounterNumber of times the DataframeCommand failed fast because the caller asked to sink the result into a flight path that already existed AND the skip_if_exists option was set to False.
dataframe_task_rejected_createdgaugeNumber of times the DataframeCommand failed fast because the caller asked to sink the result into a flight path that already existed AND the skip_if_exists option was set to False.
dataframe_task_sink_racecounterNumber of times DataframeCommand run into scenario where it performed all the work and then it turned out that some other task has already produced the sink flight path in the meanwhile. Note: DataframeCommand will check for existence of sink early on and will either succeed or fail fast.ok_if_exists
dataframe_task_sink_race_createdgaugeNumber of times DataframeCommand run into scenario where it performed all the work and then it turned out that some other task has already produced the sink flight path in the meanwhile. Note: DataframeCommand will check for existence of sink early on and will either succeed or fail fast.ok_if_exists
dataframe_task_waitsummaryTime a task spends waiting in queue before it is executed.
dataframe_task_wait_createdgaugeTime a task spends waiting in queue before it is executed.
dataframe_v2_close_queuegaugeNumber of task execution results waiting in the queue to be closed and cleaned up.
dataframe_v2_task_cancelledcounterNumber of cancelled tasks.
dataframe_v2_task_cancelled_createdgaugeNumber of cancelled tasks.
dataframe_v2_task_completedcounterNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_v2_task_completed_createdgaugeNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_v2_task_durationsummaryDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_v2_task_duration_createdgaugeDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_v2_task_e2e_durationsummaryEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_v2_task_e2e_duration_createdgaugeEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_v2_task_errorcounterNumber of failed tasks.
dataframe_v2_task_error_createdgaugeNumber of failed tasks.
dataframe_v2_task_prereq_durationsummaryDuration of prerequisite resolution done before the task run.
dataframe_v2_task_prereq_duration_createdgaugeDuration of prerequisite resolution done before the task run.
dataframe_v2_task_queuegaugeNumber of tasks waiting in queue.
dataframe_v2_task_waitsummaryTime a task spends waiting in queue before it is executed.
dataframe_v2_task_wait_createdgaugeTime a task spends waiting in queue before it is executed.
dataframe_worker_deathscounterNumber of dataframe workers that have ‘died’ on the duty. That is, they were up and running and then the dataframe module wanted to use them and found them dead.
dataframe_worker_deaths_createdgaugeNumber of dataframe workers that have ‘died’ on the duty. That is, they were up and running and then the dataframe module wanted to use them and found them dead.
dataframe_worker_rssgaugeRSS of dataframe workers.worker_idx
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
python_gc_collectionscounterNumber of times this generation was collectedgeneration
python_gc_objects_collectedcounterObjects collected during gcgeneration
python_gc_objects_uncollectablecounterUncollectable objects found during GCgeneration
python_infogaugePython platform informationimplementation, major, minor, patchlevel, version
quiver_active_requestsgaugeNumber of currently active requestsaction_type, method
quiver_all_threadsgaugeNumber of all threads in the Quiver process. This is number of live pthreads in the current process (e.g. it counts everything).
quiver_cluster_event_countercounterCounts occurrence of cluster eventsevent_type
quiver_cluster_event_counter_createdgaugeCounts occurrence of cluster eventsevent_type
quiver_dataframe_limitsgaugeConstant gauges that provide values of different dataframe limits. Different label is different limit. Last segment of the label is the size unit (b = bytes)limit_type
quiver_etcd_flight_cmd_durationsummaryDuration of Flight related etcd commandscmd_type
quiver_etcd_flight_cmd_duration_createdgaugeDuration of Flight related etcd commandscmd_type
quiver_etcd_flight_error_countercounterCounter for errors encountered while executing flight commands
quiver_etcd_flight_error_counter_createdgaugeCounter for errors encountered while executing flight commands
quiver_etcd_flight_view_sizegaugeNumber of flights for which the node keeps metadata.
quiver_etcd_heartbeat_intervalsummaryEffective interval in which the node refreshes its etcd TTL
quiver_etcd_heartbeat_interval_createdgaugeEffective interval in which the node refreshes its etcd TTL
quiver_etcd_raw_events_processedcounterNumber of ‘raw’ etcd events received and processed processed.
quiver_etcd_stats_commitcounterNumber of Flight access committed to etcd by this node
quiver_etcd_stats_commit_createdgaugeNumber of Flight access committed to etcd by this node
quiver_etcd_stats_drop_commitcounterNumber of access records that were dropped because server could not commit results after max retries
quiver_etcd_stats_drop_commit_createdgaugeNumber of access records that were dropped because server could not commit results after max retries
quiver_etcd_stats_retry_commitcounterNumber of times the stats commit had to be retried due to conflicts
quiver_etcd_stats_retry_commit_createdgaugeNumber of times the stats commit had to be retried due to conflicts
quiver_malloc_trimsummarySummary of malloc trim call durations.
quiver_malloc_trim_createdgaugeSummary of malloc trim call durations.
quiver_malloc_trim_errorcounterNumber of times malloc_trim has failed. Repeated failures means big trouble incoming.
quiver_malloc_trim_error_createdgaugeNumber of times malloc_trim has failed. Repeated failures means big trouble incoming.
quiver_python_threadsgaugeNumber of Python threads in the Quiver process. These are mostly created by Quiver itself. This number does not account for threads created outside of Python by gRPC, PyArrow, pandas and numpy.
quiver_rpc_durationsummaryDuration of Flight RPC methods. This is the end-to-end time and includes any and all wait times.action_type, method
quiver_rpc_duration_createdgaugeDuration of Flight RPC methods. This is the end-to-end time and includes any and all wait times.action_type, method
quiver_rpc_errorscounterError counts for Flight RPC methodsaction_type, method
quiver_rpc_errors_createdgaugeError counts for Flight RPC methodsaction_type, method
quiver_rpc_limitsgaugeFixed-value metric containing values of various limits related to request execution throttling.
quiver_rpc_rejectedcounterNumber of Flight RPC requests that were rejected because the queue of waiting requests was too long.
quiver_rpc_runninggaugeNumber of Flight RPC requests for particular RPC method that are running.
quiver_rpc_waitsummaryTime that different types of Flight RPC calls spend waiting in queue. This wait time already includes the time reported in ‘quiver_store_sync_wait’ metric.action_type, method
quiver_rpc_wait_createdgaugeTime that different types of Flight RPC calls spend waiting in queue. This wait time already includes the time reported in ‘quiver_store_sync_wait’ metric.action_type, method
quiver_rpc_waitinggaugeNumber of Flight RPC requests for particular RPC method waiting in queue for execution.
quiver_rss_criticalgaugeGauge that indicates that RSS is critically high and that grace period is running before the server starts reporting NOT OK status.
quiver_store_forced_sync_waitsummaryTime that the requests spent waiting for forced sync to latest revision. Forced syncs are more expensive and often require additional communication with the cluster store.
quiver_store_forced_sync_wait_createdgaugeTime that the requests spent waiting for forced sync to latest revision. Forced syncs are more expensive and often require additional communication with the cluster store.
quiver_store_sync_rejectedcounterNumber of requests that failed because they wanted to sync to particular store revision while the server was in bad shape and was rejecting all requests that contained SyncToken.
quiver_store_sync_rejected_createdgaugeNumber of requests that failed because they wanted to sync to particular store revision while the server was in bad shape and was rejecting all requests that contained SyncToken.
quiver_store_sync_timeoutcounterNumber of time outs encountered while waiting for local views to sync to particular store revision.
quiver_store_sync_timeout_createdgaugeNumber of time outs encountered while waiting for local views to sync to particular store revision.
quiver_store_sync_waitsummaryTime that the requests spent waiting for local views to sync with particular store revision.
quiver_store_sync_wait_createdgaugeTime that the requests spent waiting for local views to sync with particular store revision.
quiver_task_prereqs_cancelledcounterNumber of cancelled prerequisite resolutions. Cancellations are requested by the callers who don’t want to wait anymore.
quiver_task_prereqs_durationsummaryTotal duration of prereq checks and resolution.
quiver_task_prereqs_errorscounterNumber of unexpected failures during prerequisite resolution. Note: this does account for cases when specified prerequisites are not genuinely not resolved.
quiver_task_prereqs_timeoutcounterNumber of times prerequisite resolution timed out; that is, the desired prerequisites were not met.
quiver_task_prereqs_waitscounterNumber of times prerequisite resolution had to wait for some missing prerequisites.

quiver-ml

MetricTypeDocumentationLabels
dataframe_close_queuegaugeNumber of task execution results waiting in the queue to be closed and cleaned up.
dataframe_task_cache_hitcounterNumber of times the DataframeCommand result was served from cache. This happens when using sink to flight path in combination with skip_if_exists option: the DataframeCommand will check this before doing heavy lifting and routes caller to cached result.
dataframe_task_cache_hit_createdgaugeNumber of times the DataframeCommand result was served from cache. This happens when using sink to flight path in combination with skip_if_exists option: the DataframeCommand will check this before doing heavy lifting and routes caller to cached result.
dataframe_task_cancelledcounterNumber of cancelled tasks.
dataframe_task_cancelled_createdgaugeNumber of cancelled tasks.
dataframe_task_completedcounterNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_task_completed_createdgaugeNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_task_durationsummaryDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_task_duration_createdgaugeDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_task_e2e_durationsummaryEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_task_e2e_duration_createdgaugeEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_task_errorcounterNumber of failed tasks.
dataframe_task_error_createdgaugeNumber of failed tasks.
dataframe_task_in_byteshistogramHistogram of input data size (in bytes)le
dataframe_task_in_bytes_createdgaugeHistogram of input data size (in bytes)
dataframe_task_in_colshistogramHistogram of input column countsle
dataframe_task_in_cols_createdgaugeHistogram of input column counts
dataframe_task_in_conv_durationsummaryDuration of conversion of input data (Arrow) to dataframe.
dataframe_task_in_conv_duration_createdgaugeDuration of conversion of input data (Arrow) to dataframe.
dataframe_task_in_errorcounterNumber of tasks that have failed due to errors while reading input data.
dataframe_task_in_error_createdgaugeNumber of tasks that have failed due to errors while reading input data.
dataframe_task_in_read_durationsummaryDuration of input read.
dataframe_task_in_read_duration_createdgaugeDuration of input read.
dataframe_task_in_rowshistogramHistogram of input row countsle
dataframe_task_in_rows_createdgaugeHistogram of input row counts
dataframe_task_op_durationsummaryDuration of dataframe operation.op_name
dataframe_task_op_duration_createdgaugeDuration of dataframe operation.op_name
dataframe_task_op_errorcounterNumber of particular dataframe operation failures of given error category.error_category, op_name
dataframe_task_op_error_createdgaugeNumber of particular dataframe operation failures of given error category.error_category, op_name
dataframe_task_ops_durationsummaryDuration of all operations specified for particular dataframe task.
dataframe_task_ops_duration_createdgaugeDuration of all operations specified for particular dataframe task.
dataframe_task_out_byteshistogramHistogram of output data size (in bytes)le
dataframe_task_out_bytes_createdgaugeHistogram of output data size (in bytes)
dataframe_task_out_colshistogramHistogram of output column countsle
dataframe_task_out_cols_createdgaugeHistogram of output column counts
dataframe_task_out_conv_durationsummaryDuration of conversion of result dataframe to Arrow data.
dataframe_task_out_conv_duration_createdgaugeDuration of conversion of result dataframe to Arrow data.
dataframe_task_out_errorcounterNumber of tasks that have failed due to errors while writing output data.
dataframe_task_out_error_createdgaugeNumber of tasks that have failed due to errors while writing output data.
dataframe_task_out_rowshistogramHistogram of output row countsle
dataframe_task_out_rows_createdgaugeHistogram of output row counts
dataframe_task_out_write_durationsummaryOutput write duration.
dataframe_task_out_write_duration_createdgaugeOutput write duration.
dataframe_task_poll_durationsummaryTime spent waiting for input data to become ready. Note that this is tracked per input data specified on th DataframeCommand; it is not a summary of how long a particular command spent polling in order for all the input data to become available.
dataframe_task_poll_duration_createdgaugeTime spent waiting for input data to become ready. Note that this is tracked per input data specified on th DataframeCommand; it is not a summary of how long a particular command spent polling in order for all the input data to become available.
dataframe_task_poll_errorscounterNumber of times an error has occurred while polling for input data.
dataframe_task_poll_errors_createdgaugeNumber of times an error has occurred while polling for input data.
dataframe_task_prereq_durationsummaryDuration of prerequisite resolution done before the task run.
dataframe_task_prereq_duration_createdgaugeDuration of prerequisite resolution done before the task run.
dataframe_task_queuegaugeNumber of tasks waiting in queue.
dataframe_task_rejectedcounterNumber of times the DataframeCommand failed fast because the caller asked to sink the result into a flight path that already existed AND the skip_if_exists option was set to False.
dataframe_task_rejected_createdgaugeNumber of times the DataframeCommand failed fast because the caller asked to sink the result into a flight path that already existed AND the skip_if_exists option was set to False.
dataframe_task_sink_racecounterNumber of times DataframeCommand run into scenario where it performed all the work and then it turned out that some other task has already produced the sink flight path in the meanwhile. Note: DataframeCommand will check for existence of sink early on and will either succeed or fail fast.
dataframe_task_waitsummaryTime a task spends waiting in queue before it is executed.
dataframe_task_wait_createdgaugeTime a task spends waiting in queue before it is executed.
dataframe_v2_close_queuegaugeNumber of task execution results waiting in the queue to be closed and cleaned up.
dataframe_v2_task_cancelledcounterNumber of cancelled tasks.
dataframe_v2_task_cancelled_createdgaugeNumber of cancelled tasks.
dataframe_v2_task_completedcounterNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_v2_task_completed_createdgaugeNumber of completed tasks - this includes all tasks regardless of how their execution completed (success, failure, cancel).
dataframe_v2_task_durationsummaryDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_v2_task_duration_createdgaugeDuration of task run itself (does not include wait or prerequisite resolution duration).
dataframe_v2_task_e2e_durationsummaryEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_v2_task_e2e_duration_createdgaugeEnd-to-end duration of the task execution. Includes prerequisite resolution duration and time spent in queue. This is the duration as observed by the callers.
dataframe_v2_task_errorcounterNumber of failed tasks.
dataframe_v2_task_error_createdgaugeNumber of failed tasks.
dataframe_v2_task_prereq_durationsummaryDuration of prerequisite resolution done before the task run.
dataframe_v2_task_prereq_duration_createdgaugeDuration of prerequisite resolution done before the task run.
dataframe_v2_task_queuegaugeNumber of tasks waiting in queue.
dataframe_v2_task_waitsummaryTime a task spends waiting in queue before it is executed.
dataframe_v2_task_wait_createdgaugeTime a task spends waiting in queue before it is executed.
dataframe_worker_deathscounterNumber of dataframe workers that have ‘died’ on the duty. That is, they were up and running and then the dataframe module wanted to use them and found them dead.
dataframe_worker_deaths_createdgaugeNumber of dataframe workers that have ‘died’ on the duty. That is, they were up and running and then the dataframe module wanted to use them and found them dead.
dataframe_worker_rssgaugeRSS of dataframe workers.worker_idx
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
python_gc_collectionscounterNumber of times this generation was collectedgeneration
python_gc_objects_collectedcounterObjects collected during gcgeneration
python_gc_objects_uncollectablecounterUncollectable objects found during GCgeneration
python_infogaugePython platform informationimplementation, major, minor, patchlevel, version
quiver_active_requestsgaugeNumber of currently active requestsaction_type, method
quiver_all_threadsgaugeNumber of all threads in the Quiver process. This is number of live pthreads in the current process (e.g. it counts everything).
quiver_cluster_event_countercounterCounts occurrence of cluster eventsevent_type
quiver_cluster_event_counter_createdgaugeCounts occurrence of cluster eventsevent_type
quiver_dataframe_limitsgaugeConstant gauges that provide values of different dataframe limits. Different label is different limit. Last segment of the label is the size unit (b = bytes)limit_type
quiver_etcd_flight_cmd_durationsummaryDuration of Flight related etcd commandscmd_type
quiver_etcd_flight_cmd_duration_createdgaugeDuration of Flight related etcd commandscmd_type
quiver_etcd_flight_error_countercounterCounter for errors encountered while executing flight commands
quiver_etcd_flight_error_counter_createdgaugeCounter for errors encountered while executing flight commands
quiver_etcd_flight_view_sizegaugeNumber of flights for which the node keeps metadata.
quiver_etcd_heartbeat_intervalsummaryEffective interval in which the node refreshes its etcd TTL
quiver_etcd_heartbeat_interval_createdgaugeEffective interval in which the node refreshes its etcd TTL
quiver_etcd_raw_events_processedcounterNumber of ‘raw’ etcd events received and processed processed.
quiver_etcd_stats_commitcounterNumber of Flight access committed to etcd by this node
quiver_etcd_stats_commit_createdgaugeNumber of Flight access committed to etcd by this node
quiver_etcd_stats_drop_commitcounterNumber of access records that were dropped because server could not commit results after max retries
quiver_etcd_stats_drop_commit_createdgaugeNumber of access records that were dropped because server could not commit results after max retries
quiver_etcd_stats_retry_commitcounterNumber of times the stats commit had to be retried due to conflicts
quiver_etcd_stats_retry_commit_createdgaugeNumber of times the stats commit had to be retried due to conflicts
quiver_malloc_trimsummarySummary of malloc trim call durations.
quiver_malloc_trim_createdgaugeSummary of malloc trim call durations.
quiver_malloc_trim_errorcounterNumber of times malloc_trim has failed. Repeated failures means big trouble incoming.
quiver_malloc_trim_error_createdgaugeNumber of times malloc_trim has failed. Repeated failures means big trouble incoming.
quiver_python_threadsgaugeNumber of Python threads in the Quiver process. These are mostly created by Quiver itself. This number does not account for threads created outside of Python by gRPC, PyArrow, pandas and numpy.
quiver_rpc_durationsummaryDuration of Flight RPC methods. This is the end-to-end time and includes any and all wait times.action_type, method
quiver_rpc_duration_createdgaugeDuration of Flight RPC methods. This is the end-to-end time and includes any and all wait times.action_type, method
quiver_rpc_errorscounterError counts for Flight RPC methodsaction_type, method
quiver_rpc_errors_createdgaugeError counts for Flight RPC methodsaction_type, method
quiver_rpc_limitsgaugeFixed-value metric containing values of various limits related to request execution throttling.
quiver_rpc_rejectedcounterNumber of Flight RPC requests that were rejected because the queue of waiting requests was too long.
quiver_rpc_runninggaugeNumber of Flight RPC requests for particular RPC method that are running.
quiver_rpc_waitsummaryTime that different types of Flight RPC calls spend waiting in queue. This wait time already includes the time reported in ‘quiver_store_sync_wait’ metric.action_type, method
quiver_rpc_wait_createdgaugeTime that different types of Flight RPC calls spend waiting in queue. This wait time already includes the time reported in ‘quiver_store_sync_wait’ metric.action_type, method
quiver_rpc_waitinggaugeNumber of Flight RPC requests for particular RPC method waiting in queue for execution.
quiver_rss_criticalgaugeGauge that indicates that RSS is critically high and that grace period is running before the server starts reporting NOT OK status.
quiver_store_forced_sync_waitsummaryTime that the requests spent waiting for forced sync to latest revision. Forced syncs are more expensive and often require additional communication with the cluster store.
quiver_store_forced_sync_wait_createdgaugeTime that the requests spent waiting for forced sync to latest revision. Forced syncs are more expensive and often require additional communication with the cluster store.
quiver_store_sync_rejectedcounterNumber of requests that failed because they wanted to sync to particular store revision while the server was in bad shape and was rejecting all requests that contained SyncToken.
quiver_store_sync_rejected_createdgaugeNumber of requests that failed because they wanted to sync to particular store revision while the server was in bad shape and was rejecting all requests that contained SyncToken.
quiver_store_sync_timeoutcounterNumber of time outs encountered while waiting for local views to sync to particular store revision.
quiver_store_sync_timeout_createdgaugeNumber of time outs encountered while waiting for local views to sync to particular store revision.
quiver_store_sync_waitsummaryTime that the requests spent waiting for local views to sync with particular store revision.
quiver_store_sync_wait_createdgaugeTime that the requests spent waiting for local views to sync with particular store revision.
quiver_task_prereqs_cancelledcounterNumber of cancelled prerequisite resolutions. Cancellations are requested by the callers who don’t want to wait anymore.
quiver_task_prereqs_durationsummaryTotal duration of prereq checks and resolution.
quiver_task_prereqs_errorscounterNumber of unexpected failures during prerequisite resolution. Note: this does account for cases when specified prerequisites are not genuinely not resolved.
quiver_task_prereqs_timeoutcounterNumber of times prerequisite resolution timed out; that is, the desired prerequisites were not met.
quiver_task_prereqs_waitscounterNumber of times prerequisite resolution had to wait for some missing prerequisites.

ingress-nginx

Metrics for ingress-nginx are documented at: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/monitoring.md#exposed-metrics

MetricTypeDocumentationLabels
go_gc_duration_secondssummaryA summary of the pause duration of garbage collection cycles.quantile
go_goroutinesgaugeNumber of goroutines that currently exist.
go_infogaugeInformation about the Go environment.version
go_memstats_alloc_bytesgaugeNumber of bytes allocated and still in use.
go_memstats_buck_hash_sys_bytesgaugeNumber of bytes used by the profiling bucket hash table.
go_memstats_freescounterTotal number of frees.
go_memstats_gc_sys_bytesgaugeNumber of bytes used for garbage collection system metadata.
go_memstats_heap_alloc_bytesgaugeNumber of heap bytes allocated and still in use.
go_memstats_heap_idle_bytesgaugeNumber of heap bytes waiting to be used.
go_memstats_heap_inuse_bytesgaugeNumber of heap bytes that are in use.
go_memstats_heap_objectsgaugeNumber of allocated objects.
go_memstats_heap_released_bytesgaugeNumber of heap bytes released to OS.
go_memstats_heap_sys_bytesgaugeNumber of heap bytes obtained from system.
go_memstats_last_gc_time_secondsgaugeNumber of seconds since 1970 of last garbage collection.
go_memstats_lookupscounterTotal number of pointer lookups.
go_memstats_mallocscounterTotal number of mallocs.
go_memstats_mcache_inuse_bytesgaugeNumber of bytes in use by mcache structures.
go_memstats_mcache_sys_bytesgaugeNumber of bytes used for mcache structures obtained from system.
go_memstats_mspan_inuse_bytesgaugeNumber of bytes in use by mspan structures.
go_memstats_mspan_sys_bytesgaugeNumber of bytes used for mspan structures obtained from system.
go_memstats_next_gc_bytesgaugeNumber of heap bytes when next garbage collection will take place.
go_memstats_other_sys_bytesgaugeNumber of bytes used for other system allocations.
go_memstats_stack_inuse_bytesgaugeNumber of bytes in use by the stack allocator.
go_memstats_stack_sys_bytesgaugeNumber of bytes obtained from system for stack allocator.
go_memstats_sys_bytesgaugeNumber of bytes obtained from system.
go_threadsgaugeNumber of OS threads created.
nginx_ingress_controller_admission_config_sizegaugeThe size of the tested configurationcontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_admission_render_durationgaugeThe processing duration of ingresses rendering by the admission controller (float seconds)controller_class, controller_namespace, controller_pod
nginx_ingress_controller_admission_render_ingressesgaugeThe length of ingresses rendered by the admission controllercontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_admission_roundtrip_durationgaugeThe complete duration of the admission controller at the time to process a new event (float seconds)controller_class, controller_namespace, controller_pod
nginx_ingress_controller_admission_tested_durationgaugeThe processing duration of the admission controller tests (float seconds)controller_class, controller_namespace, controller_pod
nginx_ingress_controller_admission_tested_ingressesgaugeThe length of ingresses processed by the admission controllercontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_build_infogaugeA metric with a constant ‘1’ labeled with information about the build.build, controller_class, controller_namespace, controller_pod, release, repository
nginx_ingress_controller_bytes_senthistogramDEPRECATED The number of bytes sent to a clientcanary, controller_class, controller_namespace, controller_pod, ingress, le, method, namespace, path, service, status
nginx_ingress_controller_check_successcounterCumulative number of Ingress controller syntax check operationscontroller_class, controller_namespace, controller_pod, ingress, namespace
nginx_ingress_controller_config_hashgaugeRunning configuration hash actually runningcontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_config_last_reload_successfulgaugeWhether the last configuration reload attempt was successfulcontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_config_last_reload_successful_timestamp_secondsgaugeTimestamp of the last successful configuration reload.controller_class, controller_namespace, controller_pod
nginx_ingress_controller_connect_duration_secondshistogramThe time spent on establishing a connection with the upstream servercanary, controller_class, controller_namespace, controller_pod, ingress, le, method, namespace, path, service, status
nginx_ingress_controller_header_duration_secondshistogramThe time spent on receiving first header from the upstream servercanary, controller_class, controller_namespace, controller_pod, ingress, le, method, namespace, path, service, status
nginx_ingress_controller_ingress_upstream_latency_secondssummaryDEPRECATED Upstream service latency per Ingresscanary, controller_class, controller_namespace, controller_pod, ingress, namespace, quantile, service
nginx_ingress_controller_nginx_process_connectionsgaugecurrent number of client connections with state {active, reading, writing, waiting}controller_class, controller_namespace, controller_pod, state
nginx_ingress_controller_nginx_process_cpu_secondscounterCpu usage in secondscontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_nginx_process_num_procsgaugenumber of processescontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_nginx_process_oldest_start_time_secondsgaugestart time in seconds since 1970/01/01controller_class, controller_namespace, controller_pod
nginx_ingress_controller_nginx_process_read_bytescounternumber of bytes readcontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_nginx_process_requestscountertotal number of client requestscontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_nginx_process_resident_memory_bytesgaugenumber of bytes of memory in usecontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_nginx_process_virtual_memory_bytesgaugenumber of bytes of memory in usecontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_nginx_process_write_bytescounternumber of bytes writtencontroller_class, controller_namespace, controller_pod
nginx_ingress_controller_orphan_ingressgaugeGauge reporting status of ingress orphanity, 1 indicates orphaned ingress. ’namespace’ is the string used to identify namespace of ingress, ‘ingress’ for ingress name and ’type’ for ’no-service’ or ’no-endpoint’ of orphanitycontroller_class, controller_namespace, controller_pod, ingress, namespace, type
nginx_ingress_controller_request_duration_secondshistogramThe request processing time in millisecondscanary, controller_class, controller_namespace, controller_pod, ingress, le, method, namespace, path, service, status
nginx_ingress_controller_request_sizehistogramThe request length (including request line, header, and request body)canary, controller_class, controller_namespace, controller_pod, ingress, le, method, namespace, path, service, status
nginx_ingress_controller_requestscounterThe total number of client requestscanary, controller_class, controller_namespace, controller_pod, ingress, method, namespace, path, service, status
nginx_ingress_controller_response_duration_secondshistogramThe time spent on receiving the response from the upstream servercanary, controller_class, controller_namespace, controller_pod, ingress, le, method, namespace, path, service, status
nginx_ingress_controller_response_sizehistogramThe response length (including request line, header, and request body)canary, controller_class, controller_namespace, controller_pod, ingress, le, method, namespace, path, service, status
nginx_ingress_controller_ssl_certificate_infogaugeHold all labels associated to a certificateclass, host, identifier, issuer_common_name, issuer_organization, namespace, public_key_algorithm, secret_name, serial_number
nginx_ingress_controller_successcounterCumulative number of Ingress controller reload operationscontroller_class, controller_namespace, controller_pod
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
process_virtual_memory_max_bytesgaugeMaximum amount of virtual memory available in bytes.
promhttp_metric_handler_requestscounterTotal number of scrapes by HTTP status code.code
promhttp_metric_handler_requests_in_flightgaugeCurrent number of scrapes being served.

pulsar-bookie

Metrics for pulsar-bookie are documented at: https://pulsar.apache.org/docs/3.0.x/reference-metrics/

MetricTypeDocumentationLabels
bookie_ACTIVE_ENTRY_LOG_SPACE_BYTESgaugeindexDir, ledgerDir
bookie_ACTIVE_ENTRY_LOG_TOTALgaugeindexDir, ledgerDir
bookie_ACTIVE_LEDGER_TOTALgaugeindexDir, ledgerDir
bookie_BOOKIE_ADD_ENTRYsummaryquantile, success
bookie_BOOKIE_ADD_ENTRY_BYTESsummaryquantile, success
bookie_BOOKIE_FORCE_LEDGERcounter
bookie_BOOKIE_GET_LIST_OF_ENTRIES_OF_LEDGERsummaryquantile, success
bookie_BOOKIE_READ_ENTRYsummaryquantile, success
bookie_BOOKIE_READ_ENTRY_BYTESsummaryquantile, success
bookie_BOOKIE_RECOVERY_ADD_ENTRYsummaryquantile, success
bookie_DELETED_LEDGER_TOTALcounterindexDir, ledgerDir
bookie_JOURNAL_DIRSgauge
bookie_JOURNAL_QUEUE_MAX_SIZEgauge
bookie_MAJOR_COMPACTION_TOTALcounterindexDir, ledgerDir
bookie_MINOR_COMPACTION_TOTALcounterindexDir, ledgerDir
bookie_READ_BYTEScounter
bookie_RECLAIMED_COMPACTION_SPACE_BYTEScounterindexDir, ledgerDir
bookie_RECLAIMED_DELETION_SPACE_BYTEScounterindexDir, ledgerDir
bookie_SERVER_STATUSgauge
bookie_THREAD_RUNTIMEsummaryindexDir, ledgerDir, quantile, success
bookie_WRITE_BYTEScounter
bookie_add_entrysummaryindexDir, ledgerDir, quantile, success, thread, threadPool
bookie_bookie_watcher_state_SyncConnectedcounter
bookie_bookie_zk_createsummaryquantile, success
bookie_bookie_zk_create_clientsummaryquantile, success
bookie_bookie_zk_deletesummaryquantile, success
bookie_bookie_zk_existssummaryquantile, success
bookie_bookie_zk_get_aclsummaryquantile, success
bookie_bookie_zk_get_childrensummaryquantile, success
bookie_bookie_zk_get_datasummaryquantile, success
bookie_bookie_zk_multisummaryquantile, success
bookie_bookie_zk_set_aclsummaryquantile, success
bookie_bookie_zk_set_datasummaryquantile, success
bookie_bookie_zk_syncsummaryquantile, success
bookie_db_storage_thread_timecounterindexDir, ledgerDir, thread, threadPool
bookie_entries_countgaugeindexDir, ledgerDir
bookie_flushsummaryindexDir, ledgerDir, quantile, success
bookie_flush_entrylogsummaryindexDir, ledgerDir, quantile, success
bookie_flush_ledger_indexsummaryindexDir, ledgerDir, quantile, success
bookie_flush_locations_indexsummaryindexDir, ledgerDir, quantile, success
bookie_flush_sizesummaryindexDir, ledgerDir, quantile, success
bookie_journal_JOURNAL_ADD_ENTRYsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_CREATION_LATENCYsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_FLUSH_LATENCYsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_FORCE_LEDGERsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_FORCE_WRITE_BATCH_BYTESsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_FORCE_WRITE_BATCH_ENTRIESsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_FORCE_WRITE_ENQUEUEsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_FORCE_WRITE_GROUPING_TOTALsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_FORCE_WRITE_QUEUE_SIZEcounterjournalIndex
bookie_journal_JOURNAL_MEMORY_MAXgaugejournalIndex
bookie_journal_JOURNAL_MEMORY_USEDgaugejournalIndex
bookie_journal_JOURNAL_NUM_FLUSH_EMPTY_QUEUEcounterjournalIndex
bookie_journal_JOURNAL_NUM_FLUSH_MAX_OUTSTANDING_BYTEScounterjournalIndex
bookie_journal_JOURNAL_NUM_FLUSH_MAX_WAITcounterjournalIndex
bookie_journal_JOURNAL_PROCESS_TIME_LATENCYsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_QUEUE_LATENCYsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_QUEUE_SIZEcounterjournalIndex
bookie_journal_JOURNAL_SYNCsummaryjournalIndex, quantile, success
bookie_journal_JOURNAL_WRITE_BYTEScounterjournalIndex
bookie_journal_callback_timecounterjournalIndex, thread, threadPool
bookie_ledger_dir__pulsar_data_bookkeeper_ledgers_usagegauge
bookie_ledger_num_dirsgauge
bookie_ledger_writable_dirsgauge
bookie_ledgers_countgaugeindexDir, ledgerDir
bookie_lookup_entry_locationsummaryindexDir, ledgerDir, quantile, success
bookie_read_cache_countgaugeindexDir, ledgerDir
bookie_read_cache_hitscounterindexDir, ledgerDir
bookie_read_cache_missescounterindexDir, ledgerDir
bookie_read_cache_sizegaugeindexDir, ledgerDir
bookie_read_entrysummaryindexDir, ledgerDir, quantile, success, thread, threadPool
bookie_read_entry_countunknownindexDir, ledgerDir, success, thread, threadPool
bookie_read_entry_sumunknownindexDir, ledgerDir, success, thread, threadPool
bookie_read_entrylog_timecounterindexDir, ledgerDir, thread, threadPool
bookie_read_locations_index_timecounterindexDir, ledgerDir, thread, threadPool
bookie_readahead_batch_countsummaryindexDir, ledgerDir, quantile, success
bookie_readahead_batch_sizesummaryindexDir, ledgerDir, quantile, success
bookie_readahead_max_batch_sizegauge
bookie_readahead_timecounterindexDir, ledgerDir, thread, threadPool
bookie_sync_thread_timecounterthread, threadPool
bookie_throttled_writesummaryindexDir, ledgerDir, quantile, success
bookie_write_cache_countgaugeindexDir, ledgerDir
bookie_write_cache_hitscounterindexDir, ledgerDir
bookie_write_cache_max_sizegauge
bookie_write_cache_missescounterindexDir, ledgerDir
bookie_write_cache_sizegaugeindexDir, ledgerDir
bookkeeper_server_ADD_ENTRYsummaryquantile, success, thread, threadPool
bookkeeper_server_ADD_ENTRY_BLOCKEDgauge
bookkeeper_server_ADD_ENTRY_BLOCKED_WAITsummaryquantile, success
bookkeeper_server_ADD_ENTRY_IN_PROGRESSgauge
bookkeeper_server_ADD_ENTRY_REJECTEDcounter
bookkeeper_server_ADD_ENTRY_REQUESTsummaryquantile, success
bookkeeper_server_BookieHighPriorityThread_max_queue_sizegauge
bookkeeper_server_BookieHighPriorityThread_threadsgauge
bookkeeper_server_BookieReadThreadPool_max_queue_sizegauge
bookkeeper_server_BookieReadThreadPool_threadsgauge
bookkeeper_server_CHANNEL_WRITEsummaryquantile, success
bookkeeper_server_FORCE_LEDGERsummaryquantile, success
bookkeeper_server_FORCE_LEDGER_REQUESTsummaryquantile, success
bookkeeper_server_GET_BOOKIE_INFOsummaryquantile, success
bookkeeper_server_GET_BOOKIE_INFO_REQUESTsummaryquantile, success
bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGERsummaryquantile, success
bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_REQUESTsummaryquantile, success
bookkeeper_server_READ_ENTRYsummaryquantile, success, thread, threadPool
bookkeeper_server_READ_ENTRY_BLOCKEDgauge
bookkeeper_server_READ_ENTRY_BLOCKED_WAITsummaryquantile, success
bookkeeper_server_READ_ENTRY_FENCE_READsummaryquantile, success
bookkeeper_server_READ_ENTRY_FENCE_REQUESTsummaryquantile, success
bookkeeper_server_READ_ENTRY_FENCE_WAITsummaryquantile, success
bookkeeper_server_READ_ENTRY_IN_PROGRESSgauge
bookkeeper_server_READ_ENTRY_LONG_POLL_PRE_WAITsummaryquantile, success
bookkeeper_server_READ_ENTRY_LONG_POLL_READsummaryquantile, success
bookkeeper_server_READ_ENTRY_LONG_POLL_REQUESTsummaryquantile, success
bookkeeper_server_READ_ENTRY_LONG_POLL_WAITsummaryquantile, success
bookkeeper_server_READ_ENTRY_REJECTEDcounter
bookkeeper_server_READ_ENTRY_REQUESTsummaryquantile, success
bookkeeper_server_READ_ENTRY_SCHEDULING_DELAYsummaryquantile, success
bookkeeper_server_READ_ENTRY_countunknownsuccess, thread, threadPool
bookkeeper_server_READ_ENTRY_sumunknownsuccess, thread, threadPool
bookkeeper_server_READ_LACsummaryquantile, success
bookkeeper_server_READ_LAC_REQUESTsummaryquantile, success
bookkeeper_server_READ_LAST_ENTRY_NOENTRY_ERRORcounter
bookkeeper_server_WRITE_LACsummaryquantile, success
bookkeeper_server_WRITE_LAC_REQUESTsummaryquantile, success
bookkeeper_server_WRITE_THREAD_QUEUED_LATENCYsummaryquantile, success, thread, threadPool
bookkeeper_server_thread_executor_completedgaugethread
bookkeeper_server_thread_executor_queuegaugethread
bookkeeper_server_thread_executor_tasks_completedgaugethread
bookkeeper_server_thread_executor_tasks_failedgaugethread
bookkeeper_server_thread_executor_tasks_rejectedgaugethread
jvm_gc_collection_secondssummarygc
jvm_memory_bytes_committedgaugearea
jvm_memory_bytes_initgaugearea
jvm_memory_bytes_maxgaugearea
jvm_memory_bytes_usedgaugearea
jvm_memory_direct_bytes_maxgauge
jvm_memory_direct_bytes_usedgauge
jvm_memory_objects_pending_finalizationgauge
jvm_memory_pool_bytes_committedgaugepool
jvm_memory_pool_bytes_initgaugepool
jvm_memory_pool_bytes_maxgaugepool
jvm_memory_pool_bytes_usedgaugepool
jvm_memory_pool_collection_committed_bytesgaugepool
jvm_memory_pool_collection_init_bytesgaugepool
jvm_memory_pool_collection_max_bytesgaugepool
jvm_memory_pool_collection_used_bytesgaugepool
jvm_threads_currentgauge
jvm_threads_daemongauge
jvm_threads_deadlockedgauge
jvm_threads_deadlocked_monitorgauge
jvm_threads_peakgauge
jvm_threads_startedcounter
jvm_threads_started_totalunknown
jvm_threads_stategaugestate
log4j2_appendercounter
log4j2_appender_createdunknownlevel
log4j2_appender_totalunknownlevel
process_cpu_secondscounter
process_cpu_seconds_totalunknown
process_max_fdsgauge
process_open_fdsgauge
process_resident_memory_bytesgauge
process_start_time_secondsgauge
process_virtual_memory_bytesgauge
pulsar_batch_metadata_store_batch_execute_time_mshistogramle, name
pulsar_batch_metadata_store_batch_execute_time_ms_createdunknownname
pulsar_batch_metadata_store_batch_sizehistogramle, name
pulsar_batch_metadata_store_batch_size_createdunknownname
pulsar_batch_metadata_store_executor_queue_sizegaugename
pulsar_batch_metadata_store_queue_wait_time_mshistogramle, name
pulsar_batch_metadata_store_queue_wait_time_ms_createdunknownname
pulsar_metadata_store_ops_latency_mshistogramle, name, status, type
pulsar_metadata_store_ops_latency_ms_bucketunknownle, name, status, type
pulsar_metadata_store_ops_latency_ms_countunknownname, status, type
pulsar_metadata_store_ops_latency_ms_createdunknownname, status, type
pulsar_metadata_store_ops_latency_ms_sumunknownname, status, type
pulsar_metadata_store_put_bytescounter
pulsar_metadata_store_put_bytes_createdunknownname
pulsar_metadata_store_put_bytes_totalunknownname

pulsar-broker

Metrics for pulsar-broker are documented at: https://pulsar.apache.org/docs/3.0.x/reference-metrics/

MetricTypeDocumentationLabels
brk_ledgeroffloader_delete_offload_opscounter
brk_ledgeroffloader_offload_errorcounter
brk_ledgeroffloader_offload_rategauge
brk_ledgeroffloader_read_bytescounter
brk_ledgeroffloader_read_ledger_latencysummary
brk_ledgeroffloader_read_offload_data_latencysummary
brk_ledgeroffloader_read_offload_errorcounter
brk_ledgeroffloader_read_offload_index_latencysummary
brk_ledgeroffloader_read_offload_rategauge
brk_ledgeroffloader_write_storage_errorcounter
caffeine_cache_estimated_sizegaugecache, cluster
caffeine_cache_evictioncounter
caffeine_cache_eviction_totalunknowncache, cluster
caffeine_cache_eviction_weightgaugecache, cluster
caffeine_cache_hitcounter
caffeine_cache_hit_totalunknowncache, cluster
caffeine_cache_load_duration_secondssummarycache, cluster
caffeine_cache_load_failurecounter
caffeine_cache_load_failure_totalunknowncache, cluster
caffeine_cache_loadscounter
caffeine_cache_loads_totalunknowncache, cluster
caffeine_cache_misscounter
caffeine_cache_miss_totalunknowncache, cluster
caffeine_cache_requestscounter
caffeine_cache_requests_totalunknowncache, cluster
jetty_async_dispatchescounter
jetty_async_dispatches_totalunknowncluster
jetty_async_requestscounter
jetty_async_requests_totalunknowncluster
jetty_async_requests_waitinggaugecluster
jetty_async_requests_waiting_maxgaugecluster
jetty_dispatchedcounter
jetty_dispatched_activegaugecluster
jetty_dispatched_active_maxgaugecluster
jetty_dispatched_time_maxgaugecluster
jetty_dispatched_time_secondscounter
jetty_dispatched_time_seconds_totalunknowncluster
jetty_dispatched_totalunknowncluster
jetty_expirescounter
jetty_expires_totalunknowncluster
jetty_request_time_max_secondsgaugecluster
jetty_request_time_secondscounter
jetty_request_time_seconds_totalunknowncluster
jetty_requestscounter
jetty_requests_activegaugecluster
jetty_requests_active_maxgaugecluster
jetty_requests_totalunknowncluster
jetty_responsescounter
jetty_responses_bytescounter
jetty_responses_bytes_totalunknowncluster
jetty_responses_totalunknowncluster, code
jetty_stats_secondsgaugecluster
jvm_buffer_pool_capacity_bytesgaugecluster, pool
jvm_buffer_pool_used_buffersgaugecluster, pool
jvm_buffer_pool_used_bytesgaugecluster, pool
jvm_classes_currently_loadedgaugecluster
jvm_classes_loadedcounter
jvm_classes_loaded_totalunknowncluster
jvm_classes_unloadedcounter
jvm_classes_unloaded_totalunknowncluster
jvm_gc_collection_secondssummarycluster, gc
jvm_infogaugecluster, runtime, vendor, version
jvm_memory_bytes_committedgaugearea, cluster
jvm_memory_bytes_initgaugearea, cluster
jvm_memory_bytes_maxgaugearea, cluster
jvm_memory_bytes_usedgaugearea, cluster
jvm_memory_direct_bytes_maxgaugecluster
jvm_memory_direct_bytes_usedgaugecluster
jvm_memory_objects_pending_finalizationgaugecluster
jvm_memory_pool_allocated_bytescounter
jvm_memory_pool_allocated_bytes_createdunknowncluster, pool
jvm_memory_pool_allocated_bytes_totalunknowncluster, pool
jvm_memory_pool_bytes_committedgaugecluster, pool
jvm_memory_pool_bytes_initgaugecluster, pool
jvm_memory_pool_bytes_maxgaugecluster, pool
jvm_memory_pool_bytes_usedgaugecluster, pool
jvm_memory_pool_collection_committed_bytesgaugecluster, pool
jvm_memory_pool_collection_init_bytesgaugecluster, pool
jvm_memory_pool_collection_max_bytesgaugecluster, pool
jvm_memory_pool_collection_used_bytesgaugecluster, pool
jvm_threads_currentgaugecluster
jvm_threads_daemongaugecluster
jvm_threads_deadlockedgaugecluster
jvm_threads_deadlocked_monitorgaugecluster
jvm_threads_peakgaugecluster
jvm_threads_startedcounter
jvm_threads_started_totalunknowncluster
jvm_threads_stategaugecluster, state
log4j2_appendercounter
log4j2_appender_createdunknowncluster, level
log4j2_appender_totalunknowncluster, level
process_cpu_secondscounter
process_cpu_seconds_totalunknowncluster
process_max_fdsgaugecluster
process_open_fdsgaugecluster
process_resident_memory_bytesgaugecluster
process_start_time_secondsgaugecluster
process_virtual_memory_bytesgaugecluster
pulsar_active_connectionsgaugebroker, cluster, metric
pulsar_average_msg_sizegaugecluster, namespace, topic
pulsar_batch_metadata_store_batch_execute_time_mshistogramcluster, le, name
pulsar_batch_metadata_store_batch_execute_time_ms_bucketunknowncluster, le, name
pulsar_batch_metadata_store_batch_execute_time_ms_countunknowncluster, name
pulsar_batch_metadata_store_batch_execute_time_ms_createdunknowncluster, name
pulsar_batch_metadata_store_batch_execute_time_ms_sumunknowncluster, name
pulsar_batch_metadata_store_batch_sizehistogramcluster, le, name
pulsar_batch_metadata_store_batch_size_bucketunknowncluster, le, name
pulsar_batch_metadata_store_batch_size_countunknowncluster, name
pulsar_batch_metadata_store_batch_size_createdunknowncluster, name
pulsar_batch_metadata_store_batch_size_sumunknowncluster, name
pulsar_batch_metadata_store_executor_queue_sizegaugecluster, name
pulsar_batch_metadata_store_queue_wait_time_mshistogramcluster, le, name
pulsar_batch_metadata_store_queue_wait_time_ms_bucketunknowncluster, le, name
pulsar_batch_metadata_store_queue_wait_time_ms_countunknowncluster, name
pulsar_batch_metadata_store_queue_wait_time_ms_createdunknowncluster, name
pulsar_batch_metadata_store_queue_wait_time_ms_sumunknowncluster, name
pulsar_broker_consumers_countgaugecluster
pulsar_broker_load_manager_bundle_assigmentsummarycluster, quantile
pulsar_broker_lookupsummarycluster, quantile
pulsar_broker_lookup_answerscounter
pulsar_broker_lookup_answers_createdunknowncluster
pulsar_broker_lookup_answers_totalunknowncluster
pulsar_broker_lookup_failurescounter
pulsar_broker_lookup_failures_createdunknowncluster
pulsar_broker_lookup_failures_totalunknowncluster
pulsar_broker_lookup_pending_requestsgaugecluster
pulsar_broker_lookup_redirectscounter
pulsar_broker_lookup_redirects_createdunknowncluster
pulsar_broker_lookup_redirects_totalunknowncluster
pulsar_broker_msg_backloggaugecluster
pulsar_broker_pending_bytes_to_dispatchgaugecluster
pulsar_broker_producers_countgaugecluster
pulsar_broker_publish_latencysummarycluster, quantile
pulsar_broker_rate_ingaugecluster
pulsar_broker_rate_outgaugecluster
pulsar_broker_storage_logical_sizegaugecluster
pulsar_broker_storage_read_cache_misses_rategaugecluster
pulsar_broker_storage_read_rategaugecluster
pulsar_broker_storage_sizegaugecluster
pulsar_broker_storage_write_rategaugecluster
pulsar_broker_subscriptions_countgaugecluster
pulsar_broker_throttled_connectionsgaugecluster
pulsar_broker_throttled_connections_global_limitgaugecluster
pulsar_broker_throughput_ingaugecluster
pulsar_broker_throughput_outgaugecluster
pulsar_broker_topic_load_pending_requestsgaugecluster
pulsar_broker_topics_countgaugecluster
pulsar_compaction_compacted_entries_countgaugecluster, namespace, topic
pulsar_compaction_compacted_entries_sizegaugecluster, namespace, topic
pulsar_compaction_duration_time_in_millsgaugecluster, namespace, topic
pulsar_compaction_failed_countgaugecluster, namespace, topic
pulsar_compaction_latency_countgaugecluster, namespace, topic
pulsar_compaction_latency_le_0_5gaugecluster, namespace, topic
pulsar_compaction_latency_le_1gaugecluster, namespace, topic
pulsar_compaction_latency_le_10gaugecluster, namespace, topic
pulsar_compaction_latency_le_100gaugecluster, namespace, topic
pulsar_compaction_latency_le_1000gaugecluster, namespace, topic
pulsar_compaction_latency_le_20gaugecluster, namespace, topic
pulsar_compaction_latency_le_200gaugecluster, namespace, topic
pulsar_compaction_latency_le_5gaugecluster, namespace, topic
pulsar_compaction_latency_le_50gaugecluster, namespace, topic
pulsar_compaction_latency_overflowgaugecluster, namespace, topic
pulsar_compaction_latency_sumgaugecluster, namespace, topic
pulsar_compaction_read_throughputgaugecluster, namespace, topic
pulsar_compaction_removed_event_countgaugecluster, namespace, topic
pulsar_compaction_succeed_countgaugecluster, namespace, topic
pulsar_compaction_write_throughputgaugecluster, namespace, topic
pulsar_connection_closed_total_countgaugebroker, cluster, metric
pulsar_connection_create_fail_countgaugebroker, cluster, metric
pulsar_connection_create_success_countgaugebroker, cluster, metric
pulsar_connection_created_total_countgaugebroker, cluster, metric
pulsar_consumer_available_permitsgaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_consumer_blocked_on_unacked_messagesgaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_consumer_msg_ack_rategaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_consumer_msg_rate_outgaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_consumer_msg_rate_redelivergaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_consumer_msg_throughput_outgaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_consumer_unacked_messagesgaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_consumers_countgaugecluster, namespace, topic
pulsar_delayed_message_index_size_bytesgaugecluster, namespace, subscription, topic
pulsar_entry_size_countgaugecluster, namespace, topic
pulsar_entry_size_le_100_kbgaugecluster, namespace, topic
pulsar_entry_size_le_128gaugecluster, namespace, topic
pulsar_entry_size_le_16_kbgaugecluster, namespace, topic
pulsar_entry_size_le_1_kbgaugecluster, namespace, topic
pulsar_entry_size_le_1_mbgaugecluster, namespace, topic
pulsar_entry_size_le_2_kbgaugecluster, namespace, topic
pulsar_entry_size_le_4_kbgaugecluster, namespace, topic
pulsar_entry_size_le_512gaugecluster, namespace, topic
pulsar_entry_size_le_overflowgaugecluster, namespace, topic
pulsar_entry_size_sumgaugecluster, namespace, topic
pulsar_in_bytes_totalgaugecluster, namespace, topic
pulsar_in_messages_totalgaugecluster, namespace, topic
pulsar_lb_bandwidth_in_usagegaugebroker, cluster, metric
pulsar_lb_bandwidth_out_usagegaugebroker, cluster, metric
pulsar_lb_bundles_split_totalgaugecluster, metric
pulsar_lb_cpu_usagegaugebroker, cluster, metric
pulsar_lb_directMemory_usagegaugebroker, cluster, metric
pulsar_lb_memory_usagegaugebroker, cluster, metric
pulsar_lb_unload_broker_totalgaugecluster, metric
pulsar_lb_unload_bundle_totalgaugecluster, metric
pulsar_metadata_store_ops_latency_mshistogramcluster, le, name, status, type
pulsar_metadata_store_ops_latency_ms_bucketunknowncluster, le, name, status, type
pulsar_metadata_store_ops_latency_ms_countunknowncluster, name, status, type
pulsar_metadata_store_ops_latency_ms_createdunknowncluster, name, status, type
pulsar_metadata_store_ops_latency_ms_sumunknowncluster, name, status, type
pulsar_metadata_store_put_bytescounter
pulsar_metadata_store_put_bytes_createdunknowncluster, name
pulsar_metadata_store_put_bytes_totalunknowncluster, name
pulsar_ml_AddEntryBytesRategaugecluster, namespace
pulsar_ml_AddEntryErrorsgaugecluster, namespace
pulsar_ml_AddEntryLatencyBucketsgaugecluster, namespace, quantile
pulsar_ml_AddEntryLatencyBuckets_OVERFLOWgaugecluster, namespace
pulsar_ml_AddEntryMessagesRategaugecluster, namespace
pulsar_ml_AddEntrySucceedgaugecluster, namespace
pulsar_ml_AddEntryWithReplicasBytesRategaugecluster, namespace
pulsar_ml_EntrySizeBucketsgaugecluster, namespace, quantile
pulsar_ml_EntrySizeBuckets_OVERFLOWgaugecluster, namespace
pulsar_ml_LedgerAddEntryLatencyBucketsgaugecluster, namespace, quantile
pulsar_ml_LedgerAddEntryLatencyBuckets_OVERFLOWgaugecluster, namespace
pulsar_ml_LedgerSwitchLatencyBucketsgaugecluster, namespace, quantile
pulsar_ml_LedgerSwitchLatencyBuckets_OVERFLOWgaugecluster, namespace
pulsar_ml_MarkDeleteRategaugecluster, namespace
pulsar_ml_NumberOfMessagesInBackloggaugecluster, namespace
pulsar_ml_ReadEntriesBytesRategaugecluster, namespace
pulsar_ml_ReadEntriesErrorsgaugecluster, namespace
pulsar_ml_ReadEntriesOpsCacheMissesRategaugecluster, namespace
pulsar_ml_ReadEntriesRategaugecluster, namespace
pulsar_ml_ReadEntriesSucceededgaugecluster, namespace
pulsar_ml_StoredMessagesSizegaugecluster, namespace
pulsar_ml_cache_entriesgaugecluster
pulsar_ml_cache_evicted_entries_totalgaugecluster
pulsar_ml_cache_evictionsgaugecluster
pulsar_ml_cache_hits_rategaugecluster
pulsar_ml_cache_hits_throughputgaugecluster
pulsar_ml_cache_inserted_entries_totalgaugecluster
pulsar_ml_cache_misses_rategaugecluster
pulsar_ml_cache_misses_throughputgaugecluster
pulsar_ml_cache_pendingreads_entries_notreadcounter
pulsar_ml_cache_pendingreads_entries_notread_createdunknowncluster
pulsar_ml_cache_pendingreads_entries_notread_totalunknowncluster
pulsar_ml_cache_pendingreads_entries_readcounter
pulsar_ml_cache_pendingreads_entries_read_createdunknowncluster
pulsar_ml_cache_pendingreads_entries_read_totalunknowncluster
pulsar_ml_cache_pendingreads_matchedcounter
pulsar_ml_cache_pendingreads_matched_createdunknowncluster
pulsar_ml_cache_pendingreads_matched_includedcounter
pulsar_ml_cache_pendingreads_matched_included_createdunknowncluster
pulsar_ml_cache_pendingreads_matched_included_totalunknowncluster
pulsar_ml_cache_pendingreads_matched_overlapping_miss_bothcounter
pulsar_ml_cache_pendingreads_matched_overlapping_miss_both_createdunknowncluster
pulsar_ml_cache_pendingreads_matched_overlapping_miss_both_totalunknowncluster
pulsar_ml_cache_pendingreads_matched_overlapping_miss_leftcounter
pulsar_ml_cache_pendingreads_matched_overlapping_miss_left_createdunknowncluster
pulsar_ml_cache_pendingreads_matched_overlapping_miss_left_totalunknowncluster
pulsar_ml_cache_pendingreads_matched_overlapping_miss_rightcounter
pulsar_ml_cache_pendingreads_matched_overlapping_miss_right_createdunknowncluster
pulsar_ml_cache_pendingreads_matched_overlapping_miss_right_totalunknowncluster
pulsar_ml_cache_pendingreads_matched_totalunknowncluster
pulsar_ml_cache_pendingreads_missedcounter
pulsar_ml_cache_pendingreads_missed_createdunknowncluster
pulsar_ml_cache_pendingreads_missed_totalunknowncluster
pulsar_ml_cache_pool_active_allocationsgaugecluster
pulsar_ml_cache_pool_active_allocations_hugegaugecluster
pulsar_ml_cache_pool_active_allocations_normalgaugecluster
pulsar_ml_cache_pool_active_allocations_smallgaugecluster
pulsar_ml_cache_pool_allocatedgaugecluster
pulsar_ml_cache_pool_usedgaugecluster
pulsar_ml_cache_used_sizegaugecluster
pulsar_ml_countgaugecluster
pulsar_ml_cursor_nonContiguousDeletedMessagesRangegaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_cursor_persistLedgerErrorsgaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_cursor_persistLedgerSucceedgaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_cursor_persistZookeeperErrorsgaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_cursor_persistZookeeperSucceedgaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_cursor_readLedgerSizegaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_cursor_writeLedgerLogicalSizegaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_cursor_writeLedgerSizegaugecluster, cursor_name, ledger_name, namespace
pulsar_ml_reads_available_inflight_bytesgaugecluster
pulsar_ml_reads_inflight_bytesgaugecluster
pulsar_msg_backloggaugecluster, namespace, topic
pulsar_out_bytes_totalgaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_out_messages_totalgaugecluster, consumer_id, consumer_name, namespace, subscription, topic
pulsar_producer_msg_average_Sizegaugecluster, namespace, producer_id, producer_name, topic
pulsar_producer_msg_rate_ingaugecluster, namespace, producer_id, producer_name, topic
pulsar_producer_msg_throughput_ingaugecluster, namespace, producer_id, producer_name, topic
pulsar_producers_countgaugecluster, namespace, topic
pulsar_publish_rate_limit_timesgaugecluster, namespace, topic
pulsar_rate_ingaugecluster, namespace, topic
pulsar_rate_outgaugecluster, namespace, topic
pulsar_resource_group_aggregate_usage_secssummarycluster, quantile
pulsar_resource_group_aggregate_usage_secs_createdunknowncluster
pulsar_resource_group_bytes_usedcounter
pulsar_resource_group_calculate_quota_secssummarycluster, quantile
pulsar_resource_group_calculate_quota_secs_createdunknowncluster
pulsar_resource_group_calculated_bytes_quotacounter
pulsar_resource_group_calculated_messages_quotacounter
pulsar_resource_group_messages_usedcounter
pulsar_resource_group_namespace_registerscounter
pulsar_resource_group_namespace_unregisterscounter
pulsar_resource_group_tenant_registerscounter
pulsar_resource_group_tenant_unregisterscounter
pulsar_resource_group_updatescounter
pulsar_schema_compatiblecounter
pulsar_schema_del_ops_failedcounter
pulsar_schema_del_ops_latencysummary
pulsar_schema_get_ops_failedcounter
pulsar_schema_get_ops_latencysummarycluster, namespace, quantile
pulsar_schema_get_ops_latency_createdunknowncluster, namespace
pulsar_schema_incompatiblecounter
pulsar_schema_put_ops_failedcounter
pulsar_schema_put_ops_latencysummary
pulsar_storage_backlog_quota_limitgaugecluster, namespace, topic
pulsar_storage_backlog_quota_limit_timegaugecluster, namespace, topic
pulsar_storage_backlog_sizegaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_countgaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_0_5gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_1gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_10gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_100gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_1000gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_20gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_200gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_5gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_le_50gaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_overflowgaugecluster, namespace, topic
pulsar_storage_ledger_write_latency_sumgaugecluster, namespace, topic
pulsar_storage_logical_sizegaugecluster, namespace, topic
pulsar_storage_offloaded_sizegaugecluster, namespace, topic
pulsar_storage_read_cache_misses_rategaugecluster, namespace, topic
pulsar_storage_read_rategaugecluster, namespace, topic
pulsar_storage_sizegaugecluster, namespace, topic
pulsar_storage_write_latency_countgaugecluster, namespace, topic
pulsar_storage_write_latency_le_0_5gaugecluster, namespace, topic
pulsar_storage_write_latency_le_1gaugecluster, namespace, topic
pulsar_storage_write_latency_le_10gaugecluster, namespace, topic
pulsar_storage_write_latency_le_100gaugecluster, namespace, topic
pulsar_storage_write_latency_le_1000gaugecluster, namespace, topic
pulsar_storage_write_latency_le_20gaugecluster, namespace, topic
pulsar_storage_write_latency_le_200gaugecluster, namespace, topic
pulsar_storage_write_latency_le_5gaugecluster, namespace, topic
pulsar_storage_write_latency_le_50gaugecluster, namespace, topic
pulsar_storage_write_latency_overflowgaugecluster, namespace, topic
pulsar_storage_write_latency_sumgaugecluster, namespace, topic
pulsar_storage_write_rategaugecluster, namespace, topic
pulsar_subscription_back_loggaugecluster, namespace, subscription, topic
pulsar_subscription_back_log_no_delayedgaugecluster, namespace, subscription, topic
pulsar_subscription_blocked_on_unacked_messagesgaugecluster, namespace, subscription, topic
pulsar_subscription_consumers_countgaugecluster, namespace, subscription, topic
pulsar_subscription_delayedgaugecluster, namespace, subscription, topic
pulsar_subscription_filter_accepted_msg_countgaugecluster, namespace, subscription, topic
pulsar_subscription_filter_processed_msg_countgaugecluster, namespace, subscription, topic
pulsar_subscription_filter_rejected_msg_countgaugecluster, namespace, subscription, topic
pulsar_subscription_filter_rescheduled_msg_countgaugecluster, namespace, subscription, topic
pulsar_subscription_last_acked_timestampgaugecluster, namespace, subscription, topic
pulsar_subscription_last_consumed_flow_timestampgaugecluster, namespace, subscription, topic
pulsar_subscription_last_consumed_timestampgaugecluster, namespace, subscription, topic
pulsar_subscription_last_expire_timestampgaugecluster, namespace, subscription, topic
pulsar_subscription_last_mark_delete_advanced_timestampgaugecluster, namespace, subscription, topic
pulsar_subscription_msg_ack_rategaugecluster, namespace, subscription, topic
pulsar_subscription_msg_drop_rategaugecluster, namespace, subscription, topic
pulsar_subscription_msg_rate_expiredgaugecluster, namespace, subscription, topic
pulsar_subscription_msg_rate_outgaugecluster, namespace, subscription, topic
pulsar_subscription_msg_rate_redelivergaugecluster, namespace, subscription, topic
pulsar_subscription_msg_throughput_outgaugecluster, namespace, subscription, topic
pulsar_subscription_total_msg_expiredgaugecluster, namespace, subscription, topic
pulsar_subscription_unacked_messagesgaugecluster, namespace, subscription, topic
pulsar_subscriptions_countgaugecluster, namespace, topic
pulsar_throughput_ingaugecluster, namespace, topic
pulsar_throughput_outgaugecluster, namespace, topic
pulsar_topic_load_timessummarycluster, quantile
pulsar_topic_load_times_createdunknowncluster
pulsar_topics_countgaugecluster, namespace
pulsar_txn_tb_aborted_totalgaugecluster, namespace, topic
pulsar_txn_tb_active_totalgaugecluster, namespace, topic
pulsar_txn_tb_committed_totalgaugecluster, namespace, topic
pulsar_version_infogaugecluster, commit, version
pulsar_web_executor_active_threadsgaugecluster
pulsar_web_executor_current_threadsgaugecluster
pulsar_web_executor_idle_threadsgaugecluster
pulsar_web_executor_max_threadsgaugecluster
pulsar_web_executor_min_threadsgaugecluster
topic_load_failedcounter
topic_load_failed_createdunknowncluster
topic_load_failed_totalunknowncluster
topic_load_timessummarycluster, quantile
topic_load_times_createdunknowncluster

pulsar-zookeeper

Metrics for pulsar-zookeeper are documented at: https://pulsar.apache.org/docs/3.0.x/reference-metrics/

MetricTypeDocumentationLabels
ack_latencysummaryack_latency
add_dead_watcher_stall_timecounteradd_dead_watcher_stall_time
add_dead_watcher_stall_time_createdgaugeadd_dead_watcher_stall_time
approximate_data_sizegaugeapproximate_data_size
auth_failed_countgaugeauth_failed_count
avg_latencygaugeavg_latency
bytes_received_countcounterbytes_received_count
bytes_received_count_createdgaugebytes_received_count
close_session_prep_timesummaryclose_session_prep_timequantile
close_session_prep_time_createdgaugeclose_session_prep_time
cnxn_closed_without_zk_server_runningcountercnxn_closed_without_zk_server_running
cnxn_closed_without_zk_server_running_createdgaugecnxn_closed_without_zk_server_running
commit_commit_proc_req_queuedsummarycommit_commit_proc_req_queuedquantile
commit_commit_proc_req_queued_createdgaugecommit_commit_proc_req_queued
commit_countcountercommit_count
commit_count_createdgaugecommit_count
commit_process_timesummarycommit_process_timequantile
commit_process_time_createdgaugecommit_process_time
commit_propagation_latencysummarycommit_propagation_latencyquantile
commit_propagation_latency_createdgaugecommit_propagation_latency
concurrent_request_processing_in_commit_processorsummaryconcurrent_request_processing_in_commit_processorquantile
concurrent_request_processing_in_commit_processor_createdgaugeconcurrent_request_processing_in_commit_processor
connection_drop_countcounterconnection_drop_count
connection_drop_count_createdgaugeconnection_drop_count
connection_drop_probabilitygaugeconnection_drop_probability
connection_rejectedcounterconnection_rejected
connection_rejected_createdgaugeconnection_rejected
connection_request_countcounterconnection_request_count
connection_request_count_createdgaugeconnection_request_count
connection_revalidate_countcounterconnection_revalidate_count
connection_revalidate_count_createdgaugeconnection_revalidate_count
connection_token_deficitsummaryconnection_token_deficitquantile
connection_token_deficit_createdgaugeconnection_token_deficit
dbinittimesummarydbinittimequantile
dbinittime_createdgaugedbinittime
dead_watchers_cleaner_latencysummarydead_watchers_cleaner_latencyquantile
dead_watchers_cleaner_latency_createdgaugedead_watchers_cleaner_latency
dead_watchers_clearedcounterdead_watchers_cleared
dead_watchers_cleared_createdgaugedead_watchers_cleared
dead_watchers_queuedcounterdead_watchers_queued
dead_watchers_queued_createdgaugedead_watchers_queued
diff_countcounterdiff_count
diff_count_createdgaugediff_count
digest_mismatches_countcounterdigest_mismatches_count
digest_mismatches_count_createdgaugedigest_mismatches_count
election_timesummaryelection_timequantile
election_time_createdgaugeelection_time
ensemble_auth_failcounterensemble_auth_fail
ensemble_auth_fail_createdgaugeensemble_auth_fail
ensemble_auth_skipcounterensemble_auth_skip
ensemble_auth_skip_createdgaugeensemble_auth_skip
ensemble_auth_successcounterensemble_auth_success
ensemble_auth_success_createdgaugeensemble_auth_success
ephemerals_countgaugeephemerals_count
follower_sync_timesummaryfollower_sync_timequantile
follower_sync_time_createdgaugefollower_sync_time
fsynctimesummaryfsynctimequantile
fsynctime_createdgaugefsynctime
global_sessionsgaugeglobal_sessions
inflight_diff_countsummaryinflight_diff_countquantile
inflight_diff_count_createdgaugeinflight_diff_count
inflight_snap_countsummaryinflight_snap_countquantile
inflight_snap_count_createdgaugeinflight_snap_count
insecure_admin_countcounterinsecure_admin_count
insecure_admin_count_createdgaugeinsecure_admin_count
jvm_buffer_pool_capacity_bytesgaugeBytes capacity of a given JVM buffer pool.pool
jvm_buffer_pool_used_buffersgaugeUsed buffers of a given JVM buffer pool.pool
jvm_buffer_pool_used_bytesgaugeUsed bytes of a given JVM buffer pool.pool
jvm_classes_currently_loadedgaugeThe number of classes that are currently loaded in the JVM
jvm_classes_loadedcounterThe total number of classes that have been loaded since the JVM has started execution
jvm_classes_unloadedcounterThe total number of classes that have been unloaded since the JVM has started execution
jvm_gc_collection_secondssummaryTime spent in a given JVM garbage collector in seconds.gc
jvm_infogaugeVM version inforuntime, vendor, version
jvm_memory_bytes_committedgaugeCommitted (bytes) of a given JVM memory area.area
jvm_memory_bytes_initgaugeInitial bytes of a given JVM memory area.area
jvm_memory_bytes_maxgaugeMax (bytes) of a given JVM memory area.area
jvm_memory_bytes_usedgaugeUsed bytes of a given JVM memory area.area
jvm_memory_objects_pending_finalizationgaugeThe number of objects waiting in the finalizer queue.
jvm_memory_pool_allocated_bytescounterTotal bytes allocated in a given JVM memory pool. Only updated after GC, not continuously.pool
jvm_memory_pool_allocated_bytes_createdgaugeTotal bytes allocated in a given JVM memory pool. Only updated after GC, not continuously.pool
jvm_memory_pool_bytes_committedgaugeCommitted bytes of a given JVM memory pool.pool
jvm_memory_pool_bytes_initgaugeInitial bytes of a given JVM memory pool.pool
jvm_memory_pool_bytes_maxgaugeMax bytes of a given JVM memory pool.pool
jvm_memory_pool_bytes_usedgaugeUsed bytes of a given JVM memory pool.pool
jvm_memory_pool_collection_committed_bytesgaugeCommitted after last collection bytes of a given JVM memory pool.pool
jvm_memory_pool_collection_init_bytesgaugeInitial after last collection bytes of a given JVM memory pool.pool
jvm_memory_pool_collection_max_bytesgaugeMax bytes after last collection of a given JVM memory pool.pool
jvm_memory_pool_collection_used_bytesgaugeUsed bytes after last collection of a given JVM memory pool.pool
jvm_pause_time_mssummaryjvm_pause_time_msquantile
jvm_pause_time_ms_createdgaugejvm_pause_time_ms
jvm_threads_currentgaugeCurrent thread count of a JVM
jvm_threads_daemongaugeDaemon thread count of a JVM
jvm_threads_deadlockedgaugeCycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers
jvm_threads_deadlocked_monitorgaugeCycles of JVM-threads that are in deadlock waiting to acquire object monitors
jvm_threads_peakgaugePeak thread count of a JVM
jvm_threads_startedcounterStarted thread count of a JVM
jvm_threads_stategaugeCurrent count of threads by statestate
large_requests_rejectedcounterlarge_requests_rejected
large_requests_rejected_createdgaugelarge_requests_rejected
last_client_response_sizegaugelast_client_response_size
leader_unavailable_timesummaryleader_unavailable_timequantile
leader_unavailable_time_createdgaugeleader_unavailable_time
learner_commit_received_countcounterlearner_commit_received_count
learner_commit_received_count_createdgaugelearner_commit_received_count
learner_handler_qp_sizesummarylearner_handler_qp_size
learner_handler_qp_time_mssummarylearner_handler_qp_time_ms
learner_proposal_received_countcounterlearner_proposal_received_count
learner_proposal_received_count_createdgaugelearner_proposal_received_count
learner_request_processor_queue_sizesummarylearner_request_processor_queue_sizequantile
learner_request_processor_queue_size_createdgaugelearner_request_processor_queue_size
local_sessionsgaugelocal_sessions
local_write_committed_time_mssummarylocal_write_committed_time_msquantile
local_write_committed_time_ms_createdgaugelocal_write_committed_time_ms
log4j2_appendercounterLog4j2 log statements at various log levelslevel
log4j2_appender_createdgaugeLog4j2 log statements at various log levelslevel
looking_countcounterlooking_count
looking_count_createdgaugelooking_count
max_client_response_sizegaugemax_client_response_size
max_file_descriptor_countgaugemax_file_descriptor_count
max_latencygaugemax_latency
min_client_response_sizegaugemin_client_response_size
min_latencygaugemin_latency
netty_queued_buffer_capacitysummarynetty_queued_buffer_capacityquantile
netty_queued_buffer_capacity_createdgaugenetty_queued_buffer_capacity
node_changed_watch_countsummarynode_changed_watch_countquantile
node_changed_watch_count_createdgaugenode_changed_watch_count
node_children_watch_countsummarynode_children_watch_countquantile
node_children_watch_count_createdgaugenode_children_watch_count
node_created_watch_countsummarynode_created_watch_countquantile
node_created_watch_count_createdgaugenode_created_watch_count
node_deleted_watch_countsummarynode_deleted_watch_countquantile
node_deleted_watch_count_createdgaugenode_deleted_watch_count
non_mtls_local_conn_countgaugenon_mtls_local_conn_count
non_mtls_remote_conn_countgaugenon_mtls_remote_conn_count
num_alive_connectionsgaugenum_alive_connections
observer_sync_timesummaryobserver_sync_timequantile
observer_sync_time_createdgaugeobserver_sync_time
om_commit_process_time_mssummaryom_commit_process_time_msquantile
om_commit_process_time_ms_createdgaugeom_commit_process_time_ms
om_proposal_process_time_mssummaryom_proposal_process_time_msquantile
om_proposal_process_time_ms_createdgaugeom_proposal_process_time_ms
open_file_descriptor_countgaugeopen_file_descriptor_count
outstanding_changes_queuedcounteroutstanding_changes_queued
outstanding_changes_queued_createdgaugeoutstanding_changes_queued
outstanding_changes_removedcounteroutstanding_changes_removed
outstanding_changes_removed_createdgaugeoutstanding_changes_removed
outstanding_requestsgaugeoutstanding_requests
outstanding_tls_handshakegaugeoutstanding_tls_handshake
packets_receivedgaugepackets_received
packets_sentgaugepackets_sent
pending_session_queue_sizesummarypending_session_queue_sizequantile
pending_session_queue_size_createdgaugepending_session_queue_size
prep_process_timesummaryprep_process_timequantile
prep_process_time_createdgaugeprep_process_time
prep_processor_queue_sizesummaryprep_processor_queue_sizequantile
prep_processor_queue_size_createdgaugeprep_processor_queue_size
prep_processor_queue_time_mssummaryprep_processor_queue_time_msquantile
prep_processor_queue_time_ms_createdgaugeprep_processor_queue_time_ms
prep_processor_request_queuedcounterprep_processor_request_queued
prep_processor_request_queued_createdgaugeprep_processor_request_queued
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
propagation_latencysummarypropagation_latencyquantile
propagation_latency_createdgaugepropagation_latency
proposal_ack_creation_latencysummaryproposal_ack_creation_latencyquantile
proposal_ack_creation_latency_createdgaugeproposal_ack_creation_latency
proposal_countcounterproposal_count
proposal_count_createdgaugeproposal_count
proposal_latencysummaryproposal_latencyquantile
proposal_latency_createdgaugeproposal_latency
proposal_process_timesummaryproposal_process_timequantile
proposal_process_time_createdgaugeproposal_process_time
quit_leading_due_to_disloyal_votercounterquit_leading_due_to_disloyal_voter
quit_leading_due_to_disloyal_voter_createdgaugequit_leading_due_to_disloyal_voter
quorum_ack_latencysummaryquorum_ack_latencyquantile
quorum_ack_latency_createdgaugequorum_ack_latency
quorum_sizegaugequorum_size
quota_bytes_limit_per_namespacegaugequota_bytes_limit_per_namespace
quota_bytes_usage_per_namespacegaugequota_bytes_usage_per_namespace
quota_count_limit_per_namespacegaugequota_count_limit_per_namespace
quota_count_usage_per_namespacegaugequota_count_usage_per_namespace
quota_exceeded_error_per_namespacecounterquota_exceeded_error_per_namespace
read_commit_proc_issuedsummaryread_commit_proc_issuedquantile
read_commit_proc_issued_createdgaugeread_commit_proc_issued
read_commit_proc_req_queuedsummaryread_commit_proc_req_queuedquantile
read_commit_proc_req_queued_createdgaugeread_commit_proc_req_queued
read_commitproc_time_mssummaryread_commitproc_time_msquantile
read_commitproc_time_ms_createdgaugeread_commitproc_time_ms
read_final_proc_time_mssummaryread_final_proc_time_msquantile
read_final_proc_time_ms_createdgaugeread_final_proc_time_ms
read_per_namespacesummaryread_per_namespacekey, quantile
read_per_namespace_createdgaugeread_per_namespacekey
readlatencysummaryreadlatencyquantile
readlatency_createdgaugereadlatency
reads_after_write_in_session_queuesummaryreads_after_write_in_session_queuequantile
reads_after_write_in_session_queue_createdgaugereads_after_write_in_session_queue
reads_issued_from_session_queuesummaryreads_issued_from_session_queuequantile
reads_issued_from_session_queue_createdgaugereads_issued_from_session_queue
request_commit_queuedcounterrequest_commit_queued
request_commit_queued_createdgaugerequest_commit_queued
request_throttle_queue_time_mssummaryrequest_throttle_queue_time_msquantile
request_throttle_queue_time_ms_createdgaugerequest_throttle_queue_time_ms
request_throttle_wait_countcounterrequest_throttle_wait_count
request_throttle_wait_count_createdgaugerequest_throttle_wait_count
requests_in_session_queuesummaryrequests_in_session_queuequantile
requests_in_session_queue_createdgaugerequests_in_session_queue
requests_not_forwarded_to_commit_processorcounterrequests_not_forwarded_to_commit_processor
requests_not_forwarded_to_commit_processor_createdgaugerequests_not_forwarded_to_commit_processor
response_bytescounterresponse_bytes
response_bytes_createdgaugeresponse_bytes
response_packet_cache_hitscounterresponse_packet_cache_hits
response_packet_cache_hits_createdgaugeresponse_packet_cache_hits
response_packet_cache_missescounterresponse_packet_cache_misses
response_packet_cache_misses_createdgaugeresponse_packet_cache_misses
response_packet_get_children_cache_hitscounterresponse_packet_get_children_cache_hits
response_packet_get_children_cache_hits_createdgaugeresponse_packet_get_children_cache_hits
response_packet_get_children_cache_missescounterresponse_packet_get_children_cache_misses
response_packet_get_children_cache_misses_createdgaugeresponse_packet_get_children_cache_misses
restore_error_countcounterrestore_error_count
restore_error_count_createdgaugerestore_error_count
restore_rate_limited_countcounterrestore_rate_limited_count
restore_rate_limited_count_createdgaugerestore_rate_limited_count
restore_timesummaryrestore_timequantile
restore_time_createdgaugerestore_time
revalidate_countcounterrevalidate_count
revalidate_count_createdgaugerevalidate_count
server_write_committed_time_mssummaryserver_write_committed_time_msquantile
server_write_committed_time_ms_createdgaugeserver_write_committed_time_ms
session_queues_drainedsummarysession_queues_drainedquantile
session_queues_drained_createdgaugesession_queues_drained
sessionless_connections_expiredcountersessionless_connections_expired
sessionless_connections_expired_createdgaugesessionless_connections_expired
skip_learner_request_to_next_processor_countcounterskip_learner_request_to_next_processor_count
skip_learner_request_to_next_processor_count_createdgaugeskip_learner_request_to_next_processor_count
snap_countcountersnap_count
snap_count_createdgaugesnap_count
snapshot_error_countcountersnapshot_error_count
snapshot_error_count_createdgaugesnapshot_error_count
snapshot_rate_limited_countcountersnapshot_rate_limited_count
snapshot_rate_limited_count_createdgaugesnapshot_rate_limited_count
snapshottimesummarysnapshottimequantile
snapshottime_createdgaugesnapshottime
socket_closing_timesummarysocket_closing_timequantile
socket_closing_time_createdgaugesocket_closing_time
stale_repliescounterstale_replies
stale_replies_createdgaugestale_replies
stale_requestscounterstale_requests
stale_requests_createdgaugestale_requests
stale_requests_droppedcounterstale_requests_dropped
stale_requests_dropped_createdgaugestale_requests_dropped
stale_sessions_expiredcounterstale_sessions_expired
stale_sessions_expired_createdgaugestale_sessions_expired
startup_snap_load_timesummarystartup_snap_load_timequantile
startup_snap_load_time_createdgaugestartup_snap_load_time
startup_txns_load_timesummarystartup_txns_load_timequantile
startup_txns_load_time_createdgaugestartup_txns_load_time
startup_txns_loadedsummarystartup_txns_loadedquantile
startup_txns_loaded_createdgaugestartup_txns_loaded
sync_process_timesummarysync_process_timequantile
sync_process_time_createdgaugesync_process_time
sync_processor_batch_sizesummarysync_processor_batch_sizequantile
sync_processor_batch_size_createdgaugesync_processor_batch_size
sync_processor_queue_and_flush_time_mssummarysync_processor_queue_and_flush_time_msquantile
sync_processor_queue_and_flush_time_ms_createdgaugesync_processor_queue_and_flush_time_ms
sync_processor_queue_flush_time_mssummarysync_processor_queue_flush_time_msquantile
sync_processor_queue_flush_time_ms_createdgaugesync_processor_queue_flush_time_ms
sync_processor_queue_sizesummarysync_processor_queue_sizequantile
sync_processor_queue_size_createdgaugesync_processor_queue_size
sync_processor_queue_time_mssummarysync_processor_queue_time_msquantile
sync_processor_queue_time_ms_createdgaugesync_processor_queue_time_ms
sync_processor_request_queuedcountersync_processor_request_queued
sync_processor_request_queued_createdgaugesync_processor_request_queued
synced_observersgaugesynced_observers
throttled_opscounterthrottled_ops
throttled_ops_createdgaugethrottled_ops
time_waiting_empty_pool_in_commit_processor_read_mssummarytime_waiting_empty_pool_in_commit_processor_read_msquantile
time_waiting_empty_pool_in_commit_processor_read_ms_createdgaugetime_waiting_empty_pool_in_commit_processor_read_ms
tls_handshake_exceededcountertls_handshake_exceeded
tls_handshake_exceeded_createdgaugetls_handshake_exceeded
unavailable_timesummaryunavailable_timequantile
unavailable_time_createdgaugeunavailable_time
unrecoverable_error_countcounterunrecoverable_error_count
unrecoverable_error_count_createdgaugeunrecoverable_error_count
unsuccessful_handshakecounterunsuccessful_handshake
unsuccessful_handshake_createdgaugeunsuccessful_handshake
updatelatencysummaryupdatelatencyquantile
updatelatency_createdgaugeupdatelatency
uptimegaugeuptime
watch_bytescounterwatch_bytes
watch_bytes_createdgaugewatch_bytes
watch_countgaugewatch_count
write_batch_time_in_commit_processorsummarywrite_batch_time_in_commit_processorquantile
write_batch_time_in_commit_processor_createdgaugewrite_batch_time_in_commit_processor
write_commit_proc_issuedsummarywrite_commit_proc_issuedquantile
write_commit_proc_issued_createdgaugewrite_commit_proc_issued
write_commit_proc_req_queuedsummarywrite_commit_proc_req_queuedquantile
write_commit_proc_req_queued_createdgaugewrite_commit_proc_req_queued
write_commitproc_time_mssummarywrite_commitproc_time_msquantile
write_commitproc_time_ms_createdgaugewrite_commitproc_time_ms
write_final_proc_time_mssummarywrite_final_proc_time_msquantile
write_final_proc_time_ms_createdgaugewrite_final_proc_time_ms
write_per_namespacesummarywrite_per_namespacekey, quantile
write_per_namespace_createdgaugewrite_per_namespacekey
znode_countgaugeznode_count

etcd

Metrics for etcd are documented at: https://etcd.io/docs/v3.4/metrics/

MetricTypeDocumentationLabels
etcd_cluster_versiongaugeWhich version is running. 1 for ‘cluster_version’ label with current cluster versioncluster_version
etcd_debugging_auth_revisiongaugeThe current revision of auth store.
etcd_debugging_disk_backend_commit_rebalance_duration_secondshistogramThe latency distributions of commit.rebalance called by bboltdb backend.le
etcd_debugging_disk_backend_commit_spill_duration_secondshistogramThe latency distributions of commit.spill called by bboltdb backend.le
etcd_debugging_disk_backend_commit_write_duration_secondshistogramThe latency distributions of commit.write called by bboltdb backend.le
etcd_debugging_lease_grantedcounterThe total number of granted leases.
etcd_debugging_lease_renewedcounterThe number of renewed leases seen by the leader.
etcd_debugging_lease_revokedcounterThe total number of revoked leases.
etcd_debugging_lease_ttl_totalhistogramBucketed histogram of lease TTLs.le
etcd_debugging_mvcc_compact_revisiongaugeThe revision of the last compaction in store.
etcd_debugging_mvcc_current_revisiongaugeThe current revision of store.
etcd_debugging_mvcc_db_compaction_keyscounterTotal number of db keys compacted.
etcd_debugging_mvcc_db_compaction_lastgaugeThe unix time of the last db compaction. Resets to 0 on start.
etcd_debugging_mvcc_db_compaction_pause_duration_millisecondshistogramBucketed histogram of db compaction pause duration.le
etcd_debugging_mvcc_db_compaction_total_duration_millisecondshistogramBucketed histogram of db compaction total duration.le
etcd_debugging_mvcc_eventscounterTotal number of events sent by this member.
etcd_debugging_mvcc_index_compaction_pause_duration_millisecondshistogramBucketed histogram of index compaction pause duration.le
etcd_debugging_mvcc_keys_totalgaugeTotal number of keys.
etcd_debugging_mvcc_pending_events_totalgaugeTotal number of pending events to be sent.
etcd_debugging_mvcc_rangecounterTotal number of ranges seen by this member.
etcd_debugging_mvcc_slow_watcher_totalgaugeTotal number of unsynced slow watchers.
etcd_debugging_mvcc_total_put_size_in_bytesgaugeThe total size of put kv pairs seen by this member.
etcd_debugging_mvcc_watch_stream_totalgaugeTotal number of watch streams.
etcd_debugging_mvcc_watcher_totalgaugeTotal number of watchers.
etcd_debugging_server_lease_expiredcounterThe total number of expired leases.
etcd_debugging_snap_save_marshalling_duration_secondshistogramThe marshalling cost distributions of save called by snapshot.le
etcd_debugging_snap_save_total_duration_secondshistogramThe total latency distributions of save called by snapshot.le
etcd_debugging_store_expirescounterTotal number of expired keys.
etcd_debugging_store_readscounterTotal number of reads action by (get/getRecursive), local to this member.action
etcd_debugging_store_watch_requestscounterTotal number of incoming watch requests (new or reestablished).
etcd_debugging_store_watchersgaugeCount of currently active watchers.
etcd_debugging_store_writescounterTotal number of writes (e.g. set/compareAndDelete) seen by this member.action
etcd_disk_backend_commit_duration_secondshistogramThe latency distributions of commit called by backend.le
etcd_disk_backend_defrag_duration_secondshistogramThe latency distribution of backend defragmentation.le
etcd_disk_backend_snapshot_duration_secondshistogramThe latency distribution of backend snapshots.le
etcd_disk_defrag_inflightgaugeWhether or not defrag is active on the member. 1 means active, 0 means not.
etcd_disk_wal_fsync_duration_secondshistogramThe latency distributions of fsync called by WAL.le
etcd_disk_wal_write_bytes_totalgaugeTotal number of bytes written in WAL.
etcd_grpc_proxy_cache_hits_totalgaugeTotal number of cache hits
etcd_grpc_proxy_cache_keys_totalgaugeTotal number of keys/ranges cached
etcd_grpc_proxy_cache_misses_totalgaugeTotal number of cache misses
etcd_grpc_proxy_events_coalescingcounterTotal number of events coalescing
etcd_grpc_proxy_watchers_coalescing_totalgaugeTotal number of current watchers coalescing
etcd_mvcc_db_open_read_transactionsgaugeThe number of currently open read transactions
etcd_mvcc_db_total_size_in_bytesgaugeTotal size of the underlying database physically allocated in bytes.
etcd_mvcc_db_total_size_in_use_in_bytesgaugeTotal size of the underlying database logically in use in bytes.
etcd_mvcc_deletecounterTotal number of deletes seen by this member.
etcd_mvcc_hash_duration_secondshistogramThe latency distribution of storage hash operation.le
etcd_mvcc_hash_rev_duration_secondshistogramThe latency distribution of storage hash by revision operation.le
etcd_mvcc_putcounterTotal number of puts seen by this member.
etcd_mvcc_rangecounterTotal number of ranges seen by this member.
etcd_mvcc_txncounterTotal number of txns seen by this member.
etcd_network_active_peersgaugeThe current number of active peer connections.Local, Remote
etcd_network_client_grpc_received_bytescounterThe total number of bytes received from grpc clients.
etcd_network_client_grpc_sent_bytescounterThe total number of bytes sent to grpc clients.
etcd_network_disconnected_peerscounterThe total number of disconnected peers.Local, Remote
etcd_network_peer_received_bytescounterThe total number of bytes received from peers.From
etcd_network_peer_round_trip_time_secondshistogramRound-Trip-Time histogram between peersTo, le
etcd_network_peer_sent_bytescounterThe total number of bytes sent to peers.To
etcd_network_peer_sent_failurescounterThe total number of send failures from peers.To
etcd_network_snapshot_send_inflights_totalgaugeTotal number of inflight snapshot sendsTo
etcd_network_snapshot_send_successcounterTotal number of successful snapshot sendsTo
etcd_network_snapshot_send_total_duration_secondshistogramTotal latency distributions of v3 snapshot sendsTo, le
etcd_server_apply_duration_secondshistogramThe latency distributions of v2 apply called by backend.le, op, success, version
etcd_server_client_requestscounterThe total number of client requests per client version.client_api_version, type
etcd_server_go_versiongaugeWhich Go version server is running with. 1 for ‘server_go_version’ label with current version.server_go_version
etcd_server_has_leadergaugeWhether or not a leader exists. 1 is existence, 0 is not.
etcd_server_health_failurescounterThe total number of failed health checks
etcd_server_health_successcounterThe total number of successful health checks
etcd_server_heartbeat_send_failurescounterThe total number of leader heartbeat send failures (likely overloaded from slow disk).
etcd_server_idgaugeServer or member ID in hexadecimal format. 1 for ‘server_id’ label with current ID.server_id
etcd_server_is_leadergaugeWhether or not this member is a leader. 1 if is, 0 otherwise.
etcd_server_is_learnergaugeWhether or not this member is a learner. 1 if is, 0 otherwise.
etcd_server_leader_changes_seencounterThe number of leader changes seen.
etcd_server_learner_promote_successescounterThe total number of successful learner promotions while this member is leader.
etcd_server_proposals_applied_totalgaugeThe total number of consensus proposals applied.
etcd_server_proposals_committed_totalgaugeThe total number of consensus proposals committed.
etcd_server_proposals_failedcounterThe total number of failed proposals seen.
etcd_server_proposals_pendinggaugeThe current number of pending proposals to commit.
etcd_server_quota_backend_bytesgaugeCurrent backend storage quota size in bytes.
etcd_server_read_indexes_failedcounterThe total number of failed read indexes seen.
etcd_server_slow_applycounterThe total number of slow apply requests (likely overloaded from slow disk).
etcd_server_slow_read_indexescounterThe total number of pending read indexes not in sync with leader’s or timed out read index requests.
etcd_server_snapshot_apply_in_progress_totalgauge1 if the server is applying the incoming snapshot. 0 if none.
etcd_server_versiongaugeWhich version is running. 1 for ‘server_version’ label with current version.server_version
etcd_snap_db_fsync_duration_secondshistogramThe latency distributions of fsyncing .snap.db filele
etcd_snap_db_save_total_duration_secondshistogramThe total latency distributions of v3 snapshot savele
etcd_snap_fsync_duration_secondshistogramThe latency distributions of fsync called by snap.le
go_gc_duration_secondssummaryA summary of the pause duration of garbage collection cycles.quantile
go_goroutinesgaugeNumber of goroutines that currently exist.
go_infogaugeInformation about the Go environment.version
go_memstats_alloc_bytesgaugeNumber of bytes allocated and still in use.
go_memstats_buck_hash_sys_bytesgaugeNumber of bytes used by the profiling bucket hash table.
go_memstats_freescounterTotal number of frees.
go_memstats_gc_cpu_fractiongaugeThe fraction of this program’s available CPU time used by the GC since the program started.
go_memstats_gc_sys_bytesgaugeNumber of bytes used for garbage collection system metadata.
go_memstats_heap_alloc_bytesgaugeNumber of heap bytes allocated and still in use.
go_memstats_heap_idle_bytesgaugeNumber of heap bytes waiting to be used.
go_memstats_heap_inuse_bytesgaugeNumber of heap bytes that are in use.
go_memstats_heap_objectsgaugeNumber of allocated objects.
go_memstats_heap_released_bytesgaugeNumber of heap bytes released to OS.
go_memstats_heap_sys_bytesgaugeNumber of heap bytes obtained from system.
go_memstats_last_gc_time_secondsgaugeNumber of seconds since 1970 of last garbage collection.
go_memstats_lookupscounterTotal number of pointer lookups.
go_memstats_mallocscounterTotal number of mallocs.
go_memstats_mcache_inuse_bytesgaugeNumber of bytes in use by mcache structures.
go_memstats_mcache_sys_bytesgaugeNumber of bytes used for mcache structures obtained from system.
go_memstats_mspan_inuse_bytesgaugeNumber of bytes in use by mspan structures.
go_memstats_mspan_sys_bytesgaugeNumber of bytes used for mspan structures obtained from system.
go_memstats_next_gc_bytesgaugeNumber of heap bytes when next garbage collection will take place.
go_memstats_other_sys_bytesgaugeNumber of bytes used for other system allocations.
go_memstats_stack_inuse_bytesgaugeNumber of bytes in use by the stack allocator.
go_memstats_stack_sys_bytesgaugeNumber of bytes obtained from system for stack allocator.
go_memstats_sys_bytesgaugeNumber of bytes obtained from system.
go_threadsgaugeNumber of OS threads created.
grpc_server_handledcounterTotal number of RPCs completed on the server, regardless of success or failure.grpc_code, grpc_method, grpc_service, grpc_type
grpc_server_msg_receivedcounterTotal number of RPC stream messages received on the server.grpc_method, grpc_service, grpc_type
grpc_server_msg_sentcounterTotal number of gRPC stream messages sent by the server.grpc_method, grpc_service, grpc_type
grpc_server_startedcounterTotal number of RPCs started on the server.grpc_method, grpc_service, grpc_type
os_fd_limitgaugeThe file descriptor limit.
os_fd_usedgaugeThe number of used file descriptors.
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
process_virtual_memory_max_bytesgaugeMaximum amount of virtual memory available in bytes.
promhttp_metric_handler_requestscounterTotal number of scrapes by HTTP status code.code
promhttp_metric_handler_requests_in_flightgaugeCurrent number of scrapes being served.

redis-ha

Metrics for redis-ha are documented at: https://github.com/oliver006/redis_exporter/blob/master/README.md#whats-exported

MetricTypeDocumentationLabels
go_gc_duration_secondssummaryA summary of the pause duration of garbage collection cycles.quantile
go_goroutinesgaugeNumber of goroutines that currently exist.
go_infogaugeInformation about the Go environment.version
go_memstats_alloc_bytesgaugeNumber of bytes allocated and still in use.
go_memstats_buck_hash_sys_bytesgaugeNumber of bytes used by the profiling bucket hash table.
go_memstats_freescounterTotal number of frees.
go_memstats_gc_sys_bytesgaugeNumber of bytes used for garbage collection system metadata.
go_memstats_heap_alloc_bytesgaugeNumber of heap bytes allocated and still in use.
go_memstats_heap_idle_bytesgaugeNumber of heap bytes waiting to be used.
go_memstats_heap_inuse_bytesgaugeNumber of heap bytes that are in use.
go_memstats_heap_objectsgaugeNumber of allocated objects.
go_memstats_heap_released_bytesgaugeNumber of heap bytes released to OS.
go_memstats_heap_sys_bytesgaugeNumber of heap bytes obtained from system.
go_memstats_last_gc_time_secondsgaugeNumber of seconds since 1970 of last garbage collection.
go_memstats_lookupscounterTotal number of pointer lookups.
go_memstats_mallocscounterTotal number of mallocs.
go_memstats_mcache_inuse_bytesgaugeNumber of bytes in use by mcache structures.
go_memstats_mcache_sys_bytesgaugeNumber of bytes used for mcache structures obtained from system.
go_memstats_mspan_inuse_bytesgaugeNumber of bytes in use by mspan structures.
go_memstats_mspan_sys_bytesgaugeNumber of bytes used for mspan structures obtained from system.
go_memstats_next_gc_bytesgaugeNumber of heap bytes when next garbage collection will take place.
go_memstats_other_sys_bytesgaugeNumber of bytes used for other system allocations.
go_memstats_stack_inuse_bytesgaugeNumber of bytes in use by the stack allocator.
go_memstats_stack_sys_bytesgaugeNumber of bytes obtained from system for stack allocator.
go_memstats_sys_bytesgaugeNumber of bytes obtained from system.
go_threadsgaugeNumber of OS threads created.
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
process_virtual_memory_max_bytesgaugeMaximum amount of virtual memory available in bytes.
redis_active_defrag_runninggaugeactive_defrag_running metric
redis_allocator_active_bytesgaugeallocator_active_bytes metric
redis_allocator_allocated_bytesgaugeallocator_allocated_bytes metric
redis_allocator_frag_bytesgaugeallocator_frag_bytes metric
redis_allocator_frag_ratiogaugeallocator_frag_ratio metric
redis_allocator_resident_bytesgaugeallocator_resident_bytes metric
redis_allocator_rss_bytesgaugeallocator_rss_bytes metric
redis_allocator_rss_ratiogaugeallocator_rss_ratio metric
redis_aof_current_rewrite_duration_secgaugeaof_current_rewrite_duration_sec metric
redis_aof_enabledgaugeaof_enabled metric
redis_aof_last_bgrewrite_statusgaugeaof_last_bgrewrite_status metric
redis_aof_last_cow_size_bytesgaugeaof_last_cow_size_bytes metric
redis_aof_last_rewrite_duration_secgaugeaof_last_rewrite_duration_sec metric
redis_aof_last_write_statusgaugeaof_last_write_status metric
redis_aof_rewrite_in_progressgaugeaof_rewrite_in_progress metric
redis_aof_rewrite_scheduledgaugeaof_rewrite_scheduled metric
redis_blocked_clientsgaugeblocked_clients metric
redis_client_recent_max_input_buffer_bytesgaugeclient_recent_max_input_buffer_bytes metric
redis_client_recent_max_output_buffer_bytesgaugeclient_recent_max_output_buffer_bytes metric
redis_clients_in_timeout_tablegaugeclients_in_timeout_table metric
redis_cluster_connectionsgaugecluster_connections metric
redis_cluster_enabledgaugecluster_enabled metric
redis_commandscounterTotal number of calls per commandcmd
redis_commands_duration_secondscounterTotal amount of time in seconds spent per commandcmd
redis_commands_failed_callscounterTotal number of errors prior command execution per commandcmd
redis_commands_latencies_usechistogramA histogram of latencies per commandcmd, le
redis_commands_processedcountercommands_processed_total metric
redis_commands_rejected_callscounterTotal number of errors within command execution per commandcmd
redis_config_io_threadsgaugeconfig_io_threads metric
redis_config_maxclientsgaugeconfig_maxclients metric
redis_config_maxmemorygaugeconfig_maxmemory metric
redis_connected_clientsgaugeconnected_clients metric
redis_connected_slavesgaugeconnected_slaves metric
redis_connections_receivedcounterconnections_received_total metric
redis_cpu_sys_children_secondscountercpu_sys_children_seconds_total metric
redis_cpu_sys_main_thread_secondscountercpu_sys_main_thread_seconds_total metric
redis_cpu_sys_secondscountercpu_sys_seconds_total metric
redis_cpu_user_children_secondscountercpu_user_children_seconds_total metric
redis_cpu_user_main_thread_secondscountercpu_user_main_thread_seconds_total metric
redis_cpu_user_secondscountercpu_user_seconds_total metric
redis_db_avg_ttl_secondsgaugeAvg TTL in secondsdb
redis_db_keysgaugeTotal number of keys by DBdb
redis_db_keys_expiringgaugeTotal number of expiring keys by DBdb
redis_defrag_hitsgaugedefrag_hits metric
redis_defrag_key_hitsgaugedefrag_key_hits metric
redis_defrag_key_missesgaugedefrag_key_misses metric
redis_defrag_missesgaugedefrag_misses metric
redis_dump_payload_sanitizationscounterdump_payload_sanitizations metric
redis_evicted_keyscounterevicted_keys_total metric
redis_expired_keyscounterexpired_keys_total metric
redis_expired_stale_percentagegaugeexpired_stale_percentage metric
redis_expired_time_cap_reached_totalgaugeexpired_time_cap_reached_total metric
redis_exporter_build_infogaugeredis exporter build_infobuild_date, commit_sha, golang_version, version
redis_exporter_last_scrape_connect_time_secondsgaugeexporter_last_scrape_connect_time_seconds metric
redis_exporter_last_scrape_duration_secondsgaugeexporter_last_scrape_duration_seconds metric
redis_exporter_last_scrape_errorgaugeThe last scrape error status.err
redis_exporter_scrape_duration_secondssummaryDurations of scrapes by the exporter
redis_exporter_scrapescounterCurrent total redis scrapes.
redis_instance_infogaugeInformation about the Redis instancemaxmemory_policy, os, process_id, redis_build_id, redis_mode, redis_version, role, run_id, tcp_port
redis_io_threaded_reads_processedcounterio_threaded_reads_processed metric
redis_io_threaded_writes_processedcounterio_threaded_writes_processed metric
redis_io_threads_activegaugeio_threads_active metric
redis_keyspace_hitscounterkeyspace_hits_total metric
redis_keyspace_missescounterkeyspace_misses_total metric
redis_last_key_groups_scrape_duration_millisecondsgaugeDuration of the last key group metrics scrape in milliseconds
redis_last_slow_execution_duration_secondsgaugeThe amount of time needed for last slow execution, in seconds
redis_latency_percentiles_usecsummaryA summary of latency percentile distribution per commandcmd, quantile
redis_latest_fork_secondsgaugelatest_fork_seconds metric
redis_lazyfree_pending_objectsgaugelazyfree_pending_objects metric
redis_loading_dump_filegaugeloading_dump_file metric
redis_master_last_io_seconds_agogaugeMaster last io seconds agomaster_host, master_port
redis_master_link_upgaugeMaster link status on Redis slavemaster_host, master_port
redis_master_repl_offsetgaugemaster_repl_offset metric
redis_master_sync_in_progressgaugeMaster sync in progressmaster_host, master_port
redis_mem_clients_normalgaugemem_clients_normal metric
redis_mem_clients_slavesgaugemem_clients_slaves metric
redis_mem_fragmentation_bytesgaugemem_fragmentation_bytes metric
redis_mem_fragmentation_ratiogaugemem_fragmentation_ratio metric
redis_mem_not_counted_for_eviction_bytesgaugemem_not_counted_for_eviction_bytes metric
redis_memory_max_bytesgaugememory_max_bytes metric
redis_memory_used_bytesgaugememory_used_bytes metric
redis_memory_used_dataset_bytesgaugememory_used_dataset_bytes metric
redis_memory_used_lua_bytesgaugememory_used_lua_bytes metric
redis_memory_used_overhead_bytesgaugememory_used_overhead_bytes metric
redis_memory_used_peak_bytesgaugememory_used_peak_bytes metric
redis_memory_used_rss_bytesgaugememory_used_rss_bytes metric
redis_memory_used_scripts_bytesgaugememory_used_scripts_bytes metric
redis_memory_used_startup_bytesgaugememory_used_startup_bytes metric
redis_migrate_cached_sockets_totalgaugemigrate_cached_sockets_total metric
redis_module_fork_in_progressgaugemodule_fork_in_progress metric
redis_module_fork_last_cow_sizegaugemodule_fork_last_cow_size metric
redis_net_input_bytescounternet_input_bytes_total metric
redis_net_output_bytescounternet_output_bytes_total metric
redis_number_of_cached_scriptsgaugenumber_of_cached_scripts metric
redis_process_idgaugeprocess_id metric
redis_pubsub_channelsgaugepubsub_channels metric
redis_pubsub_patternsgaugepubsub_patterns metric
redis_pubsubshard_channelsgaugepubsubshard_channels metric
redis_rdb_bgsave_in_progressgaugerdb_bgsave_in_progress metric
redis_rdb_changes_since_last_savegaugerdb_changes_since_last_save metric
redis_rdb_current_bgsave_duration_secgaugerdb_current_bgsave_duration_sec metric
redis_rdb_last_bgsave_duration_secgaugerdb_last_bgsave_duration_sec metric
redis_rdb_last_bgsave_statusgaugerdb_last_bgsave_status metric
redis_rdb_last_cow_size_bytesgaugerdb_last_cow_size_bytes metric
redis_rdb_last_save_timestamp_secondsgaugerdb_last_save_timestamp_seconds metric
redis_rejected_connectionscounterrejected_connections_total metric
redis_repl_backlog_first_byte_offsetgaugerepl_backlog_first_byte_offset metric
redis_repl_backlog_history_bytesgaugerepl_backlog_history_bytes metric
redis_repl_backlog_is_activegaugerepl_backlog_is_active metric
redis_replica_partial_resync_acceptedgaugereplica_partial_resync_accepted metric
redis_replica_partial_resync_deniedgaugereplica_partial_resync_denied metric
redis_replica_resyncs_fullgaugereplica_resyncs_full metric
redis_replication_backlog_bytesgaugereplication_backlog_bytes metric
redis_second_repl_offsetgaugesecond_repl_offset metric
redis_slave_expires_tracked_keysgaugeslave_expires_tracked_keys metric
redis_slave_infogaugeInformation about the Redis slavemaster_host, master_port, read_only
redis_slave_prioritygaugeslave_priority metric
redis_slave_repl_offsetgaugeSlave replication offsetmaster_host, master_port
redis_slowlog_last_idgaugeLast id of slowlog
redis_slowlog_lengthgaugeTotal slowlog
redis_start_time_secondsgaugeStart time of the Redis instance since unix epoch in seconds.
redis_target_scrape_request_errorscounterErrors in requests to the exporter
redis_total_error_repliescountertotal_error_replies metric
redis_total_reads_processedcountertotal_reads_processed metric
redis_total_writes_processedcountertotal_writes_processed metric
redis_tracking_clientsgaugetracking_clients metric
redis_tracking_total_itemsgaugetracking_total_items metric
redis_tracking_total_keysgaugetracking_total_keys metric
redis_tracking_total_prefixesgaugetracking_total_prefixes metric
redis_unexpected_error_repliescounterunexpected_error_replies metric
redis_upgaugeInformation about the Redis instance
redis_uptime_in_secondsgaugeuptime_in_seconds metric

postgresql

MetricTypeDocumentationLabels
go_gc_duration_secondssummaryA summary of the pause duration of garbage collection cycles.quantile
go_goroutinesgaugeNumber of goroutines that currently exist.
go_infogaugeInformation about the Go environment.version
go_memstats_alloc_bytesgaugeNumber of bytes allocated and still in use.
go_memstats_buck_hash_sys_bytesgaugeNumber of bytes used by the profiling bucket hash table.
go_memstats_freescounterTotal number of frees.
go_memstats_gc_sys_bytesgaugeNumber of bytes used for garbage collection system metadata.
go_memstats_heap_alloc_bytesgaugeNumber of heap bytes allocated and still in use.
go_memstats_heap_idle_bytesgaugeNumber of heap bytes waiting to be used.
go_memstats_heap_inuse_bytesgaugeNumber of heap bytes that are in use.
go_memstats_heap_objectsgaugeNumber of allocated objects.
go_memstats_heap_released_bytesgaugeNumber of heap bytes released to OS.
go_memstats_heap_sys_bytesgaugeNumber of heap bytes obtained from system.
go_memstats_last_gc_time_secondsgaugeNumber of seconds since 1970 of last garbage collection.
go_memstats_lookupscounterTotal number of pointer lookups.
go_memstats_mallocscounterTotal number of mallocs.
go_memstats_mcache_inuse_bytesgaugeNumber of bytes in use by mcache structures.
go_memstats_mcache_sys_bytesgaugeNumber of bytes used for mcache structures obtained from system.
go_memstats_mspan_inuse_bytesgaugeNumber of bytes in use by mspan structures.
go_memstats_mspan_sys_bytesgaugeNumber of bytes used for mspan structures obtained from system.
go_memstats_next_gc_bytesgaugeNumber of heap bytes when next garbage collection will take place.
go_memstats_other_sys_bytesgaugeNumber of bytes used for other system allocations.
go_memstats_stack_inuse_bytesgaugeNumber of bytes in use by the stack allocator.
go_memstats_stack_sys_bytesgaugeNumber of bytes obtained from system for stack allocator.
go_memstats_sys_bytesgaugeNumber of bytes obtained from system.
go_threadsgaugeNumber of OS threads created.
pg_database_size_bytesgaugeDisk space used by the databasedatname
pg_exporter_last_scrape_duration_secondsgaugeDuration of the last scrape of metrics from PostgreSQL.
pg_exporter_last_scrape_errorgaugeWhether the last scrape of metrics from PostgreSQL resulted in an error (1 for error, 0 for success).
pg_exporter_scrapescounterTotal number of times PostgreSQL was scraped for metrics.
pg_locks_countgaugeNumber of locksdatname, mode
pg_replication_is_replicagaugeIndicates if the server is a replica
pg_replication_lag_secondsgaugeReplication lag behind master in seconds
pg_replication_slot_slot_confirmed_flush_lsngaugelast lsn confirmed flushed to the replication slotslot_name
pg_replication_slot_slot_current_wal_lsngaugecurrent wal lsn valueslot_name
pg_replication_slot_slot_is_activegaugewhether the replication slot is active or notslot_name
pg_replication_slots_activegaugeFlag indicating if the slot is activedatabase, server, slot_name
pg_replication_slots_pg_wal_lsn_diffgaugeReplication lag in bytesdatabase, server, slot_name
pg_scrape_collector_duration_secondsgaugepostgres_exporter: Duration of a collector scrape.collector
pg_scrape_collector_successgaugepostgres_exporter: Whether a collector succeeded.collector
pg_settings_allow_in_place_tablespacesgaugeServer Parameter: allow_in_place_tablespacesserver
pg_settings_allow_system_table_modsgaugeServer Parameter: allow_system_table_modsserver
pg_settings_archive_timeout_secondsgaugeServer Parameter: archive_timeout [Units converted to seconds.]server
pg_settings_array_nullsgaugeServer Parameter: array_nullsserver
pg_settings_authentication_timeout_secondsgaugeServer Parameter: authentication_timeout [Units converted to seconds.]server
pg_settings_auto_explain_log_analyzegaugeServer Parameter: auto_explain.log_analyzeserver
pg_settings_auto_explain_log_buffersgaugeServer Parameter: auto_explain.log_buffersserver
pg_settings_auto_explain_log_min_duration_secondsgaugeServer Parameter: auto_explain.log_min_duration [Units converted to seconds.]server
pg_settings_auto_explain_log_nested_statementsgaugeServer Parameter: auto_explain.log_nested_statementsserver
pg_settings_auto_explain_log_settingsgaugeServer Parameter: auto_explain.log_settingsserver
pg_settings_auto_explain_log_timinggaugeServer Parameter: auto_explain.log_timingserver
pg_settings_auto_explain_log_triggersgaugeServer Parameter: auto_explain.log_triggersserver
pg_settings_auto_explain_log_verbosegaugeServer Parameter: auto_explain.log_verboseserver
pg_settings_auto_explain_log_walgaugeServer Parameter: auto_explain.log_walserver
pg_settings_auto_explain_sample_rategaugeServer Parameter: auto_explain.sample_rateserver
pg_settings_autovacuumgaugeServer Parameter: autovacuumserver
pg_settings_autovacuum_analyze_scale_factorgaugeServer Parameter: autovacuum_analyze_scale_factorserver
pg_settings_autovacuum_analyze_thresholdgaugeServer Parameter: autovacuum_analyze_thresholdserver
pg_settings_autovacuum_freeze_max_agegaugeServer Parameter: autovacuum_freeze_max_ageserver
pg_settings_autovacuum_max_workersgaugeServer Parameter: autovacuum_max_workersserver
pg_settings_autovacuum_multixact_freeze_max_agegaugeServer Parameter: autovacuum_multixact_freeze_max_ageserver
pg_settings_autovacuum_naptime_secondsgaugeServer Parameter: autovacuum_naptime [Units converted to seconds.]server
pg_settings_autovacuum_vacuum_cost_delay_secondsgaugeServer Parameter: autovacuum_vacuum_cost_delay [Units converted to seconds.]server
pg_settings_autovacuum_vacuum_cost_limitgaugeServer Parameter: autovacuum_vacuum_cost_limitserver
pg_settings_autovacuum_vacuum_insert_scale_factorgaugeServer Parameter: autovacuum_vacuum_insert_scale_factorserver
pg_settings_autovacuum_vacuum_insert_thresholdgaugeServer Parameter: autovacuum_vacuum_insert_thresholdserver
pg_settings_autovacuum_vacuum_scale_factorgaugeServer Parameter: autovacuum_vacuum_scale_factorserver
pg_settings_autovacuum_vacuum_thresholdgaugeServer Parameter: autovacuum_vacuum_thresholdserver
pg_settings_autovacuum_work_mem_bytesgaugeServer Parameter: autovacuum_work_mem [Units converted to bytes.]server
pg_settings_backend_flush_after_bytesgaugeServer Parameter: backend_flush_after [Units converted to bytes.]server
pg_settings_bgwriter_delay_secondsgaugeServer Parameter: bgwriter_delay [Units converted to seconds.]server
pg_settings_bgwriter_flush_after_bytesgaugeServer Parameter: bgwriter_flush_after [Units converted to bytes.]server
pg_settings_bgwriter_lru_maxpagesgaugeServer Parameter: bgwriter_lru_maxpagesserver
pg_settings_bgwriter_lru_multipliergaugeServer Parameter: bgwriter_lru_multiplierserver
pg_settings_block_sizegaugeServer Parameter: block_sizeserver
pg_settings_bonjourgaugeServer Parameter: bonjourserver
pg_settings_check_function_bodiesgaugeServer Parameter: check_function_bodiesserver
pg_settings_checkpoint_completion_targetgaugeServer Parameter: checkpoint_completion_targetserver
pg_settings_checkpoint_flush_after_bytesgaugeServer Parameter: checkpoint_flush_after [Units converted to bytes.]server
pg_settings_checkpoint_timeout_secondsgaugeServer Parameter: checkpoint_timeout [Units converted to seconds.]server
pg_settings_checkpoint_warning_secondsgaugeServer Parameter: checkpoint_warning [Units converted to seconds.]server
pg_settings_client_connection_check_interval_secondsgaugeServer Parameter: client_connection_check_interval [Units converted to seconds.]server
pg_settings_commit_delaygaugeServer Parameter: commit_delayserver
pg_settings_commit_siblingsgaugeServer Parameter: commit_siblingsserver
pg_settings_cpu_index_tuple_costgaugeServer Parameter: cpu_index_tuple_costserver
pg_settings_cpu_operator_costgaugeServer Parameter: cpu_operator_costserver
pg_settings_cpu_tuple_costgaugeServer Parameter: cpu_tuple_costserver
pg_settings_cursor_tuple_fractiongaugeServer Parameter: cursor_tuple_fractionserver
pg_settings_data_checksumsgaugeServer Parameter: data_checksumsserver
pg_settings_data_directory_modegaugeServer Parameter: data_directory_modeserver
pg_settings_data_sync_retrygaugeServer Parameter: data_sync_retryserver
pg_settings_db_user_namespacegaugeServer Parameter: db_user_namespaceserver
pg_settings_deadlock_timeout_secondsgaugeServer Parameter: deadlock_timeout [Units converted to seconds.]server
pg_settings_debug_assertionsgaugeServer Parameter: debug_assertionsserver
pg_settings_debug_discard_cachesgaugeServer Parameter: debug_discard_cachesserver
pg_settings_debug_pretty_printgaugeServer Parameter: debug_pretty_printserver
pg_settings_debug_print_parsegaugeServer Parameter: debug_print_parseserver
pg_settings_debug_print_plangaugeServer Parameter: debug_print_planserver
pg_settings_debug_print_rewrittengaugeServer Parameter: debug_print_rewrittenserver
pg_settings_default_statistics_targetgaugeServer Parameter: default_statistics_targetserver
pg_settings_default_transaction_deferrablegaugeServer Parameter: default_transaction_deferrableserver
pg_settings_default_transaction_read_onlygaugeServer Parameter: default_transaction_read_onlyserver
pg_settings_effective_cache_size_bytesgaugeServer Parameter: effective_cache_size [Units converted to bytes.]server
pg_settings_effective_io_concurrencygaugeServer Parameter: effective_io_concurrencyserver
pg_settings_enable_async_appendgaugeServer Parameter: enable_async_appendserver
pg_settings_enable_bitmapscangaugeServer Parameter: enable_bitmapscanserver
pg_settings_enable_gathermergegaugeServer Parameter: enable_gathermergeserver
pg_settings_enable_hashagggaugeServer Parameter: enable_hashaggserver
pg_settings_enable_hashjoingaugeServer Parameter: enable_hashjoinserver
pg_settings_enable_incremental_sortgaugeServer Parameter: enable_incremental_sortserver
pg_settings_enable_indexonlyscangaugeServer Parameter: enable_indexonlyscanserver
pg_settings_enable_indexscangaugeServer Parameter: enable_indexscanserver
pg_settings_enable_materialgaugeServer Parameter: enable_materialserver
pg_settings_enable_memoizegaugeServer Parameter: enable_memoizeserver
pg_settings_enable_mergejoingaugeServer Parameter: enable_mergejoinserver
pg_settings_enable_nestloopgaugeServer Parameter: enable_nestloopserver
pg_settings_enable_parallel_appendgaugeServer Parameter: enable_parallel_appendserver
pg_settings_enable_parallel_hashgaugeServer Parameter: enable_parallel_hashserver
pg_settings_enable_partition_pruninggaugeServer Parameter: enable_partition_pruningserver
pg_settings_enable_partitionwise_aggregategaugeServer Parameter: enable_partitionwise_aggregateserver
pg_settings_enable_partitionwise_joingaugeServer Parameter: enable_partitionwise_joinserver
pg_settings_enable_seqscangaugeServer Parameter: enable_seqscanserver
pg_settings_enable_sortgaugeServer Parameter: enable_sortserver
pg_settings_enable_tidscangaugeServer Parameter: enable_tidscanserver
pg_settings_escape_string_warninggaugeServer Parameter: escape_string_warningserver
pg_settings_exit_on_errorgaugeServer Parameter: exit_on_errorserver
pg_settings_extra_float_digitsgaugeServer Parameter: extra_float_digitsserver
pg_settings_from_collapse_limitgaugeServer Parameter: from_collapse_limitserver
pg_settings_fsyncgaugeServer Parameter: fsyncserver
pg_settings_full_page_writesgaugeServer Parameter: full_page_writesserver
pg_settings_geqogaugeServer Parameter: geqoserver
pg_settings_geqo_effortgaugeServer Parameter: geqo_effortserver
pg_settings_geqo_generationsgaugeServer Parameter: geqo_generationsserver
pg_settings_geqo_pool_sizegaugeServer Parameter: geqo_pool_sizeserver
pg_settings_geqo_seedgaugeServer Parameter: geqo_seedserver
pg_settings_geqo_selection_biasgaugeServer Parameter: geqo_selection_biasserver
pg_settings_geqo_thresholdgaugeServer Parameter: geqo_thresholdserver
pg_settings_gin_fuzzy_search_limitgaugeServer Parameter: gin_fuzzy_search_limitserver
pg_settings_gin_pending_list_limit_bytesgaugeServer Parameter: gin_pending_list_limit [Units converted to bytes.]server
pg_settings_hash_mem_multipliergaugeServer Parameter: hash_mem_multiplierserver
pg_settings_hot_standbygaugeServer Parameter: hot_standbyserver
pg_settings_hot_standby_feedbackgaugeServer Parameter: hot_standby_feedbackserver
pg_settings_huge_page_size_bytesgaugeServer Parameter: huge_page_size [Units converted to bytes.]server
pg_settings_idle_in_transaction_session_timeout_secondsgaugeServer Parameter: idle_in_transaction_session_timeout [Units converted to seconds.]server
pg_settings_idle_session_timeout_secondsgaugeServer Parameter: idle_session_timeout [Units converted to seconds.]server
pg_settings_ignore_checksum_failuregaugeServer Parameter: ignore_checksum_failureserver
pg_settings_ignore_invalid_pagesgaugeServer Parameter: ignore_invalid_pagesserver
pg_settings_ignore_system_indexesgaugeServer Parameter: ignore_system_indexesserver
pg_settings_in_hot_standbygaugeServer Parameter: in_hot_standbyserver
pg_settings_integer_datetimesgaugeServer Parameter: integer_datetimesserver
pg_settings_jitgaugeServer Parameter: jitserver
pg_settings_jit_above_costgaugeServer Parameter: jit_above_costserver
pg_settings_jit_debugging_supportgaugeServer Parameter: jit_debugging_supportserver
pg_settings_jit_dump_bitcodegaugeServer Parameter: jit_dump_bitcodeserver
pg_settings_jit_expressionsgaugeServer Parameter: jit_expressionsserver
pg_settings_jit_inline_above_costgaugeServer Parameter: jit_inline_above_costserver
pg_settings_jit_optimize_above_costgaugeServer Parameter: jit_optimize_above_costserver
pg_settings_jit_profiling_supportgaugeServer Parameter: jit_profiling_supportserver
pg_settings_jit_tuple_deforminggaugeServer Parameter: jit_tuple_deformingserver
pg_settings_join_collapse_limitgaugeServer Parameter: join_collapse_limitserver
pg_settings_krb_caseins_usersgaugeServer Parameter: krb_caseins_usersserver
pg_settings_lo_compat_privilegesgaugeServer Parameter: lo_compat_privilegesserver
pg_settings_lock_timeout_secondsgaugeServer Parameter: lock_timeout [Units converted to seconds.]server
pg_settings_log_autovacuum_min_duration_secondsgaugeServer Parameter: log_autovacuum_min_duration [Units converted to seconds.]server
pg_settings_log_checkpointsgaugeServer Parameter: log_checkpointsserver
pg_settings_log_connectionsgaugeServer Parameter: log_connectionsserver
pg_settings_log_disconnectionsgaugeServer Parameter: log_disconnectionsserver
pg_settings_log_durationgaugeServer Parameter: log_durationserver
pg_settings_log_executor_statsgaugeServer Parameter: log_executor_statsserver
pg_settings_log_file_modegaugeServer Parameter: log_file_modeserver
pg_settings_log_hostnamegaugeServer Parameter: log_hostnameserver
pg_settings_log_lock_waitsgaugeServer Parameter: log_lock_waitsserver
pg_settings_log_min_duration_sample_secondsgaugeServer Parameter: log_min_duration_sample [Units converted to seconds.]server
pg_settings_log_min_duration_statement_secondsgaugeServer Parameter: log_min_duration_statement [Units converted to seconds.]server
pg_settings_log_parameter_max_length_bytesgaugeServer Parameter: log_parameter_max_length [Units converted to bytes.]server
pg_settings_log_parameter_max_length_on_error_bytesgaugeServer Parameter: log_parameter_max_length_on_error [Units converted to bytes.]server
pg_settings_log_parser_statsgaugeServer Parameter: log_parser_statsserver
pg_settings_log_planner_statsgaugeServer Parameter: log_planner_statsserver
pg_settings_log_recovery_conflict_waitsgaugeServer Parameter: log_recovery_conflict_waitsserver
pg_settings_log_replication_commandsgaugeServer Parameter: log_replication_commandsserver
pg_settings_log_rotation_age_secondsgaugeServer Parameter: log_rotation_age [Units converted to seconds.]server
pg_settings_log_rotation_size_bytesgaugeServer Parameter: log_rotation_size [Units converted to bytes.]server
pg_settings_log_statement_sample_rategaugeServer Parameter: log_statement_sample_rateserver
pg_settings_log_statement_statsgaugeServer Parameter: log_statement_statsserver
pg_settings_log_temp_files_bytesgaugeServer Parameter: log_temp_files [Units converted to bytes.]server
pg_settings_log_transaction_sample_rategaugeServer Parameter: log_transaction_sample_rateserver
pg_settings_log_truncate_on_rotationgaugeServer Parameter: log_truncate_on_rotationserver
pg_settings_logging_collectorgaugeServer Parameter: logging_collectorserver
pg_settings_logical_decoding_work_mem_bytesgaugeServer Parameter: logical_decoding_work_mem [Units converted to bytes.]server
pg_settings_maintenance_io_concurrencygaugeServer Parameter: maintenance_io_concurrencyserver
pg_settings_maintenance_work_mem_bytesgaugeServer Parameter: maintenance_work_mem [Units converted to bytes.]server
pg_settings_max_connectionsgaugeServer Parameter: max_connectionsserver
pg_settings_max_files_per_processgaugeServer Parameter: max_files_per_processserver
pg_settings_max_function_argsgaugeServer Parameter: max_function_argsserver
pg_settings_max_identifier_lengthgaugeServer Parameter: max_identifier_lengthserver
pg_settings_max_index_keysgaugeServer Parameter: max_index_keysserver
pg_settings_max_locks_per_transactiongaugeServer Parameter: max_locks_per_transactionserver
pg_settings_max_logical_replication_workersgaugeServer Parameter: max_logical_replication_workersserver
pg_settings_max_parallel_maintenance_workersgaugeServer Parameter: max_parallel_maintenance_workersserver
pg_settings_max_parallel_workersgaugeServer Parameter: max_parallel_workersserver
pg_settings_max_parallel_workers_per_gathergaugeServer Parameter: max_parallel_workers_per_gatherserver
pg_settings_max_pred_locks_per_pagegaugeServer Parameter: max_pred_locks_per_pageserver
pg_settings_max_pred_locks_per_relationgaugeServer Parameter: max_pred_locks_per_relationserver
pg_settings_max_pred_locks_per_transactiongaugeServer Parameter: max_pred_locks_per_transactionserver
pg_settings_max_prepared_transactionsgaugeServer Parameter: max_prepared_transactionsserver
pg_settings_max_replication_slotsgaugeServer Parameter: max_replication_slotsserver
pg_settings_max_slot_wal_keep_size_bytesgaugeServer Parameter: max_slot_wal_keep_size [Units converted to bytes.]server
pg_settings_max_stack_depth_bytesgaugeServer Parameter: max_stack_depth [Units converted to bytes.]server
pg_settings_max_standby_archive_delay_secondsgaugeServer Parameter: max_standby_archive_delay [Units converted to seconds.]server
pg_settings_max_standby_streaming_delay_secondsgaugeServer Parameter: max_standby_streaming_delay [Units converted to seconds.]server
pg_settings_max_sync_workers_per_subscriptiongaugeServer Parameter: max_sync_workers_per_subscriptionserver
pg_settings_max_wal_sendersgaugeServer Parameter: max_wal_sendersserver
pg_settings_max_wal_size_bytesgaugeServer Parameter: max_wal_size [Units converted to bytes.]server
pg_settings_max_worker_processesgaugeServer Parameter: max_worker_processesserver
pg_settings_min_dynamic_shared_memory_bytesgaugeServer Parameter: min_dynamic_shared_memory [Units converted to bytes.]server
pg_settings_min_parallel_index_scan_size_bytesgaugeServer Parameter: min_parallel_index_scan_size [Units converted to bytes.]server
pg_settings_min_parallel_table_scan_size_bytesgaugeServer Parameter: min_parallel_table_scan_size [Units converted to bytes.]server
pg_settings_min_wal_size_bytesgaugeServer Parameter: min_wal_size [Units converted to bytes.]server
pg_settings_old_snapshot_threshold_secondsgaugeServer Parameter: old_snapshot_threshold [Units converted to seconds.]server
pg_settings_parallel_leader_participationgaugeServer Parameter: parallel_leader_participationserver
pg_settings_parallel_setup_costgaugeServer Parameter: parallel_setup_costserver
pg_settings_parallel_tuple_costgaugeServer Parameter: parallel_tuple_costserver
pg_settings_pg_stat_statements_maxgaugeServer Parameter: pg_stat_statements.maxserver
pg_settings_pg_stat_statements_savegaugeServer Parameter: pg_stat_statements.saveserver
pg_settings_pg_stat_statements_track_planninggaugeServer Parameter: pg_stat_statements.track_planningserver
pg_settings_pg_stat_statements_track_utilitygaugeServer Parameter: pg_stat_statements.track_utilityserver
pg_settings_pgaudit_log_cataloggaugeServer Parameter: pgaudit.log_catalogserver
pg_settings_pgaudit_log_clientgaugeServer Parameter: pgaudit.log_clientserver
pg_settings_pgaudit_log_parametergaugeServer Parameter: pgaudit.log_parameterserver
pg_settings_pgaudit_log_relationgaugeServer Parameter: pgaudit.log_relationserver
pg_settings_pgaudit_log_rowsgaugeServer Parameter: pgaudit.log_rowsserver
pg_settings_pgaudit_log_statementgaugeServer Parameter: pgaudit.log_statementserver
pg_settings_pgaudit_log_statement_oncegaugeServer Parameter: pgaudit.log_statement_onceserver
pg_settings_portgaugeServer Parameter: portserver
pg_settings_post_auth_delay_secondsgaugeServer Parameter: post_auth_delay [Units converted to seconds.]server
pg_settings_pre_auth_delay_secondsgaugeServer Parameter: pre_auth_delay [Units converted to seconds.]server
pg_settings_quote_all_identifiersgaugeServer Parameter: quote_all_identifiersserver
pg_settings_random_page_costgaugeServer Parameter: random_page_costserver
pg_settings_recovery_min_apply_delay_secondsgaugeServer Parameter: recovery_min_apply_delay [Units converted to seconds.]server
pg_settings_recovery_target_inclusivegaugeServer Parameter: recovery_target_inclusiveserver
pg_settings_remove_temp_files_after_crashgaugeServer Parameter: remove_temp_files_after_crashserver
pg_settings_restart_after_crashgaugeServer Parameter: restart_after_crashserver
pg_settings_row_securitygaugeServer Parameter: row_securityserver
pg_settings_segment_size_bytesgaugeServer Parameter: segment_size [Units converted to bytes.]server
pg_settings_seq_page_costgaugeServer Parameter: seq_page_costserver
pg_settings_server_version_numgaugeServer Parameter: server_version_numserver
pg_settings_shared_buffers_bytesgaugeServer Parameter: shared_buffers [Units converted to bytes.]server
pg_settings_sslgaugeServer Parameter: sslserver
pg_settings_ssl_passphrase_command_supports_reloadgaugeServer Parameter: ssl_passphrase_command_supports_reloadserver
pg_settings_ssl_prefer_server_ciphersgaugeServer Parameter: ssl_prefer_server_ciphersserver
pg_settings_standard_conforming_stringsgaugeServer Parameter: standard_conforming_stringsserver
pg_settings_statement_timeout_secondsgaugeServer Parameter: statement_timeout [Units converted to seconds.]server
pg_settings_superuser_reserved_connectionsgaugeServer Parameter: superuser_reserved_connectionsserver
pg_settings_synchronize_seqscansgaugeServer Parameter: synchronize_seqscansserver
pg_settings_syslog_sequence_numbersgaugeServer Parameter: syslog_sequence_numbersserver
pg_settings_syslog_split_messagesgaugeServer Parameter: syslog_split_messagesserver
pg_settings_tcp_keepalives_countgaugeServer Parameter: tcp_keepalives_countserver
pg_settings_tcp_keepalives_idle_secondsgaugeServer Parameter: tcp_keepalives_idle [Units converted to seconds.]server
pg_settings_tcp_keepalives_interval_secondsgaugeServer Parameter: tcp_keepalives_interval [Units converted to seconds.]server
pg_settings_tcp_user_timeout_secondsgaugeServer Parameter: tcp_user_timeout [Units converted to seconds.]server
pg_settings_temp_buffers_bytesgaugeServer Parameter: temp_buffers [Units converted to bytes.]server
pg_settings_temp_file_limit_bytesgaugeServer Parameter: temp_file_limit [Units converted to bytes.]server
pg_settings_trace_notifygaugeServer Parameter: trace_notifyserver
pg_settings_trace_sortgaugeServer Parameter: trace_sortserver
pg_settings_track_activitiesgaugeServer Parameter: track_activitiesserver
pg_settings_track_activity_query_size_bytesgaugeServer Parameter: track_activity_query_size [Units converted to bytes.]server
pg_settings_track_commit_timestampgaugeServer Parameter: track_commit_timestampserver
pg_settings_track_countsgaugeServer Parameter: track_countsserver
pg_settings_track_io_timinggaugeServer Parameter: track_io_timingserver
pg_settings_track_wal_io_timinggaugeServer Parameter: track_wal_io_timingserver
pg_settings_transaction_deferrablegaugeServer Parameter: transaction_deferrableserver
pg_settings_transaction_read_onlygaugeServer Parameter: transaction_read_onlyserver
pg_settings_transform_null_equalsgaugeServer Parameter: transform_null_equalsserver
pg_settings_unix_socket_permissionsgaugeServer Parameter: unix_socket_permissionsserver
pg_settings_update_process_titlegaugeServer Parameter: update_process_titleserver
pg_settings_vacuum_cost_delay_secondsgaugeServer Parameter: vacuum_cost_delay [Units converted to seconds.]server
pg_settings_vacuum_cost_limitgaugeServer Parameter: vacuum_cost_limitserver
pg_settings_vacuum_cost_page_dirtygaugeServer Parameter: vacuum_cost_page_dirtyserver
pg_settings_vacuum_cost_page_hitgaugeServer Parameter: vacuum_cost_page_hitserver
pg_settings_vacuum_cost_page_missgaugeServer Parameter: vacuum_cost_page_missserver
pg_settings_vacuum_defer_cleanup_agegaugeServer Parameter: vacuum_defer_cleanup_ageserver
pg_settings_vacuum_failsafe_agegaugeServer Parameter: vacuum_failsafe_ageserver
pg_settings_vacuum_freeze_min_agegaugeServer Parameter: vacuum_freeze_min_ageserver
pg_settings_vacuum_freeze_table_agegaugeServer Parameter: vacuum_freeze_table_ageserver
pg_settings_vacuum_multixact_failsafe_agegaugeServer Parameter: vacuum_multixact_failsafe_ageserver
pg_settings_vacuum_multixact_freeze_min_agegaugeServer Parameter: vacuum_multixact_freeze_min_ageserver
pg_settings_vacuum_multixact_freeze_table_agegaugeServer Parameter: vacuum_multixact_freeze_table_ageserver
pg_settings_wal_block_sizegaugeServer Parameter: wal_block_sizeserver
pg_settings_wal_buffers_bytesgaugeServer Parameter: wal_buffers [Units converted to bytes.]server
pg_settings_wal_compressiongaugeServer Parameter: wal_compressionserver
pg_settings_wal_init_zerogaugeServer Parameter: wal_init_zeroserver
pg_settings_wal_keep_size_bytesgaugeServer Parameter: wal_keep_size [Units converted to bytes.]server
pg_settings_wal_log_hintsgaugeServer Parameter: wal_log_hintsserver
pg_settings_wal_receiver_create_temp_slotgaugeServer Parameter: wal_receiver_create_temp_slotserver
pg_settings_wal_receiver_status_interval_secondsgaugeServer Parameter: wal_receiver_status_interval [Units converted to seconds.]server
pg_settings_wal_receiver_timeout_secondsgaugeServer Parameter: wal_receiver_timeout [Units converted to seconds.]server
pg_settings_wal_recyclegaugeServer Parameter: wal_recycleserver
pg_settings_wal_retrieve_retry_interval_secondsgaugeServer Parameter: wal_retrieve_retry_interval [Units converted to seconds.]server
pg_settings_wal_segment_size_bytesgaugeServer Parameter: wal_segment_size [Units converted to bytes.]server
pg_settings_wal_sender_timeout_secondsgaugeServer Parameter: wal_sender_timeout [Units converted to seconds.]server
pg_settings_wal_skip_threshold_bytesgaugeServer Parameter: wal_skip_threshold [Units converted to bytes.]server
pg_settings_wal_writer_delay_secondsgaugeServer Parameter: wal_writer_delay [Units converted to seconds.]server
pg_settings_wal_writer_flush_after_bytesgaugeServer Parameter: wal_writer_flush_after [Units converted to bytes.]server
pg_settings_work_mem_bytesgaugeServer Parameter: work_mem [Units converted to bytes.]server
pg_settings_zero_damaged_pagesgaugeServer Parameter: zero_damaged_pagesserver
pg_stat_activity_countgaugenumber of connections in this stateapplication_name, datname, server, state, usename
pg_stat_activity_max_tx_durationgaugemax duration in seconds any active transaction has been runningapplication_name, datname, server, state, usename
pg_stat_archiver_archived_countcounterNumber of WAL files that have been successfully archivedserver
pg_stat_archiver_failed_countcounterNumber of failed attempts for archiving WAL filesserver
pg_stat_archiver_last_archive_agegaugeTime in seconds since last WAL segment was successfully archivedserver
pg_stat_bgwriter_buffers_alloccounterNumber of buffers allocated
pg_stat_bgwriter_buffers_backendcounterNumber of buffers written directly by a backend
pg_stat_bgwriter_buffers_backend_fsynccounterNumber of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write)
pg_stat_bgwriter_buffers_checkpointcounterNumber of buffers written during checkpoints
pg_stat_bgwriter_buffers_cleancounterNumber of buffers written by the background writer
pg_stat_bgwriter_checkpoint_sync_timecounterTotal amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds
pg_stat_bgwriter_checkpoint_write_timecounterTotal amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds
pg_stat_bgwriter_checkpoints_reqcounterNumber of requested checkpoints that have been performed
pg_stat_bgwriter_checkpoints_timedcounterNumber of scheduled checkpoints that have been performed
pg_stat_bgwriter_maxwritten_cleancounterNumber of times the background writer stopped a cleaning scan because it had written too many buffers
pg_stat_bgwriter_stats_resetcounterTime at which these statistics were last reset
pg_stat_database_blk_read_timecounterTime spent reading data file blocks by backends in this database, in millisecondsdatid, datname
pg_stat_database_blk_write_timecounterTime spent writing data file blocks by backends in this database, in millisecondsdatid, datname
pg_stat_database_blks_hitcounterNumber of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system’s file system cache)datid, datname
pg_stat_database_blks_readcounterNumber of disk blocks read in this databasedatid, datname
pg_stat_database_conflictscounterNumber of queries canceled due to conflicts with recovery in this database. (Conflicts occur only on standby servers; see pg_stat_database_conflicts for details.)datid, datname
pg_stat_database_conflicts_confl_bufferpincounterNumber of queries in this database that have been canceled due to pinned buffersdatid, datname, server
pg_stat_database_conflicts_confl_deadlockcounterNumber of queries in this database that have been canceled due to deadlocksdatid, datname, server
pg_stat_database_conflicts_confl_lockcounterNumber of queries in this database that have been canceled due to lock timeoutsdatid, datname, server
pg_stat_database_conflicts_confl_snapshotcounterNumber of queries in this database that have been canceled due to old snapshotsdatid, datname, server
pg_stat_database_conflicts_confl_tablespacecounterNumber of queries in this database that have been canceled due to dropped tablespacesdatid, datname, server
pg_stat_database_deadlockscounterNumber of deadlocks detected in this databasedatid, datname
pg_stat_database_numbackendsgaugeNumber of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset.datid, datname
pg_stat_database_stats_resetcounterTime at which these statistics were last resetdatid, datname
pg_stat_database_temp_bytescounterTotal amount of data written to temporary files by queries in this database. All temporary files are counted, regardless of why the temporary file was created, and regardless of the log_temp_files setting.datid, datname
pg_stat_database_temp_filescounterNumber of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting.datid, datname
pg_stat_database_tup_deletedcounterNumber of rows deleted by queries in this databasedatid, datname
pg_stat_database_tup_fetchedcounterNumber of rows fetched by queries in this databasedatid, datname
pg_stat_database_tup_insertedcounterNumber of rows inserted by queries in this databasedatid, datname
pg_stat_database_tup_returnedcounterNumber of rows returned by queries in this databasedatid, datname
pg_stat_database_tup_updatedcounterNumber of rows updated by queries in this databasedatid, datname
pg_stat_database_xact_commitcounterNumber of transactions in this database that have been committeddatid, datname
pg_stat_database_xact_rollbackcounterNumber of transactions in this database that have been rolled backdatid, datname
pg_stat_replication_pg_current_wal_lsn_bytesgaugeWAL position in bytesapplication_name, client_addr, server, slot_name, state
pg_stat_replication_pg_wal_lsn_diffgaugeLag in bytes between master and slaveapplication_name, client_addr, server, slot_name, state
pg_stat_replication_reply_timeunknownUnknown metric from pg_stat_replicationapplication_name, client_addr, server, slot_name, state
pg_stat_user_tables_analyze_countcounterNumber of times this table has been manually analyzeddatname, relname, schemaname
pg_stat_user_tables_autoanalyze_countcounterNumber of times this table has been analyzed by the autovacuum daemondatname, relname, schemaname
pg_stat_user_tables_autovacuum_countcounterNumber of times this table has been vacuumed by the autovacuum daemondatname, relname, schemaname
pg_stat_user_tables_idx_scancounterNumber of index scans initiated on this tabledatname, relname, schemaname
pg_stat_user_tables_idx_tup_fetchcounterNumber of live rows fetched by index scansdatname, relname, schemaname
pg_stat_user_tables_last_analyzegaugeLast time at which this table was manually analyzeddatname, relname, schemaname
pg_stat_user_tables_last_autoanalyzegaugeLast time at which this table was analyzed by the autovacuum daemondatname, relname, schemaname
pg_stat_user_tables_last_autovacuumgaugeLast time at which this table was vacuumed by the autovacuum daemondatname, relname, schemaname
pg_stat_user_tables_last_vacuumgaugeLast time at which this table was manually vacuumed (not counting VACUUM FULL)datname, relname, schemaname
pg_stat_user_tables_n_dead_tupgaugeEstimated number of dead rowsdatname, relname, schemaname
pg_stat_user_tables_n_live_tupgaugeEstimated number of live rowsdatname, relname, schemaname
pg_stat_user_tables_n_mod_since_analyzegaugeEstimated number of rows changed since last analyzedatname, relname, schemaname
pg_stat_user_tables_n_tup_delcounterNumber of rows deleteddatname, relname, schemaname
pg_stat_user_tables_n_tup_hot_updcounterNumber of rows HOT updated (i.e., with no separate index update required)datname, relname, schemaname
pg_stat_user_tables_n_tup_inscounterNumber of rows inserteddatname, relname, schemaname
pg_stat_user_tables_n_tup_updcounterNumber of rows updateddatname, relname, schemaname
pg_stat_user_tables_seq_scancounterNumber of sequential scans initiated on this tabledatname, relname, schemaname
pg_stat_user_tables_seq_tup_readcounterNumber of live rows fetched by sequential scansdatname, relname, schemaname
pg_stat_user_tables_size_bytesgaugeTotal disk space used by this table, in bytes, including all indexes and TOAST datadatname, relname, schemaname
pg_stat_user_tables_vacuum_countcounterNumber of times this table has been manually vacuumed (not counting VACUUM FULL)datname, relname, schemaname
pg_staticunknownVersion string as reported by postgresserver, short_version, version
pg_statio_user_tables_heap_blocks_hitcounterNumber of buffer hits in this tabledatname, relname, schemaname
pg_statio_user_tables_heap_blocks_readcounterNumber of disk blocks read from this tabledatname, relname, schemaname
pg_statio_user_tables_idx_blocks_hitcounterNumber of buffer hits in all indexes on this tabledatname, relname, schemaname
pg_statio_user_tables_idx_blocks_readcounterNumber of disk blocks read from all indexes on this tabledatname, relname, schemaname
pg_statio_user_tables_tidx_blocks_hitcounterNumber of buffer hits in this table’s TOAST table indexes (if any)datname, relname, schemaname
pg_statio_user_tables_tidx_blocks_readcounterNumber of disk blocks read from this table’s TOAST table indexes (if any)datname, relname, schemaname
pg_statio_user_tables_toast_blocks_hitcounterNumber of buffer hits in this table’s TOAST table (if any)datname, relname, schemaname
pg_statio_user_tables_toast_blocks_readcounterNumber of disk blocks read from this table’s TOAST table (if any)datname, relname, schemaname
pg_upgaugeWhether the last scrape of metrics from PostgreSQL was able to connect to the server (1 for yes, 0 for no).
pg_wal_segmentsgaugeNumber of WAL segments
pg_wal_size_bytesgaugeTotal size of WAL segments
postgres_exporter_build_infogaugeA metric with a constant ‘1’ value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build.branch, goarch, goos, goversion, revision, tags, version
postgres_exporter_config_last_reload_success_timestamp_secondsgaugeTimestamp of the last successful configuration reload.
postgres_exporter_config_last_reload_successfulgaugePostgres exporter config loaded successfully.
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
process_virtual_memory_max_bytesgaugeMaximum amount of virtual memory available in bytes.
promhttp_metric_handler_requestscounterTotal number of scrapes by HTTP status code.code
promhttp_metric_handler_requests_in_flightgaugeCurrent number of scrapes being served.

dex

MetricTypeDocumentationLabels
go_gc_duration_secondssummaryA summary of the pause duration of garbage collection cycles.quantile
go_goroutinesgaugeNumber of goroutines that currently exist.
go_infogaugeInformation about the Go environment.version
go_memstats_alloc_bytesgaugeNumber of bytes allocated and still in use.
go_memstats_buck_hash_sys_bytesgaugeNumber of bytes used by the profiling bucket hash table.
go_memstats_freescounterTotal number of frees.
go_memstats_gc_sys_bytesgaugeNumber of bytes used for garbage collection system metadata.
go_memstats_heap_alloc_bytesgaugeNumber of heap bytes allocated and still in use.
go_memstats_heap_idle_bytesgaugeNumber of heap bytes waiting to be used.
go_memstats_heap_inuse_bytesgaugeNumber of heap bytes that are in use.
go_memstats_heap_objectsgaugeNumber of allocated objects.
go_memstats_heap_released_bytesgaugeNumber of heap bytes released to OS.
go_memstats_heap_sys_bytesgaugeNumber of heap bytes obtained from system.
go_memstats_last_gc_time_secondsgaugeNumber of seconds since 1970 of last garbage collection.
go_memstats_lookupscounterTotal number of pointer lookups.
go_memstats_mallocscounterTotal number of mallocs.
go_memstats_mcache_inuse_bytesgaugeNumber of bytes in use by mcache structures.
go_memstats_mcache_sys_bytesgaugeNumber of bytes used for mcache structures obtained from system.
go_memstats_mspan_inuse_bytesgaugeNumber of bytes in use by mspan structures.
go_memstats_mspan_sys_bytesgaugeNumber of bytes used for mspan structures obtained from system.
go_memstats_next_gc_bytesgaugeNumber of heap bytes when next garbage collection will take place.
go_memstats_other_sys_bytesgaugeNumber of bytes used for other system allocations.
go_memstats_stack_inuse_bytesgaugeNumber of bytes in use by the stack allocator.
go_memstats_stack_sys_bytesgaugeNumber of bytes obtained from system for stack allocator.
go_memstats_sys_bytesgaugeNumber of bytes obtained from system.
go_threadsgaugeNumber of OS threads created.
grpc_server_handledcounterTotal number of RPCs completed on the server, regardless of success or failure.grpc_code, grpc_method, grpc_service, grpc_type
grpc_server_msg_receivedcounterTotal number of RPC stream messages received on the server.grpc_method, grpc_service, grpc_type
grpc_server_msg_sentcounterTotal number of gRPC stream messages sent by the server.grpc_method, grpc_service, grpc_type
grpc_server_startedcounterTotal number of RPCs started on the server.grpc_method, grpc_service, grpc_type
http_requestscounterCount of all HTTP requests.code, handler, method
process_cpu_secondscounterTotal user and system CPU time spent in seconds.
process_max_fdsgaugeMaximum number of open file descriptors.
process_open_fdsgaugeNumber of open file descriptors.
process_resident_memory_bytesgaugeResident memory size in bytes.
process_start_time_secondsgaugeStart time of the process since unix epoch in seconds.
process_virtual_memory_bytesgaugeVirtual memory size in bytes.
process_virtual_memory_max_bytesgaugeMaximum amount of virtual memory available in bytes.