# 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"} 59 collection_cycle_duration_seconds_sum 20428.862690642996 collection_cycle_duration_seconds_count 59 # HELP collection_cycle_total Total number of collection cycles completed # TYPE collection_cycle_total counter collection_cycle_total 59 # 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 4312 # HELP collection_wikis_processed_total Total number of wikis processed during collection # TYPE collection_wikis_processed_total counter collection_wikis_processed_total 5952 # 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.267e-05 go_gc_duration_seconds{quantile="0.25"} 3.808e-05 go_gc_duration_seconds{quantile="0.5"} 4.709e-05 go_gc_duration_seconds{quantile="0.75"} 7.0641e-05 go_gc_duration_seconds{quantile="1"} 0.002366359 go_gc_duration_seconds_sum 0.088149555 go_gc_duration_seconds_count 1313 # 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 48 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 7.328392e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 4.29319248e+09 # 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.445147e+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.6931012e+07 # 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.276976e+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 7.328392e+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 9.478144e+06 # 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.3295616e+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 53938 # 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 7.831552e+06 # 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 2.277376e+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.7856197702392328e+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.698495e+07 # 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 330080 # 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 424320 # 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.2153346e+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.396653e+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.392064e+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.392064e+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 3.3741064e+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="GET",path="",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path=""} 3.7e-06 http_request_duration_seconds_count{method="GET",path=""} 10 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"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="0.25"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="0.5"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="1"} 0 http_request_duration_seconds_bucket{method="GET",path="/",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/"} 6.451954537 http_request_duration_seconds_count{method="GET",path="/"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.005"} 30 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.01"} 30 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.025"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.05"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.1"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.25"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="0.5"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="1"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="2.5"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="5"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="10"} 31 http_request_duration_seconds_bucket{method="GET",path="/api/wikis/:id/thumbnail",le="+Inf"} 31 http_request_duration_seconds_sum{method="GET",path="/api/wikis/:id/thumbnail"} 0.056478650999999984 http_request_duration_seconds_count{method="GET",path="/api/wikis/:id/thumbnail"} 31 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/extensions"} 0.002226367 http_request_duration_seconds_count{method="GET",path="/extensions"} 1 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/extensions/:name",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/extensions/:name"} 9.959526326 http_request_duration_seconds_count{method="GET",path="/extensions/:name"} 22 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/health",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/health"} 7.8802e-05 http_request_duration_seconds_count{method="GET",path="/health"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login"} 8.7521e-05 http_request_duration_seconds_count{method="GET",path="/login"} 1 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wikis"} 0.030340474 http_request_duration_seconds_count{method="GET",path="/wikis"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/:id",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/wikis/:id"} 0.190159142 http_request_duration_seconds_count{method="GET",path="/wikis/:id"} 20 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikis/add",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wikis/add"} 0.000353284 http_request_duration_seconds_count{method="GET",path="/wikis/add"} 1 # HELP http_requests_total Total number of HTTP requests # TYPE http_requests_total counter http_requests_total{method="GET",path="",status="200"} 10 http_requests_total{method="GET",path="/",status="200"} 5 http_requests_total{method="GET",path="/api/wikis/:id/thumbnail",status="302"} 31 http_requests_total{method="GET",path="/extensions",status="200"} 1 http_requests_total{method="GET",path="/extensions/:name",status="200"} 22 http_requests_total{method="GET",path="/health",status="200"} 3 http_requests_total{method="GET",path="/login",status="200"} 1 http_requests_total{method="GET",path="/wikis",status="200"} 1 http_requests_total{method="GET",path="/wikis/:id",status="200"} 20 http_requests_total{method="GET",path="/wikis/add",status="200"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 59.09 # 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 2.19676098e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 6.6862169e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 49 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.308992e+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.78559929625e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.31250176e+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"} 1 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