Skip to content

Commit 8cc71d8

Browse files
add up to date metric list
1 parent ad6a704 commit 8cc71d8

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

gitlab_runner/metadata.csv

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric
2+
gitlab_runner.acceptable_job_queuing_duration_exceeded_total,count,,request,,Counts how often jobs exceed the configured queuing time threshold,0,gitlab_runner,acceptable job queuing duration exceeded total,
3+
gitlab_runner.api_request_duration_seconds_bucket,gauge,,request,second,Latency histogram of API requests made by GitLab Runner,0,gitlab_runner,api request duration time,
4+
gitlab_runner.api_request_duration_seconds_count,gauge,,request,second,Latency histogram of API requests made by GitLab Runner,0,gitlab_runner,api request duration time count,
5+
gitlab_runner.api_request_duration_seconds_sum,gauge,,request,second,Latency histogram of API requests made by GitLab Runner,0,gitlab_runner,api request duration time sum,
6+
gitlab_runner.api_request_statuses_total,count,,request,,"The total number of api requests, partitioned by runner, system_id, endpoint and status.",0,gitlab_runner,api request statuses total,
7+
gitlab_runner.autoscaling_machine_creation_duration_seconds_bucket,gauge,,request,second,Histogram of machine creation time.,0,gitlab_runner,autoscaling machine creation duration time,
8+
gitlab_runner.autoscaling_machine_creation_duration_seconds_count,gauge,,request,second,Histogram of machine creation time.,0,gitlab_runner,autoscaling machine creation duration time count,
9+
gitlab_runner.autoscaling_machine_creation_duration_seconds_sum,gauge,,request,second,Histogram of machine creation time.,0,gitlab_runner,autoscaling machine creation duration time sum,
10+
gitlab_runner.autoscaling_machine_failed_creation_duration_seconds_bucket,gauge,,request,second,Histogram of machine failed creation timings,0,gitlab_runner,autoscaling machine failed creation duration time,
11+
gitlab_runner.autoscaling_machine_failed_creation_duration_seconds_count,gauge,,request,second,Histogram of machine failed creation timings,0,gitlab_runner,autoscaling machine failed creation duration time count,
12+
gitlab_runner.autoscaling_machine_failed_creation_duration_seconds_sum,gauge,,request,second,Histogram of machine failed creation timings,0,gitlab_runner,autoscaling machine failed creation duration time sum,
13+
gitlab_runner.autoscaling_machine_removal_duration_seconds_bucket,gauge,,request,second,Histogram of machine removal time.,0,gitlab_runner,autoscaling machine removal duration time,
14+
gitlab_runner.autoscaling_machine_removal_duration_seconds_count,gauge,,request,second,Histogram of machine removal time.,0,gitlab_runner,autoscaling machine removal duration time count,
15+
gitlab_runner.autoscaling_machine_removal_duration_seconds_sum,gauge,,request,second,Histogram of machine removal time.,0,gitlab_runner,autoscaling machine removal duration time sum,
16+
gitlab_runner.autoscaling_machine_states,gauge,,,,The current number of machines per state in this provider.,0,gitlab_runner,autoscaling machine states,
17+
gitlab_runner.autoscaling_machine_stopping_duration_seconds_bucket,gauge,,request,second,Histogram of machine stopping time.,0,gitlab_runner,autoscaling machine stopping duration time,
18+
gitlab_runner.autoscaling_machine_stopping_duration_seconds_count,gauge,,request,second,Histogram of machine stopping time.,0,gitlab_runner,autoscaling machine stopping duration time count,
19+
gitlab_runner.autoscaling_machine_stopping_duration_seconds_sum,gauge,,request,second,Histogram of machine stopping time.,0,gitlab_runner,autoscaling machine stopping duration time sum,
220
gitlab_runner.ci_docker_machines_provider_machine_creation_duration_seconds_bucket,gauge,,request,second,A histogram of Docker machine creation time. Applies to GitLab Runner < 1.11.0,0,gitlab_runner,docker machine creation time,
321
gitlab_runner.ci_docker_machines_provider_machine_creation_duration_seconds_count,gauge,,request,second,The count of Docker machine creation time. Applies to GitLab Runner < 1.11.0,0,gitlab_runner,count docker machine creation time,
422
gitlab_runner.ci_docker_machines_provider_machine_creation_duration_seconds_sum,gauge,,request,second,The sum of Docker machine creation time. Applies to GitLab Runner < 1.11.0,0,gitlab_runner,sum docker machine creation time,
@@ -10,6 +28,39 @@ gitlab_runner.ci_ssh_docker_machines_provider_machine_creation_duration_seconds_
1028
gitlab_runner.ci_ssh_docker_machines_provider_machine_creation_duration_seconds_count,gauge,,request,second,The count of SSH Docker machine creation time. Applies to GitLab Runner < 1.11.0,0,gitlab_runner,count ssh docker machine creation time,
1129
gitlab_runner.ci_ssh_docker_machines_provider_machine_creation_duration_seconds_sum,gauge,,request,second,The sum of SSH Docker machine creation time. Applies to GitLab Runner < 1.11.0,0,gitlab_runner,sum ssh docker machine creation time,
1230
gitlab_runner.ci_ssh_docker_machines_provider_machine_states,gauge,,request,second,The current number of SSH machines per state in this ssh provider. Applies to GitLab Runner < 1.11.0,0,gitlab_runner,total ssh docker machines per state,
31+
gitlab_runner.concurrent,gauge,,,,The current value of concurrent setting,0,gitlab_runner,concurrent,
32+
gitlab_runner.configuration_loaded_total,count,,request,,Total number of times the configuration file was loaded by Runner process,0,gitlab_runner,configuration loaded total,
33+
gitlab_runner.configuration_loading_error_total,count,,request,,Total number of times the configuration file was not loaded by Runner process due to errors,0,gitlab_runner,configuration loading error total,
34+
gitlab_runner.configuration_saved_total,count,,request,,Total number of times the configuration file was saved by Runner process,0,gitlab_runner,configuration saved total,
35+
gitlab_runner.configuration_saving_error_total,count,,request,,Total number of times the configuration file was not saved by Runner process due to errors,0,gitlab_runner,configuration saving error total,
36+
gitlab_runner.errors_total,count,,request,,The number of caught errors.,0,gitlab_runner,errors total,
37+
gitlab_runner.failed_jobs_total,count,,request,,Total number of failed jobs,0,gitlab_runner,failed jobs total,
38+
gitlab_runner.fleeting_provisioner_instance_creation_time_seconds_bucket,gauge,,request,second,Histogram of instance creation times,0,gitlab_runner,fleeting provisioner instance creation time time,
39+
gitlab_runner.fleeting_provisioner_instance_creation_time_seconds_count,gauge,,request,second,Histogram of instance creation times,0,gitlab_runner,fleeting provisioner instance creation time time count,
40+
gitlab_runner.fleeting_provisioner_instance_creation_time_seconds_sum,gauge,,request,second,Histogram of instance creation times,0,gitlab_runner,fleeting provisioner instance creation time time sum,
41+
gitlab_runner.fleeting_provisioner_instance_deletion_time_seconds_bucket,gauge,,request,second,Histogram of instance deletion times,0,gitlab_runner,fleeting provisioner instance deletion time time,
42+
gitlab_runner.fleeting_provisioner_instance_deletion_time_seconds_count,gauge,,request,second,Histogram of instance deletion times,0,gitlab_runner,fleeting provisioner instance deletion time time count,
43+
gitlab_runner.fleeting_provisioner_instance_deletion_time_seconds_sum,gauge,,request,second,Histogram of instance deletion times,0,gitlab_runner,fleeting provisioner instance deletion time time sum,
44+
gitlab_runner.fleeting_provisioner_instance_is_running_time_seconds_bucket,gauge,,request,second,Histogram of duration for the instance to ender running state,0,gitlab_runner,fleeting provisioner instance is running time time,
45+
gitlab_runner.fleeting_provisioner_instance_is_running_time_seconds_count,gauge,,request,second,Histogram of duration for the instance to ender running state,0,gitlab_runner,fleeting provisioner instance is running time time count,
46+
gitlab_runner.fleeting_provisioner_instance_is_running_time_seconds_sum,gauge,,request,second,Histogram of duration for the instance to ender running state,0,gitlab_runner,fleeting provisioner instance is running time time sum,
47+
gitlab_runner.fleeting_provisioner_instance_life_duration_seconds_bucket,gauge,,request,second,Histogram of instance's life durations,0,gitlab_runner,fleeting provisioner instance life duration time,
48+
gitlab_runner.fleeting_provisioner_instance_life_duration_seconds_count,gauge,,request,second,Histogram of instance's life durations,0,gitlab_runner,fleeting provisioner instance life duration time count,
49+
gitlab_runner.fleeting_provisioner_instance_life_duration_seconds_sum,gauge,,request,second,Histogram of instance's life durations,0,gitlab_runner,fleeting provisioner instance life duration time sum,
50+
gitlab_runner.fleeting_provisioner_instance_operations_total,count,,request,,Counter of total operations performed on instances,0,gitlab_runner,fleeting provisioner instance operations total,
51+
gitlab_runner.fleeting_provisioner_instances,gauge,,,,Current number of instances in different states,0,gitlab_runner,fleeting provisioner instances,
52+
gitlab_runner.fleeting_provisioner_internal_operations_total,count,,request,,Counter of total internal operations handled by provisioner,0,gitlab_runner,fleeting provisioner internal operations total,
53+
gitlab_runner.fleeting_provisioner_max_instances,gauge,,,,Maximum number of instances allowed for fleeting to maintain,0,gitlab_runner,fleeting provisioner max instances,
54+
gitlab_runner.fleeting_provisioner_missed_updates_total,count,,request,,Counter of total times an instance reached the 'missed_update' state,0,gitlab_runner,fleeting provisioner missed updates total,
55+
gitlab_runner.fleeting_taskscaler_desired_instances,gauge,,,,Current number of desired instances (negative means number of instances that should be requested for deletion),0,gitlab_runner,fleeting taskscaler desired instances,
56+
gitlab_runner.fleeting_taskscaler_max_tasks_per_instance,gauge,,,,Maximum number of tasks executed on a single instance,0,gitlab_runner,fleeting taskscaler max tasks per instance,
57+
gitlab_runner.fleeting_taskscaler_max_use_count_per_instance,gauge,,,,Maximum number of times the instance can be used,0,gitlab_runner,fleeting taskscaler max use count per instance,
58+
gitlab_runner.fleeting_taskscaler_scale_operations_total,count,,request,,Total number of tasks scaling operations,0,gitlab_runner,fleeting taskscaler scale operations total,
59+
gitlab_runner.fleeting_taskscaler_task_instance_readiness_time_seconds_bucket,gauge,,request,second,Histogram of task instance readiness times,0,gitlab_runner,fleeting taskscaler task instance readiness time time,
60+
gitlab_runner.fleeting_taskscaler_task_instance_readiness_time_seconds_count,gauge,,request,second,Histogram of task instance readiness times,0,gitlab_runner,fleeting taskscaler task instance readiness time time count,
61+
gitlab_runner.fleeting_taskscaler_task_instance_readiness_time_seconds_sum,gauge,,request,second,Histogram of task instance readiness times,0,gitlab_runner,fleeting taskscaler task instance readiness time time sum,
62+
gitlab_runner.fleeting_taskscaler_task_operations_total,count,,request,,Counter of total operations performed on instances,0,gitlab_runner,fleeting taskscaler task operations total,
63+
gitlab_runner.fleeting_taskscaler_tasks,gauge,,,,Current number of tasks in different states,0,gitlab_runner,fleeting taskscaler tasks,
1364
gitlab_runner.gitlab_runner_autoscaling_machine_creation_duration_seconds,gauge,,request,second,A histogram of Docker machine creation time. Applies to GitLab Runner 1.11.0+,0,gitlab_runner,auto docker machine creation time,
1465
gitlab_runner.gitlab_runner_autoscaling_machine_states,gauge,,request,second,The current number of machines per state in this provider. Applies to GitLab Runner 1.11.0+,0,gitlab_runner,auto total docker machines per state,
1566
gitlab_runner.gitlab_runner_errors_total,count,,request,second,The number of caught errors. Applies to GitLab Runner 1.11.0+,0,gitlab_runner,errors,
@@ -19,7 +70,10 @@ gitlab_runner.gitlab_runner_version_info,gauge,,request,,A metric with a constan
1970
gitlab_runner.go_gc_duration_seconds,gauge,,request,second,A summary of the GC invocation durations,0,gitlab_runner,gc duration,
2071
gitlab_runner.go_gc_duration_seconds_count,gauge,,request,second,The count of the GC invocation durations,0,gitlab_runner,count gc duration,
2172
gitlab_runner.go_gc_duration_seconds_sum,gauge,,request,second,The sum of the GC invocation durations,0,gitlab_runner,sum gc duration,
73+
gitlab_runner.go_gc_gogc_percent,gauge,,,,"Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent",0,gitlab_runner,go gc gogc percent,
74+
gitlab_runner.go_gc_gomemlimit_bytes,gauge,,byte,,"Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes",0,gitlab_runner,go gc gomemlimit bytes,
2275
gitlab_runner.go_goroutines,gauge,,request,second,The number of goroutines that currently exist,0,gitlab_runner,goroutines,
76+
gitlab_runner.go_info,gauge,,,,Information about the Go environment.,0,gitlab_runner,go info,
2377
gitlab_runner.go_memstats_alloc_bytes,gauge,,byte,,The number of bytes allocated and still in use,0,gitlab_runner,bytes allocated in use,
2478
gitlab_runner.go_memstats_alloc_bytes_total,count,,byte,,The total number of bytes allocated,0,gitlab_runner,bytes allocated,
2579
gitlab_runner.go_memstats_buck_hash_sys_bytes,gauge,,byte,,The number of bytes used by the profiling bucket hash table,0,gitlab_runner,bytes profiling bucket,
@@ -29,6 +83,7 @@ gitlab_runner.go_memstats_heap_alloc_bytes,gauge,,byte,,The number of heap bytes
2983
gitlab_runner.go_memstats_heap_idle_bytes,gauge,,byte,,The number of heap bytes waiting to be used,0,gitlab_runner,heap bytes unused,
3084
gitlab_runner.go_memstats_heap_inuse_bytes,gauge,,byte,,The number of heap bytes that are in use,0,gitlab_runner,heap bytes in use,
3185
gitlab_runner.go_memstats_heap_objects,gauge,,request,,The number of allocated objects,0,gitlab_runner,allocated objects,
86+
gitlab_runner.go_memstats_heap_released_bytes,gauge,,byte,,Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.,0,gitlab_runner,go memstats heap released bytes,
3287
gitlab_runner.go_memstats_heap_released_bytes_total,count,,byte,,The total number of heap bytes released to OS,0,gitlab_runner,heap bytes released,
3388
gitlab_runner.go_memstats_heap_sys_bytes,gauge,,byte,,The number of heap bytes obtained from system,0,gitlab_runner,heap bytes obtained,
3489
gitlab_runner.go_memstats_last_gc_time_seconds,gauge,,request,,The number of seconds since 1970 of last garbage collection,0,gitlab_runner,epoch since last gc,
@@ -43,9 +98,35 @@ gitlab_runner.go_memstats_other_sys_bytes,gauge,,byte,,The number of bytes used
4398
gitlab_runner.go_memstats_stack_inuse_bytes,gauge,,byte,,The number of bytes in use by the stack allocator,0,gitlab_runner,bytes stack allocator,
4499
gitlab_runner.go_memstats_stack_sys_bytes,gauge,,byte,,The number of bytes obtained from system for stack allocator,0,gitlab_runner,bytes stack allocator from sys,
45100
gitlab_runner.go_memstats_sys_bytes,gauge,,byte,,The number of bytes obtained by system. Sum of all system allocations,0,gitlab_runner,sum system allocations,
101+
gitlab_runner.go_sched_gomaxprocs_threads,gauge,,,,"The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads",0,gitlab_runner,go sched gomaxprocs threads,
102+
gitlab_runner.go_threads,gauge,,,,Number of OS threads created.,0,gitlab_runner,go threads,
103+
gitlab_runner.job_duration_seconds_bucket,gauge,,request,second,Histogram of job durations,0,gitlab_runner,job duration time,
104+
gitlab_runner.job_duration_seconds_count,gauge,,request,second,Histogram of job durations,0,gitlab_runner,job duration time count,
105+
gitlab_runner.job_duration_seconds_sum,gauge,,request,second,Histogram of job durations,0,gitlab_runner,job duration time sum,
106+
gitlab_runner.job_queue_duration_seconds_bucket,gauge,,request,second,A histogram representing job queue duration.,0,gitlab_runner,job queue duration time,
107+
gitlab_runner.job_queue_duration_seconds_count,gauge,,request,second,A histogram representing job queue duration.,0,gitlab_runner,job queue duration time count,
108+
gitlab_runner.job_queue_duration_seconds_sum,gauge,,request,second,A histogram representing job queue duration.,0,gitlab_runner,job queue duration time sum,
109+
gitlab_runner.jobs,gauge,,,,The current number of running builds.,0,gitlab_runner,jobs,
110+
gitlab_runner.jobs_total,count,,request,,Total number of handled jobs,0,gitlab_runner,jobs total,
111+
gitlab_runner.limit,gauge,,,,The current value of concurrent setting,0,gitlab_runner,limit,
46112
gitlab_runner.process_cpu_seconds_total,count,,request,second,The total user and system CPU time spent in seconds,0,gitlab_runner,user and system cpu time,
47113
gitlab_runner.process_max_fds,gauge,,request,,The maximum number of open file descriptors,0,gitlab_runner,max fds,
114+
gitlab_runner.process_network_receive_bytes_total,count,,byte,,Number of bytes received by the process over the network.,0,gitlab_runner,process network receive bytes total,
115+
gitlab_runner.process_network_transmit_bytes_total,count,,byte,,Number of bytes sent by the process over the network.,0,gitlab_runner,process network transmit bytes total,
48116
gitlab_runner.process_open_fds,gauge,,request,,The number of open file descriptors,0,gitlab_runner,open fds,
49117
gitlab_runner.process_resident_memory_bytes,gauge,,byte,,The resident memory size in bytes,0,gitlab_runner,rss bytes,
50118
gitlab_runner.process_start_time_seconds,gauge,,request,second,The start time of the process since unix epoch in seconds,0,gitlab_runner,epoch time since start,
51119
gitlab_runner.process_virtual_memory_bytes,gauge,,byte,,The virtual memory size in bytes,0,gitlab_runner,virtual memory bytes,
120+
gitlab_runner.process_virtual_memory_max_bytes,gauge,,byte,,Maximum amount of virtual memory available in bytes.,0,gitlab_runner,process virtual memory max bytes,
121+
gitlab_runner.request_concurrency,gauge,,,,The current number of concurrent requests for a new job,0,gitlab_runner,request concurrency,
122+
gitlab_runner.request_concurrency_adaptive_limit,gauge,,,,Computed adaptive request concurrency limit,0,gitlab_runner,request concurrency adaptive limit,
123+
gitlab_runner.request_concurrency_exceeded_total,count,,request,,Count of excess requests above the configured request_concurrency limit,0,gitlab_runner,request concurrency exceeded total,
124+
gitlab_runner.request_concurrency_hard_limit,gauge,,,,Configured request_concurrency limit,0,gitlab_runner,request concurrency hard limit,
125+
gitlab_runner.request_concurrency_used_limit,gauge,,,,Used request concurrency limit,0,gitlab_runner,request concurrency used limit,
126+
gitlab_runner.version_info,gauge,,,,A metric with a constant '1' value labeled by different build stats fields.,0,gitlab_runner,version info,
127+
gitlab_runner.worker_feed_failures_total,count,,request,,Total number of times that runner worker feeding have failed,0,gitlab_runner,worker feed failures total,
128+
gitlab_runner.worker_feeds_total,count,,request,,Total number of times that runner worker is fed to the main loop,0,gitlab_runner,worker feeds total,
129+
gitlab_runner.worker_health_check_failures_total,count,,request,,Total number of runner worker health check failures,0,gitlab_runner,worker health check failures total,
130+
gitlab_runner.worker_processing_failures_total,count,,request,,Total number of failures when processing runner worker,0,gitlab_runner,worker processing failures total,
131+
gitlab_runner.worker_slot_operations_total,count,,request,,Total number of runner workers slot operations (starting and stopping slots),0,gitlab_runner,worker slot operations total,
132+
gitlab_runner.worker_slots_number,gauge,,,,Current number of runner worker slots,0,gitlab_runner,worker slots number,

0 commit comments

Comments
 (0)