# HELP blueprint_fetch_http_duration_seconds Time taken to collect all blueprint pages # TYPE blueprint_fetch_http_duration_seconds histogram blueprint_fetch_http_duration_seconds_bucket{le="0.005"} 0 blueprint_fetch_http_duration_seconds_bucket{le="0.01"} 0 blueprint_fetch_http_duration_seconds_bucket{le="0.025"} 0 blueprint_fetch_http_duration_seconds_bucket{le="0.05"} 0 blueprint_fetch_http_duration_seconds_bucket{le="0.1"} 0 blueprint_fetch_http_duration_seconds_bucket{le="0.25"} 0 blueprint_fetch_http_duration_seconds_bucket{le="0.5"} 0 blueprint_fetch_http_duration_seconds_bucket{le="1"} 0 blueprint_fetch_http_duration_seconds_bucket{le="2.5"} 0 blueprint_fetch_http_duration_seconds_bucket{le="5"} 0 blueprint_fetch_http_duration_seconds_bucket{le="10"} 60 blueprint_fetch_http_duration_seconds_bucket{le="+Inf"} 514 blueprint_fetch_http_duration_seconds_sum 11909.862479614001 blueprint_fetch_http_duration_seconds_count 514 # HELP bpc_log_count The number of logs (by type) that have been fired # TYPE bpc_log_count counter bpc_log_count{level="debug"} 743 bpc_log_count{level="error"} 33 bpc_log_count{level="info"} 1044 bpc_log_count{level="warn"} 130 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 5.4123e-05 go_gc_duration_seconds{quantile="0.25"} 6.2965e-05 go_gc_duration_seconds{quantile="0.5"} 8.1326e-05 go_gc_duration_seconds{quantile="0.75"} 0.000102268 go_gc_duration_seconds{quantile="1"} 0.001129729 go_gc_duration_seconds_sum 2.239740806 go_gc_duration_seconds_count 18835 # HELP go_gc_gogc_percent 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. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes 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. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 19 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 9.192072e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 4.1473515888e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.444274e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.38277492e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.620112e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 9.192072e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 2.3494656e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.3729792e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 73230 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 2.2470656e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 3.7224448e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7703580609870882e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.38350722e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 174240 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 212160 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.8605058e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 563246 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 524288 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 524288 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 4.3604232e+07 # HELP go_sched_gomaxprocs_threads 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. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 420.1 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.08202733e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.3145763e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.5264128e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76849345339e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.800904704e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 31038 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP request_http_duration_seconds Duration of HTTP requests in seconds. # TYPE request_http_duration_seconds histogram request_http_duration_seconds_bucket{path="/",le="0.005"} 116 request_http_duration_seconds_bucket{path="/",le="0.01"} 116 request_http_duration_seconds_bucket{path="/",le="0.025"} 116 request_http_duration_seconds_bucket{path="/",le="0.05"} 116 request_http_duration_seconds_bucket{path="/",le="0.1"} 116 request_http_duration_seconds_bucket{path="/",le="0.25"} 116 request_http_duration_seconds_bucket{path="/",le="0.5"} 116 request_http_duration_seconds_bucket{path="/",le="1"} 116 request_http_duration_seconds_bucket{path="/",le="2.5"} 116 request_http_duration_seconds_bucket{path="/",le="5"} 116 request_http_duration_seconds_bucket{path="/",le="10"} 116 request_http_duration_seconds_bucket{path="/",le="+Inf"} 116 request_http_duration_seconds_sum{path="/"} 0.041318301999999994 request_http_duration_seconds_count{path="/"} 116 request_http_duration_seconds_bucket{path="/api/",le="0.005"} 94 request_http_duration_seconds_bucket{path="/api/",le="0.01"} 94 request_http_duration_seconds_bucket{path="/api/",le="0.025"} 94 request_http_duration_seconds_bucket{path="/api/",le="0.05"} 94 request_http_duration_seconds_bucket{path="/api/",le="0.1"} 94 request_http_duration_seconds_bucket{path="/api/",le="0.25"} 94 request_http_duration_seconds_bucket{path="/api/",le="0.5"} 94 request_http_duration_seconds_bucket{path="/api/",le="1"} 94 request_http_duration_seconds_bucket{path="/api/",le="2.5"} 94 request_http_duration_seconds_bucket{path="/api/",le="5"} 94 request_http_duration_seconds_bucket{path="/api/",le="10"} 94 request_http_duration_seconds_bucket{path="/api/",le="+Inf"} 94 request_http_duration_seconds_sum{path="/api/"} 0.012421686 request_http_duration_seconds_count{path="/api/"} 94 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="0.005"} 14 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="0.01"} 32 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="0.025"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="0.05"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="0.1"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="0.25"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="0.5"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="1"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="2.5"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="5"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="10"} 35 request_http_duration_seconds_bucket{path="GET /api/blueprints",le="+Inf"} 35 request_http_duration_seconds_sum{path="GET /api/blueprints"} 0.19856641500000002 request_http_duration_seconds_count{path="GET /api/blueprints"} 35 request_http_duration_seconds_bucket{path="GET /api/config",le="0.005"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="0.01"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="0.025"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="0.05"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="0.1"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="0.25"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="0.5"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="1"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="2.5"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="5"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="10"} 4 request_http_duration_seconds_bucket{path="GET /api/config",le="+Inf"} 4 request_http_duration_seconds_sum{path="GET /api/config"} 0.0028352860000000002 request_http_duration_seconds_count{path="GET /api/config"} 4 request_http_duration_seconds_bucket{path="GET /api/requisition",le="0.005"} 17 request_http_duration_seconds_bucket{path="GET /api/requisition",le="0.01"} 18 request_http_duration_seconds_bucket{path="GET /api/requisition",le="0.025"} 24 request_http_duration_seconds_bucket{path="GET /api/requisition",le="0.05"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="0.1"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="0.25"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="0.5"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="1"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="2.5"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="5"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="10"} 29 request_http_duration_seconds_bucket{path="GET /api/requisition",le="+Inf"} 29 request_http_duration_seconds_sum{path="GET /api/requisition"} 0.30343216999999995 request_http_duration_seconds_count{path="GET /api/requisition"} 29 request_http_duration_seconds_bucket{path="GET /config",le="0.005"} 5 request_http_duration_seconds_bucket{path="GET /config",le="0.01"} 5 request_http_duration_seconds_bucket{path="GET /config",le="0.025"} 5 request_http_duration_seconds_bucket{path="GET /config",le="0.05"} 5 request_http_duration_seconds_bucket{path="GET /config",le="0.1"} 5 request_http_duration_seconds_bucket{path="GET /config",le="0.25"} 5 request_http_duration_seconds_bucket{path="GET /config",le="0.5"} 5 request_http_duration_seconds_bucket{path="GET /config",le="1"} 5 request_http_duration_seconds_bucket{path="GET /config",le="2.5"} 5 request_http_duration_seconds_bucket{path="GET /config",le="5"} 5 request_http_duration_seconds_bucket{path="GET /config",le="10"} 5 request_http_duration_seconds_bucket{path="GET /config",le="+Inf"} 5 request_http_duration_seconds_sum{path="GET /config"} 0.001332429 request_http_duration_seconds_count{path="GET /config"} 5 request_http_duration_seconds_bucket{path="GET /login",le="0.005"} 11 request_http_duration_seconds_bucket{path="GET /login",le="0.01"} 12 request_http_duration_seconds_bucket{path="GET /login",le="0.025"} 12 request_http_duration_seconds_bucket{path="GET /login",le="0.05"} 12 request_http_duration_seconds_bucket{path="GET /login",le="0.1"} 12 request_http_duration_seconds_bucket{path="GET /login",le="0.25"} 12 request_http_duration_seconds_bucket{path="GET /login",le="0.5"} 13 request_http_duration_seconds_bucket{path="GET /login",le="1"} 16 request_http_duration_seconds_bucket{path="GET /login",le="2.5"} 16 request_http_duration_seconds_bucket{path="GET /login",le="5"} 16 request_http_duration_seconds_bucket{path="GET /login",le="10"} 16 request_http_duration_seconds_bucket{path="GET /login",le="+Inf"} 16 request_http_duration_seconds_sum{path="GET /login"} 2.211106065 request_http_duration_seconds_count{path="GET /login"} 16 request_http_duration_seconds_bucket{path="GET /login/char",le="0.005"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="0.01"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="0.025"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="0.05"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="0.1"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="0.25"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="0.5"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="1"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="2.5"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="5"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="10"} 6 request_http_duration_seconds_bucket{path="GET /login/char",le="+Inf"} 6 request_http_duration_seconds_sum{path="GET /login/char"} 0.0031862039999999998 request_http_duration_seconds_count{path="GET /login/char"} 6 request_http_duration_seconds_bucket{path="GET /login/scope",le="0.005"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="0.01"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="0.025"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="0.05"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="0.1"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="0.25"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="0.5"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="1"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="2.5"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="5"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="10"} 5 request_http_duration_seconds_bucket{path="GET /login/scope",le="+Inf"} 5 request_http_duration_seconds_sum{path="GET /login/scope"} 0.004326829999999999 request_http_duration_seconds_count{path="GET /login/scope"} 5 request_http_duration_seconds_bucket{path="GET /metrics",le="0.005"} 30698 request_http_duration_seconds_bucket{path="GET /metrics",le="0.01"} 31014 request_http_duration_seconds_bucket{path="GET /metrics",le="0.025"} 31036 request_http_duration_seconds_bucket{path="GET /metrics",le="0.05"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="0.1"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="0.25"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="0.5"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="1"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="2.5"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="5"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="10"} 31038 request_http_duration_seconds_bucket{path="GET /metrics",le="+Inf"} 31038 request_http_duration_seconds_sum{path="GET /metrics"} 60.671363063000165 request_http_duration_seconds_count{path="GET /metrics"} 31038 request_http_duration_seconds_bucket{path="GET /session",le="0.005"} 46 request_http_duration_seconds_bucket{path="GET /session",le="0.01"} 48 request_http_duration_seconds_bucket{path="GET /session",le="0.025"} 51 request_http_duration_seconds_bucket{path="GET /session",le="0.05"} 51 request_http_duration_seconds_bucket{path="GET /session",le="0.1"} 51 request_http_duration_seconds_bucket{path="GET /session",le="0.25"} 51 request_http_duration_seconds_bucket{path="GET /session",le="0.5"} 51 request_http_duration_seconds_bucket{path="GET /session",le="1"} 51 request_http_duration_seconds_bucket{path="GET /session",le="2.5"} 51 request_http_duration_seconds_bucket{path="GET /session",le="5"} 51 request_http_duration_seconds_bucket{path="GET /session",le="10"} 51 request_http_duration_seconds_bucket{path="GET /session",le="+Inf"} 51 request_http_duration_seconds_sum{path="GET /session"} 0.075503713 request_http_duration_seconds_count{path="GET /session"} 51