Created
December 2, 2020 20:46
-
-
Save jmesnil/6253ea2150f22f379ce5a9b7d569d795 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP base_classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_loadedClasses_total counter | |
base_classloader_loadedClasses_total 21573.0 | |
# HELP base_classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine. | |
# TYPE base_classloader_loadedClasses_count gauge | |
base_classloader_loadedClasses_count 21517.0 | |
# HELP base_classloader_unloadedClasses_total Displays the total number of classes unloaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_unloadedClasses_total counter | |
base_classloader_unloadedClasses_total 57.0 | |
# HELP base_cpu_availableProcessors Displays the number of processors available to the Java virtual machine. This value may change during a particular invocation of the virtual machine. | |
# TYPE base_cpu_availableProcessors gauge | |
base_cpu_availableProcessors 12.0 | |
# HELP base_cpu_processCpuLoad Displays the "recent cpu usage" for the Java Virtual Machine process. | |
# TYPE base_cpu_processCpuLoad gauge | |
base_cpu_processCpuLoad 0.0 | |
# HELP base_cpu_processCpuTime_seconds Displays the CPU time used by the process on which the Java virtual machine is running in nanoseconds | |
# TYPE base_cpu_processCpuTime_seconds gauge | |
base_cpu_processCpuTime_seconds 21.070439 | |
# HELP base_cpu_systemLoadAverage Displays the system load average for the last minute. The system load average is the sum of the number of runnable entities queued to the available processors and the number of runnable entities running on the available processors averaged over a period of time. The way in which the load average is calculated is operating system specific but is typically a damped time-dependent average. If the load average is not available, a negative value is displayed. This attribute is designed to provide a hint about the system load and may be queried frequently. The load average may be unavailable on some platform where it is expensive to implement this method. | |
# TYPE base_cpu_systemLoadAverage gauge | |
base_cpu_systemLoadAverage 2.3896484375 | |
# HELP base_gc_total Displays the total number of collections that have occurred. This attribute lists -1 if the collection count is undefined for this collector. | |
# TYPE base_gc_total counter | |
base_gc_total{name="PS MarkSweep"} 2.0 | |
base_gc_total{name="PS Scavenge"} 13.0 | |
# HELP base_gc_time_total Displays the approximate accumulated collection elapsed time in milliseconds. This attribute displays -1 if the collection elapsed time is undefined for this collector. The Java virtual machine implementation may use a high resolution timer to measure the elapsed time. This attribute may display the same value even if the collection count has been incremented if the collection elapsed time is very short. | |
# TYPE base_gc_time_total counter | |
base_gc_time_total_seconds{name="PS MarkSweep"} 0.20800000000000002 | |
base_gc_time_total_seconds{name="PS Scavenge"} 0.10200000000000001 | |
# HELP base_jvm_uptime_seconds Displays the uptime of the Java virtual machine | |
# TYPE base_jvm_uptime_seconds gauge | |
base_jvm_uptime_seconds 21.908 | |
# HELP base_memory_committedHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedHeap_bytes gauge | |
base_memory_committedHeap_bytes 2.45366784E8 | |
# HELP base_memory_committedNonHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedNonHeap_bytes gauge | |
base_memory_committedNonHeap_bytes 1.61087488E8 | |
# HELP base_memory_maxHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxHeap_bytes gauge | |
base_memory_maxHeap_bytes 4.77626368E8 | |
# HELP base_memory_maxNonHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxNonHeap_bytes gauge | |
base_memory_maxNonHeap_bytes 7.80140544E8 | |
# HELP base_memory_usedHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedHeap_bytes gauge | |
base_memory_usedHeap_bytes 1.00147528E8 | |
# HELP base_memory_usedNonHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedNonHeap_bytes gauge | |
base_memory_usedNonHeap_bytes 1.44646832E8 | |
# HELP base_thread_count Number of currently deployed threads | |
# TYPE base_thread_count gauge | |
base_thread_count 184.0 | |
# HELP base_thread_daemon_count Displays the current number of live daemon threads. | |
# TYPE base_thread_daemon_count gauge | |
base_thread_daemon_count 23.0 | |
# HELP base_thread_max_count Displays the peak live thread count since the Java virtual machine started or peak was reset. This includes daemon and non-daemon threads. | |
# TYPE base_thread_max_count gauge | |
base_thread_max_count 193.0 | |
# HELP vendor_BufferPool_used_memory_bytes The memory used by the NIO pool | |
# TYPE vendor_BufferPool_used_memory_bytes gauge | |
vendor_BufferPool_used_memory_bytes{name="direct"} 2.2022155E7 | |
vendor_BufferPool_used_memory_bytes{name="mapped"} 0.0 | |
# HELP vendor_memoryPool_usage_bytes Current usage of the memory pool | |
# TYPE vendor_memoryPool_usage_bytes gauge | |
vendor_memoryPool_usage_bytes{name="Code Cache"} 1.807264E7 | |
vendor_memoryPool_usage_bytes{name="Compressed Class Space"} 1.50232E7 | |
vendor_memoryPool_usage_bytes{name="Metaspace"} 1.11556192E8 | |
vendor_memoryPool_usage_bytes{name="PS Eden Space"} 3.662508E7 | |
vendor_memoryPool_usage_bytes{name="PS Old Gen"} 6.3604152E7 | |
vendor_memoryPool_usage_bytes{name="PS Survivor Space"} 0.0 | |
# HELP vendor_memoryPool_usage_max_bytes Peak usage of the memory pool | |
# TYPE vendor_memoryPool_usage_max_bytes gauge | |
vendor_memoryPool_usage_max_bytes{name="Code Cache"} 1.807264E7 | |
vendor_memoryPool_usage_max_bytes{name="Compressed Class Space"} 1.50232E7 | |
vendor_memoryPool_usage_max_bytes{name="Metaspace"} 1.11556256E8 | |
vendor_memoryPool_usage_max_bytes{name="PS Eden Space"} 1.30547712E8 | |
vendor_memoryPool_usage_max_bytes{name="PS Old Gen"} 6.4005656E7 | |
vendor_memoryPool_usage_max_bytes{name="PS Survivor Space"} 2.4296696E7 | |
# HELP wildfly_batch_jberet_active_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_batch_jberet_active_count gauge | |
wildfly_batch_jberet_active_count{thread_pool="batch"} 0.0 | |
# HELP wildfly_batch_jberet_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_batch_jberet_completed_task_count gauge | |
wildfly_batch_jberet_completed_task_count{thread_pool="batch"} 0.0 | |
# HELP wildfly_batch_jberet_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_batch_jberet_current_thread_count gauge | |
wildfly_batch_jberet_current_thread_count{thread_pool="batch"} 0.0 | |
# HELP wildfly_batch_jberet_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_batch_jberet_largest_thread_count gauge | |
wildfly_batch_jberet_largest_thread_count{thread_pool="batch"} 0.0 | |
# HELP wildfly_batch_jberet_queue_size The queue size. | |
# TYPE wildfly_batch_jberet_queue_size gauge | |
wildfly_batch_jberet_queue_size{thread_pool="batch"} 0.0 | |
# HELP wildfly_batch_jberet_rejected_count The number of tasks that have been rejected. | |
# TYPE wildfly_batch_jberet_rejected_count gauge | |
wildfly_batch_jberet_rejected_count{thread_pool="batch"} 0.0 | |
# HELP wildfly_batch_jberet_task_count The approximate total number of tasks that have ever been scheduled for execution. | |
# TYPE wildfly_batch_jberet_task_count gauge | |
wildfly_batch_jberet_task_count{thread_pool="batch"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_access_count The number of times that the statement cache was accessed | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_access_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_access_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_add_count The number of statements added to the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_add_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_add_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_current_size The number of prepared and callable statements currently cached in the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_current_size gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_current_size{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_delete_count The number of statements discarded from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_delete_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_delete_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_hit_count The number of times that statements from the cache were used | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_hit_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_hit_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_miss_count The number of times that a statement request could not be satisfied with a statement from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_miss_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_miss_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_active_count The active count | |
# TYPE wildfly_datasources_pool_active_count gauge | |
wildfly_datasources_pool_active_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_available_count The available count | |
# TYPE wildfly_datasources_pool_available_count gauge | |
wildfly_datasources_pool_available_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_average_blocking_time Average Blocking Time for pool | |
# TYPE wildfly_datasources_pool_average_blocking_time gauge | |
wildfly_datasources_pool_average_blocking_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_average_creation_time The average time spent creating a physical connection | |
# TYPE wildfly_datasources_pool_average_creation_time gauge | |
wildfly_datasources_pool_average_creation_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_average_get_time The average time spent obtaining a physical connection | |
# TYPE wildfly_datasources_pool_average_get_time gauge | |
wildfly_datasources_pool_average_get_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_average_pool_time The average time for a physical connection spent in the pool | |
# TYPE wildfly_datasources_pool_average_pool_time gauge | |
wildfly_datasources_pool_average_pool_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_average_usage_time The average time spent using a physical connection | |
# TYPE wildfly_datasources_pool_average_usage_time gauge | |
wildfly_datasources_pool_average_usage_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_blocking_failure_count The number of failures trying to obtain a physical connection | |
# TYPE wildfly_datasources_pool_blocking_failure_count gauge | |
wildfly_datasources_pool_blocking_failure_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_created_count The created count | |
# TYPE wildfly_datasources_pool_created_count gauge | |
wildfly_datasources_pool_created_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_destroyed_count The destroyed count | |
# TYPE wildfly_datasources_pool_destroyed_count gauge | |
wildfly_datasources_pool_destroyed_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_idle_count The number of physical connections currently idle | |
# TYPE wildfly_datasources_pool_idle_count gauge | |
wildfly_datasources_pool_idle_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_in_use_count The number of physical connections currently in use | |
# TYPE wildfly_datasources_pool_in_use_count gauge | |
wildfly_datasources_pool_in_use_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_max_creation_time The maximum time for creating a physical connection | |
# TYPE wildfly_datasources_pool_max_creation_time gauge | |
wildfly_datasources_pool_max_creation_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_max_get_time The maximum time for obtaining a physical connection | |
# TYPE wildfly_datasources_pool_max_get_time gauge | |
wildfly_datasources_pool_max_get_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_max_pool_time The maximum time for a physical connection in the pool | |
# TYPE wildfly_datasources_pool_max_pool_time gauge | |
wildfly_datasources_pool_max_pool_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_max_usage_time The maximum time using a physical connection | |
# TYPE wildfly_datasources_pool_max_usage_time gauge | |
wildfly_datasources_pool_max_usage_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_max_used_count The maximum number of connections used | |
# TYPE wildfly_datasources_pool_max_used_count gauge | |
wildfly_datasources_pool_max_used_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_count The maximum number of threads waiting for a connection | |
# TYPE wildfly_datasources_pool_max_wait_count gauge | |
wildfly_datasources_pool_max_wait_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_time The maximum wait time for a connection | |
# TYPE wildfly_datasources_pool_max_wait_time gauge | |
wildfly_datasources_pool_max_wait_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_timed_out The timed out count | |
# TYPE wildfly_datasources_pool_timed_out gauge | |
wildfly_datasources_pool_timed_out{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_total_blocking_time The total blocking time | |
# TYPE wildfly_datasources_pool_total_blocking_time gauge | |
wildfly_datasources_pool_total_blocking_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_total_creation_time The total time spent creating physical connections | |
# TYPE wildfly_datasources_pool_total_creation_time gauge | |
wildfly_datasources_pool_total_creation_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_total_get_time The total time spent obtaining physical connections | |
# TYPE wildfly_datasources_pool_total_get_time gauge | |
wildfly_datasources_pool_total_get_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_total_pool_time The total time spent by physical connections in the pool | |
# TYPE wildfly_datasources_pool_total_pool_time gauge | |
wildfly_datasources_pool_total_pool_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_total_usage_time The total time spent using physical connections | |
# TYPE wildfly_datasources_pool_total_usage_time gauge | |
wildfly_datasources_pool_total_usage_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_wait_count The number of requests that had to wait to obtain a physical connection | |
# TYPE wildfly_datasources_pool_wait_count gauge | |
wildfly_datasources_pool_wait_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_average_time The average time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_average_time gauge | |
wildfly_datasources_pool_xacommit_average_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_count The number of XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_count gauge | |
wildfly_datasources_pool_xacommit_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_max_time The maximum time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_max_time gauge | |
wildfly_datasources_pool_xacommit_max_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_total_time The total time for all XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_total_time gauge | |
wildfly_datasources_pool_xacommit_total_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_average_time The average time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_average_time gauge | |
wildfly_datasources_pool_xaend_average_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_count The number of XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_count gauge | |
wildfly_datasources_pool_xaend_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_max_time The maximum time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_max_time gauge | |
wildfly_datasources_pool_xaend_max_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_total_time The total time for all XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_total_time gauge | |
wildfly_datasources_pool_xaend_total_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_average_time The average time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_average_time gauge | |
wildfly_datasources_pool_xaforget_average_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_count The number of XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_count gauge | |
wildfly_datasources_pool_xaforget_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_max_time The maximum time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_max_time gauge | |
wildfly_datasources_pool_xaforget_max_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_total_time The total time for all XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_total_time gauge | |
wildfly_datasources_pool_xaforget_total_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_average_time The average time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_average_time gauge | |
wildfly_datasources_pool_xaprepare_average_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_count The number of XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_count gauge | |
wildfly_datasources_pool_xaprepare_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_max_time The maximum time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_max_time gauge | |
wildfly_datasources_pool_xaprepare_max_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_total_time The total time for all XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_total_time gauge | |
wildfly_datasources_pool_xaprepare_total_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_average_time The average time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_average_time gauge | |
wildfly_datasources_pool_xarecover_average_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_count The number of XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_count gauge | |
wildfly_datasources_pool_xarecover_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_max_time The maximum time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_max_time gauge | |
wildfly_datasources_pool_xarecover_max_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_total_time The total time for all XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_total_time gauge | |
wildfly_datasources_pool_xarecover_total_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_average_time The average time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_average_time gauge | |
wildfly_datasources_pool_xarollback_average_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_count The number of XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_count gauge | |
wildfly_datasources_pool_xarollback_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_max_time The maximum time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_max_time gauge | |
wildfly_datasources_pool_xarollback_max_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_total_time The total time for all XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_total_time gauge | |
wildfly_datasources_pool_xarollback_total_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_average_time The average time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_average_time gauge | |
wildfly_datasources_pool_xastart_average_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_count The number of XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_count gauge | |
wildfly_datasources_pool_xastart_count{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_max_time The maximum time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_max_time gauge | |
wildfly_datasources_pool_xastart_max_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_total_time The total time for all XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_total_time gauge | |
wildfly_datasources_pool_xastart_total_time{data_source="ExampleDS"} 0.0 | |
# HELP wildfly_ee_active_thread_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_ee_active_thread_count gauge | |
wildfly_ee_active_thread_count{managed_executor_service="default"} 0.0 | |
wildfly_ee_active_thread_count{managed_scheduled_executor_service="default"} 0.0 | |
# HELP wildfly_ee_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_ee_completed_task_count gauge | |
wildfly_ee_completed_task_count{managed_executor_service="default"} 0.0 | |
wildfly_ee_completed_task_count{managed_scheduled_executor_service="default"} 0.0 | |
# HELP wildfly_ee_current_queue_size The current size of the executor's task queue. | |
# TYPE wildfly_ee_current_queue_size gauge | |
wildfly_ee_current_queue_size{managed_executor_service="default"} 0.0 | |
wildfly_ee_current_queue_size{managed_scheduled_executor_service="default"} 0.0 | |
# HELP wildfly_ee_hung_thread_count The number of executor threads that are hung. | |
# TYPE wildfly_ee_hung_thread_count gauge | |
wildfly_ee_hung_thread_count{managed_executor_service="default"} 0.0 | |
wildfly_ee_hung_thread_count{managed_scheduled_executor_service="default"} 0.0 | |
# HELP wildfly_ee_max_thread_count The largest number of executor threads. | |
# TYPE wildfly_ee_max_thread_count gauge | |
wildfly_ee_max_thread_count{managed_executor_service="default"} 0.0 | |
wildfly_ee_max_thread_count{managed_scheduled_executor_service="default"} 0.0 | |
# HELP wildfly_ee_task_count The approximate total number of tasks that have ever been submitted for execution. | |
# TYPE wildfly_ee_task_count gauge | |
wildfly_ee_task_count{managed_executor_service="default"} 0.0 | |
wildfly_ee_task_count{managed_scheduled_executor_service="default"} 0.0 | |
# HELP wildfly_ee_thread_count The current number of executor threads. | |
# TYPE wildfly_ee_thread_count gauge | |
wildfly_ee_thread_count{managed_executor_service="default"} 0.0 | |
wildfly_ee_thread_count{managed_scheduled_executor_service="default"} 0.0 | |
# HELP wildfly_ejb3_active_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_ejb3_active_count gauge | |
wildfly_ejb3_active_count{thread_pool="default"} 0.0 | |
# HELP wildfly_ejb3_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_ejb3_completed_task_count gauge | |
wildfly_ejb3_completed_task_count{thread_pool="default"} 0.0 | |
# HELP wildfly_ejb3_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_ejb3_current_thread_count gauge | |
wildfly_ejb3_current_thread_count{thread_pool="default"} 0.0 | |
# HELP wildfly_ejb3_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_ejb3_largest_thread_count gauge | |
wildfly_ejb3_largest_thread_count{thread_pool="default"} 0.0 | |
# HELP wildfly_ejb3_queue_size The queue size. | |
# TYPE wildfly_ejb3_queue_size gauge | |
wildfly_ejb3_queue_size{thread_pool="default"} 0.0 | |
# HELP wildfly_ejb3_rejected_count The number of tasks that have been rejected. | |
# TYPE wildfly_ejb3_rejected_count gauge | |
wildfly_ejb3_rejected_count{thread_pool="default"} 0.0 | |
# HELP wildfly_ejb3_task_count The approximate total number of tasks that have ever been scheduled for execution. | |
# TYPE wildfly_ejb3_task_count gauge | |
wildfly_ejb3_task_count{thread_pool="default"} 0.0 | |
# HELP wildfly_io_busy_task_thread_count An estimate of busy threads in the task worker thread pool | |
# TYPE wildfly_io_busy_task_thread_count gauge | |
wildfly_io_busy_task_thread_count{worker="default"} 0.0 | |
# HELP wildfly_io_core_pool_size Minimum number of threads to keep in the underlying thread pool even if they are idle. Threads over this limit will be terminated over time specified by task-keepalive attribute. | |
# TYPE wildfly_io_core_pool_size gauge | |
wildfly_io_core_pool_size{worker="default"} 2.0 | |
# HELP wildfly_io_io_thread_count I/O thread count | |
# TYPE wildfly_io_io_thread_count gauge | |
wildfly_io_io_thread_count{worker="default"} 24.0 | |
# HELP wildfly_io_max_pool_size The maximum number of threads allowed in the worker task thread pool. Depending on the pool implementation, when this limit is reached tasks which cannot be queued may be rejected. This can be configured using the 'task-max-threads' attribute; see the description of that attribute for details on how this value is determined. | |
# TYPE wildfly_io_max_pool_size gauge | |
wildfly_io_max_pool_size{worker="default"} 192.0 | |
# HELP wildfly_io_queue_size An estimate of the number of tasks in the worker queue. | |
# TYPE wildfly_io_queue_size gauge | |
wildfly_io_queue_size{worker="default"} 0.0 | |
# HELP wildfly_jca_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_jca_current_thread_count gauge | |
wildfly_jca_current_thread_count{workmanager="default",long_running_threads="default"} 0.0 | |
wildfly_jca_current_thread_count{workmanager="default",short_running_threads="default"} 0.0 | |
# HELP wildfly_jca_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_jca_largest_thread_count gauge | |
wildfly_jca_largest_thread_count{workmanager="default",long_running_threads="default"} 0.0 | |
wildfly_jca_largest_thread_count{workmanager="default",short_running_threads="default"} 0.0 | |
# HELP wildfly_jca_local_dowork_accepted Number of doWork calls accepted | |
# TYPE wildfly_jca_local_dowork_accepted gauge | |
wildfly_jca_local_dowork_accepted{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_dowork_rejected Number of doWork calls rejected | |
# TYPE wildfly_jca_local_dowork_rejected gauge | |
wildfly_jca_local_dowork_rejected{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_schedulework_accepted Number of scheduleWork calls accepted | |
# TYPE wildfly_jca_local_schedulework_accepted gauge | |
wildfly_jca_local_schedulework_accepted{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_schedulework_rejected Number of scheduleWork calls rejected | |
# TYPE wildfly_jca_local_schedulework_rejected gauge | |
wildfly_jca_local_schedulework_rejected{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_startwork_accepted Number of startWork calls accepted | |
# TYPE wildfly_jca_local_startwork_accepted gauge | |
wildfly_jca_local_startwork_accepted{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_startwork_rejected Number of startWork calls rejected | |
# TYPE wildfly_jca_local_startwork_rejected gauge | |
wildfly_jca_local_startwork_rejected{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_work_active Number of current active works | |
# TYPE wildfly_jca_local_work_active gauge | |
wildfly_jca_local_work_active{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_work_failed Number of works failed | |
# TYPE wildfly_jca_local_work_failed gauge | |
wildfly_jca_local_work_failed{workmanager="default"} 0.0 | |
# HELP wildfly_jca_local_work_successful Number of works completed successfully | |
# TYPE wildfly_jca_local_work_successful gauge | |
wildfly_jca_local_work_successful{workmanager="default"} 0.0 | |
# HELP wildfly_jca_queue_size The queue size. | |
# TYPE wildfly_jca_queue_size gauge | |
wildfly_jca_queue_size{workmanager="default",long_running_threads="default"} 0.0 | |
wildfly_jca_queue_size{workmanager="default",short_running_threads="default"} 0.0 | |
# HELP wildfly_jca_rejected_count The number of tasks that have been passed to the handoff-executor (if one is specified) or discarded. | |
# TYPE wildfly_jca_rejected_count gauge | |
wildfly_jca_rejected_count{workmanager="default",long_running_threads="default"} 0.0 | |
wildfly_jca_rejected_count{workmanager="default",short_running_threads="default"} 0.0 | |
# HELP wildfly_messaging_activemq_consumer_count The number of consumers consuming messages from this queue. | |
# TYPE wildfly_messaging_activemq_consumer_count gauge | |
wildfly_messaging_activemq_consumer_count{server="default",jms_queue="DLQ"} 0.0 | |
wildfly_messaging_activemq_consumer_count{server="default",jms_queue="ExpiryQueue"} 0.0 | |
wildfly_messaging_activemq_consumer_count{server="default",runtime_queue="jms.queue.DLQ"} 0.0 | |
wildfly_messaging_activemq_consumer_count{server="default",runtime_queue="jms.queue.ExpiryQueue"} 0.0 | |
# HELP wildfly_messaging_activemq_delivering_count The number of messages that this queue is currently delivering to its consumers. | |
# TYPE wildfly_messaging_activemq_delivering_count gauge | |
wildfly_messaging_activemq_delivering_count{server="default",jms_queue="DLQ"} 0.0 | |
wildfly_messaging_activemq_delivering_count{server="default",jms_queue="ExpiryQueue"} 0.0 | |
wildfly_messaging_activemq_delivering_count{server="default",runtime_queue="jms.queue.DLQ"} 0.0 | |
wildfly_messaging_activemq_delivering_count{server="default",runtime_queue="jms.queue.ExpiryQueue"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_active_count 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total 2.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_current_thread_count 2.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds 60.00000000000001 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total 2.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_task_count_total 2.0 | |
# HELP wildfly_messaging_activemq_message_count The number of messages currently in this queue. | |
# TYPE wildfly_messaging_activemq_message_count gauge | |
wildfly_messaging_activemq_message_count{server="default",jms_queue="DLQ"} 0.0 | |
wildfly_messaging_activemq_message_count{server="default",jms_queue="ExpiryQueue"} 0.0 | |
wildfly_messaging_activemq_message_count{server="default",runtime_queue="jms.queue.DLQ"} 0.0 | |
wildfly_messaging_activemq_message_count{server="default",runtime_queue="jms.queue.ExpiryQueue"} 0.0 | |
# HELP wildfly_messaging_activemq_messages_added_total The number of messages added to this queue since it was created. | |
# TYPE wildfly_messaging_activemq_messages_added_total counter | |
wildfly_messaging_activemq_messages_added_total{server="default",jms_queue="DLQ"} 0.0 | |
wildfly_messaging_activemq_messages_added_total{server="default",jms_queue="ExpiryQueue"} 0.0 | |
wildfly_messaging_activemq_messages_added_total{server="default",runtime_queue="jms.queue.DLQ"} 0.0 | |
wildfly_messaging_activemq_messages_added_total{server="default",runtime_queue="jms.queue.ExpiryQueue"} 0.0 | |
# HELP wildfly_messaging_activemq_scheduled_count The number of scheduled messages in this queue. | |
# TYPE wildfly_messaging_activemq_scheduled_count gauge | |
wildfly_messaging_activemq_scheduled_count{server="default",jms_queue="DLQ"} 0.0 | |
wildfly_messaging_activemq_scheduled_count{server="default",jms_queue="ExpiryQueue"} 0.0 | |
wildfly_messaging_activemq_scheduled_count{server="default",runtime_queue="jms.queue.DLQ"} 0.0 | |
wildfly_messaging_activemq_scheduled_count{server="default",runtime_queue="jms.queue.ExpiryQueue"} 0.0 | |
# HELP wildfly_request_controller_active_requests The number of requests that are currently running in the server | |
# TYPE wildfly_request_controller_active_requests gauge | |
wildfly_request_controller_active_requests 0.0 | |
# HELP wildfly_transactions_average_commit_time_seconds The average time of transaction commit, measured from the moment the client calls commit until the transaction manager determines that the commit attempt was successful. | |
# TYPE wildfly_transactions_average_commit_time_seconds gauge | |
wildfly_transactions_average_commit_time_seconds 0.0 | |
# HELP wildfly_transactions_number_of_aborted_transactions_total The number of aborted (i.e. rolledback) transactions. | |
# TYPE wildfly_transactions_number_of_aborted_transactions_total counter | |
wildfly_transactions_number_of_aborted_transactions_total 0.0 | |
# HELP wildfly_transactions_number_of_application_rollbacks_total The number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behavior is considered an attribute of the application configuration. | |
# TYPE wildfly_transactions_number_of_application_rollbacks_total counter | |
wildfly_transactions_number_of_application_rollbacks_total 0.0 | |
# HELP wildfly_transactions_number_of_committed_transactions_total The number of committed transactions. | |
# TYPE wildfly_transactions_number_of_committed_transactions_total counter | |
wildfly_transactions_number_of_committed_transactions_total 0.0 | |
# HELP wildfly_transactions_number_of_heuristics_total The number of transactions which have terminated with heuristic outcomes. | |
# TYPE wildfly_transactions_number_of_heuristics_total counter | |
wildfly_transactions_number_of_heuristics_total 0.0 | |
# HELP wildfly_transactions_number_of_inflight_transactions The number of transactions that have begun but not yet terminated. | |
# TYPE wildfly_transactions_number_of_inflight_transactions gauge | |
wildfly_transactions_number_of_inflight_transactions 0.0 | |
# HELP wildfly_transactions_number_of_nested_transactions_total The total number of nested (sub) transactions created. | |
# TYPE wildfly_transactions_number_of_nested_transactions_total counter | |
wildfly_transactions_number_of_nested_transactions_total 0.0 | |
# HELP wildfly_transactions_number_of_resource_rollbacks_total The number of transactions that rolled back due to resource (participant) failure. | |
# TYPE wildfly_transactions_number_of_resource_rollbacks_total counter | |
wildfly_transactions_number_of_resource_rollbacks_total 0.0 | |
# HELP wildfly_transactions_number_of_system_rollbacks_total The number of transactions that have been rolled back due to internal system errors. | |
# TYPE wildfly_transactions_number_of_system_rollbacks_total counter | |
wildfly_transactions_number_of_system_rollbacks_total 0.0 | |
# HELP wildfly_transactions_number_of_timed_out_transactions_total The number of transactions that have rolled back due to timeout. | |
# TYPE wildfly_transactions_number_of_timed_out_transactions_total counter | |
wildfly_transactions_number_of_timed_out_transactions_total 0.0 | |
# HELP wildfly_transactions_number_of_transactions_total The total number of transactions (top-level and nested) created | |
# TYPE wildfly_transactions_number_of_transactions_total counter | |
wildfly_transactions_number_of_transactions_total 0.0 | |
# HELP wildfly_undertow_active_sessions Number of active sessions | |
# TYPE wildfly_undertow_active_sessions gauge | |
wildfly_undertow_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_bytes_received_total The number of bytes that have been received by this listener | |
# TYPE wildfly_undertow_bytes_received_total counter | |
wildfly_undertow_bytes_received_total_bytes{server="default-server",http_listener="default"} 0.0 | |
wildfly_undertow_bytes_received_total_bytes{server="default-server",https_listener="https"} 0.0 | |
# HELP wildfly_undertow_bytes_sent_total The number of bytes that have been sent out on this listener | |
# TYPE wildfly_undertow_bytes_sent_total counter | |
wildfly_undertow_bytes_sent_total_bytes{server="default-server",http_listener="default"} 0.0 | |
wildfly_undertow_bytes_sent_total_bytes{server="default-server",https_listener="https"} 0.0 | |
# HELP wildfly_undertow_error_count_total The number of 500 responses that have been sent by this listener | |
# TYPE wildfly_undertow_error_count_total counter | |
wildfly_undertow_error_count_total{server="default-server",http_listener="default"} 0.0 | |
wildfly_undertow_error_count_total{server="default-server",https_listener="https"} 0.0 | |
# HELP wildfly_undertow_expired_sessions_total Number of sessions that have expired | |
# TYPE wildfly_undertow_expired_sessions_total counter | |
wildfly_undertow_expired_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_highest_session_count The maximum number of sessions that have been active simultaneously | |
# TYPE wildfly_undertow_highest_session_count gauge | |
wildfly_undertow_highest_session_count{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_max_active_sessions The maximum allowed number of concurrent sessions that this session manager supports | |
# TYPE wildfly_undertow_max_active_sessions gauge | |
wildfly_undertow_max_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} -1.0 | |
# HELP wildfly_undertow_max_processing_time_seconds The maximum processing time taken by a request on this listener | |
# TYPE wildfly_undertow_max_processing_time_seconds gauge | |
wildfly_undertow_max_processing_time_seconds{server="default-server",http_listener="default"} 0.0 | |
wildfly_undertow_max_processing_time_seconds{server="default-server",https_listener="https"} 0.0 | |
# HELP wildfly_undertow_max_request_time_seconds Maximal time for processing request | |
# TYPE wildfly_undertow_max_request_time_seconds gauge | |
wildfly_undertow_max_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_min_request_time_seconds Minimal time for processing request | |
# TYPE wildfly_undertow_min_request_time_seconds gauge | |
wildfly_undertow_min_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_processing_time_total The total processing time of all requests handed by this listener | |
# TYPE wildfly_undertow_processing_time_total counter | |
wildfly_undertow_processing_time_total_seconds{server="default-server",http_listener="default"} 0.0 | |
wildfly_undertow_processing_time_total_seconds{server="default-server",https_listener="https"} 0.0 | |
# HELP wildfly_undertow_rejected_sessions_total Number of rejected sessions | |
# TYPE wildfly_undertow_rejected_sessions_total counter | |
wildfly_undertow_rejected_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_request_count_total The number of requests this listener has served | |
# TYPE wildfly_undertow_request_count_total counter | |
wildfly_undertow_request_count_total{server="default-server",http_listener="default"} 0.0 | |
wildfly_undertow_request_count_total{server="default-server",https_listener="https"} 0.0 | |
wildfly_undertow_request_count_total{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_session_avg_alive_time_seconds Average time that expired sessions had been alive | |
# TYPE wildfly_undertow_session_avg_alive_time_seconds gauge | |
wildfly_undertow_session_avg_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_session_max_alive_time_seconds The longest time that an expired session had been alive | |
# TYPE wildfly_undertow_session_max_alive_time_seconds gauge | |
wildfly_undertow_session_max_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_sessions_created_total Total sessions created | |
# TYPE wildfly_undertow_sessions_created_total counter | |
wildfly_undertow_sessions_created_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war"} 0.0 | |
# HELP wildfly_undertow_total_request_time_total Total time spend in processing all requests | |
# TYPE wildfly_undertow_total_request_time_total counter | |
wildfly_undertow_total_request_time_total_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war"} 0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP base_classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine. | |
# TYPE base_classloader_loadedClasses_count gauge | |
base_classloader_loadedClasses_count 15237.0 | |
# HELP base_classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_loadedClasses_total counter | |
base_classloader_loadedClasses_total 15248.0 | |
# HELP base_classloader_unloadedClasses_total Displays the total number of classes unloaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_unloadedClasses_total counter | |
base_classloader_unloadedClasses_total 11.0 | |
# HELP base_cpu_availableProcessors Displays the number of processors available to the Java virtual machine. This value may change during a particular invocation of the virtual machine. | |
# TYPE base_cpu_availableProcessors gauge | |
base_cpu_availableProcessors 12.0 | |
# HELP base_cpu_processCpuLoad Displays the "recent cpu usage" for the Java Virtual Machine process. | |
# TYPE base_cpu_processCpuLoad gauge | |
base_cpu_processCpuLoad 0.0 | |
# HELP base_cpu_processCpuTime_seconds Displays the CPU time used by the process on which the Java virtual machine is running in nanoseconds | |
# TYPE base_cpu_processCpuTime_seconds gauge | |
base_cpu_processCpuTime_seconds 19.772312 | |
# HELP base_cpu_systemLoadAverage Displays the system load average for the last minute. The system load average is the sum of the number of runnable entities queued to the available processors and the number of runnable entities running on the available processors averaged over a period of time. The way in which the load average is calculated is operating system specific but is typically a damped time-dependent average. If the load average is not available, a negative value is displayed. This attribute is designed to provide a hint about the system load and may be queried frequently. The load average may be unavailable on some platform where it is expensive to implement this method. | |
# TYPE base_cpu_systemLoadAverage gauge | |
base_cpu_systemLoadAverage 1.99609375 | |
# HELP base_gc_time_total Displays the approximate accumulated collection elapsed time in milliseconds. This attribute displays -1 if the collection elapsed time is undefined for this collector. The Java virtual machine implementation may use a high resolution timer to measure the elapsed time. This attribute may display the same value even if the collection count has been incremented if the collection elapsed time is very short. | |
# TYPE base_gc_time_total counter | |
base_gc_time_total_seconds{name="PS MarkSweep1"} 0.085 | |
base_gc_time_total_seconds{name="PS Scavenge1"} 0.085 | |
# HELP base_gc_total Displays the total number of collections that have occurred. This attribute lists -1 if the collection count is undefined for this collector. | |
# TYPE base_gc_total counter | |
base_gc_total{name="PS MarkSweep1"} 1.0 | |
base_gc_total{name="PS Scavenge1"} 12.0 | |
# HELP base_jvm_uptime_seconds Displays the uptime of the Java virtual machine | |
# TYPE base_jvm_uptime_seconds gauge | |
base_jvm_uptime_seconds 869.892 | |
# HELP base_memory_committedHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedHeap_bytes gauge | |
base_memory_committedHeap_bytes 2.23870976E8 | |
# HELP base_memory_committedNonHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedNonHeap_bytes gauge | |
base_memory_committedNonHeap_bytes 1.20324096E8 | |
# HELP base_memory_maxHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxHeap_bytes gauge | |
base_memory_maxHeap_bytes 4.77626368E8 | |
# HELP base_memory_maxNonHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxNonHeap_bytes gauge | |
base_memory_maxNonHeap_bytes 7.80140544E8 | |
# HELP base_memory_usedHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedHeap_bytes gauge | |
base_memory_usedHeap_bytes 6.4754624E7 | |
# HELP base_memory_usedNonHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedNonHeap_bytes gauge | |
base_memory_usedNonHeap_bytes 1.06953312E8 | |
# HELP base_thread_count Number of currently deployed threads | |
# TYPE base_thread_count gauge | |
base_thread_count 77.0 | |
# HELP base_thread_daemon_count Displays the current number of live daemon threads. | |
# TYPE base_thread_daemon_count gauge | |
base_thread_daemon_count 16.0 | |
# HELP base_thread_max_count Displays the peak live thread count since the Java virtual machine started or peak was reset. This includes daemon and non-daemon threads. | |
# TYPE base_thread_max_count gauge | |
base_thread_max_count 150.0 | |
# HELP vendor_BufferPool_used_memory_direct_bytes The memory used by the NIO pool: direct | |
# TYPE vendor_BufferPool_used_memory_direct_bytes gauge | |
vendor_BufferPool_used_memory_direct_bytes 1441796.0 | |
# HELP vendor_BufferPool_used_memory_mapped_bytes The memory used by the NIO pool: mapped | |
# TYPE vendor_BufferPool_used_memory_mapped_bytes gauge | |
vendor_BufferPool_used_memory_mapped_bytes 0.0 | |
# HELP vendor_memoryPool_Code_Cache_usage_bytes Current usage of the Code Cache memory pool | |
# TYPE vendor_memoryPool_Code_Cache_usage_bytes gauge | |
vendor_memoryPool_Code_Cache_usage_bytes 1.8684928E7 | |
# HELP vendor_memoryPool_Code_Cache_usage_max_bytes Peak usage of the Code Cache memory pool | |
# TYPE vendor_memoryPool_Code_Cache_usage_max_bytes gauge | |
vendor_memoryPool_Code_Cache_usage_max_bytes 1.8703616E7 | |
# HELP vendor_memoryPool_Compressed_Class_Space_usage_bytes Current usage of the Compressed Class Space memory pool | |
# TYPE vendor_memoryPool_Compressed_Class_Space_usage_bytes gauge | |
vendor_memoryPool_Compressed_Class_Space_usage_bytes 1.0463376E7 | |
# HELP vendor_memoryPool_Compressed_Class_Space_usage_max_bytes Peak usage of the Compressed Class Space memory pool | |
# TYPE vendor_memoryPool_Compressed_Class_Space_usage_max_bytes gauge | |
vendor_memoryPool_Compressed_Class_Space_usage_max_bytes 1.0463376E7 | |
# HELP vendor_memoryPool_Metaspace_usage_bytes Current usage of the Metaspace memory pool | |
# TYPE vendor_memoryPool_Metaspace_usage_bytes gauge | |
vendor_memoryPool_Metaspace_usage_bytes 7.7805888E7 | |
# HELP vendor_memoryPool_Metaspace_usage_max_bytes Peak usage of the Metaspace memory pool | |
# TYPE vendor_memoryPool_Metaspace_usage_max_bytes gauge | |
vendor_memoryPool_Metaspace_usage_max_bytes 7.7805888E7 | |
# HELP vendor_memoryPool_PS_Eden_Space_usage_bytes Current usage of the PS Eden Space memory pool | |
# TYPE vendor_memoryPool_PS_Eden_Space_usage_bytes gauge | |
vendor_memoryPool_PS_Eden_Space_usage_bytes 3795048.0 | |
# HELP vendor_memoryPool_PS_Eden_Space_usage_max_bytes Peak usage of the PS Eden Space memory pool | |
# TYPE vendor_memoryPool_PS_Eden_Space_usage_max_bytes gauge | |
vendor_memoryPool_PS_Eden_Space_usage_max_bytes 1.31072E8 | |
# HELP vendor_memoryPool_PS_Old_Gen_usage_bytes Current usage of the PS Old Gen memory pool | |
# TYPE vendor_memoryPool_PS_Old_Gen_usage_bytes gauge | |
vendor_memoryPool_PS_Old_Gen_usage_bytes 5.1491544E7 | |
# HELP vendor_memoryPool_PS_Old_Gen_usage_max_bytes Peak usage of the PS Old Gen memory pool | |
# TYPE vendor_memoryPool_PS_Old_Gen_usage_max_bytes gauge | |
vendor_memoryPool_PS_Old_Gen_usage_max_bytes 5.1491544E7 | |
# HELP vendor_memoryPool_PS_Survivor_Space_usage_bytes Current usage of the PS Survivor Space memory pool | |
# TYPE vendor_memoryPool_PS_Survivor_Space_usage_bytes gauge | |
vendor_memoryPool_PS_Survivor_Space_usage_bytes 9711968.0 | |
# HELP vendor_memoryPool_PS_Survivor_Space_usage_max_bytes Peak usage of the PS Survivor Space memory pool | |
# TYPE vendor_memoryPool_PS_Survivor_Space_usage_max_bytes gauge | |
vendor_memoryPool_PS_Survivor_Space_usage_max_bytes 2.2014456E7 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_access_count The number of times that the statement cache was accessed | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_access_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_access_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_add_count The number of statements added to the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_add_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_add_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_current_size The number of prepared and callable statements currently cached in the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_current_size gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_current_size{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_delete_count The number of statements discarded from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_delete_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_delete_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_hit_count The number of times that statements from the cache were used | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_hit_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_hit_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_miss_count The number of times that a statement request could not be satisfied with a statement from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_miss_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_miss_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_active_count The active count | |
# TYPE wildfly_datasources_pool_active_count gauge | |
wildfly_datasources_pool_active_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_available_count The available count | |
# TYPE wildfly_datasources_pool_available_count gauge | |
wildfly_datasources_pool_available_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_blocking_time Average Blocking Time for pool | |
# TYPE wildfly_datasources_pool_average_blocking_time gauge | |
wildfly_datasources_pool_average_blocking_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_creation_time The average time spent creating a physical connection | |
# TYPE wildfly_datasources_pool_average_creation_time gauge | |
wildfly_datasources_pool_average_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_get_time The average time spent obtaining a physical connection | |
# TYPE wildfly_datasources_pool_average_get_time gauge | |
wildfly_datasources_pool_average_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_pool_time The average time for a physical connection spent in the pool | |
# TYPE wildfly_datasources_pool_average_pool_time gauge | |
wildfly_datasources_pool_average_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_usage_time The average time spent using a physical connection | |
# TYPE wildfly_datasources_pool_average_usage_time gauge | |
wildfly_datasources_pool_average_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_blocking_failure_count The number of failures trying to obtain a physical connection | |
# TYPE wildfly_datasources_pool_blocking_failure_count gauge | |
wildfly_datasources_pool_blocking_failure_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_created_count The created count | |
# TYPE wildfly_datasources_pool_created_count gauge | |
wildfly_datasources_pool_created_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_destroyed_count The destroyed count | |
# TYPE wildfly_datasources_pool_destroyed_count gauge | |
wildfly_datasources_pool_destroyed_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_idle_count The number of physical connections currently idle | |
# TYPE wildfly_datasources_pool_idle_count gauge | |
wildfly_datasources_pool_idle_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_in_use_count The number of physical connections currently in use | |
# TYPE wildfly_datasources_pool_in_use_count gauge | |
wildfly_datasources_pool_in_use_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_creation_time The maximum time for creating a physical connection | |
# TYPE wildfly_datasources_pool_max_creation_time gauge | |
wildfly_datasources_pool_max_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_get_time The maximum time for obtaining a physical connection | |
# TYPE wildfly_datasources_pool_max_get_time gauge | |
wildfly_datasources_pool_max_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_pool_time The maximum time for a physical connection in the pool | |
# TYPE wildfly_datasources_pool_max_pool_time gauge | |
wildfly_datasources_pool_max_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_usage_time The maximum time using a physical connection | |
# TYPE wildfly_datasources_pool_max_usage_time gauge | |
wildfly_datasources_pool_max_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_used_count The maximum number of connections used | |
# TYPE wildfly_datasources_pool_max_used_count gauge | |
wildfly_datasources_pool_max_used_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_count The maximum number of threads waiting for a connection | |
# TYPE wildfly_datasources_pool_max_wait_count gauge | |
wildfly_datasources_pool_max_wait_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_time The maximum wait time for a connection | |
# TYPE wildfly_datasources_pool_max_wait_time gauge | |
wildfly_datasources_pool_max_wait_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_timed_out The timed out count | |
# TYPE wildfly_datasources_pool_timed_out gauge | |
wildfly_datasources_pool_timed_out{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_blocking_time The total blocking time | |
# TYPE wildfly_datasources_pool_total_blocking_time gauge | |
wildfly_datasources_pool_total_blocking_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_creation_time The total time spent creating physical connections | |
# TYPE wildfly_datasources_pool_total_creation_time gauge | |
wildfly_datasources_pool_total_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_get_time The total time spent obtaining physical connections | |
# TYPE wildfly_datasources_pool_total_get_time gauge | |
wildfly_datasources_pool_total_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_pool_time The total time spent by physical connections in the pool | |
# TYPE wildfly_datasources_pool_total_pool_time gauge | |
wildfly_datasources_pool_total_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_usage_time The total time spent using physical connections | |
# TYPE wildfly_datasources_pool_total_usage_time gauge | |
wildfly_datasources_pool_total_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_wait_count The number of requests that had to wait to obtain a physical connection | |
# TYPE wildfly_datasources_pool_wait_count gauge | |
wildfly_datasources_pool_wait_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_average_time The average time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_average_time gauge | |
wildfly_datasources_pool_xacommit_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_count The number of XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_count gauge | |
wildfly_datasources_pool_xacommit_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_max_time The maximum time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_max_time gauge | |
wildfly_datasources_pool_xacommit_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_total_time The total time for all XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_total_time gauge | |
wildfly_datasources_pool_xacommit_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_average_time The average time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_average_time gauge | |
wildfly_datasources_pool_xaend_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_count The number of XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_count gauge | |
wildfly_datasources_pool_xaend_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_max_time The maximum time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_max_time gauge | |
wildfly_datasources_pool_xaend_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_total_time The total time for all XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_total_time gauge | |
wildfly_datasources_pool_xaend_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_average_time The average time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_average_time gauge | |
wildfly_datasources_pool_xaforget_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_count The number of XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_count gauge | |
wildfly_datasources_pool_xaforget_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_max_time The maximum time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_max_time gauge | |
wildfly_datasources_pool_xaforget_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_total_time The total time for all XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_total_time gauge | |
wildfly_datasources_pool_xaforget_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_average_time The average time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_average_time gauge | |
wildfly_datasources_pool_xaprepare_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_count The number of XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_count gauge | |
wildfly_datasources_pool_xaprepare_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_max_time The maximum time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_max_time gauge | |
wildfly_datasources_pool_xaprepare_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_total_time The total time for all XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_total_time gauge | |
wildfly_datasources_pool_xaprepare_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_average_time The average time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_average_time gauge | |
wildfly_datasources_pool_xarecover_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_count The number of XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_count gauge | |
wildfly_datasources_pool_xarecover_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_max_time The maximum time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_max_time gauge | |
wildfly_datasources_pool_xarecover_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_total_time The total time for all XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_total_time gauge | |
wildfly_datasources_pool_xarecover_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_average_time The average time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_average_time gauge | |
wildfly_datasources_pool_xarollback_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_count The number of XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_count gauge | |
wildfly_datasources_pool_xarollback_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_max_time The maximum time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_max_time gauge | |
wildfly_datasources_pool_xarollback_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_total_time The total time for all XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_total_time gauge | |
wildfly_datasources_pool_xarollback_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_average_time The average time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_average_time gauge | |
wildfly_datasources_pool_xastart_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_count The number of XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_count gauge | |
wildfly_datasources_pool_xastart_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_max_time The maximum time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_max_time gauge | |
wildfly_datasources_pool_xastart_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_total_time The total time for all XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_total_time gauge | |
wildfly_datasources_pool_xastart_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_active_thread_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_ee_active_thread_count gauge | |
wildfly_ee_active_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_active_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_ee_completed_task_count gauge | |
wildfly_ee_completed_task_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_completed_task_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_current_queue_size The current size of the executor's task queue. | |
# TYPE wildfly_ee_current_queue_size gauge | |
wildfly_ee_current_queue_size{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_current_queue_size{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_hung_thread_count The number of executor threads that are hung. | |
# TYPE wildfly_ee_hung_thread_count gauge | |
wildfly_ee_hung_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_hung_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_max_thread_count The largest number of executor threads. | |
# TYPE wildfly_ee_max_thread_count gauge | |
wildfly_ee_max_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_max_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_task_count The approximate total number of tasks that have ever been submitted for execution. | |
# TYPE wildfly_ee_task_count gauge | |
wildfly_ee_task_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_task_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_thread_count The current number of executor threads. | |
# TYPE wildfly_ee_thread_count gauge | |
wildfly_ee_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_io_busy_task_thread_count An estimate of busy threads in the task worker thread pool | |
# TYPE wildfly_io_busy_task_thread_count gauge | |
wildfly_io_busy_task_thread_count{worker="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_io_core_pool_size Minimum number of threads to keep in the underlying thread pool even if they are idle. Threads over this limit will be terminated over time specified by task-keepalive attribute. | |
# TYPE wildfly_io_core_pool_size gauge | |
wildfly_io_core_pool_size{worker="default",microprofile_scope="vendor"} 2.0 | |
# HELP wildfly_io_io_thread_count I/O thread count | |
# TYPE wildfly_io_io_thread_count gauge | |
wildfly_io_io_thread_count{worker="default",microprofile_scope="vendor"} 24.0 | |
# HELP wildfly_io_max_pool_size The maximum number of threads allowed in the worker task thread pool. Depending on the pool implementation, when this limit is reached tasks which cannot be queued may be rejected. This can be configured using the 'task-max-threads' attribute; see the description of that attribute for details on how this value is determined. | |
# TYPE wildfly_io_max_pool_size gauge | |
wildfly_io_max_pool_size{worker="default",microprofile_scope="vendor"} 192.0 | |
# HELP wildfly_io_queue_size An estimate of the number of tasks in the worker queue. | |
# TYPE wildfly_io_queue_size gauge | |
wildfly_io_queue_size{worker="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_jca_current_thread_count gauge | |
wildfly_jca_current_thread_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_current_thread_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_jca_largest_thread_count gauge | |
wildfly_jca_largest_thread_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_largest_thread_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_dowork_accepted Number of doWork calls accepted | |
# TYPE wildfly_jca_local_dowork_accepted gauge | |
wildfly_jca_local_dowork_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_dowork_rejected Number of doWork calls rejected | |
# TYPE wildfly_jca_local_dowork_rejected gauge | |
wildfly_jca_local_dowork_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_schedulework_accepted Number of scheduleWork calls accepted | |
# TYPE wildfly_jca_local_schedulework_accepted gauge | |
wildfly_jca_local_schedulework_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_schedulework_rejected Number of scheduleWork calls rejected | |
# TYPE wildfly_jca_local_schedulework_rejected gauge | |
wildfly_jca_local_schedulework_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_startwork_accepted Number of startWork calls accepted | |
# TYPE wildfly_jca_local_startwork_accepted gauge | |
wildfly_jca_local_startwork_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_startwork_rejected Number of startWork calls rejected | |
# TYPE wildfly_jca_local_startwork_rejected gauge | |
wildfly_jca_local_startwork_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_active Number of current active works | |
# TYPE wildfly_jca_local_work_active gauge | |
wildfly_jca_local_work_active{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_failed Number of works failed | |
# TYPE wildfly_jca_local_work_failed gauge | |
wildfly_jca_local_work_failed{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_successful Number of works completed successfully | |
# TYPE wildfly_jca_local_work_successful gauge | |
wildfly_jca_local_work_successful{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_queue_size The queue size. | |
# TYPE wildfly_jca_queue_size gauge | |
wildfly_jca_queue_size{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_queue_size{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_rejected_count The number of tasks that have been passed to the handoff-executor (if one is specified) or discarded. | |
# TYPE wildfly_jca_rejected_count gauge | |
wildfly_jca_rejected_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_rejected_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_active_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_current_thread_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds{microprofile_scope="vendor"} 60.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_request_controller_active_requests The number of requests that are currently running in the server | |
# TYPE wildfly_request_controller_active_requests gauge | |
wildfly_request_controller_active_requests{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_average_commit_time_seconds The average time of transaction commit, measured from the moment the client calls commit until the transaction manager determines that the commit attempt was successful. | |
# TYPE wildfly_transactions_average_commit_time_seconds gauge | |
wildfly_transactions_average_commit_time_seconds{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_aborted_transactions_total The number of aborted (i.e. rolledback) transactions. | |
# TYPE wildfly_transactions_number_of_aborted_transactions_total counter | |
wildfly_transactions_number_of_aborted_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_application_rollbacks_total The number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behavior is considered an attribute of the application configuration. | |
# TYPE wildfly_transactions_number_of_application_rollbacks_total counter | |
wildfly_transactions_number_of_application_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_committed_transactions_total The number of committed transactions. | |
# TYPE wildfly_transactions_number_of_committed_transactions_total counter | |
wildfly_transactions_number_of_committed_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_heuristics_total The number of transactions which have terminated with heuristic outcomes. | |
# TYPE wildfly_transactions_number_of_heuristics_total counter | |
wildfly_transactions_number_of_heuristics_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_inflight_transactions The number of transactions that have begun but not yet terminated. | |
# TYPE wildfly_transactions_number_of_inflight_transactions gauge | |
wildfly_transactions_number_of_inflight_transactions{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_nested_transactions_total The total number of nested (sub) transactions created. | |
# TYPE wildfly_transactions_number_of_nested_transactions_total counter | |
wildfly_transactions_number_of_nested_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_resource_rollbacks_total The number of transactions that rolled back due to resource (participant) failure. | |
# TYPE wildfly_transactions_number_of_resource_rollbacks_total counter | |
wildfly_transactions_number_of_resource_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_system_rollbacks_total The number of transactions that have been rolled back due to internal system errors. | |
# TYPE wildfly_transactions_number_of_system_rollbacks_total counter | |
wildfly_transactions_number_of_system_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_timed_out_transactions_total The number of transactions that have rolled back due to timeout. | |
# TYPE wildfly_transactions_number_of_timed_out_transactions_total counter | |
wildfly_transactions_number_of_timed_out_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_transactions_total The total number of transactions (top-level and nested) created | |
# TYPE wildfly_transactions_number_of_transactions_total counter | |
wildfly_transactions_number_of_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_active_sessions Number of active sessions | |
# TYPE wildfly_undertow_active_sessions gauge | |
wildfly_undertow_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_bytes_received_total The number of bytes that have been received by this listener | |
# TYPE wildfly_undertow_bytes_received_total counter | |
wildfly_undertow_bytes_received_total_bytes{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_bytes_received_total_bytes{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_bytes_sent_total The number of bytes that have been sent out on this listener | |
# TYPE wildfly_undertow_bytes_sent_total counter | |
wildfly_undertow_bytes_sent_total_bytes{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_bytes_sent_total_bytes{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_error_count_total The number of 500 responses that have been sent by this listener | |
# TYPE wildfly_undertow_error_count_total counter | |
wildfly_undertow_error_count_total{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_error_count_total{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_expired_sessions_total Number of sessions that have expired | |
# TYPE wildfly_undertow_expired_sessions_total counter | |
wildfly_undertow_expired_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_highest_session_count The maximum number of sessions that have been active simultaneously | |
# TYPE wildfly_undertow_highest_session_count gauge | |
wildfly_undertow_highest_session_count{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_max_active_sessions The maximum allowed number of concurrent sessions that this session manager supports | |
# TYPE wildfly_undertow_max_active_sessions gauge | |
wildfly_undertow_max_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} -1.0 | |
# HELP wildfly_undertow_max_processing_time_seconds The maximum processing time taken by a request on this listener | |
# TYPE wildfly_undertow_max_processing_time_seconds gauge | |
wildfly_undertow_max_processing_time_seconds{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_max_processing_time_seconds{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_max_request_time_seconds Maximal time for processing request | |
# TYPE wildfly_undertow_max_request_time_seconds gauge | |
wildfly_undertow_max_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_min_request_time_seconds Minimal time for processing request | |
# TYPE wildfly_undertow_min_request_time_seconds gauge | |
wildfly_undertow_min_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_processing_time_total The total processing time of all requests handed by this listener | |
# TYPE wildfly_undertow_processing_time_total counter | |
wildfly_undertow_processing_time_total_seconds{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_processing_time_total_seconds{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_rejected_sessions_total Number of rejected sessions | |
# TYPE wildfly_undertow_rejected_sessions_total counter | |
wildfly_undertow_rejected_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_request_count_total The number of requests this listener has served | |
# TYPE wildfly_undertow_request_count_total counter | |
wildfly_undertow_request_count_total{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_request_count_total{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_request_count_total{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_session_avg_alive_time_seconds Average time that expired sessions had been alive | |
# TYPE wildfly_undertow_session_avg_alive_time_seconds gauge | |
wildfly_undertow_session_avg_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_session_max_alive_time_seconds The longest time that an expired session had been alive | |
# TYPE wildfly_undertow_session_max_alive_time_seconds gauge | |
wildfly_undertow_session_max_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_sessions_created_total Total sessions created | |
# TYPE wildfly_undertow_sessions_created_total counter | |
wildfly_undertow_sessions_created_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_total_request_time_total Total time spend in processing all requests | |
# TYPE wildfly_undertow_total_request_time_total counter | |
wildfly_undertow_total_request_time_total_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP base_classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine. | |
# TYPE base_classloader_loadedClasses_count gauge | |
base_classloader_loadedClasses_count 21611.0 | |
# HELP base_classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_loadedClasses_total counter | |
base_classloader_loadedClasses_total 21652.0 | |
# HELP base_classloader_unloadedClasses_total Displays the total number of classes unloaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_unloadedClasses_total counter | |
base_classloader_unloadedClasses_total 41.0 | |
# HELP base_cpu_availableProcessors Displays the number of processors available to the Java virtual machine. This value may change during a particular invocation of the virtual machine. | |
# TYPE base_cpu_availableProcessors gauge | |
base_cpu_availableProcessors 12.0 | |
# HELP base_cpu_processCpuLoad Displays the "recent cpu usage" for the Java Virtual Machine process. | |
# TYPE base_cpu_processCpuLoad gauge | |
base_cpu_processCpuLoad 0.0 | |
# HELP base_cpu_processCpuTime_seconds Displays the CPU time used by the process on which the Java virtual machine is running in nanoseconds | |
# TYPE base_cpu_processCpuTime_seconds gauge | |
base_cpu_processCpuTime_seconds 22.603906 | |
# HELP base_cpu_systemLoadAverage Displays the system load average for the last minute. The system load average is the sum of the number of runnable entities queued to the available processors and the number of runnable entities running on the available processors averaged over a period of time. The way in which the load average is calculated is operating system specific but is typically a damped time-dependent average. If the load average is not available, a negative value is displayed. This attribute is designed to provide a hint about the system load and may be queried frequently. The load average may be unavailable on some platform where it is expensive to implement this method. | |
# TYPE base_cpu_systemLoadAverage gauge | |
base_cpu_systemLoadAverage 2.30908203125 | |
# HELP base_gc_time_total Displays the approximate accumulated collection elapsed time in milliseconds. This attribute displays -1 if the collection elapsed time is undefined for this collector. The Java virtual machine implementation may use a high resolution timer to measure the elapsed time. This attribute may display the same value even if the collection count has been incremented if the collection elapsed time is very short. | |
# TYPE base_gc_time_total counter | |
base_gc_time_total_seconds{name="PS MarkSweep1"} 0.21 | |
base_gc_time_total_seconds{name="PS Scavenge1"} 0.114 | |
# HELP base_gc_total Displays the total number of collections that have occurred. This attribute lists -1 if the collection count is undefined for this collector. | |
# TYPE base_gc_total counter | |
base_gc_total{name="PS MarkSweep1"} 2.0 | |
base_gc_total{name="PS Scavenge1"} 15.0 | |
# HELP base_jvm_uptime_seconds Displays the uptime of the Java virtual machine | |
# TYPE base_jvm_uptime_seconds gauge | |
base_jvm_uptime_seconds 124.345 | |
# HELP base_memory_committedHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedHeap_bytes gauge | |
base_memory_committedHeap_bytes 2.4379392E8 | |
# HELP base_memory_committedNonHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedNonHeap_bytes gauge | |
base_memory_committedNonHeap_bytes 1.62357248E8 | |
# HELP base_memory_maxHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxHeap_bytes gauge | |
base_memory_maxHeap_bytes 4.77626368E8 | |
# HELP base_memory_maxNonHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxNonHeap_bytes gauge | |
base_memory_maxNonHeap_bytes 7.80140544E8 | |
# HELP base_memory_usedHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedHeap_bytes gauge | |
base_memory_usedHeap_bytes 1.15315024E8 | |
# HELP base_memory_usedNonHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedNonHeap_bytes gauge | |
base_memory_usedNonHeap_bytes 1.454382E8 | |
# HELP base_thread_count Number of currently deployed threads | |
# TYPE base_thread_count gauge | |
base_thread_count 95.0 | |
# HELP base_thread_daemon_count Displays the current number of live daemon threads. | |
# TYPE base_thread_daemon_count gauge | |
base_thread_daemon_count 20.0 | |
# HELP base_thread_max_count Displays the peak live thread count since the Java virtual machine started or peak was reset. This includes daemon and non-daemon threads. | |
# TYPE base_thread_max_count gauge | |
base_thread_max_count 159.0 | |
# HELP vendor_BufferPool_used_memory_direct_bytes The memory used by the NIO pool: direct | |
# TYPE vendor_BufferPool_used_memory_direct_bytes gauge | |
vendor_BufferPool_used_memory_direct_bytes 2.2009896E7 | |
# HELP vendor_BufferPool_used_memory_mapped_bytes The memory used by the NIO pool: mapped | |
# TYPE vendor_BufferPool_used_memory_mapped_bytes gauge | |
vendor_BufferPool_used_memory_mapped_bytes 0.0 | |
# HELP vendor_memoryPool_Code_Cache_usage_bytes Current usage of the Code Cache memory pool | |
# TYPE vendor_memoryPool_Code_Cache_usage_bytes gauge | |
vendor_memoryPool_Code_Cache_usage_bytes 1.8898624E7 | |
# HELP vendor_memoryPool_Code_Cache_usage_max_bytes Peak usage of the Code Cache memory pool | |
# TYPE vendor_memoryPool_Code_Cache_usage_max_bytes gauge | |
vendor_memoryPool_Code_Cache_usage_max_bytes 1.8900032E7 | |
# HELP vendor_memoryPool_Compressed_Class_Space_usage_bytes Current usage of the Compressed Class Space memory pool | |
# TYPE vendor_memoryPool_Compressed_Class_Space_usage_bytes gauge | |
vendor_memoryPool_Compressed_Class_Space_usage_bytes 1.5066216E7 | |
# HELP vendor_memoryPool_Compressed_Class_Space_usage_max_bytes Peak usage of the Compressed Class Space memory pool | |
# TYPE vendor_memoryPool_Compressed_Class_Space_usage_max_bytes gauge | |
vendor_memoryPool_Compressed_Class_Space_usage_max_bytes 1.5066216E7 | |
# HELP vendor_memoryPool_Metaspace_usage_bytes Current usage of the Metaspace memory pool | |
# TYPE vendor_memoryPool_Metaspace_usage_bytes gauge | |
vendor_memoryPool_Metaspace_usage_bytes 1.1149288E8 | |
# HELP vendor_memoryPool_Metaspace_usage_max_bytes Peak usage of the Metaspace memory pool | |
# TYPE vendor_memoryPool_Metaspace_usage_max_bytes gauge | |
vendor_memoryPool_Metaspace_usage_max_bytes 1.1149288E8 | |
# HELP vendor_memoryPool_PS_Eden_Space_usage_bytes Current usage of the PS Eden Space memory pool | |
# TYPE vendor_memoryPool_PS_Eden_Space_usage_bytes gauge | |
vendor_memoryPool_PS_Eden_Space_usage_bytes 5.8285576E7 | |
# HELP vendor_memoryPool_PS_Eden_Space_usage_max_bytes Peak usage of the PS Eden Space memory pool | |
# TYPE vendor_memoryPool_PS_Eden_Space_usage_max_bytes gauge | |
vendor_memoryPool_PS_Eden_Space_usage_max_bytes 1.26353408E8 | |
# HELP vendor_memoryPool_PS_Old_Gen_usage_bytes Current usage of the PS Old Gen memory pool | |
# TYPE vendor_memoryPool_PS_Old_Gen_usage_bytes gauge | |
vendor_memoryPool_PS_Old_Gen_usage_bytes 5.7260072E7 | |
# HELP vendor_memoryPool_PS_Old_Gen_usage_max_bytes Peak usage of the PS Old Gen memory pool | |
# TYPE vendor_memoryPool_PS_Old_Gen_usage_max_bytes gauge | |
vendor_memoryPool_PS_Old_Gen_usage_max_bytes 6.9954536E7 | |
# HELP vendor_memoryPool_PS_Survivor_Space_usage_bytes Current usage of the PS Survivor Space memory pool | |
# TYPE vendor_memoryPool_PS_Survivor_Space_usage_bytes gauge | |
vendor_memoryPool_PS_Survivor_Space_usage_bytes 0.0 | |
# HELP vendor_memoryPool_PS_Survivor_Space_usage_max_bytes Peak usage of the PS Survivor Space memory pool | |
# TYPE vendor_memoryPool_PS_Survivor_Space_usage_max_bytes gauge | |
vendor_memoryPool_PS_Survivor_Space_usage_max_bytes 2.7761248E7 | |
# HELP wildfly_batch_jberet_active_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_batch_jberet_active_count gauge | |
wildfly_batch_jberet_active_count{thread_pool="batch",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_batch_jberet_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_batch_jberet_completed_task_count gauge | |
wildfly_batch_jberet_completed_task_count{thread_pool="batch",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_batch_jberet_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_batch_jberet_current_thread_count gauge | |
wildfly_batch_jberet_current_thread_count{thread_pool="batch",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_batch_jberet_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_batch_jberet_largest_thread_count gauge | |
wildfly_batch_jberet_largest_thread_count{thread_pool="batch",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_batch_jberet_queue_size The queue size. | |
# TYPE wildfly_batch_jberet_queue_size gauge | |
wildfly_batch_jberet_queue_size{thread_pool="batch",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_batch_jberet_rejected_count The number of tasks that have been rejected. | |
# TYPE wildfly_batch_jberet_rejected_count gauge | |
wildfly_batch_jberet_rejected_count{thread_pool="batch",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_batch_jberet_task_count The approximate total number of tasks that have ever been scheduled for execution. | |
# TYPE wildfly_batch_jberet_task_count gauge | |
wildfly_batch_jberet_task_count{thread_pool="batch",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_access_count The number of times that the statement cache was accessed | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_access_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_access_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_add_count The number of statements added to the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_add_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_add_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_current_size The number of prepared and callable statements currently cached in the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_current_size gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_current_size{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_delete_count The number of statements discarded from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_delete_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_delete_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_hit_count The number of times that statements from the cache were used | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_hit_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_hit_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_miss_count The number of times that a statement request could not be satisfied with a statement from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_miss_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_miss_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_active_count The active count | |
# TYPE wildfly_datasources_pool_active_count gauge | |
wildfly_datasources_pool_active_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_available_count The available count | |
# TYPE wildfly_datasources_pool_available_count gauge | |
wildfly_datasources_pool_available_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_blocking_time Average Blocking Time for pool | |
# TYPE wildfly_datasources_pool_average_blocking_time gauge | |
wildfly_datasources_pool_average_blocking_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_creation_time The average time spent creating a physical connection | |
# TYPE wildfly_datasources_pool_average_creation_time gauge | |
wildfly_datasources_pool_average_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_get_time The average time spent obtaining a physical connection | |
# TYPE wildfly_datasources_pool_average_get_time gauge | |
wildfly_datasources_pool_average_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_pool_time The average time for a physical connection spent in the pool | |
# TYPE wildfly_datasources_pool_average_pool_time gauge | |
wildfly_datasources_pool_average_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_usage_time The average time spent using a physical connection | |
# TYPE wildfly_datasources_pool_average_usage_time gauge | |
wildfly_datasources_pool_average_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_blocking_failure_count The number of failures trying to obtain a physical connection | |
# TYPE wildfly_datasources_pool_blocking_failure_count gauge | |
wildfly_datasources_pool_blocking_failure_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_created_count The created count | |
# TYPE wildfly_datasources_pool_created_count gauge | |
wildfly_datasources_pool_created_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_destroyed_count The destroyed count | |
# TYPE wildfly_datasources_pool_destroyed_count gauge | |
wildfly_datasources_pool_destroyed_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_idle_count The number of physical connections currently idle | |
# TYPE wildfly_datasources_pool_idle_count gauge | |
wildfly_datasources_pool_idle_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_in_use_count The number of physical connections currently in use | |
# TYPE wildfly_datasources_pool_in_use_count gauge | |
wildfly_datasources_pool_in_use_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_creation_time The maximum time for creating a physical connection | |
# TYPE wildfly_datasources_pool_max_creation_time gauge | |
wildfly_datasources_pool_max_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_get_time The maximum time for obtaining a physical connection | |
# TYPE wildfly_datasources_pool_max_get_time gauge | |
wildfly_datasources_pool_max_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_pool_time The maximum time for a physical connection in the pool | |
# TYPE wildfly_datasources_pool_max_pool_time gauge | |
wildfly_datasources_pool_max_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_usage_time The maximum time using a physical connection | |
# TYPE wildfly_datasources_pool_max_usage_time gauge | |
wildfly_datasources_pool_max_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_used_count The maximum number of connections used | |
# TYPE wildfly_datasources_pool_max_used_count gauge | |
wildfly_datasources_pool_max_used_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_count The maximum number of threads waiting for a connection | |
# TYPE wildfly_datasources_pool_max_wait_count gauge | |
wildfly_datasources_pool_max_wait_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_time The maximum wait time for a connection | |
# TYPE wildfly_datasources_pool_max_wait_time gauge | |
wildfly_datasources_pool_max_wait_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_timed_out The timed out count | |
# TYPE wildfly_datasources_pool_timed_out gauge | |
wildfly_datasources_pool_timed_out{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_blocking_time The total blocking time | |
# TYPE wildfly_datasources_pool_total_blocking_time gauge | |
wildfly_datasources_pool_total_blocking_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_creation_time The total time spent creating physical connections | |
# TYPE wildfly_datasources_pool_total_creation_time gauge | |
wildfly_datasources_pool_total_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_get_time The total time spent obtaining physical connections | |
# TYPE wildfly_datasources_pool_total_get_time gauge | |
wildfly_datasources_pool_total_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_pool_time The total time spent by physical connections in the pool | |
# TYPE wildfly_datasources_pool_total_pool_time gauge | |
wildfly_datasources_pool_total_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_usage_time The total time spent using physical connections | |
# TYPE wildfly_datasources_pool_total_usage_time gauge | |
wildfly_datasources_pool_total_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_wait_count The number of requests that had to wait to obtain a physical connection | |
# TYPE wildfly_datasources_pool_wait_count gauge | |
wildfly_datasources_pool_wait_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_average_time The average time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_average_time gauge | |
wildfly_datasources_pool_xacommit_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_count The number of XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_count gauge | |
wildfly_datasources_pool_xacommit_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_max_time The maximum time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_max_time gauge | |
wildfly_datasources_pool_xacommit_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_total_time The total time for all XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_total_time gauge | |
wildfly_datasources_pool_xacommit_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_average_time The average time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_average_time gauge | |
wildfly_datasources_pool_xaend_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_count The number of XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_count gauge | |
wildfly_datasources_pool_xaend_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_max_time The maximum time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_max_time gauge | |
wildfly_datasources_pool_xaend_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_total_time The total time for all XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_total_time gauge | |
wildfly_datasources_pool_xaend_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_average_time The average time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_average_time gauge | |
wildfly_datasources_pool_xaforget_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_count The number of XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_count gauge | |
wildfly_datasources_pool_xaforget_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_max_time The maximum time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_max_time gauge | |
wildfly_datasources_pool_xaforget_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_total_time The total time for all XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_total_time gauge | |
wildfly_datasources_pool_xaforget_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_average_time The average time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_average_time gauge | |
wildfly_datasources_pool_xaprepare_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_count The number of XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_count gauge | |
wildfly_datasources_pool_xaprepare_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_max_time The maximum time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_max_time gauge | |
wildfly_datasources_pool_xaprepare_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_total_time The total time for all XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_total_time gauge | |
wildfly_datasources_pool_xaprepare_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_average_time The average time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_average_time gauge | |
wildfly_datasources_pool_xarecover_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_count The number of XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_count gauge | |
wildfly_datasources_pool_xarecover_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_max_time The maximum time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_max_time gauge | |
wildfly_datasources_pool_xarecover_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_total_time The total time for all XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_total_time gauge | |
wildfly_datasources_pool_xarecover_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_average_time The average time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_average_time gauge | |
wildfly_datasources_pool_xarollback_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_count The number of XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_count gauge | |
wildfly_datasources_pool_xarollback_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_max_time The maximum time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_max_time gauge | |
wildfly_datasources_pool_xarollback_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_total_time The total time for all XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_total_time gauge | |
wildfly_datasources_pool_xarollback_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_average_time The average time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_average_time gauge | |
wildfly_datasources_pool_xastart_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_count The number of XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_count gauge | |
wildfly_datasources_pool_xastart_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_max_time The maximum time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_max_time gauge | |
wildfly_datasources_pool_xastart_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_total_time The total time for all XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_total_time gauge | |
wildfly_datasources_pool_xastart_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_active_thread_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_ee_active_thread_count gauge | |
wildfly_ee_active_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_active_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_ee_completed_task_count gauge | |
wildfly_ee_completed_task_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_completed_task_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_current_queue_size The current size of the executor's task queue. | |
# TYPE wildfly_ee_current_queue_size gauge | |
wildfly_ee_current_queue_size{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_current_queue_size{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_hung_thread_count The number of executor threads that are hung. | |
# TYPE wildfly_ee_hung_thread_count gauge | |
wildfly_ee_hung_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_hung_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_max_thread_count The largest number of executor threads. | |
# TYPE wildfly_ee_max_thread_count gauge | |
wildfly_ee_max_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_max_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_task_count The approximate total number of tasks that have ever been submitted for execution. | |
# TYPE wildfly_ee_task_count gauge | |
wildfly_ee_task_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_task_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_thread_count The current number of executor threads. | |
# TYPE wildfly_ee_thread_count gauge | |
wildfly_ee_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ejb3_active_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_ejb3_active_count gauge | |
wildfly_ejb3_active_count{thread_pool="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ejb3_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_ejb3_completed_task_count gauge | |
wildfly_ejb3_completed_task_count{thread_pool="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ejb3_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_ejb3_current_thread_count gauge | |
wildfly_ejb3_current_thread_count{thread_pool="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ejb3_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_ejb3_largest_thread_count gauge | |
wildfly_ejb3_largest_thread_count{thread_pool="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ejb3_queue_size The queue size. | |
# TYPE wildfly_ejb3_queue_size gauge | |
wildfly_ejb3_queue_size{thread_pool="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ejb3_rejected_count The number of tasks that have been rejected. | |
# TYPE wildfly_ejb3_rejected_count gauge | |
wildfly_ejb3_rejected_count{thread_pool="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ejb3_task_count The approximate total number of tasks that have ever been scheduled for execution. | |
# TYPE wildfly_ejb3_task_count gauge | |
wildfly_ejb3_task_count{thread_pool="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_io_busy_task_thread_count An estimate of busy threads in the task worker thread pool | |
# TYPE wildfly_io_busy_task_thread_count gauge | |
wildfly_io_busy_task_thread_count{worker="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_io_core_pool_size Minimum number of threads to keep in the underlying thread pool even if they are idle. Threads over this limit will be terminated over time specified by task-keepalive attribute. | |
# TYPE wildfly_io_core_pool_size gauge | |
wildfly_io_core_pool_size{worker="default",microprofile_scope="vendor"} 2.0 | |
# HELP wildfly_io_io_thread_count I/O thread count | |
# TYPE wildfly_io_io_thread_count gauge | |
wildfly_io_io_thread_count{worker="default",microprofile_scope="vendor"} 24.0 | |
# HELP wildfly_io_max_pool_size The maximum number of threads allowed in the worker task thread pool. Depending on the pool implementation, when this limit is reached tasks which cannot be queued may be rejected. This can be configured using the 'task-max-threads' attribute; see the description of that attribute for details on how this value is determined. | |
# TYPE wildfly_io_max_pool_size gauge | |
wildfly_io_max_pool_size{worker="default",microprofile_scope="vendor"} 192.0 | |
# HELP wildfly_io_queue_size An estimate of the number of tasks in the worker queue. | |
# TYPE wildfly_io_queue_size gauge | |
wildfly_io_queue_size{worker="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_jca_current_thread_count gauge | |
wildfly_jca_current_thread_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_current_thread_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_jca_largest_thread_count gauge | |
wildfly_jca_largest_thread_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_largest_thread_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_dowork_accepted Number of doWork calls accepted | |
# TYPE wildfly_jca_local_dowork_accepted gauge | |
wildfly_jca_local_dowork_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_dowork_rejected Number of doWork calls rejected | |
# TYPE wildfly_jca_local_dowork_rejected gauge | |
wildfly_jca_local_dowork_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_schedulework_accepted Number of scheduleWork calls accepted | |
# TYPE wildfly_jca_local_schedulework_accepted gauge | |
wildfly_jca_local_schedulework_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_schedulework_rejected Number of scheduleWork calls rejected | |
# TYPE wildfly_jca_local_schedulework_rejected gauge | |
wildfly_jca_local_schedulework_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_startwork_accepted Number of startWork calls accepted | |
# TYPE wildfly_jca_local_startwork_accepted gauge | |
wildfly_jca_local_startwork_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_startwork_rejected Number of startWork calls rejected | |
# TYPE wildfly_jca_local_startwork_rejected gauge | |
wildfly_jca_local_startwork_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_active Number of current active works | |
# TYPE wildfly_jca_local_work_active gauge | |
wildfly_jca_local_work_active{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_failed Number of works failed | |
# TYPE wildfly_jca_local_work_failed gauge | |
wildfly_jca_local_work_failed{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_successful Number of works completed successfully | |
# TYPE wildfly_jca_local_work_successful gauge | |
wildfly_jca_local_work_successful{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_queue_size The queue size. | |
# TYPE wildfly_jca_queue_size gauge | |
wildfly_jca_queue_size{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_queue_size{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_rejected_count The number of tasks that have been passed to the handoff-executor (if one is specified) or discarded. | |
# TYPE wildfly_jca_rejected_count gauge | |
wildfly_jca_rejected_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_rejected_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_consumer_count The number of consumers consuming messages from this queue. | |
# TYPE wildfly_messaging_activemq_consumer_count gauge | |
wildfly_messaging_activemq_consumer_count{jms_queue="DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_consumer_count{jms_queue="ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_consumer_count{runtime_queue="jms.queue.DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_consumer_count{runtime_queue="jms.queue.ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_delivering_count The number of messages that this queue is currently delivering to its consumers. | |
# TYPE wildfly_messaging_activemq_delivering_count gauge | |
wildfly_messaging_activemq_delivering_count{jms_queue="DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_delivering_count{jms_queue="ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_delivering_count{runtime_queue="jms.queue.DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_delivering_count{runtime_queue="jms.queue.ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_active_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total{microprofile_scope="vendor"} 2.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_current_thread_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds{microprofile_scope="vendor"} 60.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total{microprofile_scope="vendor"} 2.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_task_count_total{microprofile_scope="vendor"} 2.0 | |
# HELP wildfly_messaging_activemq_message_count The number of messages currently in this queue. | |
# TYPE wildfly_messaging_activemq_message_count gauge | |
wildfly_messaging_activemq_message_count{jms_queue="DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_message_count{jms_queue="ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_message_count{runtime_queue="jms.queue.DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_message_count{runtime_queue="jms.queue.ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_messages_added_total The number of messages added to this queue since it was created. | |
# TYPE wildfly_messaging_activemq_messages_added_total counter | |
wildfly_messaging_activemq_messages_added_total{jms_queue="DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_messages_added_total{jms_queue="ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_messages_added_total{runtime_queue="jms.queue.DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_messages_added_total{runtime_queue="jms.queue.ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_scheduled_count The number of scheduled messages in this queue. | |
# TYPE wildfly_messaging_activemq_scheduled_count gauge | |
wildfly_messaging_activemq_scheduled_count{jms_queue="DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_scheduled_count{jms_queue="ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_scheduled_count{runtime_queue="jms.queue.DLQ",server="default",microprofile_scope="vendor"} 0.0 | |
wildfly_messaging_activemq_scheduled_count{runtime_queue="jms.queue.ExpiryQueue",server="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_request_controller_active_requests The number of requests that are currently running in the server | |
# TYPE wildfly_request_controller_active_requests gauge | |
wildfly_request_controller_active_requests{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_average_commit_time_seconds The average time of transaction commit, measured from the moment the client calls commit until the transaction manager determines that the commit attempt was successful. | |
# TYPE wildfly_transactions_average_commit_time_seconds gauge | |
wildfly_transactions_average_commit_time_seconds{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_aborted_transactions_total The number of aborted (i.e. rolledback) transactions. | |
# TYPE wildfly_transactions_number_of_aborted_transactions_total counter | |
wildfly_transactions_number_of_aborted_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_application_rollbacks_total The number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behavior is considered an attribute of the application configuration. | |
# TYPE wildfly_transactions_number_of_application_rollbacks_total counter | |
wildfly_transactions_number_of_application_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_committed_transactions_total The number of committed transactions. | |
# TYPE wildfly_transactions_number_of_committed_transactions_total counter | |
wildfly_transactions_number_of_committed_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_heuristics_total The number of transactions which have terminated with heuristic outcomes. | |
# TYPE wildfly_transactions_number_of_heuristics_total counter | |
wildfly_transactions_number_of_heuristics_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_inflight_transactions The number of transactions that have begun but not yet terminated. | |
# TYPE wildfly_transactions_number_of_inflight_transactions gauge | |
wildfly_transactions_number_of_inflight_transactions{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_nested_transactions_total The total number of nested (sub) transactions created. | |
# TYPE wildfly_transactions_number_of_nested_transactions_total counter | |
wildfly_transactions_number_of_nested_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_resource_rollbacks_total The number of transactions that rolled back due to resource (participant) failure. | |
# TYPE wildfly_transactions_number_of_resource_rollbacks_total counter | |
wildfly_transactions_number_of_resource_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_system_rollbacks_total The number of transactions that have been rolled back due to internal system errors. | |
# TYPE wildfly_transactions_number_of_system_rollbacks_total counter | |
wildfly_transactions_number_of_system_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_timed_out_transactions_total The number of transactions that have rolled back due to timeout. | |
# TYPE wildfly_transactions_number_of_timed_out_transactions_total counter | |
wildfly_transactions_number_of_timed_out_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_transactions_total The total number of transactions (top-level and nested) created | |
# TYPE wildfly_transactions_number_of_transactions_total counter | |
wildfly_transactions_number_of_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_active_sessions Number of active sessions | |
# TYPE wildfly_undertow_active_sessions gauge | |
wildfly_undertow_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_bytes_received_total The number of bytes that have been received by this listener | |
# TYPE wildfly_undertow_bytes_received_total counter | |
wildfly_undertow_bytes_received_total_bytes{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_bytes_received_total_bytes{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_bytes_sent_total The number of bytes that have been sent out on this listener | |
# TYPE wildfly_undertow_bytes_sent_total counter | |
wildfly_undertow_bytes_sent_total_bytes{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_bytes_sent_total_bytes{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_error_count_total The number of 500 responses that have been sent by this listener | |
# TYPE wildfly_undertow_error_count_total counter | |
wildfly_undertow_error_count_total{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_error_count_total{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_expired_sessions_total Number of sessions that have expired | |
# TYPE wildfly_undertow_expired_sessions_total counter | |
wildfly_undertow_expired_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_highest_session_count The maximum number of sessions that have been active simultaneously | |
# TYPE wildfly_undertow_highest_session_count gauge | |
wildfly_undertow_highest_session_count{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_max_active_sessions The maximum allowed number of concurrent sessions that this session manager supports | |
# TYPE wildfly_undertow_max_active_sessions gauge | |
wildfly_undertow_max_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} -1.0 | |
# HELP wildfly_undertow_max_processing_time_seconds The maximum processing time taken by a request on this listener | |
# TYPE wildfly_undertow_max_processing_time_seconds gauge | |
wildfly_undertow_max_processing_time_seconds{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_max_processing_time_seconds{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_max_request_time_seconds Maximal time for processing request | |
# TYPE wildfly_undertow_max_request_time_seconds gauge | |
wildfly_undertow_max_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_min_request_time_seconds Minimal time for processing request | |
# TYPE wildfly_undertow_min_request_time_seconds gauge | |
wildfly_undertow_min_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_processing_time_total The total processing time of all requests handed by this listener | |
# TYPE wildfly_undertow_processing_time_total counter | |
wildfly_undertow_processing_time_total_seconds{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_processing_time_total_seconds{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_rejected_sessions_total Number of rejected sessions | |
# TYPE wildfly_undertow_rejected_sessions_total counter | |
wildfly_undertow_rejected_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_request_count_total The number of requests this listener has served | |
# TYPE wildfly_undertow_request_count_total counter | |
wildfly_undertow_request_count_total{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_request_count_total{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_request_count_total{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_session_avg_alive_time_seconds Average time that expired sessions had been alive | |
# TYPE wildfly_undertow_session_avg_alive_time_seconds gauge | |
wildfly_undertow_session_avg_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_session_max_alive_time_seconds The longest time that an expired session had been alive | |
# TYPE wildfly_undertow_session_max_alive_time_seconds gauge | |
wildfly_undertow_session_max_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_sessions_created_total Total sessions created | |
# TYPE wildfly_undertow_sessions_created_total counter | |
wildfly_undertow_sessions_created_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_total_request_time_total Total time spend in processing all requests | |
# TYPE wildfly_undertow_total_request_time_total counter | |
wildfly_undertow_total_request_time_total_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP base_classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine. | |
# TYPE base_classloader_loadedClasses_count gauge | |
base_classloader_loadedClasses_count 15323.0 | |
# HELP base_classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_loadedClasses_total counter | |
base_classloader_loadedClasses_total 15329.0 | |
# HELP base_classloader_unloadedClasses_total Displays the total number of classes unloaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_unloadedClasses_total counter | |
base_classloader_unloadedClasses_total 6.0 | |
# HELP base_cpu_availableProcessors Displays the number of processors available to the Java virtual machine. This value may change during a particular invocation of the virtual machine. | |
# TYPE base_cpu_availableProcessors gauge | |
base_cpu_availableProcessors 12.0 | |
# HELP base_cpu_processCpuLoad Displays the "recent cpu usage" for the Java Virtual Machine process. | |
# TYPE base_cpu_processCpuLoad gauge | |
base_cpu_processCpuLoad 0.0 | |
# HELP base_cpu_processCpuTime_seconds Displays the CPU time used by the process on which the Java virtual machine is running in nanoseconds | |
# TYPE base_cpu_processCpuTime_seconds gauge | |
base_cpu_processCpuTime_seconds 17.338874 | |
# HELP base_cpu_systemLoadAverage Displays the system load average for the last minute. The system load average is the sum of the number of runnable entities queued to the available processors and the number of runnable entities running on the available processors averaged over a period of time. The way in which the load average is calculated is operating system specific but is typically a damped time-dependent average. If the load average is not available, a negative value is displayed. This attribute is designed to provide a hint about the system load and may be queried frequently. The load average may be unavailable on some platform where it is expensive to implement this method. | |
# TYPE base_cpu_systemLoadAverage gauge | |
base_cpu_systemLoadAverage 2.26025390625 | |
# HELP base_gc_time_total Displays the approximate accumulated collection elapsed time in milliseconds. This attribute displays -1 if the collection elapsed time is undefined for this collector. The Java virtual machine implementation may use a high resolution timer to measure the elapsed time. This attribute may display the same value even if the collection count has been incremented if the collection elapsed time is very short. | |
# TYPE base_gc_time_total counter | |
base_gc_time_total_seconds{name="PS MarkSweep1"} 0.083 | |
base_gc_time_total_seconds{name="PS Scavenge1"} 0.079 | |
# HELP base_gc_total Displays the total number of collections that have occurred. This attribute lists -1 if the collection count is undefined for this collector. | |
# TYPE base_gc_total counter | |
base_gc_total{name="PS MarkSweep1"} 1.0 | |
base_gc_total{name="PS Scavenge1"} 11.0 | |
# HELP base_jvm_uptime_seconds Displays the uptime of the Java virtual machine | |
# TYPE base_jvm_uptime_seconds gauge | |
base_jvm_uptime_seconds 86.817 | |
# HELP base_memory_committedHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedHeap_bytes gauge | |
base_memory_committedHeap_bytes 2.1495808E8 | |
# HELP base_memory_committedNonHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use. | |
# TYPE base_memory_committedNonHeap_bytes gauge | |
base_memory_committedNonHeap_bytes 1.1894784E8 | |
# HELP base_memory_maxHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxHeap_bytes gauge | |
base_memory_maxHeap_bytes 4.77626368E8 | |
# HELP base_memory_maxNonHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management. | |
# TYPE base_memory_maxNonHeap_bytes gauge | |
base_memory_maxNonHeap_bytes 7.80140544E8 | |
# HELP base_memory_usedHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedHeap_bytes gauge | |
base_memory_usedHeap_bytes 1.26719816E8 | |
# HELP base_memory_usedNonHeap_bytes Displays the amount of used memory. | |
# TYPE base_memory_usedNonHeap_bytes gauge | |
base_memory_usedNonHeap_bytes 1.05370352E8 | |
# HELP base_thread_count Number of currently deployed threads | |
# TYPE base_thread_count gauge | |
base_thread_count 78.0 | |
# HELP base_thread_daemon_count Displays the current number of live daemon threads. | |
# TYPE base_thread_daemon_count gauge | |
base_thread_daemon_count 16.0 | |
# HELP base_thread_max_count Displays the peak live thread count since the Java virtual machine started or peak was reset. This includes daemon and non-daemon threads. | |
# TYPE base_thread_max_count gauge | |
base_thread_max_count 147.0 | |
# HELP vendor_BufferPool_used_memory_direct_bytes The memory used by the NIO pool: direct | |
# TYPE vendor_BufferPool_used_memory_direct_bytes gauge | |
vendor_BufferPool_used_memory_direct_bytes 1441796.0 | |
# HELP vendor_BufferPool_used_memory_mapped_bytes The memory used by the NIO pool: mapped | |
# TYPE vendor_BufferPool_used_memory_mapped_bytes gauge | |
vendor_BufferPool_used_memory_mapped_bytes 0.0 | |
# HELP vendor_memoryPool_Code_Cache_usage_bytes Current usage of the Code Cache memory pool | |
# TYPE vendor_memoryPool_Code_Cache_usage_bytes gauge | |
vendor_memoryPool_Code_Cache_usage_bytes 1.7135552E7 | |
# HELP vendor_memoryPool_Code_Cache_usage_max_bytes Peak usage of the Code Cache memory pool | |
# TYPE vendor_memoryPool_Code_Cache_usage_max_bytes gauge | |
vendor_memoryPool_Code_Cache_usage_max_bytes 1.715712E7 | |
# HELP vendor_memoryPool_Compressed_Class_Space_usage_bytes Current usage of the Compressed Class Space memory pool | |
# TYPE vendor_memoryPool_Compressed_Class_Space_usage_bytes gauge | |
vendor_memoryPool_Compressed_Class_Space_usage_bytes 1.0506072E7 | |
# HELP vendor_memoryPool_Compressed_Class_Space_usage_max_bytes Peak usage of the Compressed Class Space memory pool | |
# TYPE vendor_memoryPool_Compressed_Class_Space_usage_max_bytes gauge | |
vendor_memoryPool_Compressed_Class_Space_usage_max_bytes 1.0506072E7 | |
# HELP vendor_memoryPool_Metaspace_usage_bytes Current usage of the Metaspace memory pool | |
# TYPE vendor_memoryPool_Metaspace_usage_bytes gauge | |
vendor_memoryPool_Metaspace_usage_bytes 7.7774272E7 | |
# HELP vendor_memoryPool_Metaspace_usage_max_bytes Peak usage of the Metaspace memory pool | |
# TYPE vendor_memoryPool_Metaspace_usage_max_bytes gauge | |
vendor_memoryPool_Metaspace_usage_max_bytes 7.7774272E7 | |
# HELP vendor_memoryPool_PS_Eden_Space_usage_bytes Current usage of the PS Eden Space memory pool | |
# TYPE vendor_memoryPool_PS_Eden_Space_usage_bytes gauge | |
vendor_memoryPool_PS_Eden_Space_usage_bytes 6.1663056E7 | |
# HELP vendor_memoryPool_PS_Eden_Space_usage_max_bytes Peak usage of the PS Eden Space memory pool | |
# TYPE vendor_memoryPool_PS_Eden_Space_usage_max_bytes gauge | |
vendor_memoryPool_PS_Eden_Space_usage_max_bytes 1.30547712E8 | |
# HELP vendor_memoryPool_PS_Old_Gen_usage_bytes Current usage of the PS Old Gen memory pool | |
# TYPE vendor_memoryPool_PS_Old_Gen_usage_bytes gauge | |
vendor_memoryPool_PS_Old_Gen_usage_bytes 4.3790112E7 | |
# HELP vendor_memoryPool_PS_Old_Gen_usage_max_bytes Peak usage of the PS Old Gen memory pool | |
# TYPE vendor_memoryPool_PS_Old_Gen_usage_max_bytes gauge | |
vendor_memoryPool_PS_Old_Gen_usage_max_bytes 4.6445752E7 | |
# HELP vendor_memoryPool_PS_Survivor_Space_usage_bytes Current usage of the PS Survivor Space memory pool | |
# TYPE vendor_memoryPool_PS_Survivor_Space_usage_bytes gauge | |
vendor_memoryPool_PS_Survivor_Space_usage_bytes 2.1499E7 | |
# HELP vendor_memoryPool_PS_Survivor_Space_usage_max_bytes Peak usage of the PS Survivor Space memory pool | |
# TYPE vendor_memoryPool_PS_Survivor_Space_usage_max_bytes gauge | |
vendor_memoryPool_PS_Survivor_Space_usage_max_bytes 2.2537024E7 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_access_count The number of times that the statement cache was accessed | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_access_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_access_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_add_count The number of statements added to the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_add_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_add_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_current_size The number of prepared and callable statements currently cached in the statement cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_current_size gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_current_size{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_delete_count The number of statements discarded from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_delete_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_delete_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_hit_count The number of times that statements from the cache were used | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_hit_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_hit_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_jdbc_prepared_statement_cache_miss_count The number of times that a statement request could not be satisfied with a statement from the cache | |
# TYPE wildfly_datasources_jdbc_prepared_statement_cache_miss_count gauge | |
wildfly_datasources_jdbc_prepared_statement_cache_miss_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_active_count The active count | |
# TYPE wildfly_datasources_pool_active_count gauge | |
wildfly_datasources_pool_active_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_available_count The available count | |
# TYPE wildfly_datasources_pool_available_count gauge | |
wildfly_datasources_pool_available_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_blocking_time Average Blocking Time for pool | |
# TYPE wildfly_datasources_pool_average_blocking_time gauge | |
wildfly_datasources_pool_average_blocking_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_creation_time The average time spent creating a physical connection | |
# TYPE wildfly_datasources_pool_average_creation_time gauge | |
wildfly_datasources_pool_average_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_get_time The average time spent obtaining a physical connection | |
# TYPE wildfly_datasources_pool_average_get_time gauge | |
wildfly_datasources_pool_average_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_pool_time The average time for a physical connection spent in the pool | |
# TYPE wildfly_datasources_pool_average_pool_time gauge | |
wildfly_datasources_pool_average_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_average_usage_time The average time spent using a physical connection | |
# TYPE wildfly_datasources_pool_average_usage_time gauge | |
wildfly_datasources_pool_average_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_blocking_failure_count The number of failures trying to obtain a physical connection | |
# TYPE wildfly_datasources_pool_blocking_failure_count gauge | |
wildfly_datasources_pool_blocking_failure_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_created_count The created count | |
# TYPE wildfly_datasources_pool_created_count gauge | |
wildfly_datasources_pool_created_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_destroyed_count The destroyed count | |
# TYPE wildfly_datasources_pool_destroyed_count gauge | |
wildfly_datasources_pool_destroyed_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_idle_count The number of physical connections currently idle | |
# TYPE wildfly_datasources_pool_idle_count gauge | |
wildfly_datasources_pool_idle_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_in_use_count The number of physical connections currently in use | |
# TYPE wildfly_datasources_pool_in_use_count gauge | |
wildfly_datasources_pool_in_use_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_creation_time The maximum time for creating a physical connection | |
# TYPE wildfly_datasources_pool_max_creation_time gauge | |
wildfly_datasources_pool_max_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_get_time The maximum time for obtaining a physical connection | |
# TYPE wildfly_datasources_pool_max_get_time gauge | |
wildfly_datasources_pool_max_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_pool_time The maximum time for a physical connection in the pool | |
# TYPE wildfly_datasources_pool_max_pool_time gauge | |
wildfly_datasources_pool_max_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_usage_time The maximum time using a physical connection | |
# TYPE wildfly_datasources_pool_max_usage_time gauge | |
wildfly_datasources_pool_max_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_used_count The maximum number of connections used | |
# TYPE wildfly_datasources_pool_max_used_count gauge | |
wildfly_datasources_pool_max_used_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_count The maximum number of threads waiting for a connection | |
# TYPE wildfly_datasources_pool_max_wait_count gauge | |
wildfly_datasources_pool_max_wait_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_max_wait_time The maximum wait time for a connection | |
# TYPE wildfly_datasources_pool_max_wait_time gauge | |
wildfly_datasources_pool_max_wait_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_timed_out The timed out count | |
# TYPE wildfly_datasources_pool_timed_out gauge | |
wildfly_datasources_pool_timed_out{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_blocking_time The total blocking time | |
# TYPE wildfly_datasources_pool_total_blocking_time gauge | |
wildfly_datasources_pool_total_blocking_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_creation_time The total time spent creating physical connections | |
# TYPE wildfly_datasources_pool_total_creation_time gauge | |
wildfly_datasources_pool_total_creation_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_get_time The total time spent obtaining physical connections | |
# TYPE wildfly_datasources_pool_total_get_time gauge | |
wildfly_datasources_pool_total_get_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_pool_time The total time spent by physical connections in the pool | |
# TYPE wildfly_datasources_pool_total_pool_time gauge | |
wildfly_datasources_pool_total_pool_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_total_usage_time The total time spent using physical connections | |
# TYPE wildfly_datasources_pool_total_usage_time gauge | |
wildfly_datasources_pool_total_usage_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_wait_count The number of requests that had to wait to obtain a physical connection | |
# TYPE wildfly_datasources_pool_wait_count gauge | |
wildfly_datasources_pool_wait_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_average_time The average time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_average_time gauge | |
wildfly_datasources_pool_xacommit_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_count The number of XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_count gauge | |
wildfly_datasources_pool_xacommit_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_max_time The maximum time for a XAResource commit invocation | |
# TYPE wildfly_datasources_pool_xacommit_max_time gauge | |
wildfly_datasources_pool_xacommit_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xacommit_total_time The total time for all XAResource commit invocations | |
# TYPE wildfly_datasources_pool_xacommit_total_time gauge | |
wildfly_datasources_pool_xacommit_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_average_time The average time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_average_time gauge | |
wildfly_datasources_pool_xaend_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_count The number of XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_count gauge | |
wildfly_datasources_pool_xaend_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_max_time The maximum time for a XAResource end invocation | |
# TYPE wildfly_datasources_pool_xaend_max_time gauge | |
wildfly_datasources_pool_xaend_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaend_total_time The total time for all XAResource end invocations | |
# TYPE wildfly_datasources_pool_xaend_total_time gauge | |
wildfly_datasources_pool_xaend_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_average_time The average time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_average_time gauge | |
wildfly_datasources_pool_xaforget_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_count The number of XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_count gauge | |
wildfly_datasources_pool_xaforget_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_max_time The maximum time for a XAResource forget invocation | |
# TYPE wildfly_datasources_pool_xaforget_max_time gauge | |
wildfly_datasources_pool_xaforget_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaforget_total_time The total time for all XAResource forget invocations | |
# TYPE wildfly_datasources_pool_xaforget_total_time gauge | |
wildfly_datasources_pool_xaforget_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_average_time The average time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_average_time gauge | |
wildfly_datasources_pool_xaprepare_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_count The number of XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_count gauge | |
wildfly_datasources_pool_xaprepare_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_max_time The maximum time for a XAResource prepare invocation | |
# TYPE wildfly_datasources_pool_xaprepare_max_time gauge | |
wildfly_datasources_pool_xaprepare_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xaprepare_total_time The total time for all XAResource prepare invocations | |
# TYPE wildfly_datasources_pool_xaprepare_total_time gauge | |
wildfly_datasources_pool_xaprepare_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_average_time The average time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_average_time gauge | |
wildfly_datasources_pool_xarecover_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_count The number of XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_count gauge | |
wildfly_datasources_pool_xarecover_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_max_time The maximum time for a XAResource recover invocation | |
# TYPE wildfly_datasources_pool_xarecover_max_time gauge | |
wildfly_datasources_pool_xarecover_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarecover_total_time The total time for all XAResource recover invocations | |
# TYPE wildfly_datasources_pool_xarecover_total_time gauge | |
wildfly_datasources_pool_xarecover_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_average_time The average time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_average_time gauge | |
wildfly_datasources_pool_xarollback_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_count The number of XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_count gauge | |
wildfly_datasources_pool_xarollback_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_max_time The maximum time for a XAResource rollback invocation | |
# TYPE wildfly_datasources_pool_xarollback_max_time gauge | |
wildfly_datasources_pool_xarollback_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xarollback_total_time The total time for all XAResource rollback invocations | |
# TYPE wildfly_datasources_pool_xarollback_total_time gauge | |
wildfly_datasources_pool_xarollback_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_average_time The average time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_average_time gauge | |
wildfly_datasources_pool_xastart_average_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_count The number of XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_count gauge | |
wildfly_datasources_pool_xastart_count{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_max_time The maximum time for a XAResource start invocation | |
# TYPE wildfly_datasources_pool_xastart_max_time gauge | |
wildfly_datasources_pool_xastart_max_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_datasources_pool_xastart_total_time The total time for all XAResource start invocations | |
# TYPE wildfly_datasources_pool_xastart_total_time gauge | |
wildfly_datasources_pool_xastart_total_time{data_source="ExampleDS",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_active_thread_count The approximate number of threads that are actively executing tasks. | |
# TYPE wildfly_ee_active_thread_count gauge | |
wildfly_ee_active_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_active_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_completed_task_count The approximate total number of tasks that have completed execution. | |
# TYPE wildfly_ee_completed_task_count gauge | |
wildfly_ee_completed_task_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_completed_task_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_current_queue_size The current size of the executor's task queue. | |
# TYPE wildfly_ee_current_queue_size gauge | |
wildfly_ee_current_queue_size{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_current_queue_size{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_hung_thread_count The number of executor threads that are hung. | |
# TYPE wildfly_ee_hung_thread_count gauge | |
wildfly_ee_hung_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_hung_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_max_thread_count The largest number of executor threads. | |
# TYPE wildfly_ee_max_thread_count gauge | |
wildfly_ee_max_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_max_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_task_count The approximate total number of tasks that have ever been submitted for execution. | |
# TYPE wildfly_ee_task_count gauge | |
wildfly_ee_task_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_task_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_ee_thread_count The current number of executor threads. | |
# TYPE wildfly_ee_thread_count gauge | |
wildfly_ee_thread_count{managed_executor_service="default",microprofile_scope="vendor"} 0.0 | |
wildfly_ee_thread_count{managed_scheduled_executor_service="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_io_busy_task_thread_count An estimate of busy threads in the task worker thread pool | |
# TYPE wildfly_io_busy_task_thread_count gauge | |
wildfly_io_busy_task_thread_count{worker="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_io_core_pool_size Minimum number of threads to keep in the underlying thread pool even if they are idle. Threads over this limit will be terminated over time specified by task-keepalive attribute. | |
# TYPE wildfly_io_core_pool_size gauge | |
wildfly_io_core_pool_size{worker="default",microprofile_scope="vendor"} 2.0 | |
# HELP wildfly_io_io_thread_count I/O thread count | |
# TYPE wildfly_io_io_thread_count gauge | |
wildfly_io_io_thread_count{worker="default",microprofile_scope="vendor"} 24.0 | |
# HELP wildfly_io_max_pool_size The maximum number of threads allowed in the worker task thread pool. Depending on the pool implementation, when this limit is reached tasks which cannot be queued may be rejected. This can be configured using the 'task-max-threads' attribute; see the description of that attribute for details on how this value is determined. | |
# TYPE wildfly_io_max_pool_size gauge | |
wildfly_io_max_pool_size{worker="default",microprofile_scope="vendor"} 192.0 | |
# HELP wildfly_io_queue_size An estimate of the number of tasks in the worker queue. | |
# TYPE wildfly_io_queue_size gauge | |
wildfly_io_queue_size{worker="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_current_thread_count The current number of threads in the pool. | |
# TYPE wildfly_jca_current_thread_count gauge | |
wildfly_jca_current_thread_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_current_thread_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_largest_thread_count The largest number of threads that have ever simultaneously been in the pool. | |
# TYPE wildfly_jca_largest_thread_count gauge | |
wildfly_jca_largest_thread_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_largest_thread_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_dowork_accepted Number of doWork calls accepted | |
# TYPE wildfly_jca_local_dowork_accepted gauge | |
wildfly_jca_local_dowork_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_dowork_rejected Number of doWork calls rejected | |
# TYPE wildfly_jca_local_dowork_rejected gauge | |
wildfly_jca_local_dowork_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_schedulework_accepted Number of scheduleWork calls accepted | |
# TYPE wildfly_jca_local_schedulework_accepted gauge | |
wildfly_jca_local_schedulework_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_schedulework_rejected Number of scheduleWork calls rejected | |
# TYPE wildfly_jca_local_schedulework_rejected gauge | |
wildfly_jca_local_schedulework_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_startwork_accepted Number of startWork calls accepted | |
# TYPE wildfly_jca_local_startwork_accepted gauge | |
wildfly_jca_local_startwork_accepted{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_startwork_rejected Number of startWork calls rejected | |
# TYPE wildfly_jca_local_startwork_rejected gauge | |
wildfly_jca_local_startwork_rejected{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_active Number of current active works | |
# TYPE wildfly_jca_local_work_active gauge | |
wildfly_jca_local_work_active{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_failed Number of works failed | |
# TYPE wildfly_jca_local_work_failed gauge | |
wildfly_jca_local_work_failed{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_local_work_successful Number of works completed successfully | |
# TYPE wildfly_jca_local_work_successful gauge | |
wildfly_jca_local_work_successful{workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_queue_size The queue size. | |
# TYPE wildfly_jca_queue_size gauge | |
wildfly_jca_queue_size{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_queue_size{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_jca_rejected_count The number of tasks that have been passed to the handoff-executor (if one is specified) or discarded. | |
# TYPE wildfly_jca_rejected_count gauge | |
wildfly_jca_rejected_count{long_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
wildfly_jca_rejected_count{short_running_threads="default",workmanager="default",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_active_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_completed_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_current_thread_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_keepalive_time_seconds{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_largest_thread_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_scheduled_thread_pool_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_active_count The approximate number of threads used by all ActiveMQ clients that are actively executing tasks. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_active_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_active_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total The approximate number of tasks that have been executed by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_completed_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_current_thread_count The current number of threads in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_current_thread_count gauge | |
wildfly_messaging_activemq_global_client_thread_pool_current_thread_count{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds The amount of time that pool threads should be kept running when idle. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds gauge | |
wildfly_messaging_activemq_global_client_thread_pool_keepalive_time_seconds{microprofile_scope="vendor"} 60.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total The largest number of threads that have ever simultaneously been in the pool used by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_largest_thread_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_messaging_activemq_global_client_thread_pool_task_count_total The approximate total number of tasks that have ever been scheduled by all ActiveMQ clients. | |
# TYPE wildfly_messaging_activemq_global_client_thread_pool_task_count_total counter | |
wildfly_messaging_activemq_global_client_thread_pool_task_count_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_request_controller_active_requests The number of requests that are currently running in the server | |
# TYPE wildfly_request_controller_active_requests gauge | |
wildfly_request_controller_active_requests{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_average_commit_time_seconds The average time of transaction commit, measured from the moment the client calls commit until the transaction manager determines that the commit attempt was successful. | |
# TYPE wildfly_transactions_average_commit_time_seconds gauge | |
wildfly_transactions_average_commit_time_seconds{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_aborted_transactions_total The number of aborted (i.e. rolledback) transactions. | |
# TYPE wildfly_transactions_number_of_aborted_transactions_total counter | |
wildfly_transactions_number_of_aborted_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_application_rollbacks_total The number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behavior is considered an attribute of the application configuration. | |
# TYPE wildfly_transactions_number_of_application_rollbacks_total counter | |
wildfly_transactions_number_of_application_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_committed_transactions_total The number of committed transactions. | |
# TYPE wildfly_transactions_number_of_committed_transactions_total counter | |
wildfly_transactions_number_of_committed_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_heuristics_total The number of transactions which have terminated with heuristic outcomes. | |
# TYPE wildfly_transactions_number_of_heuristics_total counter | |
wildfly_transactions_number_of_heuristics_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_inflight_transactions The number of transactions that have begun but not yet terminated. | |
# TYPE wildfly_transactions_number_of_inflight_transactions gauge | |
wildfly_transactions_number_of_inflight_transactions{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_nested_transactions_total The total number of nested (sub) transactions created. | |
# TYPE wildfly_transactions_number_of_nested_transactions_total counter | |
wildfly_transactions_number_of_nested_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_resource_rollbacks_total The number of transactions that rolled back due to resource (participant) failure. | |
# TYPE wildfly_transactions_number_of_resource_rollbacks_total counter | |
wildfly_transactions_number_of_resource_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_system_rollbacks_total The number of transactions that have been rolled back due to internal system errors. | |
# TYPE wildfly_transactions_number_of_system_rollbacks_total counter | |
wildfly_transactions_number_of_system_rollbacks_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_timed_out_transactions_total The number of transactions that have rolled back due to timeout. | |
# TYPE wildfly_transactions_number_of_timed_out_transactions_total counter | |
wildfly_transactions_number_of_timed_out_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_transactions_number_of_transactions_total The total number of transactions (top-level and nested) created | |
# TYPE wildfly_transactions_number_of_transactions_total counter | |
wildfly_transactions_number_of_transactions_total{microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_active_sessions Number of active sessions | |
# TYPE wildfly_undertow_active_sessions gauge | |
wildfly_undertow_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_bytes_received_total The number of bytes that have been received by this listener | |
# TYPE wildfly_undertow_bytes_received_total counter | |
wildfly_undertow_bytes_received_total_bytes{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_bytes_received_total_bytes{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_bytes_sent_total The number of bytes that have been sent out on this listener | |
# TYPE wildfly_undertow_bytes_sent_total counter | |
wildfly_undertow_bytes_sent_total_bytes{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_bytes_sent_total_bytes{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_error_count_total The number of 500 responses that have been sent by this listener | |
# TYPE wildfly_undertow_error_count_total counter | |
wildfly_undertow_error_count_total{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_error_count_total{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_expired_sessions_total Number of sessions that have expired | |
# TYPE wildfly_undertow_expired_sessions_total counter | |
wildfly_undertow_expired_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_highest_session_count The maximum number of sessions that have been active simultaneously | |
# TYPE wildfly_undertow_highest_session_count gauge | |
wildfly_undertow_highest_session_count{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_max_active_sessions The maximum allowed number of concurrent sessions that this session manager supports | |
# TYPE wildfly_undertow_max_active_sessions gauge | |
wildfly_undertow_max_active_sessions{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} -1.0 | |
# HELP wildfly_undertow_max_processing_time_seconds The maximum processing time taken by a request on this listener | |
# TYPE wildfly_undertow_max_processing_time_seconds gauge | |
wildfly_undertow_max_processing_time_seconds{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_max_processing_time_seconds{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_max_request_time_seconds Maximal time for processing request | |
# TYPE wildfly_undertow_max_request_time_seconds gauge | |
wildfly_undertow_max_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_min_request_time_seconds Minimal time for processing request | |
# TYPE wildfly_undertow_min_request_time_seconds gauge | |
wildfly_undertow_min_request_time_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_processing_time_total The total processing time of all requests handed by this listener | |
# TYPE wildfly_undertow_processing_time_total counter | |
wildfly_undertow_processing_time_total_seconds{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_processing_time_total_seconds{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_rejected_sessions_total Number of rejected sessions | |
# TYPE wildfly_undertow_rejected_sessions_total counter | |
wildfly_undertow_rejected_sessions_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_request_count_total The number of requests this listener has served | |
# TYPE wildfly_undertow_request_count_total counter | |
wildfly_undertow_request_count_total{http_listener="default",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_request_count_total{https_listener="https",server="default-server",microprofile_scope="vendor"} 0.0 | |
wildfly_undertow_request_count_total{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_session_avg_alive_time_seconds Average time that expired sessions had been alive | |
# TYPE wildfly_undertow_session_avg_alive_time_seconds gauge | |
wildfly_undertow_session_avg_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_session_max_alive_time_seconds The longest time that an expired session had been alive | |
# TYPE wildfly_undertow_session_max_alive_time_seconds gauge | |
wildfly_undertow_session_max_alive_time_seconds{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_sessions_created_total Total sessions created | |
# TYPE wildfly_undertow_sessions_created_total counter | |
wildfly_undertow_sessions_created_total{deployment="helloworld-rs.war",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 | |
# HELP wildfly_undertow_total_request_time_total Total time spend in processing all requests | |
# TYPE wildfly_undertow_total_request_time_total counter | |
wildfly_undertow_total_request_time_total_seconds{deployment="helloworld-rs.war",servlet="org.jboss.as.quickstarts.rshelloworld.JAXActivator",subdeployment="helloworld-rs.war",microprofile_scope="vendor"} 0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment