deployment

No menu items for this category

All server metrics are published to /prometheus on the admin port (default 8586). The metrics are in the Prometheus format and can be scraped by Prometheus or any other monitoring system that supports Prometheus format.

NameDescriptionType
jvm_gc_memory_promoted_bytes_totalCount of positive increases in the size of the old generation memory pool before GC to after GCcounter
jvm_gc_memory_allocated_bytes_totalIncremented for an increase in the size of the (young) heap memory pool after one GC to before the nextcounter
pipeline_client_request_status_totalstatus codes returned by pipeline client by operationcounter
logback_events_totalNumber of events that made it to the logscounter
jvm_classes_unloaded_classes_totalThe total number of classes unloaded since the Java virtual machine has started executioncounter
NameDescriptionType
jvm_gc_pause_seconds_maxTime spent in GC pausegauge
jvm_memory_usage_after_gc_percentThe percentage of long-lived heap pool used after the last GC event, in the range [0..1]gauge
jvm_buffer_count_buffersAn estimate of the number of buffers in the poolgauge
jvm_gc_max_data_size_bytesMax size of long-lived heap memory poolgauge
jvm_memory_used_bytesThe amount of used memorygauge
process_cpu_usageThe "recent cpu usage" for the Java Virtual Machine processgauge
process_uptime_secondsThe uptime of the Java virtual machinegauge
jvm_classes_loaded_classesThe number of classes that are currently loaded in the Java virtual machinegauge
jvm_memory_max_bytesThe maximum amount of memory in bytes that can be used for memory managementgauge
system_cpu_usageThe "recent cpu usage" of the system the application is running ingauge
process_files_open_filesThe open file descriptor countgauge
system_cpu_countThe number of processors available to the Java virtual machinegauge
system_load_average_1mThe 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 timegauge
http_latency_requests_seconds_maxHTTP request latency in seconds.gauge
jvm_gc_live_data_size_bytesSize of long-lived heap memory pool after reclamationgauge
jvm_buffer_memory_used_bytesAn estimate of the memory that the Java virtual machine is using for this buffer poolgauge
process_files_max_filesThe maximum file descriptor countgauge
jvm_threads_live_threadsThe current number of live threads including both daemon and non-daemon threadsgauge
process_start_time_secondsStart time of the process since unix epoch.gauge
jvm_buffer_total_capacity_bytesAn estimate of the total capacity of the buffers in this poolgauge
jvm_threads_states_threadsThe current number of threadsgauge
jdbi_latency_requests_seconds_maxJDBI queries latency in seconds.gauge
jvm_threads_daemon_threadsThe current number of live daemon threadsgauge
jvm_gc_overhead_percentAn 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]gauge
jvm_memory_committed_bytesThe amount of memory in bytes that is committed for the Java virtual machine to usegauge
jvm_threads_peak_threadsThe peak live thread count since the Java virtual machine started or peak was resetgauge
http_server_requests_sec_createdHTTP methods durationgauge
jdbi_requests_seconds_createdjdbi requests duration distributiongauge
pipeline_client_request_status_createdstatus codes returned by pipeline client by operationgauge
NameDescriptionType
jvm_gc_pause_secondsTime spent in GC pausesummary
http_latency_requests_secondsHTTP request latency in seconds.summary
jdbi_latency_requests_secondsJDBI queries latency in seconds.summary
NameDescriptionType
jdbi_requests_secondsjdbi requests duration distributionhistogram
http_server_requests_secondsHTTP requests duration distributionhistogram
http_server_requests_secHTTP methods durationhistogram