@@ -29,45 +29,45 @@ The environment variable `CODER_PROMETHEUS_ENABLE` will be enabled automatically
2929
3030<!-- Code generated by 'make docs/admin/prometheus.md'. DO NOT EDIT -->
3131
32- | Name | Type | Description | Labels |
33- | - | - | - | - |
34- | ` coderd_api_active_users_duration_hour ` | gauge | The number of users that have been active within the last hour. | |
35- | ` coderd_api_concurrent_requests ` | gauge | The number of concurrent API requests | |
36- | ` coderd_api_concurrent_websockets ` | gauge | The total number of concurrent API websockets | |
37- | ` coderd_api_request_latencies_ms ` | histogram | Latency distribution of requests in milliseconds | ` method ` ` path ` |
38- | ` coderd_api_requests_processed_total ` | counter | The total number of processed API requests | ` code ` ` method ` ` path ` |
39- | ` coderd_api_websocket_durations_ms ` | histogram | Websocket duration distribution of requests in milliseconds | ` path ` |
40- | ` coderd_api_workspace_latest_build_total ` | gauge | The latest workspace builds with a status. | ` status ` |
41- | ` coderd_provisionerd_job_timings_ms ` | histogram | The provisioner job time duration. | ` provisioner ` ` status ` |
42- | ` coderd_provisionerd_jobs_current ` | gauge | The number of currently running provisioner jobs. | ` provisioner ` |
43- | ` go_gc_duration_seconds ` | summary | A summary of the pause duration of garbage collection cycles. | |
44- | ` go_goroutines ` | gauge | Number of goroutines that currently exist. | |
45- | ` go_info ` | gauge | Information about the Go environment. | ` version ` |
46- | ` go_memstats_alloc_bytes ` | gauge | Number of bytes allocated and still in use. | |
47- | ` go_memstats_alloc_bytes_total ` | counter | Total number of bytes allocated, even if freed. | |
48- | ` go_memstats_buck_hash_sys_bytes ` | gauge | Number of bytes used by the profiling bucket hash table. | |
49- | ` go_memstats_frees_total ` | counter | Total number of frees. | |
50- | ` go_memstats_gc_sys_bytes ` | gauge | Number of bytes used for garbage collection system metadata. | |
51- | ` go_memstats_heap_alloc_bytes ` | gauge | Number of heap bytes allocated and still in use. | |
52- | ` go_memstats_heap_idle_bytes ` | gauge | Number of heap bytes waiting to be used. | |
53- | ` go_memstats_heap_inuse_bytes ` | gauge | Number of heap bytes that are in use. | |
54- | ` go_memstats_heap_objects ` | gauge | Number of allocated objects. | |
55- | ` go_memstats_heap_released_bytes ` | gauge | Number of heap bytes released to OS. | |
56- | ` go_memstats_heap_sys_bytes ` | gauge | Number of heap bytes obtained from system. | |
57- | ` go_memstats_last_gc_time_seconds ` | gauge | Number of seconds since 1970 of last garbage collection. | |
58- | ` go_memstats_lookups_total ` | counter | Total number of pointer lookups. | |
59- | ` go_memstats_mallocs_total ` | counter | Total number of mallocs. | |
60- | ` go_memstats_mcache_inuse_bytes ` | gauge | Number of bytes in use by mcache structures. | |
61- | ` go_memstats_mcache_sys_bytes ` | gauge | Number of bytes used for mcache structures obtained from system. | |
62- | ` go_memstats_mspan_inuse_bytes ` | gauge | Number of bytes in use by mspan structures. | |
63- | ` go_memstats_mspan_sys_bytes ` | gauge | Number of bytes used for mspan structures obtained from system. | |
64- | ` go_memstats_next_gc_bytes ` | gauge | Number of heap bytes when next garbage collection will take place. | |
65- | ` go_memstats_other_sys_bytes ` | gauge | Number of bytes used for other system allocations. | |
66- | ` go_memstats_stack_inuse_bytes ` | gauge | Number of bytes in use by the stack allocator. | |
67- | ` go_memstats_stack_sys_bytes ` | gauge | Number of bytes obtained from system for stack allocator. | |
68- | ` go_memstats_sys_bytes ` | gauge | Number of bytes obtained from system. | |
69- | ` go_threads ` | gauge | Number of OS threads created. | |
70- | ` promhttp_metric_handler_requests_in_flight ` | gauge | Current number of scrapes being served. | |
71- | ` promhttp_metric_handler_requests_total ` | counter | Total number of scrapes by HTTP status code. | ` code ` |
32+ | Name | Type | Description | Labels |
33+ | -------------------------------------------- | --------- | ------------------------------------------------------------------ | --------------------- - |
34+ | ` coderd_api_active_users_duration_hour ` | gauge | The number of users that have been active within the last hour. | |
35+ | ` coderd_api_concurrent_requests ` | gauge | The number of concurrent API requests | |
36+ | ` coderd_api_concurrent_websockets ` | gauge | The total number of concurrent API websockets | |
37+ | ` coderd_api_request_latencies_ms ` | histogram | Latency distribution of requests in milliseconds | ` method ` ` path ` |
38+ | ` coderd_api_requests_processed_total ` | counter | The total number of processed API requests | ` code ` ` method ` ` path ` |
39+ | ` coderd_api_websocket_durations_ms ` | histogram | Websocket duration distribution of requests in milliseconds | ` path ` |
40+ | ` coderd_api_workspace_latest_build_total ` | gauge | The latest workspace builds with a status. | ` status ` |
41+ | ` coderd_provisionerd_job_timings_ms ` | histogram | The provisioner job time duration. | ` provisioner ` ` status ` |
42+ | ` coderd_provisionerd_jobs_current ` | gauge | The number of currently running provisioner jobs. | ` provisioner ` |
43+ | ` go_gc_duration_seconds ` | summary | A summary of the pause duration of garbage collection cycles. | |
44+ | ` go_goroutines ` | gauge | Number of goroutines that currently exist. | |
45+ | ` go_info ` | gauge | Information about the Go environment. | ` version ` |
46+ | ` go_memstats_alloc_bytes ` | gauge | Number of bytes allocated and still in use. | |
47+ | ` go_memstats_alloc_bytes_total ` | counter | Total number of bytes allocated, even if freed. | |
48+ | ` go_memstats_buck_hash_sys_bytes ` | gauge | Number of bytes used by the profiling bucket hash table. | |
49+ | ` go_memstats_frees_total ` | counter | Total number of frees. | |
50+ | ` go_memstats_gc_sys_bytes ` | gauge | Number of bytes used for garbage collection system metadata. | |
51+ | ` go_memstats_heap_alloc_bytes ` | gauge | Number of heap bytes allocated and still in use. | |
52+ | ` go_memstats_heap_idle_bytes ` | gauge | Number of heap bytes waiting to be used. | |
53+ | ` go_memstats_heap_inuse_bytes ` | gauge | Number of heap bytes that are in use. | |
54+ | ` go_memstats_heap_objects ` | gauge | Number of allocated objects. | |
55+ | ` go_memstats_heap_released_bytes ` | gauge | Number of heap bytes released to OS. | |
56+ | ` go_memstats_heap_sys_bytes ` | gauge | Number of heap bytes obtained from system. | |
57+ | ` go_memstats_last_gc_time_seconds ` | gauge | Number of seconds since 1970 of last garbage collection. | |
58+ | ` go_memstats_lookups_total ` | counter | Total number of pointer lookups. | |
59+ | ` go_memstats_mallocs_total ` | counter | Total number of mallocs. | |
60+ | ` go_memstats_mcache_inuse_bytes ` | gauge | Number of bytes in use by mcache structures. | |
61+ | ` go_memstats_mcache_sys_bytes ` | gauge | Number of bytes used for mcache structures obtained from system. | |
62+ | ` go_memstats_mspan_inuse_bytes ` | gauge | Number of bytes in use by mspan structures. | |
63+ | ` go_memstats_mspan_sys_bytes ` | gauge | Number of bytes used for mspan structures obtained from system. | |
64+ | ` go_memstats_next_gc_bytes ` | gauge | Number of heap bytes when next garbage collection will take place. | |
65+ | ` go_memstats_other_sys_bytes ` | gauge | Number of bytes used for other system allocations. | |
66+ | ` go_memstats_stack_inuse_bytes ` | gauge | Number of bytes in use by the stack allocator. | |
67+ | ` go_memstats_stack_sys_bytes ` | gauge | Number of bytes obtained from system for stack allocator. | |
68+ | ` go_memstats_sys_bytes ` | gauge | Number of bytes obtained from system. | |
69+ | ` go_threads ` | gauge | Number of OS threads created. | |
70+ | ` promhttp_metric_handler_requests_in_flight ` | gauge | Current number of scrapes being served. | |
71+ | ` promhttp_metric_handler_requests_total ` | counter | Total number of scrapes by HTTP status code. | ` code ` |
7272
7373<!-- End generated by 'make docs/admin/prometheus.md'. -->
0 commit comments