# HELP archive_check_cycle_total Total number of archive check cycles completed # TYPE archive_check_cycle_total counter archive_check_cycle_total 0 # HELP archive_check_duration_seconds Duration of archive check cycle in seconds # TYPE archive_check_duration_seconds histogram archive_check_duration_seconds_bucket{le="0.005"} 0 archive_check_duration_seconds_bucket{le="0.01"} 0 archive_check_duration_seconds_bucket{le="0.025"} 0 archive_check_duration_seconds_bucket{le="0.05"} 0 archive_check_duration_seconds_bucket{le="0.1"} 0 archive_check_duration_seconds_bucket{le="0.25"} 0 archive_check_duration_seconds_bucket{le="0.5"} 0 archive_check_duration_seconds_bucket{le="1"} 0 archive_check_duration_seconds_bucket{le="2.5"} 0 archive_check_duration_seconds_bucket{le="5"} 0 archive_check_duration_seconds_bucket{le="10"} 0 archive_check_duration_seconds_bucket{le="+Inf"} 0 archive_check_duration_seconds_sum 0 archive_check_duration_seconds_count 0 # HELP archive_check_next_run_timestamp Unix timestamp of next archive check run # TYPE archive_check_next_run_timestamp gauge archive_check_next_run_timestamp 0 # HELP archive_wikis_checked_total Total number of wikis checked for archives # TYPE archive_wikis_checked_total counter archive_wikis_checked_total 0 # HELP archives_found_total Total number of archives found # TYPE archives_found_total counter archives_found_total 0 # HELP collection_cycle_duration_seconds Duration of collection cycle in seconds # TYPE collection_cycle_duration_seconds histogram collection_cycle_duration_seconds_bucket{le="0.005"} 0 collection_cycle_duration_seconds_bucket{le="0.01"} 0 collection_cycle_duration_seconds_bucket{le="0.025"} 0 collection_cycle_duration_seconds_bucket{le="0.05"} 0 collection_cycle_duration_seconds_bucket{le="0.1"} 0 collection_cycle_duration_seconds_bucket{le="0.25"} 0 collection_cycle_duration_seconds_bucket{le="0.5"} 0 collection_cycle_duration_seconds_bucket{le="1"} 0 collection_cycle_duration_seconds_bucket{le="2.5"} 0 collection_cycle_duration_seconds_bucket{le="5"} 0 collection_cycle_duration_seconds_bucket{le="10"} 0 collection_cycle_duration_seconds_bucket{le="+Inf"} 409 collection_cycle_duration_seconds_sum 204114.76644628597 collection_cycle_duration_seconds_count 409 # HELP collection_cycle_total Total number of collection cycles completed # TYPE collection_cycle_total counter collection_cycle_total 409 # HELP collection_next_run_timestamp Unix timestamp of next collection run # TYPE collection_next_run_timestamp gauge collection_next_run_timestamp 0 # HELP collection_wikis_failed_total Total number of wikis that failed during collection # TYPE collection_wikis_failed_total counter collection_wikis_failed_total 21709 # HELP collection_wikis_processed_total Total number of wikis processed during collection # TYPE collection_wikis_processed_total counter collection_wikis_processed_total 40947 # 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"} 3.3451e-05 go_gc_duration_seconds{quantile="0.25"} 4.3781e-05 go_gc_duration_seconds{quantile="0.5"} 5.195e-05 go_gc_duration_seconds{quantile="0.75"} 7.0441e-05 go_gc_duration_seconds{quantile="1"} 0.001352198 go_gc_duration_seconds_sum 0.631500854 go_gc_duration_seconds_count 9450 # 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 32 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.6"} 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 6.934168e+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 3.9504875696e+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.445185e+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 3.95386983e+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 4.3548e+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 6.934168e+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 3.0736384e+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.3041664e+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 41065 # 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.8082176e+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 4.3778048e+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.7869875326123433e+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 3.95428048e+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 27552 # 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 32144 # 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 323520 # 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 456960 # 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.2016738e+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 2.613831e+06 # 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 2.359296e+06 # 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 2.359296e+06 # 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 5.5040264e+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 12 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 20 # HELP http_request_duration_seconds HTTP request latency in seconds # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="0.005"} 0 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="0.01"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="0.025"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="0.05"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="0.1"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="0.25"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="0.5"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="1"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="2.5"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="5"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="10"} 1 http_request_duration_seconds_bucket{method="DELETE",path="/admin/wikis/:id",le="+Inf"} 1 http_request_duration_seconds_sum{method="DELETE",path="/admin/wikis/:id"} 0.008806515 http_request_duration_seconds_count{method="DELETE",path="/admin/wikis/:id"} 1 http_request_duration_seconds_bucket{method="GET",path="",le="0.005"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="0.01"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="0.025"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="0.05"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="0.1"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="0.25"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="0.5"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="1"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="2.5"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="5"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="10"} 247 http_request_duration_seconds_bucket{method="GET",path="",le="+Inf"} 247 http_request_duration_seconds_sum{method="GET",path=""} 0.00015000500000000017 http_request_duration_seconds_count{method="GET",path=""} 247 http_request_duration_seconds_bucket{method="GET",path="/",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/",le="2.5"} 833 http_request_duration_seconds_bucket{method="GET",path="/",le="5"} 834 http_request_duration_seconds_bucket{method="GET",path="/",le="10"} 834 http_request_duration_seconds_bucket{method="GET",path="/",le="+Inf"} 834 http_request_duration_seconds_sum{method="GET",path="/"} 1224.797488563 http_request_duration_seconds_count{method="GET",path="/"} 834 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.005"} 3251 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.01"} 3280 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.025"} 3455 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.05"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.1"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.25"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.5"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="1"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="2.5"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="5"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="10"} 3470 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="+Inf"} 3470 http_request_duration_seconds_sum{method="GET",path="/api/wikis/:id/thumbnail"} 6.96020307600001 http_request_duration_seconds_count{method="GET",path="/api/wikis/:id/thumbnail"} 3470 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/extensions"} 0.081773628 http_request_duration_seconds_count{method="GET",path="/extensions"} 17 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.25"} 0 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.5"} 4785 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="1"} 5319 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="2.5"} 5321 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="5"} 5321 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="10"} 5321 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="+Inf"} 5321 http_request_duration_seconds_sum{method="GET",path="/extensions/:name"} 2121.311293590997 http_request_duration_seconds_count{method="GET",path="/extensions/:name"} 5321 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/health",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/health"} 0.00026404499999999997 http_request_duration_seconds_count{method="GET",path="/health"} 4 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/login",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/login"} 0.000321453 http_request_duration_seconds_count{method="GET",path="/login"} 8 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.005"} 24 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/static*",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/static*"} 0.011252626000000002 http_request_duration_seconds_count{method="GET",path="/static*"} 25 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.25"} 171 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.5"} 191 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="1"} 196 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="2.5"} 198 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="5"} 198 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="10"} 198 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="+Inf"} 198 http_request_duration_seconds_sum{method="GET",path="/wikis"} 44.429063056 http_request_duration_seconds_count{method="GET",path="/wikis"} 198 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.005"} 1747 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.01"} 2794 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.025"} 4414 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.05"} 4601 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.1"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.25"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.5"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="1"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="2.5"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="5"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="10"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="+Inf"} 4612 http_request_duration_seconds_sum{method="GET",path="/wikis/:id"} 44.55925782399997 http_request_duration_seconds_count{method="GET",path="/wikis/:id"} 4612 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.005"} 822 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.01"} 956 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.025"} 1002 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.05"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.1"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.25"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.5"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="1"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="2.5"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="5"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="10"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="+Inf"} 1004 http_request_duration_seconds_sum{method="GET",path="/wikis/:id/stats/embed"} 3.0301397860000048 http_request_duration_seconds_count{method="GET",path="/wikis/:id/stats/embed"} 1004 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/wikis/add"} 0.007411507 http_request_duration_seconds_count{method="GET",path="/wikis/add"} 20 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path=""} 1.5300000000000002e-06 http_request_duration_seconds_count{method="HEAD",path=""} 2 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/"} 1.11e-06 http_request_duration_seconds_count{method="HEAD",path="/"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/extensions"} 1.43e-06 http_request_duration_seconds_count{method="HEAD",path="/extensions"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/extensions/:name"} 2.55e-06 http_request_duration_seconds_count{method="HEAD",path="/extensions/:name"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/login"} 8.6e-07 http_request_duration_seconds_count{method="HEAD",path="/login"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wikis"} 3.5e-07 http_request_duration_seconds_count{method="HEAD",path="/wikis"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wikis/add"} 2.8e-07 http_request_duration_seconds_count{method="HEAD",path="/wikis/add"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path=""} 8e-07 http_request_duration_seconds_count{method="POST",path=""} 1 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/api/wikis/:id/check"} 0.002195788 http_request_duration_seconds_count{method="POST",path="/api/wikis/:id/check"} 2 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.005"} 5 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.01"} 8 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.025"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.05"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.1"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.25"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.5"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="1"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="2.5"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="5"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="10"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="+Inf"} 15 http_request_duration_seconds_sum{method="POST",path="/wikis"} 0.118023232 http_request_duration_seconds_count{method="POST",path="/wikis"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.005"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.01"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.025"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.05"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.1"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.25"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="1"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="2.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="5"} 4 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="+Inf"} 4 http_request_duration_seconds_sum{method="POST",path="/wikis/:id/check"} 3.7524079599999998 http_request_duration_seconds_count{method="POST",path="/wikis/:id/check"} 4 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.005"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.01"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.025"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.05"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.1"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.25"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.5"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="1"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="2.5"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="5"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="10"} 15 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="+Inf"} 15 http_request_duration_seconds_sum{method="POST",path="/wikis/:id/check-archive"} 0.007630217000000001 http_request_duration_seconds_count{method="POST",path="/wikis/:id/check-archive"} 15 # HELP http_requests_total Total number of HTTP requests # TYPE http_requests_total counter http_requests_total{method="DELETE",path="/admin/wikis/:id",status="200"} 1 http_requests_total{method="GET",path="",status="200"} 247 http_requests_total{method="GET",path="/",status="200"} 834 http_requests_total{method="GET",path="/api/wikis/:id/thumbnail",status="302"} 3470 http_requests_total{method="GET",path="/extensions",status="200"} 17 http_requests_total{method="GET",path="/extensions/:name",status="200"} 5321 http_requests_total{method="GET",path="/health",status="200"} 4 http_requests_total{method="GET",path="/login",status="200"} 8 http_requests_total{method="GET",path="/static*",status="200"} 24 http_requests_total{method="GET",path="/static*",status="304"} 1 http_requests_total{method="GET",path="/wikis",status="200"} 198 http_requests_total{method="GET",path="/wikis/:id",status="200"} 4612 http_requests_total{method="GET",path="/wikis/:id/stats/embed",status="200"} 1004 http_requests_total{method="GET",path="/wikis/add",status="200"} 20 http_requests_total{method="HEAD",path="",status="200"} 2 http_requests_total{method="HEAD",path="/",status="200"} 1 http_requests_total{method="HEAD",path="/extensions",status="200"} 1 http_requests_total{method="HEAD",path="/extensions/:name",status="200"} 2 http_requests_total{method="HEAD",path="/login",status="200"} 1 http_requests_total{method="HEAD",path="/wikis",status="200"} 1 http_requests_total{method="HEAD",path="/wikis/add",status="200"} 1 http_requests_total{method="POST",path="",status="200"} 1 http_requests_total{method="POST",path="/api/wikis/:id/check",status="202"} 2 http_requests_total{method="POST",path="/wikis",status="201"} 10 http_requests_total{method="POST",path="/wikis",status="409"} 5 http_requests_total{method="POST",path="/wikis/:id/check",status="202"} 4 http_requests_total{method="POST",path="/wikis/:id/check-archive",status="202"} 8 http_requests_total{method="POST",path="/wikis/:id/check-archive",status="400"} 3 http_requests_total{method="POST",path="/wikis/:id/check-archive",status="429"} 4 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 378.63 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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 1.469260477e+09 # 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 9.73369437e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 36 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 3.8866944e+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.7867831574e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.313169408e+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"} 8 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP wikis_active Number of active wikis (is_active=true) # TYPE wikis_active gauge wikis_active 0 # HELP wikis_status_error Number of wikis with status=error # TYPE wikis_status_error gauge wikis_status_error 0 # HELP wikis_status_ok Number of wikis with status=ok # TYPE wikis_status_ok gauge wikis_status_ok 0 # HELP wikis_total Total number of wikis # TYPE wikis_total gauge wikis_total 0 # HELP wikis_with_archive Number of wikis with archives # TYPE wikis_with_archive gauge wikis_with_archive 0