Created
October 31, 2025 17:43
-
-
Save arslanbekov/50dc9bdfc45e16fee85fd98e4ce43f8b 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 default_jenkins_version_info Jenkins Application Version | |
| # TYPE default_jenkins_version_info gauge | |
| # HELP default_jenkins_up Is Jenkins ready to receive requests | |
| # TYPE default_jenkins_up gauge | |
| # HELP default_jenkins_uptime Time since Jenkins machine was initialized | |
| # TYPE default_jenkins_uptime gauge | |
| # HELP default_jenkins_nodes_online Jenkins nodes online status | |
| # TYPE default_jenkins_nodes_online gauge | |
| # HELP default_jenkins_quietdown Is Jenkins in quiet mode | |
| # TYPE default_jenkins_quietdown gauge | |
| # HELP jvm_threads_current Current thread count of a JVM | |
| # TYPE jvm_threads_current gauge | |
| # HELP jvm_threads_daemon Daemon thread count of a JVM | |
| # TYPE jvm_threads_daemon gauge | |
| # HELP jvm_threads_peak Peak thread count of a JVM | |
| # TYPE jvm_threads_peak gauge | |
| # HELP jvm_threads_started_total Started thread count of a JVM | |
| # TYPE jvm_threads_started_total counter | |
| # HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers | |
| # TYPE jvm_threads_deadlocked gauge | |
| # HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors | |
| # TYPE jvm_threads_deadlocked_monitor gauge | |
| # HELP jvm_threads_state Current count of threads by state | |
| # TYPE jvm_threads_state gauge | |
| # HELP jvm_memory_objects_pending_finalization The number of objects waiting in the finalizer queue. | |
| # TYPE jvm_memory_objects_pending_finalization gauge | |
| # HELP jvm_memory_bytes_used Used bytes of a given JVM memory area. | |
| # TYPE jvm_memory_bytes_used gauge | |
| # HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area. | |
| # TYPE jvm_memory_bytes_committed gauge | |
| # HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area. | |
| # TYPE jvm_memory_bytes_max gauge | |
| # HELP jvm_memory_bytes_init Initial bytes of a given JVM memory area. | |
| # TYPE jvm_memory_bytes_init gauge | |
| # HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_bytes_used gauge | |
| # HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_bytes_committed gauge | |
| # HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_bytes_max gauge | |
| # HELP jvm_memory_pool_bytes_init Initial bytes of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_bytes_init gauge | |
| # HELP jvm_memory_pool_collection_used_bytes Used bytes after last collection of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_collection_used_bytes gauge | |
| # HELP jvm_memory_pool_collection_committed_bytes Committed after last collection bytes of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_collection_committed_bytes gauge | |
| # HELP jvm_memory_pool_collection_max_bytes Max bytes after last collection of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_collection_max_bytes gauge | |
| # HELP jvm_memory_pool_collection_init_bytes Initial after last collection bytes of a given JVM memory pool. | |
| # TYPE jvm_memory_pool_collection_init_bytes gauge | |
| # HELP jvm_buffer_pool_used_bytes Used bytes of a given JVM buffer pool. | |
| # TYPE jvm_buffer_pool_used_bytes gauge | |
| # HELP jvm_buffer_pool_capacity_bytes Bytes capacity of a given JVM buffer pool. | |
| # TYPE jvm_buffer_pool_capacity_bytes gauge | |
| # HELP jvm_buffer_pool_used_buffers Used buffers of a given JVM buffer pool. | |
| # TYPE jvm_buffer_pool_used_buffers gauge | |
| # HELP default_jenkins_builds_duration_milliseconds_summary Summary of Jenkins build times in milliseconds by Job | |
| # TYPE default_jenkins_builds_duration_milliseconds_summary summary | |
| # HELP default_jenkins_builds_success_build_count_total Successful build count | |
| # TYPE default_jenkins_builds_success_build_count_total counter | |
| # HELP default_jenkins_builds_failed_build_count_total Failed build count | |
| # TYPE default_jenkins_builds_failed_build_count_total counter | |
| # HELP default_jenkins_builds_unstable_build_count_total Unstable build count | |
| # TYPE default_jenkins_builds_unstable_build_count_total counter | |
| # HELP default_jenkins_builds_total_build_count_total Total build count | |
| # TYPE default_jenkins_builds_total_build_count_total counter | |
| # HELP default_jenkins_builds_health_score Health score of a job | |
| # TYPE default_jenkins_builds_health_score gauge | |
| # HELP default_jenkins_builds_available_builds_count Number of builds available for this job | |
| # TYPE default_jenkins_builds_available_builds_count gauge | |
| # HELP default_jenkins_builds_discard_active Indicates if the build discarder is active for the given job | |
| # TYPE default_jenkins_builds_discard_active gauge | |
| # HELP default_jenkins_builds_last_build_result_ordinal Build status of a job. | |
| # TYPE default_jenkins_builds_last_build_result_ordinal gauge | |
| # HELP default_jenkins_builds_last_build_result Build status of a job as a boolean (0 or 1) | |
| # TYPE default_jenkins_builds_last_build_result gauge | |
| # HELP default_jenkins_builds_last_build_duration_milliseconds Build times in milliseconds of last build | |
| # TYPE default_jenkins_builds_last_build_duration_milliseconds gauge | |
| # HELP default_jenkins_builds_last_build_waiting_milliseconds Duration this Run spent queuing, that is the wall time from when it entered the queue until it left the queue. | |
| # TYPE default_jenkins_builds_last_build_waiting_milliseconds gauge | |
| # HELP default_jenkins_builds_last_build_start_time_milliseconds Last build start timestamp in milliseconds | |
| # TYPE default_jenkins_builds_last_build_start_time_milliseconds gauge | |
| # HELP default_jenkins_builds_last_stage_duration_milliseconds_summary Summary of Jenkins build times by Job and Stage in the last build | |
| # TYPE default_jenkins_builds_last_stage_duration_milliseconds_summary summary | |
| # HELP default_jenkins_builds_last_stage_result_ordinal Build status of a Stage. 0=NOT_EXECUTED,1=ABORTED,2=SUCCESS,3=IN_PROGRESS,4=PAUSED_PENDING_INPUT,5=FAILED,6=UNSTABLE | |
| # TYPE default_jenkins_builds_last_stage_result_ordinal gauge | |
| # HELP default_jenkins_builds_last_build_logfile_size_bytes Build logfile size in bytes | |
| # TYPE default_jenkins_builds_last_build_logfile_size_bytes gauge | |
| # HELP default_jenkins_executors_available Executors Available | |
| # TYPE default_jenkins_executors_available gauge | |
| # HELP default_jenkins_executors_busy Executors Busy | |
| # TYPE default_jenkins_executors_busy gauge | |
| # HELP default_jenkins_executors_connecting Executors Connecting | |
| # TYPE default_jenkins_executors_connecting gauge | |
| # HELP default_jenkins_executors_defined Executors Defined | |
| # TYPE default_jenkins_executors_defined gauge | |
| # HELP default_jenkins_executors_idle Executors Idle | |
| # TYPE default_jenkins_executors_idle gauge | |
| # HELP default_jenkins_executors_online Executors Online | |
| # TYPE default_jenkins_executors_online gauge | |
| # HELP default_jenkins_executors_queue_length Executors Queue Length | |
| # TYPE default_jenkins_executors_queue_length gauge | |
| # HELP vm_memory_total_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.total.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_used_window_1h summary | |
| # HELP jenkins_queue_blocked_history Generated from Dropwizard metric import (metric=jenkins.queue.blocked.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_queue_blocked_history summary | |
| # HELP vm_memory_pools_Metaspace_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_used_window_1h summary | |
| # HELP jenkins_job_count_value Generated from Dropwizard metric import (metric=jenkins.job.count.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$15) | |
| # TYPE jenkins_job_count_value gauge | |
| # HELP vm_memory_pools_Compressed_Class_Space_usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_usage_x100_history summary | |
| # HELP vm_memory_pools_Metaspace_usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_usage_x100_history summary | |
| # HELP system_cpu_load_x100_window_15m Generated from Dropwizard metric import (metric=system.cpu.load.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE system_cpu_load_x100_window_15m summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_used_window_1h summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__init Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__init gauge | |
| # HELP vm_memory_pools_Metaspace_usage Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_Metaspace_usage gauge | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__committed_window_5m summary | |
| # HELP jenkins_runs_unstable_total Generated from Dropwizard metric import (metric=jenkins.runs.unstable, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_runs_unstable_total counter | |
| # HELP jenkins_plugins_failed Generated from Dropwizard metric import (metric=jenkins.plugins.failed, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$22) | |
| # TYPE jenkins_plugins_failed gauge | |
| # HELP vm_count Generated from Dropwizard metric import (metric=vm.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4450) | |
| # TYPE vm_count gauge | |
| # HELP vm_terminated_count Generated from Dropwizard metric import (metric=vm.terminated.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4228) | |
| # TYPE vm_terminated_count gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__used_window_5m summary | |
| # HELP vm_cpu_load_x100_history Generated from Dropwizard metric import (metric=vm.cpu.load.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_cpu_load_x100_history summary | |
| # HELP vm_cpu_load_x100_window_15m Generated from Dropwizard metric import (metric=vm.cpu.load.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_cpu_load_x100_window_15m summary | |
| # HELP vm_memory_pools_G1_Old_Gen_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_used_window_5m summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__used_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__used_history summary | |
| # HELP vm_memory_total_max Generated from Dropwizard metric import (metric=vm.memory.total.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b89d00) | |
| # TYPE vm_memory_total_max gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_window_5m summary | |
| # HELP vm_memory_pools_G1_Old_Gen_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_used_window_15m summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__used_window_15m summary | |
| # HELP jenkins_job_count_history Generated from Dropwizard metric import (metric=jenkins.job.count.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_job_count_history summary | |
| # HELP vm_total_started_count Generated from Dropwizard metric import (metric=vm.total_started.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4ac8) | |
| # TYPE vm_total_started_count gauge | |
| # HELP jenkins_task_execution_duration Generated from Dropwizard metric import (metric=jenkins.task.execution.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_task_execution_duration summary | |
| # HELP jenkins_queue_blocked_value Generated from Dropwizard metric import (metric=jenkins.queue.blocked.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$5) | |
| # TYPE jenkins_queue_blocked_value gauge | |
| # HELP vm_memory_pools_G1_Old_Gen_committed Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_G1_Old_Gen_committed gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__init Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__init gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__committed Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__committed gauge | |
| # HELP vm_memory_heap_init Generated from Dropwizard metric import (metric=vm.memory.heap.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8a150) | |
| # TYPE vm_memory_heap_init gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__max Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__max gauge | |
| # HELP vm_memory_pools_G1_Old_Gen_used Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_G1_Old_Gen_used gauge | |
| # HELP vm_memory_non_heap_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.non-heap.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_used_window_5m summary | |
| # HELP jenkins_job_waiting_duration Generated from Dropwizard metric import (metric=jenkins.job.waiting.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_job_waiting_duration summary | |
| # HELP vm_memory_pools_G1_Old_Gen_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_committed_window_15m summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_window_5m summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_usage_x100_window_1h summary | |
| # HELP jenkins_job_total_duration Generated from Dropwizard metric import (metric=jenkins.job.total.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_job_total_duration summary | |
| # HELP jenkins_queue_pending_value Generated from Dropwizard metric import (metric=jenkins.queue.pending.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$8) | |
| # TYPE jenkins_queue_pending_value gauge | |
| # HELP vm_memory_pools_G1_Eden_Space_committed Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_G1_Eden_Space_committed gauge | |
| # HELP vm_memory_pools_Compressed_Class_Space_max Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_max gauge | |
| # HELP vm_timed_waiting_count Generated from Dropwizard metric import (metric=vm.timed_waiting.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4228) | |
| # TYPE vm_timed_waiting_count gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__used_window_15m summary | |
| # HELP http_responseCodes_badRequest_total Generated from Dropwizard metric import (metric=http.responseCodes.badRequest, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_badRequest_total counter | |
| # HELP http_activeRequests Generated from Dropwizard metric import (metric=http.activeRequests, type=com.codahale.metrics.Counter) | |
| # TYPE http_activeRequests gauge | |
| # HELP jenkins_runs_aborted_total Generated from Dropwizard metric import (metric=jenkins.runs.aborted, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_runs_aborted_total counter | |
| # HELP vm_memory_pools_G1_Survivor_Space_used_after_gc Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.used-after-gc, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90450) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_used_after_gc gauge | |
| # HELP vm_memory_pools_Compressed_Class_Space_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_committed_window_15m summary | |
| # HELP vm_cpu_load Generated from Dropwizard metric import (metric=vm.cpu.load, type=jenkins.metrics.impl.VMMetricProviderImpl$CpuUsageGauge) | |
| # TYPE vm_cpu_load gauge | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__max Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__max gauge | |
| # HELP jenkins_health_check_duration Generated from Dropwizard metric import (metric=jenkins.health-check.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_health_check_duration summary | |
| # HELP vm_memory_non_heap_usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.non-heap.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_usage_x100_window_15m summary | |
| # HELP vm_memory_heap_usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.heap.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_usage_x100_window_1h summary | |
| # HELP vm_memory_pools_G1_Eden_Space_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_used_window_15m summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_used Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_used gauge | |
| # HELP vm_memory_pools_Metaspace_committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_committed_history summary | |
| # HELP vm_memory_total_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.total.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_committed_window_5m summary | |
| # HELP jenkins_executor_in_use_value Generated from Dropwizard metric import (metric=jenkins.executor.in-use.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$13) | |
| # TYPE jenkins_executor_in_use_value gauge | |
| # HELP vm_memory_pools_G1_Old_Gen_used_after_gc Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.used-after-gc, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90450) | |
| # TYPE vm_memory_pools_G1_Old_Gen_used_after_gc gauge | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__committed_history summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__used_window_5m summary | |
| # HELP jenkins_queue_buildable_value Generated from Dropwizard metric import (metric=jenkins.queue.buildable.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$6) | |
| # TYPE jenkins_queue_buildable_value gauge | |
| # HELP jenkins_task_scheduled_total Generated from Dropwizard metric import (metric=jenkins.task.scheduled, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_task_scheduled_total counter | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__usage Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__usage gauge | |
| # HELP jenkins_project_count_history Generated from Dropwizard metric import (metric=jenkins.project.count.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_project_count_history summary | |
| # HELP vm_memory_pools_Metaspace_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_committed_window_5m summary | |
| # HELP vm_memory_pools_Metaspace_usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_usage_x100_window_5m summary | |
| # HELP vm_deadlock_count Generated from Dropwizard metric import (metric=vm.deadlock.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4cf0) | |
| # TYPE vm_deadlock_count gauge | |
| # HELP vm_memory_pools_Metaspace_used Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_Metaspace_used gauge | |
| # HELP system_cpu_load_x100_history Generated from Dropwizard metric import (metric=system.cpu.load.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE system_cpu_load_x100_history summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__usage_x100_window_1h summary | |
| # HELP jenkins_executor_count_value Generated from Dropwizard metric import (metric=jenkins.executor.count.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$12) | |
| # TYPE jenkins_executor_count_value gauge | |
| # HELP vm_memory_pools_Compressed_Class_Space_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_used_window_1h summary | |
| # HELP kubernetes_cloud_provision_nodes Generated from Dropwizard metric import (metric=kubernetes.cloud.provision.nodes, type=com.codahale.metrics.Counter) | |
| # TYPE kubernetes_cloud_provision_nodes gauge | |
| # HELP vm_memory_pools_Compressed_Class_Space_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_used_window_15m summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_committed_history summary | |
| # HELP vm_memory_heap_used Generated from Dropwizard metric import (metric=vm.memory.heap.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8a378) | |
| # TYPE vm_memory_heap_used gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__committed Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__committed gauge | |
| # HELP vm_gc_G1_Young_Generation_count Generated from Dropwizard metric import (metric=vm.gc.G1-Young-Generation.count, type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x0000000100b93c78) | |
| # TYPE vm_gc_G1_Young_Generation_count gauge | |
| # HELP vm_memory_total_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.total.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_used_window_5m summary | |
| # HELP kubernetes_cloud_pods_created Generated from Dropwizard metric import (metric=kubernetes.cloud.pods.created, type=com.codahale.metrics.Counter) | |
| # TYPE kubernetes_cloud_pods_created gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_window_15m summary | |
| # HELP vm_memory_non_heap_committed Generated from Dropwizard metric import (metric=vm.memory.non-heap.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8b4e0) | |
| # TYPE vm_memory_non_heap_committed gauge | |
| # HELP jenkins_runs_success_total Generated from Dropwizard metric import (metric=jenkins.runs.success, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_runs_success_total counter | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__committed_window_1h summary | |
| # HELP vm_memory_pools_G1_Eden_Space_used_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_used_history summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_usage_x100_history summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__used_window_1h summary | |
| # HELP vm_memory_heap_committed Generated from Dropwizard metric import (metric=vm.memory.heap.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8a7c8) | |
| # TYPE vm_memory_heap_committed gauge | |
| # HELP vm_memory_pools_G1_Survivor_Space_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_used_window_5m summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__usage Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__usage gauge | |
| # HELP vm_memory_pools_G1_Old_Gen_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_used_window_1h summary | |
| # HELP vm_memory_pools_G1_Eden_Space_usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_usage_x100_window_5m summary | |
| # HELP vm_new_count Generated from Dropwizard metric import (metric=vm.new.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4228) | |
| # TYPE vm_new_count gauge | |
| # HELP jenkins_plugins_inactive Generated from Dropwizard metric import (metric=jenkins.plugins.inactive, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$21) | |
| # TYPE jenkins_plugins_inactive gauge | |
| # HELP jenkins_node_offline_history Generated from Dropwizard metric import (metric=jenkins.node.offline.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_node_offline_history summary | |
| # HELP system_cpu_load Generated from Dropwizard metric import (metric=system.cpu.load, type=jenkins.metrics.impl.VMMetricProviderImpl$1) | |
| # TYPE system_cpu_load gauge | |
| # HELP jenkins_node_count_history Generated from Dropwizard metric import (metric=jenkins.node.count.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_node_count_history summary | |
| # HELP vm_memory_non_heap_committed_history Generated from Dropwizard metric import (metric=vm.memory.non-heap.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_committed_history summary | |
| # HELP http_responseCodes_serverError_total Generated from Dropwizard metric import (metric=http.responseCodes.serverError, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_serverError_total counter | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_history summary | |
| # HELP vm_memory_total_used Generated from Dropwizard metric import (metric=vm.memory.total.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b89ad8) | |
| # TYPE vm_memory_total_used gauge | |
| # HELP vm_blocked_count Generated from Dropwizard metric import (metric=vm.blocked.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4228) | |
| # TYPE vm_blocked_count gauge | |
| # HELP vm_daemon_count Generated from Dropwizard metric import (metric=vm.daemon.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4678) | |
| # TYPE vm_daemon_count gauge | |
| # HELP vm_memory_non_heap_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.non-heap.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_committed_window_15m summary | |
| # HELP http_responseCodes_ok_total Generated from Dropwizard metric import (metric=http.responseCodes.ok, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_ok_total counter | |
| # HELP jenkins_project_enabled_count_history Generated from Dropwizard metric import (metric=jenkins.project.enabled.count.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_project_enabled_count_history summary | |
| # HELP vm_memory_pools_G1_Old_Gen_used_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_used_history summary | |
| # HELP jenkins_queue_size_history Generated from Dropwizard metric import (metric=jenkins.queue.size.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_queue_size_history summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__used_window_1h summary | |
| # HELP http_responseCodes_created_total Generated from Dropwizard metric import (metric=http.responseCodes.created, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_created_total counter | |
| # HELP vm_memory_pools_G1_Old_Gen_usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_usage_x100_window_1h summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_committed_window_5m summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_history summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_usage_x100_window_5m summary | |
| # HELP http_responseCodes_other_total Generated from Dropwizard metric import (metric=http.responseCodes.other, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_other_total counter | |
| # HELP vm_memory_non_heap_usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.non-heap.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_usage_x100_history summary | |
| # HELP http_responseCodes_serviceUnavailable_total Generated from Dropwizard metric import (metric=http.responseCodes.serviceUnavailable, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_serviceUnavailable_total counter | |
| # HELP jenkins_runs_not_built_total Generated from Dropwizard metric import (metric=jenkins.runs.not_built, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_runs_not_built_total counter | |
| # HELP vm_memory_pools_Metaspace_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_used_window_15m summary | |
| # HELP jenkins_job_building_duration Generated from Dropwizard metric import (metric=jenkins.job.building.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_job_building_duration summary | |
| # HELP jenkins_queue_stuck_value Generated from Dropwizard metric import (metric=jenkins.queue.stuck.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$7) | |
| # TYPE jenkins_queue_stuck_value gauge | |
| # HELP jenkins_node_online_history Generated from Dropwizard metric import (metric=jenkins.node.online.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_node_online_history summary | |
| # HELP vm_memory_heap_usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.heap.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_usage_x100_window_5m summary | |
| # HELP vm_memory_total_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.total.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_committed_window_1h summary | |
| # HELP vm_memory_total_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.total.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_used_window_15m summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_committed_window_1h summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__init Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__init gauge | |
| # HELP vm_memory_total_committed_history Generated from Dropwizard metric import (metric=vm.memory.total.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_committed_history summary | |
| # HELP vm_gc_G1_Concurrent_GC_time Generated from Dropwizard metric import (metric=vm.gc.G1-Concurrent-GC.time, type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x0000000100ba4000) | |
| # TYPE vm_gc_G1_Concurrent_GC_time gauge | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__usage Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__usage gauge | |
| # HELP vm_memory_non_heap_init Generated from Dropwizard metric import (metric=vm.memory.non-heap.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8ae68) | |
| # TYPE vm_memory_non_heap_init gauge | |
| # HELP http_requests Generated from Dropwizard metric import (metric=http.requests, type=com.codahale.metrics.Timer) | |
| # TYPE http_requests summary | |
| # HELP jenkins_queue_pending_history Generated from Dropwizard metric import (metric=jenkins.queue.pending.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_queue_pending_history summary | |
| # HELP vm_cpu_load_x100_window_1h Generated from Dropwizard metric import (metric=vm.cpu.load.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_cpu_load_x100_window_1h summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_used_window_5m summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__usage_x100_window_5m summary | |
| # HELP vm_memory_pools_G1_Old_Gen_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_committed_window_5m summary | |
| # HELP vm_gc_G1_Old_Generation_count Generated from Dropwizard metric import (metric=vm.gc.G1-Old-Generation.count, type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x0000000100b93c78) | |
| # TYPE vm_gc_G1_Old_Generation_count gauge | |
| # HELP vm_memory_pools_G1_Eden_Space_init Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_G1_Eden_Space_init gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__usage_x100_history summary | |
| # HELP jenkins_task_queuing_duration Generated from Dropwizard metric import (metric=jenkins.task.queuing.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_task_queuing_duration summary | |
| # HELP vm_memory_non_heap_max Generated from Dropwizard metric import (metric=vm.memory.non-heap.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8b2b8) | |
| # TYPE vm_memory_non_heap_max gauge | |
| # HELP vm_memory_pools_G1_Eden_Space_max Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_G1_Eden_Space_max gauge | |
| # HELP vm_memory_pools_G1_Eden_Space_used Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_G1_Eden_Space_used gauge | |
| # HELP vm_memory_pools_G1_Survivor_Space_used_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_used_history summary | |
| # HELP jenkins_queue_buildable_history Generated from Dropwizard metric import (metric=jenkins.queue.buildable.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_queue_buildable_history summary | |
| # HELP vm_memory_pools_G1_Old_Gen_committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_committed_history summary | |
| # HELP vm_memory_pools_Metaspace_init Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_Metaspace_init gauge | |
| # HELP vm_memory_non_heap_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.non-heap.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_committed_window_5m summary | |
| # HELP vm_memory_non_heap_usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.non-heap.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_usage_x100_window_1h summary | |
| # HELP jenkins_job_blocked_duration Generated from Dropwizard metric import (metric=jenkins.job.blocked.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_job_blocked_duration summary | |
| # HELP vm_memory_pools_Metaspace_committed Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_Metaspace_committed gauge | |
| # HELP vm_memory_heap_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.heap.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_used_window_15m summary | |
| # HELP vm_memory_pools_Metaspace_usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_usage_x100_window_15m summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_window_1h summary | |
| # HELP vm_memory_pools_G1_Eden_Space_usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_usage_x100_window_1h summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_init Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_init gauge | |
| # HELP vm_memory_pools_Compressed_Class_Space_committed Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_committed gauge | |
| # HELP vm_memory_pools_G1_Old_Gen_max Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_G1_Old_Gen_max gauge | |
| # HELP vm_memory_heap_max Generated from Dropwizard metric import (metric=vm.memory.heap.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8a5a0) | |
| # TYPE vm_memory_heap_max gauge | |
| # HELP http_responseCodes_noContent_total Generated from Dropwizard metric import (metric=http.responseCodes.noContent, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_noContent_total counter | |
| # HELP vm_gc_G1_Concurrent_GC_count Generated from Dropwizard metric import (metric=vm.gc.G1-Concurrent-GC.count, type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x0000000100b93c78) | |
| # TYPE vm_gc_G1_Concurrent_GC_count gauge | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__committed_window_15m summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_window_15m summary | |
| # HELP vm_class_loaded Generated from Dropwizard metric import (metric=vm.class.loaded, type=com.codahale.metrics.jvm.ClassLoadingGaugeSet$$Lambda/0x0000000100ba5140) | |
| # TYPE vm_class_loaded gauge | |
| # HELP kubernetes_cloud_pods_launched Generated from Dropwizard metric import (metric=kubernetes.cloud.pods.launched, type=com.codahale.metrics.Counter) | |
| # TYPE kubernetes_cloud_pods_launched gauge | |
| # HELP jenkins_plugins_withUpdate Generated from Dropwizard metric import (metric=jenkins.plugins.withUpdate, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$23) | |
| # TYPE jenkins_plugins_withUpdate gauge | |
| # HELP jenkins_runs_total_total Generated from Dropwizard metric import (metric=jenkins.runs.total, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_runs_total_total counter | |
| # HELP vm_memory_pools_G1_Eden_Space_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_used_window_5m summary | |
| # HELP vm_memory_heap_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.heap.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_committed_window_1h summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__used_window_5m summary | |
| # HELP vm_memory_pools_Metaspace_used_history Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_used_history summary | |
| # HELP vm_memory_pools_G1_Old_Gen_usage Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_G1_Old_Gen_usage gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__committed_window_5m summary | |
| # HELP jenkins_plugins_active Generated from Dropwizard metric import (metric=jenkins.plugins.active, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$20) | |
| # TYPE jenkins_plugins_active gauge | |
| # HELP vm_file_descriptor_ratio_x100_window_5m Generated from Dropwizard metric import (metric=vm.file.descriptor.ratio.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_file_descriptor_ratio_x100_window_5m summary | |
| # HELP vm_memory_pools_G1_Old_Gen_usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_usage_x100_window_5m summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_committed_window_1h summary | |
| # HELP vm_gc_G1_Old_Generation_time Generated from Dropwizard metric import (metric=vm.gc.G1-Old-Generation.time, type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x0000000100ba4000) | |
| # TYPE vm_gc_G1_Old_Generation_time gauge | |
| # HELP kubernetes_cloud_pods_terminated Generated from Dropwizard metric import (metric=kubernetes.cloud.pods.terminated, type=com.codahale.metrics.Counter) | |
| # TYPE kubernetes_cloud_pods_terminated gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__usage_x100_window_15m summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_init Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_init gauge | |
| # HELP vm_memory_pools_G1_Survivor_Space_committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_committed_history summary | |
| # HELP vm_memory_pools_G1_Eden_Space_usage Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_G1_Eden_Space_usage gauge | |
| # HELP vm_memory_pools_G1_Survivor_Space_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_used_window_15m summary | |
| # HELP vm_runnable_count Generated from Dropwizard metric import (metric=vm.runnable.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4228) | |
| # TYPE vm_runnable_count gauge | |
| # HELP jenkins_job_buildable_duration Generated from Dropwizard metric import (metric=jenkins.job.buildable.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_job_buildable_duration summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__used_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__used_history summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_usage_x100_window_5m summary | |
| # HELP jenkins_queue_stuck_history Generated from Dropwizard metric import (metric=jenkins.queue.stuck.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_queue_stuck_history summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_window_15m summary | |
| # HELP vm_memory_pools_G1_Eden_Space_usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_usage_x100_window_15m summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_committed_window_5m summary | |
| # HELP vm_memory_pools_G1_Eden_Space_usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_usage_x100_history summary | |
| # HELP vm_memory_pools_G1_Old_Gen_usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_usage_x100_window_15m summary | |
| # HELP jenkins_job_queuing_duration Generated from Dropwizard metric import (metric=jenkins.job.queuing.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_job_queuing_duration summary | |
| # HELP system_cpu_load_x100_window_5m Generated from Dropwizard metric import (metric=system.cpu.load.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE system_cpu_load_x100_window_5m summary | |
| # HELP jenkins_project_enabled_count_value Generated from Dropwizard metric import (metric=jenkins.project.enabled.count.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$18) | |
| # TYPE jenkins_project_enabled_count_value gauge | |
| # HELP vm_memory_total_committed Generated from Dropwizard metric import (metric=vm.memory.total.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b89f28) | |
| # TYPE vm_memory_total_committed gauge | |
| # HELP vm_memory_total_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.total.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_committed_window_15m summary | |
| # HELP vm_memory_pools_G1_Eden_Space_used_after_gc Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.used-after-gc, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90450) | |
| # TYPE vm_memory_pools_G1_Eden_Space_used_after_gc gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__max Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__max gauge | |
| # HELP vm_memory_heap_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.heap.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_used_window_5m summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_used_history Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_used_history summary | |
| # HELP vm_memory_pools_Metaspace_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_committed_window_15m summary | |
| # HELP jenkins_job_averageDepth Generated from Dropwizard metric import (metric=jenkins.job.averageDepth, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$16) | |
| # TYPE jenkins_job_averageDepth gauge | |
| # HELP vm_peak_count Generated from Dropwizard metric import (metric=vm.peak.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba48a0) | |
| # TYPE vm_peak_count gauge | |
| # HELP vm_waiting_count Generated from Dropwizard metric import (metric=vm.waiting.count, type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x0000000100ba4228) | |
| # TYPE vm_waiting_count gauge | |
| # HELP vm_uptime_milliseconds Generated from Dropwizard metric import (metric=vm.uptime.milliseconds, type=jenkins.metrics.impl.VMMetricProviderImpl$2) | |
| # TYPE vm_uptime_milliseconds gauge | |
| # HELP vm_cpu_load_x100_window_5m Generated from Dropwizard metric import (metric=vm.cpu.load.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_cpu_load_x100_window_5m summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_usage_x100_window_15m summary | |
| # HELP vm_memory_pools_G1_Eden_Space_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_committed_window_5m summary | |
| # HELP vm_memory_pools_G1_Old_Gen_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_committed_window_1h summary | |
| # HELP jenkins_runs_failure_total Generated from Dropwizard metric import (metric=jenkins.runs.failure, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_runs_failure_total counter | |
| # HELP vm_memory_total_init Generated from Dropwizard metric import (metric=vm.memory.total.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b898b0) | |
| # TYPE vm_memory_total_init gauge | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__used Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__used gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__used Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__used gauge | |
| # HELP vm_gc_G1_Young_Generation_time Generated from Dropwizard metric import (metric=vm.gc.G1-Young-Generation.time, type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x0000000100ba4000) | |
| # TYPE vm_gc_G1_Young_Generation_time gauge | |
| # HELP vm_memory_non_heap_usage Generated from Dropwizard metric import (metric=vm.memory.non-heap.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$2) | |
| # TYPE vm_memory_non_heap_usage gauge | |
| # HELP vm_memory_pools_Metaspace_max Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_Metaspace_max gauge | |
| # HELP jenkins_task_buildable_duration Generated from Dropwizard metric import (metric=jenkins.task.buildable.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_task_buildable_duration summary | |
| # HELP jenkins_node_offline_value Generated from Dropwizard metric import (metric=jenkins.node.offline.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$11) | |
| # TYPE jenkins_node_offline_value gauge | |
| # HELP vm_memory_pools_G1_Eden_Space_committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_committed_history summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_usage_x100_window_15m summary | |
| # HELP vm_memory_pools_Metaspace_used_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.used.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_used_window_5m summary | |
| # HELP jenkins_node_builds Generated from Dropwizard metric import (metric=jenkins.node.builds, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_node_builds summary | |
| # HELP vm_file_descriptor_ratio_x100_window_15m Generated from Dropwizard metric import (metric=vm.file.descriptor.ratio.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_file_descriptor_ratio_x100_window_15m summary | |
| # HELP vm_memory_non_heap_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.non-heap.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_committed_window_1h summary | |
| # HELP vm_memory_non_heap_usage_x100_window_5m Generated from Dropwizard metric import (metric=vm.memory.non-heap.usage.x100.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_usage_x100_window_5m summary | |
| # HELP jenkins_health_check_score Generated from Dropwizard metric import (metric=jenkins.health-check.score, type=jenkins.metrics.api.Metrics$HealthChecker$2) | |
| # TYPE jenkins_health_check_score gauge | |
| # HELP vm_memory_pools_G1_Survivor_Space_committed Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_committed gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__committed_window_5m summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__used Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__used gauge | |
| # HELP vm_memory_pools_G1_Eden_Space_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_committed_window_15m summary | |
| # HELP vm_memory_non_heap_used_window_15m Generated from Dropwizard metric import (metric=vm.memory.non-heap.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_used_window_15m summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__committed_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__committed_history summary | |
| # HELP vm_memory_heap_usage Generated from Dropwizard metric import (metric=vm.memory.heap.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$1) | |
| # TYPE vm_memory_heap_usage gauge | |
| # HELP vm_memory_heap_used_history Generated from Dropwizard metric import (metric=vm.memory.heap.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_used_history summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_usage Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_usage gauge | |
| # HELP vm_memory_heap_committed_history Generated from Dropwizard metric import (metric=vm.memory.heap.committed.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_committed_history summary | |
| # HELP jenkins_task_waiting_duration Generated from Dropwizard metric import (metric=jenkins.task.waiting.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_task_waiting_duration summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__usage_x100_window_1h summary | |
| # HELP vm_memory_heap_usage_x100_window_15m Generated from Dropwizard metric import (metric=vm.memory.heap.usage.x100.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_usage_x100_window_15m summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_window_1h summary | |
| # HELP jenkins_project_disabled_count_value Generated from Dropwizard metric import (metric=jenkins.project.disabled.count.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$19) | |
| # TYPE jenkins_project_disabled_count_value gauge | |
| # HELP vm_memory_non_heap_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.non-heap.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_used_window_1h summary | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__used_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__used_history summary | |
| # HELP jenkins_health_check_inverse_score Generated from Dropwizard metric import (metric=jenkins.health-check.inverse-score, type=jenkins.metrics.api.Metrics$HealthCheckMetricsProvider$1) | |
| # TYPE jenkins_health_check_inverse_score gauge | |
| # HELP vm_file_descriptor_ratio_x100_history Generated from Dropwizard metric import (metric=vm.file.descriptor.ratio.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_file_descriptor_ratio_x100_history summary | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__committed Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.committed, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90000) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__committed gauge | |
| # HELP jenkins_node_count_value Generated from Dropwizard metric import (metric=jenkins.node.count.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$9) | |
| # TYPE jenkins_node_count_value gauge | |
| # HELP vm_memory_pools_G1_Eden_Space_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_used_window_1h summary | |
| # HELP vm_memory_heap_committed_window_5m Generated from Dropwizard metric import (metric=vm.memory.heap.committed.window.5m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_committed_window_5m summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_usage Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.usage, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_usage gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__committed_window_1h summary | |
| # HELP vm_file_descriptor_ratio_x100_window_1h Generated from Dropwizard metric import (metric=vm.file.descriptor.ratio.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_file_descriptor_ratio_x100_window_1h summary | |
| # HELP vm_memory_non_heap_used Generated from Dropwizard metric import (metric=vm.memory.non-heap.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8b090) | |
| # TYPE vm_memory_non_heap_used gauge | |
| # HELP jenkins_project_disabled_count_history Generated from Dropwizard metric import (metric=jenkins.project.disabled.count.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_project_disabled_count_history summary | |
| # HELP jenkins_queue_size_value Generated from Dropwizard metric import (metric=jenkins.queue.size.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$4) | |
| # TYPE jenkins_queue_size_value gauge | |
| # HELP jenkins_executor_count_history Generated from Dropwizard metric import (metric=jenkins.executor.count.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_executor_count_history summary | |
| # HELP jenkins_node_online_value Generated from Dropwizard metric import (metric=jenkins.node.online.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$10) | |
| # TYPE jenkins_node_online_value gauge | |
| # HELP vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-profiled-nmethods'.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_profiled_nmethods__usage_x100_history summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_usage_x100_window_1h summary | |
| # HELP jenkins_health_check_count Generated from Dropwizard metric import (metric=jenkins.health-check.count, type=jenkins.metrics.api.Metrics$HealthChecker$1) | |
| # TYPE jenkins_health_check_count gauge | |
| # HELP vm_memory_pools_G1_Survivor_Space_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_committed_window_15m summary | |
| # HELP jenkins_executor_free_value Generated from Dropwizard metric import (metric=jenkins.executor.free.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$14) | |
| # TYPE jenkins_executor_free_value gauge | |
| # HELP vm_memory_pools_CodeHeap__profiled_nmethods__used_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'profiled-nmethods'.used.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__profiled_nmethods__used_window_15m summary | |
| # HELP vm_memory_heap_committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.heap.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_committed_window_15m summary | |
| # HELP system_cpu_load_x100_window_1h Generated from Dropwizard metric import (metric=system.cpu.load.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE system_cpu_load_x100_window_1h summary | |
| # HELP jenkins_job_execution_time Generated from Dropwizard metric import (metric=jenkins.job.execution.time, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_job_execution_time summary | |
| # HELP vm_memory_total_used_history Generated from Dropwizard metric import (metric=vm.memory.total.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_total_used_history summary | |
| # HELP jenkins_task_blocked_duration Generated from Dropwizard metric import (metric=jenkins.task.blocked.duration, type=com.codahale.metrics.Timer) | |
| # TYPE jenkins_task_blocked_duration summary | |
| # HELP vm_memory_non_heap_used_history Generated from Dropwizard metric import (metric=vm.memory.non-heap.used.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_non_heap_used_history summary | |
| # HELP vm_memory_pools_Compressed_Class_Space_used Generated from Dropwizard metric import (metric=vm.memory.pools.Compressed-Class-Space.used, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bdb0) | |
| # TYPE vm_memory_pools_Compressed_Class_Space_used gauge | |
| # HELP vm_memory_pools_Metaspace_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_committed_window_1h summary | |
| # HELP vm_memory_pools_G1_Survivor_Space_max Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Survivor-Space.max, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b8bb88) | |
| # TYPE vm_memory_pools_G1_Survivor_Space_max gauge | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__used_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__used_window_1h summary | |
| # HELP vm_memory_heap_usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.heap.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_usage_x100_history summary | |
| # HELP vm_memory_heap_used_window_1h Generated from Dropwizard metric import (metric=vm.memory.heap.used.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_heap_used_window_1h summary | |
| # HELP http_responseCodes_notModified_total Generated from Dropwizard metric import (metric=http.responseCodes.notModified, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_notModified_total counter | |
| # HELP vm_memory_pools_Metaspace_usage_x100_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.Metaspace.usage.x100.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_Metaspace_usage_x100_window_1h summary | |
| # HELP http_responseCodes_notFound_total Generated from Dropwizard metric import (metric=http.responseCodes.notFound, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_notFound_total counter | |
| # HELP vm_memory_pools_G1_Old_Gen_usage_x100_history Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.usage.x100.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Old_Gen_usage_x100_history summary | |
| # HELP vm_memory_pools_CodeHeap__non_nmethods__committed_window_15m Generated from Dropwizard metric import (metric=vm.memory.pools.CodeHeap-'non-nmethods'.committed.window.15m, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_CodeHeap__non_nmethods__committed_window_15m summary | |
| # HELP vm_memory_pools_G1_Old_Gen_init Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Old-Gen.init, type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x0000000100b90228) | |
| # TYPE vm_memory_pools_G1_Old_Gen_init gauge | |
| # HELP jenkins_project_count_value Generated from Dropwizard metric import (metric=jenkins.project.count.value, type=jenkins.metrics.impl.JenkinsMetricProviderImpl$17) | |
| # TYPE jenkins_project_count_value gauge | |
| # HELP jenkins_job_scheduled_total Generated from Dropwizard metric import (metric=jenkins.job.scheduled, type=com.codahale.metrics.Meter) | |
| # TYPE jenkins_job_scheduled_total counter | |
| # HELP vm_class_unloaded Generated from Dropwizard metric import (metric=vm.class.unloaded, type=com.codahale.metrics.jvm.ClassLoadingGaugeSet$$Lambda/0x0000000100ba5368) | |
| # TYPE vm_class_unloaded gauge | |
| # HELP vm_file_descriptor_ratio Generated from Dropwizard metric import (metric=vm.file.descriptor.ratio, type=com.codahale.metrics.jvm.FileDescriptorRatioGauge) | |
| # TYPE vm_file_descriptor_ratio gauge | |
| # HELP jenkins_executor_in_use_history Generated from Dropwizard metric import (metric=jenkins.executor.in-use.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_executor_in_use_history summary | |
| # HELP jenkins_executor_free_history Generated from Dropwizard metric import (metric=jenkins.executor.free.history, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE jenkins_executor_free_history summary | |
| # HELP vm_memory_pools_G1_Eden_Space_committed_window_1h Generated from Dropwizard metric import (metric=vm.memory.pools.G1-Eden-Space.committed.window.1h, type=jenkins.metrics.util.AutoSamplingHistogram) | |
| # TYPE vm_memory_pools_G1_Eden_Space_committed_window_1h summary | |
| # HELP http_responseCodes_forbidden_total Generated from Dropwizard metric import (metric=http.responseCodes.forbidden, type=com.codahale.metrics.Meter) | |
| # TYPE http_responseCodes_forbidden_total counter | |
| # HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds. | |
| # TYPE jvm_gc_collection_seconds summary | |
| # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. | |
| # TYPE process_cpu_seconds_total counter | |
| # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. | |
| # TYPE process_start_time_seconds gauge | |
| # HELP process_open_fds Number of open file descriptors. | |
| # TYPE process_open_fds gauge | |
| # HELP process_max_fds Maximum number of open file descriptors. | |
| # TYPE process_max_fds gauge | |
| # HELP process_virtual_memory_bytes Virtual memory size in bytes. | |
| # TYPE process_virtual_memory_bytes gauge | |
| # HELP process_resident_memory_bytes Resident memory size in bytes. | |
| # TYPE process_resident_memory_bytes gauge | |
| # HELP jvm_classes_currently_loaded The number of classes that are currently loaded in the JVM | |
| # TYPE jvm_classes_currently_loaded gauge | |
| # HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution | |
| # TYPE jvm_classes_loaded_total counter | |
| # HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution | |
| # TYPE jvm_classes_unloaded_total counter | |
| # HELP jvm_info VM version info | |
| # TYPE jvm_info gauge | |
| # HELP jvm_memory_pool_allocated_bytes_total Total bytes allocated in a given JVM memory pool. Only updated after GC, not continuously. | |
| # TYPE jvm_memory_pool_allocated_bytes_total counter | |
| # HELP default_jenkins_disk_usage_bytes Disk usage of first level folder in JENKINS_HOME in bytes | |
| # TYPE default_jenkins_disk_usage_bytes gauge | |
| # HELP default_jenkins_disk_usage_file_count Disk usage file count of the first level folder in JENKINS_HOME | |
| # TYPE default_jenkins_disk_usage_file_count gauge | |
| # HELP default_jenkins_job_usage_bytes Amount of disk usage (bytes) for each job in Jenkins | |
| # TYPE default_jenkins_job_usage_bytes gauge | |
| # HELP default_jenkins_file_store_capacity_bytes Total size in bytes of the file stores used by Jenkins | |
| # TYPE default_jenkins_file_store_capacity_bytes gauge | |
| # HELP default_jenkins_file_store_available_bytes Estimated available space on the file stores used by Jenkins | |
| # TYPE default_jenkins_file_store_available_bytes gauge | |
| # HELP default_jenkins_builds_duration_milliseconds_summary_created Summary of Jenkins build times in milliseconds by Job | |
| # TYPE default_jenkins_builds_duration_milliseconds_summary_created gauge | |
| # HELP default_jenkins_builds_failed_build_count_created Failed build count | |
| # TYPE default_jenkins_builds_failed_build_count_created gauge | |
| # HELP default_jenkins_builds_last_stage_duration_milliseconds_summary_created Summary of Jenkins build times by Job and Stage in the last build | |
| # TYPE default_jenkins_builds_last_stage_duration_milliseconds_summary_created gauge | |
| # HELP default_jenkins_builds_success_build_count_created Successful build count | |
| # TYPE default_jenkins_builds_success_build_count_created gauge | |
| # HELP default_jenkins_builds_total_build_count_created Total build count | |
| # TYPE default_jenkins_builds_total_build_count_created gauge | |
| # HELP default_jenkins_builds_unstable_build_count_created Unstable build count | |
| # TYPE default_jenkins_builds_unstable_build_count_created gauge | |
| # HELP jvm_memory_pool_allocated_bytes_created Total bytes allocated in a given JVM memory pool. Only updated after GC, not continuously. | |
| # TYPE jvm_memory_pool_allocated_bytes_created gauge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment