# 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"} 6.8763e-05 go_gc_duration_seconds{quantile="0.25"} 0.000114972 go_gc_duration_seconds{quantile="0.5"} 0.000122187 go_gc_duration_seconds{quantile="0.75"} 0.000159638 go_gc_duration_seconds{quantile="1"} 0.003478534 go_gc_duration_seconds_sum 1.7529510149999998 go_gc_duration_seconds_count 10823 # 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 27 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.27.0"} 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.8840408e+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 2.0133299724e+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 2.193701e+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.12429431e+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.39832e+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.8840408e+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 2.5198592e+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.3980416e+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 69439 # 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 1.548288e+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 5.9179008e+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.790456380552834e+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.1249887e+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 36736 # 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 48216 # 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 442080 # 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 685440 # 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 3.8354898e+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 3.248411e+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 3.735552e+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 3.735552e+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 7.3488648e+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 16 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 23 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 7308.25 # 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.771472835765e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.8812384506817e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 39 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.76380672e+08 # 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.79042825089e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 2.181615616e+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 sunlight_addchain_requests_total Number of add-[pre-]chain requests, by chain characteristics and errors if any. # TYPE sunlight_addchain_requests_total counter sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 455 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 14 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 469 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 462 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 7 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 469 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 459 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 10 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 469 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 460 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 9 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 469 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 463 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 6 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="loreto2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 469 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test AE1",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 84 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test AE1",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE1",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 60 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE1",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE2",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 18 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE2",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE3",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 9 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE3",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE4",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 21 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE4",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE5",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R3",source="sequencer"} 10 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE5",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R3",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR1",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 225 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR1",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 19 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR2",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 57 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR2",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 13 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR3",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 857 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR3",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 66 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR4",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 66 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR4",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 15 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR5",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R2",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR5",log="loreto2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R2",source="sequencer"} 3 # HELP sunlight_addchain_wait_seconds Duration of add-[pre-]chain pauses waiting for a leaf to be sequenced, excluding deduplicated entries. # TYPE sunlight_addchain_wait_seconds summary sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.5"} 0.111944155 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.75"} 0.183735738 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.9"} 0.209448498 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.99"} 0.209448498 sunlight_addchain_wait_seconds_sum{log="loreto2026h2"} 382.2052183610006 sunlight_addchain_wait_seconds_count{log="loreto2026h2"} 2013 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.5"} 0.23016513 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.75"} 0.23016513 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.9"} 0.23016513 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.99"} 0.23016513 sunlight_addchain_wait_seconds_sum{log="loreto2027h1"} 80.78193834300004 sunlight_addchain_wait_seconds_count{log="loreto2027h1"} 469 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.5"} 0.220688553 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.75"} 0.220688553 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.9"} 0.220688553 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.99"} 0.220688553 sunlight_addchain_wait_seconds_sum{log="loreto2027h2"} 80.26620370199997 sunlight_addchain_wait_seconds_count{log="loreto2027h2"} 469 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.5"} 0.133970818 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.75"} 0.133970818 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.9"} 0.133970818 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.99"} 0.133970818 sunlight_addchain_wait_seconds_sum{log="loreto2028h1"} 79.29127514500007 sunlight_addchain_wait_seconds_count{log="loreto2028h1"} 469 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.5"} 0.122518603 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.75"} 0.122518603 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.9"} 0.122518603 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.99"} 0.122518603 sunlight_addchain_wait_seconds_sum{log="loreto2028h2"} 77.18863652299996 sunlight_addchain_wait_seconds_count{log="loreto2028h2"} 469 # HELP sunlight_build_info Build information about the running sunlight binary. # TYPE sunlight_build_info gauge sunlight_build_info{commit="9df52bc1601173528297f188120eebe0b9ff3355",version="v0.9.1-0.20260917130017-9df52bc16011"} 1 # HELP sunlight_cache_checkpoint_busy_total Number of cache WAL checkpoints that couldn't complete and reset the WAL. # TYPE sunlight_cache_checkpoint_busy_total counter sunlight_cache_checkpoint_busy_total{log="loreto2026h2"} 0 sunlight_cache_checkpoint_busy_total{log="loreto2027h1"} 0 sunlight_cache_checkpoint_busy_total{log="loreto2027h2"} 0 sunlight_cache_checkpoint_busy_total{log="loreto2028h1"} 0 sunlight_cache_checkpoint_busy_total{log="loreto2028h2"} 0 # HELP sunlight_cache_checkpoint_duration_seconds Duration of deduplication cache WAL checkpoints. # TYPE sunlight_cache_checkpoint_duration_seconds summary sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.5"} 7.6768e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.9"} 9.0775e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000200067 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2026h2"} 11.229752707999967 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2026h2"} 140653 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.5"} 7.6668e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.9"} 8.9633e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000143988 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h1"} 10.984596805000205 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h1"} 140652 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.5"} 7.6989e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.9"} 9.4242e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000135301 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h2"} 11.13209517399994 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h2"} 140652 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.5"} 7.745e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.9"} 9.3901e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000133108 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h1"} 11.23478341199987 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h1"} 140651 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.5"} 7.5787e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.9"} 8.27e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000121185 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h2"} 10.740974718000015 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h2"} 140651 # HELP sunlight_cache_checkpoint_errors_total Number of failed cache WAL checkpoints. # TYPE sunlight_cache_checkpoint_errors_total counter sunlight_cache_checkpoint_errors_total{log="loreto2026h2"} 0 sunlight_cache_checkpoint_errors_total{log="loreto2027h1"} 0 sunlight_cache_checkpoint_errors_total{log="loreto2027h2"} 0 sunlight_cache_checkpoint_errors_total{log="loreto2028h1"} 0 sunlight_cache_checkpoint_errors_total{log="loreto2028h2"} 0 # HELP sunlight_cache_database_bytes Size of the deduplication cache database file. # TYPE sunlight_cache_database_bytes gauge sunlight_cache_database_bytes{log="loreto2026h2"} 2.1942272e+07 sunlight_cache_database_bytes{log="loreto2027h1"} 851968 sunlight_cache_database_bytes{log="loreto2027h2"} 839680 sunlight_cache_database_bytes{log="loreto2028h1"} 864256 sunlight_cache_database_bytes{log="loreto2028h2"} 860160 # HELP sunlight_cache_get_duration_seconds Duration of individual deduplication cache lookups. # TYPE sunlight_cache_get_duration_seconds summary sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.5"} 0.000146423 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.000206309 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000206309 sunlight_cache_get_duration_seconds_sum{log="loreto2026h2"} 0.34793119000000083 sunlight_cache_get_duration_seconds_count{log="loreto2026h2"} 2468 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.000124761 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.000125943 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000125943 sunlight_cache_get_duration_seconds_sum{log="loreto2027h1"} 0.11599377099999993 sunlight_cache_get_duration_seconds_count{log="loreto2027h1"} 931 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.000128158 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.000134791 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000134791 sunlight_cache_get_duration_seconds_sum{log="loreto2027h2"} 0.11433034999999989 sunlight_cache_get_duration_seconds_count{log="loreto2027h2"} 928 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.000107418 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.000133678 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000133678 sunlight_cache_get_duration_seconds_sum{log="loreto2028h1"} 0.11413612200000021 sunlight_cache_get_duration_seconds_count{log="loreto2028h1"} 929 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.5"} 8.9423e-05 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.000136043 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000136043 sunlight_cache_get_duration_seconds_sum{log="loreto2028h2"} 0.11402576200000016 sunlight_cache_get_duration_seconds_count{log="loreto2028h2"} 932 # HELP sunlight_cache_put_duration_seconds Duration of batch deduplication cache inserts. # TYPE sunlight_cache_put_duration_seconds summary sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.5"} 6.2711e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.9"} 7.712e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000518462 sunlight_cache_put_duration_seconds_sum{log="loreto2026h2"} 9.654134028000106 sunlight_cache_put_duration_seconds_count{log="loreto2026h2"} 140653 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.5"} 6.1969e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.9"} 7.1839e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.00015532 sunlight_cache_put_duration_seconds_sum{log="loreto2027h1"} 9.024989803999953 sunlight_cache_put_duration_seconds_count{log="loreto2027h1"} 140652 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.5"} 6.2621e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.9"} 7.6237e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000151894 sunlight_cache_put_duration_seconds_sum{log="loreto2027h2"} 9.200204573000077 sunlight_cache_put_duration_seconds_count{log="loreto2027h2"} 140653 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.5"} 6.1589e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.9"} 7.3121e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000113569 sunlight_cache_put_duration_seconds_sum{log="loreto2028h1"} 9.165963382000143 sunlight_cache_put_duration_seconds_count{log="loreto2028h1"} 140651 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.5"} 6.235e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.9"} 7.2791e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.00012439 sunlight_cache_put_duration_seconds_sum{log="loreto2028h2"} 8.903872377000035 sunlight_cache_put_duration_seconds_count{log="loreto2028h2"} 140651 # HELP sunlight_cache_put_entries_total Number of entries in deduplication cache inserts, successful or not. # TYPE sunlight_cache_put_entries_total counter sunlight_cache_put_entries_total{log="loreto2026h2"} 2013 sunlight_cache_put_entries_total{log="loreto2027h1"} 469 sunlight_cache_put_entries_total{log="loreto2027h2"} 469 sunlight_cache_put_entries_total{log="loreto2028h1"} 469 sunlight_cache_put_entries_total{log="loreto2028h2"} 469 # HELP sunlight_cache_put_errors_total Number of failed deduplication cache inserts. # TYPE sunlight_cache_put_errors_total counter sunlight_cache_put_errors_total{log="loreto2026h2"} 0 sunlight_cache_put_errors_total{log="loreto2027h1"} 0 sunlight_cache_put_errors_total{log="loreto2027h2"} 0 sunlight_cache_put_errors_total{log="loreto2028h1"} 0 sunlight_cache_put_errors_total{log="loreto2028h2"} 0 # HELP sunlight_cache_wal_frames Frames in the cache WAL as of the latest checkpoint. # TYPE sunlight_cache_wal_frames gauge sunlight_cache_wal_frames{log="loreto2026h2"} 1 sunlight_cache_wal_frames{log="loreto2027h1"} 1 sunlight_cache_wal_frames{log="loreto2027h2"} 1 sunlight_cache_wal_frames{log="loreto2028h1"} 1 sunlight_cache_wal_frames{log="loreto2028h2"} 1 # HELP sunlight_config_notafter_end_timestamp_seconds End of the NotAfter accepted period. # TYPE sunlight_config_notafter_end_timestamp_seconds gauge sunlight_config_notafter_end_timestamp_seconds{log="loreto2026h2"} 1.7987616e+09 sunlight_config_notafter_end_timestamp_seconds{log="loreto2027h1"} 1.8144e+09 sunlight_config_notafter_end_timestamp_seconds{log="loreto2027h2"} 1.8302976e+09 sunlight_config_notafter_end_timestamp_seconds{log="loreto2028h1"} 1.8460224e+09 sunlight_config_notafter_end_timestamp_seconds{log="loreto2028h2"} 1.86192e+09 # HELP sunlight_config_notafter_start_timestamp_seconds Start of the NotAfter accepted period. # TYPE sunlight_config_notafter_start_timestamp_seconds gauge sunlight_config_notafter_start_timestamp_seconds{log="loreto2026h2"} 1.782864e+09 sunlight_config_notafter_start_timestamp_seconds{log="loreto2027h1"} 1.7987616e+09 sunlight_config_notafter_start_timestamp_seconds{log="loreto2027h2"} 1.8144e+09 sunlight_config_notafter_start_timestamp_seconds{log="loreto2028h1"} 1.8302976e+09 sunlight_config_notafter_start_timestamp_seconds{log="loreto2028h2"} 1.8460224e+09 # HELP sunlight_config_roots_total Number of accepted roots. # TYPE sunlight_config_roots_total gauge sunlight_config_roots_total{log="loreto2026h2"} 86 sunlight_config_roots_total{log="loreto2027h1"} 86 sunlight_config_roots_total{log="loreto2027h2"} 86 sunlight_config_roots_total{log="loreto2028h1"} 86 sunlight_config_roots_total{log="loreto2028h2"} 86 # HELP sunlight_fs_op_duration_seconds Overall local backend operation latency. # TYPE sunlight_fs_op_duration_seconds summary sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.5"} 0.000186721 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.75"} 0.000187523 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.9"} 0.000189416 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.99"} 0.000189416 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="discard"} 0.3130084770000002 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="discard"} 1966 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="loreto2026h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="loreto2026h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="loreto2026h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="fetch"} 0.0026288149999999996 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="fetch"} 25 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.5"} 0.000941741 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.75"} 0.00100391 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.9"} 0.001050851 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.99"} 0.001197305 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="upload"} 139.7520704539997 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="upload"} 148526 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.5"} 7.5456e-05 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.75"} 7.5456e-05 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.9"} 7.5456e-05 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.99"} 7.5456e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="discard"} 0.07329423799999998 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="discard"} 469 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="fetch"} 0.001076221 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.5"} 0.00091574 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.75"} 0.0009569 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.9"} 0.001015102 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.99"} 0.001394907 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="upload"} 131.1742906730001 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="upload"} 142531 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.5"} 7.4384e-05 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.75"} 7.4384e-05 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.9"} 7.4384e-05 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.99"} 7.4384e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="discard"} 0.07683697799999996 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="discard"} 469 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="fetch"} 0.000845202 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.5"} 0.000946961 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.75"} 0.000998951 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.9"} 0.00107121 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.99"} 0.001322767 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="upload"} 137.40052042399842 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="upload"} 142532 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.5"} 0.000212411 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.75"} 0.000212411 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.9"} 0.000212411 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.99"} 0.000212411 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="discard"} 0.07382435600000001 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="discard"} 469 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="loreto2028h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="loreto2028h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="loreto2028h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="fetch"} 0.0009365000000000002 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.5"} 0.000893467 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.75"} 0.000929748 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.9"} 0.0009776 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.99"} 0.001059448 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="upload"} 128.8849905590004 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="upload"} 142530 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.5"} 9.285e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.75"} 9.285e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.9"} 9.285e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.99"} 9.285e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="discard"} 0.07172734399999994 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="discard"} 469 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="loreto2028h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="loreto2028h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="loreto2028h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="fetch"} 0.0010832770000000001 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.5"} 0.000881173 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.75"} 0.000919056 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.9"} 0.000972992 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.99"} 0.001218435 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="upload"} 126.10152096799945 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="upload"} 142530 # HELP sunlight_http_in_flight_requests Requests currently being served, by endpoint. # TYPE sunlight_http_in_flight_requests gauge sunlight_http_in_flight_requests{endpoint="add-chain",log="loreto2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="loreto2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="loreto2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="loreto2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="loreto2028h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="loreto2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="loreto2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="loreto2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="loreto2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="loreto2028h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="loreto2026h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="loreto2027h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="loreto2027h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="loreto2028h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="loreto2028h2"} 0 # HELP sunlight_http_request_duration_seconds HTTP request serving latencies in seconds, by endpoint. # TYPE sunlight_http_request_duration_seconds summary sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.5"} 0.115939369 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.75"} 0.188966539 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.9"} 0.213575466 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.99"} 0.213575466 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2026h2"} 396.3902286569998 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2026h2"} 2482 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.5"} 0.002648449 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.75"} 0.233078211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.9"} 0.233078211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.99"} 0.233078211 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h1"} 84.28652112900008 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h1"} 938 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.5"} 0.002823218 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.75"} 0.223683412 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.9"} 0.223683412 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.99"} 0.223683412 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h2"} 84.00462488199994 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h2"} 938 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.5"} 0.002972917 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.75"} 0.136932493 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.9"} 0.136932493 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.99"} 0.136932493 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h1"} 82.86238774800003 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h1"} 938 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.5"} 0.003053723 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.75"} 0.124331667 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.9"} 0.124331667 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.99"} 0.124331667 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h2"} 80.45348038000002 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h2"} 938 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2026h2"} 6.404875830999999 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2026h2"} 26 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2027h1"} 6.373607840000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2027h1"} 26 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2027h2"} 6.452025103 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2027h2"} 26 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2028h1"} 6.336557362000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2028h1"} 26 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2028h2"} 6.411627942000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2028h2"} 26 # HELP sunlight_http_requests_total HTTP requests served, by endpoint and response code. # TYPE sunlight_http_requests_total counter sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2026h2"} 2482 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h1"} 938 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h2"} 938 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h1"} 938 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h2"} 938 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2026h2"} 26 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2027h1"} 26 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2027h2"} 26 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2028h1"} 26 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2028h2"} 26 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="loreto2026h2"} 17 sunlight_issuers_cache_total{log="loreto2027h1"} 1 sunlight_issuers_cache_total{log="loreto2027h2"} 1 sunlight_issuers_cache_total{log="loreto2028h1"} 1 sunlight_issuers_cache_total{log="loreto2028h2"} 1 # HELP sunlight_sequencing_data_tiles_bytes Uncompressed size of uploaded data tiles, including partials. # TYPE sunlight_sequencing_data_tiles_bytes summary sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.5"} 8119 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.9"} 11821 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.99"} 11821 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2026h2"} 4.32597471e+08 sunlight_sequencing_data_tiles_bytes_count{log="loreto2026h2"} 1966 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.5"} 110011 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.9"} 110011 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.99"} 110011 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h1"} 6.660291e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h1"} 469 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.5"} 108892 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.9"} 108892 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.99"} 108892 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h2"} 6.6644588e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h2"} 469 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.5"} 108901 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.9"} 108901 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.99"} 108901 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h1"} 6.665091e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h1"} 469 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.5"} 108891 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.9"} 108891 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.99"} 108891 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h2"} 6.6649568e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h2"} 469 # HELP sunlight_sequencing_data_tiles_gzip_bytes Compressed size of uploaded data tiles, including partials. # TYPE sunlight_sequencing_data_tiles_gzip_bytes summary sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.5"} 3193 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 4259 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 4259 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2026h2"} 1.19634438e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2026h2"} 1966 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 12541 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 12541 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 12541 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h1"} 7.521563e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h1"} 469 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 12375 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 12375 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 12375 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h2"} 7.532505e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h2"} 469 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 12410 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 12410 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 12410 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h1"} 7.535211e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h1"} 469 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 12402 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 12402 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 12402 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h2"} 7.523279e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h2"} 469 # HELP sunlight_sequencing_duration_seconds Duration of sequencing rounds, successful or not. # TYPE sunlight_sequencing_duration_seconds summary sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.5"} 0.007021122 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.75"} 0.010004037 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.01471882 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.043122311 sunlight_sequencing_duration_seconds_sum{log="loreto2026h2"} 1581.9580221619988 sunlight_sequencing_duration_seconds_count{log="loreto2026h2"} 140653 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.007938226 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.75"} 0.010603115 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.013947369 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.025944405 sunlight_sequencing_duration_seconds_sum{log="loreto2027h1"} 1368.0797307580008 sunlight_sequencing_duration_seconds_count{log="loreto2027h1"} 140652 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.007942053 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.75"} 0.011065622 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.014648237 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.029303128 sunlight_sequencing_duration_seconds_sum{log="loreto2027h2"} 1382.065834787992 sunlight_sequencing_duration_seconds_count{log="loreto2027h2"} 140653 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.007907757 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.75"} 0.010695577 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.013632053 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.02188499 sunlight_sequencing_duration_seconds_sum{log="loreto2028h1"} 1374.0535270509972 sunlight_sequencing_duration_seconds_count{log="loreto2028h1"} 140651 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.007966299 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.75"} 0.010860445 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.014818592 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.026540327 sunlight_sequencing_duration_seconds_sum{log="loreto2028h2"} 1363.5554169369996 sunlight_sequencing_duration_seconds_count{log="loreto2028h2"} 140651 # HELP sunlight_sequencing_leaf_bytes Size of leaves in sequencing rounds, successful or not. # TYPE sunlight_sequencing_leaf_bytes summary sunlight_sequencing_leaf_bytes{log="loreto2026h2",quantile="0.5"} 1659 sunlight_sequencing_leaf_bytes{log="loreto2026h2",quantile="0.99"} 2043 sunlight_sequencing_leaf_bytes_sum{log="loreto2026h2"} 3.403937e+06 sunlight_sequencing_leaf_bytes_count{log="loreto2026h2"} 2013 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h1"} 515926 sunlight_sequencing_leaf_bytes_count{log="loreto2027h1"} 469 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.5"} 1102 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.99"} 1102 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h2"} 515882 sunlight_sequencing_leaf_bytes_count{log="loreto2027h2"} 469 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="loreto2028h1"} 515916 sunlight_sequencing_leaf_bytes_count{log="loreto2028h1"} 469 sunlight_sequencing_leaf_bytes{log="loreto2028h2",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="loreto2028h2",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="loreto2028h2"} 515917 sunlight_sequencing_leaf_bytes_count{log="loreto2028h2"} 469 # HELP sunlight_sequencing_names_tiles_bytes Uncompressed size of uploaded names tiles, including partials. # TYPE sunlight_sequencing_names_tiles_bytes summary sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.5"} 814 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.9"} 1110 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.99"} 1110 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2026h2"} 4.5868683e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2026h2"} 1966 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.5"} 21200 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.9"} 21200 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.99"} 21200 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h1"} 1.2835752e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h1"} 469 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.5"} 20988 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.9"} 20988 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.99"} 20988 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h2"} 1.2844868e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h2"} 469 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.5"} 20988 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.9"} 20988 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.99"} 20988 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h1"} 1.2844868e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h1"} 469 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.5"} 20988 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.9"} 20988 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.99"} 20988 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h2"} 1.2844868e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h2"} 469 # HELP sunlight_sequencing_names_tiles_gzip_bytes Compressed size of uploaded names tiles, including partials. # TYPE sunlight_sequencing_names_tiles_gzip_bytes summary sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.5"} 266 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 288 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 288 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2026h2"} 5.090264e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2026h2"} 1966 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 897 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 897 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 897 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h1"} 520242 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h1"} 469 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 894 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 894 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 894 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h2"} 517764 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h2"} 469 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 901 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 901 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 901 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h1"} 517033 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h1"} 469 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 893 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 893 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 893 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h2"} 517641 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h2"} 469 # HELP sunlight_sequencing_phase_duration_seconds Duration of sequencing round phases, up to the point of failure. # TYPE sunlight_sequencing_phase_duration_seconds summary sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.5"} 0.000161903 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.9"} 0.000213313 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.99"} 0.003423859 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="cache"} 30.782245444000043 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="cache"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.5"} 0.005203297 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.9"} 0.010529543 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.99"} 0.022707367 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="checkpoint"} 935.2685663810138 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="checkpoint"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.5"} 0.000305551 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.9"} 0.000337974 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.99"} 0.013962252 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="hash"} 395.2212650810002 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="hash"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.5"} 4.4946e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.9"} 5.7912e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.99"} 0.008799661 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="stage"} 37.67169715100025 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="stage"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.5"} 0.001024641 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.9"} 0.001202866 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.99"} 0.007465561 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="upload"} 155.95358878100004 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="upload"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.5"} 0.000161041 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.9"} 0.000199716 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.99"} 0.003324516 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="cache"} 29.052232219000167 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="cache"} 140652 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.5"} 0.005349983 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.9"} 0.010420243 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.99"} 0.022093771 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="checkpoint"} 929.391925455019 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="checkpoint"} 140652 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.5"} 0.001196182 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.9"} 0.001325933 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.99"} 0.001777817 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="hash"} 224.35813913500192 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="hash"} 140652 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.5"} 4.7101e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.9"} 5.7912e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.99"} 0.001650721 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="stage"} 12.630417990999831 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="stage"} 140652 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.5"} 0.001002388 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.9"} 0.001131498 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.99"} 0.00273606 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="upload"} 146.85748688300097 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="upload"} 140652 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.5"} 0.000162274 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.9"} 0.000204395 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.99"} 0.003366699 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="cache"} 29.87602717399953 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="cache"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.5"} 0.005294936 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.9"} 0.01139096 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.99"} 0.025361028 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="checkpoint"} 936.8288046380287 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="checkpoint"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.5"} 0.001212023 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.9"} 0.00129316 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.99"} 0.001726428 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="hash"} 222.28716275599817 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="hash"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.5"} 4.7382e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.9"} 6.228e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.99"} 0.001684797 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="stage"} 13.092242506999936 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="stage"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.5"} 0.001035712 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.9"} 0.001176114 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.99"} 0.00281958 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="upload"} 153.97908628200173 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="upload"} 140653 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.5"} 0.000159458 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.9"} 0.000210728 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.99"} 0.003535275 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="cache"} 30.15177552600062 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="cache"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.5"} 0.005318201 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.9"} 0.0098715 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.99"} 0.016487472 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="checkpoint"} 939.3339890169945 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="checkpoint"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.5"} 0.001180673 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.9"} 0.001258723 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.99"} 0.001470613 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="hash"} 219.28186366200148 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="hash"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.5"} 4.694e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.9"} 5.4445e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.99"} 0.001647866 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="stage"} 13.109692418000213 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="stage"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.5"} 0.000980826 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.9"} 0.001083305 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.99"} 0.002731521 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="upload"} 145.31413261299903 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="upload"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.5"} 0.000158497 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.9"} 0.000197672 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.99"} 0.003378832 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="cache"} 29.103154433999727 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="cache"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.5"} 0.005264725 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.9"} 0.011269423 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.99"} 0.022987893 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="checkpoint"} 927.9646042199936 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="checkpoint"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.5"} 0.001201352 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.9"} 0.001338477 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.99"} 0.001499919 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="hash"} 225.8707219439957 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="hash"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.5"} 4.663e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.9"} 5.2181e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.99"} 0.001632626 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="stage"} 12.743406645999698 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="stage"} 140651 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.5"} 0.000969313 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.9"} 0.001089817 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.99"} 0.002786236 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="upload"} 142.1276591519998 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="upload"} 140651 # HELP sunlight_sequencing_pool_entries Number of entries in the pools being sequenced. # TYPE sunlight_sequencing_pool_entries summary sunlight_sequencing_pool_entries{log="loreto2026h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="loreto2026h2",quantile="0.99"} 1 sunlight_sequencing_pool_entries_sum{log="loreto2026h2"} 2013 sunlight_sequencing_pool_entries_count{log="loreto2026h2"} 140653 sunlight_sequencing_pool_entries{log="loreto2027h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="loreto2027h1",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="loreto2027h1"} 469 sunlight_sequencing_pool_entries_count{log="loreto2027h1"} 140652 sunlight_sequencing_pool_entries{log="loreto2027h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="loreto2027h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="loreto2027h2"} 469 sunlight_sequencing_pool_entries_count{log="loreto2027h2"} 140653 sunlight_sequencing_pool_entries{log="loreto2028h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="loreto2028h1",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="loreto2028h1"} 469 sunlight_sequencing_pool_entries_count{log="loreto2028h1"} 140651 sunlight_sequencing_pool_entries{log="loreto2028h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="loreto2028h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="loreto2028h2"} 469 sunlight_sequencing_pool_entries_count{log="loreto2028h2"} 140651 # HELP sunlight_sequencing_rounds_total Number of sequencing rounds, by error category if failed. # TYPE sunlight_sequencing_rounds_total counter sunlight_sequencing_rounds_total{error="",log="loreto2026h2"} 140653 sunlight_sequencing_rounds_total{error="",log="loreto2027h1"} 140652 sunlight_sequencing_rounds_total{error="",log="loreto2027h2"} 140653 sunlight_sequencing_rounds_total{error="",log="loreto2028h1"} 140651 sunlight_sequencing_rounds_total{error="",log="loreto2028h2"} 140651 # HELP sunlight_sequencing_uploaded_tiles_total Number of tiles uploaded in successful rounds, including partials. # TYPE sunlight_sequencing_uploaded_tiles_total counter sunlight_sequencing_uploaded_tiles_total{log="loreto2026h2"} 5906 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h1"} 1409 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h2"} 1409 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h1"} 1409 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h2"} 1409 # HELP sunlight_sqlite_update_duration_seconds Duration of SQLite lock backend updates. # TYPE sunlight_sqlite_update_duration_seconds summary sunlight_sqlite_update_duration_seconds{quantile="0.5"} 0.000568208 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000667019 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001659979 sunlight_sqlite_update_duration_seconds_sum 416.5493136809912 sunlight_sqlite_update_duration_seconds_count 703260 # HELP sunlight_staging_discard_errors_total Number of errors discarding staging entries. # TYPE sunlight_staging_discard_errors_total counter sunlight_staging_discard_errors_total{log="loreto2026h2"} 0 sunlight_staging_discard_errors_total{log="loreto2027h1"} 0 sunlight_staging_discard_errors_total{log="loreto2027h2"} 0 sunlight_staging_discard_errors_total{log="loreto2028h1"} 0 sunlight_staging_discard_errors_total{log="loreto2028h2"} 0 # HELP sunlight_tree_size_leaves_total Size of the latest published tree head. # TYPE sunlight_tree_size_leaves_total gauge sunlight_tree_size_leaves_total{log="loreto2026h2"} 408071 sunlight_tree_size_leaves_total{log="loreto2027h1"} 15972 sunlight_tree_size_leaves_total{log="loreto2027h2"} 15971 sunlight_tree_size_leaves_total{log="loreto2028h1"} 15971 sunlight_tree_size_leaves_total{log="loreto2028h2"} 15971 # HELP sunlight_tree_timestamp_seconds Timestamp of the latest published tree head. # TYPE sunlight_tree_timestamp_seconds gauge sunlight_tree_timestamp_seconds{log="loreto2026h2"} 1.790456382343e+09 sunlight_tree_timestamp_seconds{log="loreto2027h1"} 1.790456382354e+09 sunlight_tree_timestamp_seconds{log="loreto2027h2"} 1.790456382317e+09 sunlight_tree_timestamp_seconds{log="loreto2028h1"} 1.790456382377e+09 sunlight_tree_timestamp_seconds{log="loreto2028h2"} 1.790456382387e+09