# 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"} 1 collection_cycle_duration_seconds_bucket{le="0.1"} 8996 collection_cycle_duration_seconds_bucket{le="0.25"} 11719 collection_cycle_duration_seconds_bucket{le="0.5"} 13149 collection_cycle_duration_seconds_bucket{le="1"} 13648 collection_cycle_duration_seconds_bucket{le="2.5"} 14111 collection_cycle_duration_seconds_bucket{le="5"} 25669 collection_cycle_duration_seconds_bucket{le="10"} 37965 collection_cycle_duration_seconds_bucket{le="+Inf"} 62474 collection_cycle_duration_seconds_sum 813611.5533972302 collection_cycle_duration_seconds_count 62474 # HELP collection_cycle_total Total number of collection cycles completed # TYPE collection_cycle_total counter collection_cycle_total 62474 # 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 39939 # HELP collection_wikis_processed_total Total number of wikis processed during collection # TYPE collection_wikis_processed_total counter collection_wikis_processed_total 196352 # 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.7001e-05 go_gc_duration_seconds{quantile="0.25"} 4.251e-05 go_gc_duration_seconds{quantile="0.5"} 4.89e-05 go_gc_duration_seconds{quantile="0.75"} 5.8682e-05 go_gc_duration_seconds{quantile="1"} 0.000237453 go_gc_duration_seconds_sum 2.585111628 go_gc_duration_seconds_count 30102 # 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 26 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.7"} 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 2.9055968e+07 # 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.63101660128e+11 # 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 4.099350368e+09 # 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 5.333776e+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 2.9055968e+07 # 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 7.561216e+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 3.9600128e+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 264881 # 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 6.6527232e+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 1.15212288e+08 # 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.7899089729105346e+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 4.099615249e+09 # 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 666240 # 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 1.1424e+06 # 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 4.1708522e+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.333895e+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.228224e+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.228224e+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 1.27727912e+08 # 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 21 # HELP http_request_duration_seconds HTTP request latency in seconds # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{method="GET",path="",le="0.005"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="0.01"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="0.025"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="0.05"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="0.1"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="0.25"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="0.5"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="1"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="2.5"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="5"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="10"} 5701 http_request_duration_seconds_bucket{method="GET",path="",le="+Inf"} 5701 http_request_duration_seconds_sum{method="GET",path=""} 0.0023994030000000274 http_request_duration_seconds_count{method="GET",path=""} 5701 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"} 38 http_request_duration_seconds_bucket{method="GET",path="/",le="0.1"} 217 http_request_duration_seconds_bucket{method="GET",path="/",le="0.25"} 223 http_request_duration_seconds_bucket{method="GET",path="/",le="0.5"} 224 http_request_duration_seconds_bucket{method="GET",path="/",le="1"} 229 http_request_duration_seconds_bucket{method="GET",path="/",le="2.5"} 8538 http_request_duration_seconds_bucket{method="GET",path="/",le="5"} 8548 http_request_duration_seconds_bucket{method="GET",path="/",le="10"} 8548 http_request_duration_seconds_bucket{method="GET",path="/",le="+Inf"} 8548 http_request_duration_seconds_sum{method="GET",path="/"} 12770.918585901001 http_request_duration_seconds_count{method="GET",path="/"} 8548 http_request_duration_seconds_bucket{method="GET",path="/admin",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin"} 1.31e-05 http_request_duration_seconds_count{method="GET",path="/admin"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/*",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/admin/*"} 0.00016976099999999996 http_request_duration_seconds_count{method="GET",path="/admin/*"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/extensions",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/extensions"} 0.00228341 http_request_duration_seconds_count{method="GET",path="/api/extensions"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="0.25"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="0.5"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="1"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stats/summary",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/stats/summary"} 1.30657871 http_request_duration_seconds_count{method="GET",path="/api/stats/summary"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="0.05"} 390 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="0.1"} 3196 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="0.25"} 11926 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="0.5"} 21203 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="1"} 24957 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="2.5"} 25072 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="5"} 25294 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="10"} 25305 http_request_duration_seconds_bucket{method="GET",path="/api/wikis",le="+Inf"} 25305 http_request_duration_seconds_sum{method="GET",path="/api/wikis"} 8405.703293075921 http_request_duration_seconds_count{method="GET",path="/api/wikis"} 25305 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/wikis/:id"} 0.000447666 http_request_duration_seconds_count{method="GET",path="/api/wikis/:id"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/archives",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/wikis/:id/archives"} 0.000796561 http_request_duration_seconds_count{method="GET",path="/api/wikis/:id/archives"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/extensions",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/wikis/:id/extensions"} 0.001623751 http_request_duration_seconds_count{method="GET",path="/api/wikis/:id/extensions"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/stats",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/wikis/:id/stats"} 0.000957192 http_request_duration_seconds_count{method="GET",path="/api/wikis/:id/stats"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.005"} 40534 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.01"} 41345 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.025"} 41778 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.05"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.1"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.25"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.5"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="1"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="2.5"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="5"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="10"} 41797 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="+Inf"} 41797 http_request_duration_seconds_sum{method="GET",path="/api/wikis/:id/thumbnail"} 43.20654416100006 http_request_duration_seconds_count{method="GET",path="/api/wikis/:id/thumbnail"} 41797 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.005"} 409 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.01"} 439 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.025"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.05"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.1"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.25"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.5"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="1"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="2.5"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="5"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="10"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="+Inf"} 477 http_request_duration_seconds_sum{method="GET",path="/extensions"} 2.0716954190000005 http_request_duration_seconds_count{method="GET",path="/extensions"} 477 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.5"} 97518 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="1"} 99116 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="2.5"} 99355 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="5"} 99486 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="10"} 99533 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="+Inf"} 99533 http_request_duration_seconds_sum{method="GET",path="/extensions/:name"} 39070.98336616898 http_request_duration_seconds_count{method="GET",path="/extensions/:name"} 99533 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"} 2.734e-05 http_request_duration_seconds_count{method="GET",path="/health"} 4 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.005"} 60 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.01"} 60 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.025"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.05"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.1"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.25"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.5"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="1"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="2.5"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="5"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="10"} 61 http_request_duration_seconds_bucket{method="GET",path="/login",le="+Inf"} 61 http_request_duration_seconds_sum{method="GET",path="/login"} 0.015580744000000002 http_request_duration_seconds_count{method="GET",path="/login"} 61 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.005"} 1188 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.01"} 1194 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.025"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.05"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.1"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.25"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="0.5"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="1"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="2.5"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="5"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="10"} 1195 http_request_duration_seconds_bucket{method="GET",path="/static*",le="+Inf"} 1195 http_request_duration_seconds_sum{method="GET",path="/static*"} 0.2074025589999998 http_request_duration_seconds_count{method="GET",path="/static*"} 1195 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.1"} 258 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.25"} 1374 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.5"} 1456 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="1"} 1467 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="2.5"} 1501 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="5"} 1553 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="10"} 1553 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="+Inf"} 1553 http_request_duration_seconds_sum{method="GET",path="/wikis"} 437.4713067679993 http_request_duration_seconds_count{method="GET",path="/wikis"} 1553 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.005"} 42475 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.01"} 54030 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.025"} 77699 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.05"} 79239 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.1"} 79282 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.25"} 79307 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.5"} 79346 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="1"} 79346 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="2.5"} 79346 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="5"} 79346 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="10"} 79346 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="+Inf"} 79346 http_request_duration_seconds_sum{method="GET",path="/wikis/:id"} 626.6408678929979 http_request_duration_seconds_count{method="GET",path="/wikis/:id"} 79346 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/extensions/compare",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wikis/:id/extensions/compare"} 0.004994702 http_request_duration_seconds_count{method="GET",path="/wikis/:id/extensions/compare"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.005"} 20711 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.01"} 22461 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.025"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.05"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.1"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.25"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="0.5"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="1"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="2.5"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="5"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="10"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id/stats/embed",le="+Inf"} 22781 http_request_duration_seconds_sum{method="GET",path="/wikis/:id/stats/embed"} 42.441561407000094 http_request_duration_seconds_count{method="GET",path="/wikis/:id/stats/embed"} 22781 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.005"} 245 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.01"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.025"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.05"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.1"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.25"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.5"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="1"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="2.5"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="5"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="10"} 247 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="+Inf"} 247 http_request_duration_seconds_sum{method="GET",path="/wikis/add"} 0.10143664600000002 http_request_duration_seconds_count{method="GET",path="/wikis/add"} 247 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.005"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.01"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.025"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.05"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.1"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.25"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="0.5"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="1"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="2.5"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="5"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="10"} 19 http_request_duration_seconds_bucket{method="HEAD",path="",le="+Inf"} 19 http_request_duration_seconds_sum{method="HEAD",path=""} 9.52e-06 http_request_duration_seconds_count{method="HEAD",path=""} 19 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.005"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.01"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.025"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.05"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.1"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.25"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="0.5"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="1"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="2.5"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="5"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="10"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/",le="+Inf"} 32 http_request_duration_seconds_sum{method="HEAD",path="/"} 3.9841e-05 http_request_duration_seconds_count{method="HEAD",path="/"} 32 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.005"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.01"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.025"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.05"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.1"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.25"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="0.5"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="1"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="2.5"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="5"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="10"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions",le="+Inf"} 4 http_request_duration_seconds_sum{method="HEAD",path="/extensions"} 3.99e-06 http_request_duration_seconds_count{method="HEAD",path="/extensions"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.005"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.01"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.025"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.05"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.1"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.25"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="0.5"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="1"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="2.5"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="5"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="10"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/extensions/:name",le="+Inf"} 741 http_request_duration_seconds_sum{method="HEAD",path="/extensions/:name"} 0.0008186830000000002 http_request_duration_seconds_count{method="HEAD",path="/extensions/:name"} 741 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/login",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/login"} 2.51e-06 http_request_duration_seconds_count{method="HEAD",path="/login"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.005"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.01"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.025"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.05"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.1"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.25"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="0.5"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="1"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="2.5"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="5"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="10"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis",le="+Inf"} 4 http_request_duration_seconds_sum{method="HEAD",path="/wikis"} 3.09e-06 http_request_duration_seconds_count{method="HEAD",path="/wikis"} 4 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="0.005"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="0.01"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="0.025"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="0.05"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="0.1"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="0.25"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="0.5"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="1"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="2.5"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="5"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="10"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/:id",le="+Inf"} 427 http_request_duration_seconds_sum{method="HEAD",path="/wikis/:id"} 0.000463305 http_request_duration_seconds_count{method="HEAD",path="/wikis/:id"} 427 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wikis/add",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/wikis/add"} 1.94e-06 http_request_duration_seconds_count{method="HEAD",path="/wikis/add"} 2 http_request_duration_seconds_bucket{method="POST",path="",le="0.005"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="0.01"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="0.025"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="0.05"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="0.1"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="0.25"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="0.5"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="1"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="2.5"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="5"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="10"} 2360 http_request_duration_seconds_bucket{method="POST",path="",le="+Inf"} 2360 http_request_duration_seconds_sum{method="POST",path=""} 0.0009268460000000019 http_request_duration_seconds_count{method="POST",path=""} 2360 http_request_duration_seconds_bucket{method="POST",path="/",le="0.005"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="0.01"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="0.025"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="0.05"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="0.1"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="0.25"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="0.5"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="1"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="2.5"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="5"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="10"} 370 http_request_duration_seconds_bucket{method="POST",path="/",le="+Inf"} 370 http_request_duration_seconds_sum{method="POST",path="/"} 0.0004109880000000001 http_request_duration_seconds_count{method="POST",path="/"} 370 http_request_duration_seconds_bucket{method="POST",path="/admin",le="0.005"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="0.01"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="0.025"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="0.05"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="0.1"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="0.25"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="0.5"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="1"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="2.5"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="5"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="10"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin",le="+Inf"} 43 http_request_duration_seconds_sum{method="POST",path="/admin"} 0.000514788 http_request_duration_seconds_count{method="POST",path="/admin"} 43 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="0.005"} 0 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="0.01"} 0 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="0.025"} 0 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/admin/wikis/:id/monitoring",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/admin/wikis/:id/monitoring"} 0.02625515 http_request_duration_seconds_count{method="POST",path="/admin/wikis/:id/monitoring"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="0.005"} 0 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="0.01"} 29 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="0.025"} 92 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="0.05"} 92 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="0.1"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="0.25"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="0.5"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="1"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="2.5"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="5"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="10"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis",le="+Inf"} 93 http_request_duration_seconds_sum{method="POST",path="/api/wikis"} 1.3410588499999996 http_request_duration_seconds_count{method="POST",path="/api/wikis"} 93 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="0.005"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="0.01"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="0.025"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="0.05"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="0.1"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="0.25"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="0.5"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="1"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="2.5"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="5"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="10"} 15 http_request_duration_seconds_bucket{method="POST",path="/api/wikis/:id/check-archive",le="+Inf"} 15 http_request_duration_seconds_sum{method="POST",path="/api/wikis/:id/check-archive"} 0.007999507 http_request_duration_seconds_count{method="POST",path="/api/wikis/:id/check-archive"} 15 http_request_duration_seconds_bucket{method="POST",path="/login",le="0.005"} 72 http_request_duration_seconds_bucket{method="POST",path="/login",le="0.01"} 73 http_request_duration_seconds_bucket{method="POST",path="/login",le="0.025"} 79 http_request_duration_seconds_bucket{method="POST",path="/login",le="0.05"} 79 http_request_duration_seconds_bucket{method="POST",path="/login",le="0.1"} 80 http_request_duration_seconds_bucket{method="POST",path="/login",le="0.25"} 80 http_request_duration_seconds_bucket{method="POST",path="/login",le="0.5"} 80 http_request_duration_seconds_bucket{method="POST",path="/login",le="1"} 80 http_request_duration_seconds_bucket{method="POST",path="/login",le="2.5"} 80 http_request_duration_seconds_bucket{method="POST",path="/login",le="5"} 80 http_request_duration_seconds_bucket{method="POST",path="/login",le="10"} 80 http_request_duration_seconds_bucket{method="POST",path="/login",le="+Inf"} 80 http_request_duration_seconds_sum{method="POST",path="/login"} 0.19837260500000004 http_request_duration_seconds_count{method="POST",path="/login"} 80 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.005"} 58 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.01"} 104 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.025"} 191 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.05"} 195 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.1"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.25"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="0.5"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="1"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="2.5"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="5"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="10"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis",le="+Inf"} 196 http_request_duration_seconds_sum{method="POST",path="/wikis"} 2.0953628429999993 http_request_duration_seconds_count{method="POST",path="/wikis"} 196 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.005"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.01"} 159 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.025"} 160 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.05"} 161 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.1"} 161 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.25"} 162 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="0.5"} 163 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="1"} 165 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="2.5"} 168 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="5"} 172 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="10"} 173 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check",le="+Inf"} 173 http_request_duration_seconds_sum{method="POST",path="/wikis/:id/check"} 29.59647955300001 http_request_duration_seconds_count{method="POST",path="/wikis/:id/check"} 173 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.005"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.01"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.025"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.05"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.1"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.25"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="0.5"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="1"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="2.5"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="5"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="10"} 158 http_request_duration_seconds_bucket{method="POST",path="/wikis/:id/check-archive",le="+Inf"} 158 http_request_duration_seconds_sum{method="POST",path="/wikis/:id/check-archive"} 0.06862051400000004 http_request_duration_seconds_count{method="POST",path="/wikis/:id/check-archive"} 158 # HELP http_requests_total Total number of HTTP requests # TYPE http_requests_total counter http_requests_total{method="GET",path="",status="200"} 5701 http_requests_total{method="GET",path="/",status="200"} 8548 http_requests_total{method="GET",path="/admin",status="401"} 1 http_requests_total{method="GET",path="/admin/*",status="401"} 16 http_requests_total{method="GET",path="/api/extensions",status="200"} 1 http_requests_total{method="GET",path="/api/stats/summary",status="200"} 1 http_requests_total{method="GET",path="/api/wikis",status="200"} 25301 http_requests_total{method="GET",path="/api/wikis",status="400"} 4 http_requests_total{method="GET",path="/api/wikis/:id",status="200"} 1 http_requests_total{method="GET",path="/api/wikis/:id/archives",status="200"} 1 http_requests_total{method="GET",path="/api/wikis/:id/extensions",status="200"} 1 http_requests_total{method="GET",path="/api/wikis/:id/stats",status="200"} 1 http_requests_total{method="GET",path="/api/wikis/:id/thumbnail",status="302"} 41790 http_requests_total{method="GET",path="/api/wikis/:id/thumbnail",status="404"} 3 http_requests_total{method="GET",path="/api/wikis/:id/thumbnail",status="500"} 4 http_requests_total{method="GET",path="/extensions",status="200"} 477 http_requests_total{method="GET",path="/extensions/:name",status="200"} 99533 http_requests_total{method="GET",path="/health",status="200"} 4 http_requests_total{method="GET",path="/login",status="200"} 61 http_requests_total{method="GET",path="/static*",status="200"} 1183 http_requests_total{method="GET",path="/static*",status="304"} 12 http_requests_total{method="GET",path="/wikis",status="200"} 1553 http_requests_total{method="GET",path="/wikis/:id",status="200"} 79346 http_requests_total{method="GET",path="/wikis/:id/extensions/compare",status="200"} 2 http_requests_total{method="GET",path="/wikis/:id/stats/embed",status="200"} 22781 http_requests_total{method="GET",path="/wikis/add",status="200"} 247 http_requests_total{method="HEAD",path="",status="200"} 19 http_requests_total{method="HEAD",path="/",status="200"} 32 http_requests_total{method="HEAD",path="/extensions",status="200"} 4 http_requests_total{method="HEAD",path="/extensions/:name",status="200"} 741 http_requests_total{method="HEAD",path="/login",status="200"} 2 http_requests_total{method="HEAD",path="/wikis",status="200"} 4 http_requests_total{method="HEAD",path="/wikis/:id",status="200"} 427 http_requests_total{method="HEAD",path="/wikis/add",status="200"} 2 http_requests_total{method="POST",path="",status="200"} 2360 http_requests_total{method="POST",path="/",status="200"} 370 http_requests_total{method="POST",path="/admin",status="401"} 43 http_requests_total{method="POST",path="/admin/wikis/:id/monitoring",status="204"} 1 http_requests_total{method="POST",path="/api/wikis",status="201"} 93 http_requests_total{method="POST",path="/api/wikis/:id/check-archive",status="202"} 4 http_requests_total{method="POST",path="/api/wikis/:id/check-archive",status="400"} 4 http_requests_total{method="POST",path="/api/wikis/:id/check-archive",status="429"} 7 http_requests_total{method="POST",path="/login",status="303"} 1 http_requests_total{method="POST",path="/login",status="401"} 79 http_requests_total{method="POST",path="/wikis",status="201"} 126 http_requests_total{method="POST",path="/wikis",status="409"} 70 http_requests_total{method="POST",path="/wikis/:id/check",status="202"} 148 http_requests_total{method="POST",path="/wikis/:id/check",status="404"} 3 http_requests_total{method="POST",path="/wikis/:id/check",status="429"} 22 http_requests_total{method="POST",path="/wikis/:id/check-archive",status="202"} 120 http_requests_total{method="POST",path="/wikis/:id/check-archive",status="400"} 4 http_requests_total{method="POST",path="/wikis/:id/check-archive",status="404"} 4 http_requests_total{method="POST",path="/wikis/:id/check-archive",status="429"} 30 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 3286.54 # 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.4853569996e+10 # 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 1.4915361666e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 29 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 7.7213696e+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.78784924666e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.448779776e+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"} 59 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