# 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.5787e-05 go_gc_duration_seconds{quantile="0.25"} 0.000114912 go_gc_duration_seconds{quantile="0.5"} 0.000123799 go_gc_duration_seconds{quantile="0.75"} 0.000153526 go_gc_duration_seconds{quantile="1"} 0.000518211 go_gc_duration_seconds_sum 1.255069382 go_gc_duration_seconds_count 8354 # 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 23 # 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.0242416e+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 1.55082668696e+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.182301e+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 2.55056566e+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.422384e+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.0242416e+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.985984e+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 2.5616384e+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 48554 # 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.1747328e+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.5476224e+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.7903647593191028e+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 2.5510512e+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 382880 # 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 701760 # 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.843457e+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.219427e+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.244032e+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.244032e+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 6.9294344e+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 5800.76 # 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.715266183018e+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.7884218768192e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 38 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 5.73362176e+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.79034185039e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 2.089648128e+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"} 377 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"} 5 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"} 382 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"} 374 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"} 8 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"} 382 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"} 378 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"} 4 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"} 382 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"} 374 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"} 8 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"} 382 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"} 373 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"} 9 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"} 382 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"} 67 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"} 5 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"} 68 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"} 1 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"} 14 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"} 2 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"} 5 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"} 15 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"} 3 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"} 6 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"} 5 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"} 173 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"} 23 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"} 45 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"} 8 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"} 654 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"} 51 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"} 62 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"} 9 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"} 5 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"} 4 # 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.095609684 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.75"} 0.157481117 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.9"} 0.186689012 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.99"} 0.186689012 sunlight_addchain_wait_seconds_sum{log="loreto2026h2"} 310.1365306489998 sunlight_addchain_wait_seconds_count{log="loreto2026h2"} 1608 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.5"} 0.124933594 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.75"} 0.124933594 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.9"} 0.124933594 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.99"} 0.124933594 sunlight_addchain_wait_seconds_sum{log="loreto2027h1"} 62.91667264899993 sunlight_addchain_wait_seconds_count{log="loreto2027h1"} 382 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.5"} 0.169045277 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.75"} 0.169045277 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.9"} 0.169045277 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.99"} 0.169045277 sunlight_addchain_wait_seconds_sum{log="loreto2027h2"} 61.63449983900002 sunlight_addchain_wait_seconds_count{log="loreto2027h2"} 382 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.5"} 0.148947891 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.75"} 0.148947891 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.9"} 0.148947891 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.99"} 0.148947891 sunlight_addchain_wait_seconds_sum{log="loreto2028h1"} 63.75579626299998 sunlight_addchain_wait_seconds_count{log="loreto2028h1"} 382 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.5"} 0.095729316 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.75"} 0.095729316 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.9"} 0.095729316 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.99"} 0.095729316 sunlight_addchain_wait_seconds_sum{log="loreto2028h2"} 63.617858694000034 sunlight_addchain_wait_seconds_count{log="loreto2028h2"} 382 # 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.5526e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.9"} 8.6266e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000176601 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2026h2"} 8.874709397999954 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2026h2"} 114541 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.5"} 7.7119e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.9"} 8.4643e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000109752 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h1"} 8.869167512999875 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h1"} 114541 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.5"} 7.5136e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.9"} 8.795e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000127707 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h2"} 8.719180332999958 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h2"} 114540 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.5"} 7.8191e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.9"} 8.6728e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000133888 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h1"} 9.153379047000035 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h1"} 114538 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.5"} 7.6759e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.9"} 8.6998e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000136123 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h2"} 8.90866497999993 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h2"} 114537 # 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.1557248e+07 sunlight_cache_database_bytes{log="loreto2027h1"} 765952 sunlight_cache_database_bytes{log="loreto2027h2"} 770048 sunlight_cache_database_bytes{log="loreto2028h1"} 765952 sunlight_cache_database_bytes{log="loreto2028h2"} 786432 # 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.000148988 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.000152305 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000152305 sunlight_cache_get_duration_seconds_sum{log="loreto2026h2"} 0.27856834799999997 sunlight_cache_get_duration_seconds_count{log="loreto2026h2"} 1985 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.000113449 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.000155099 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000155099 sunlight_cache_get_duration_seconds_sum{log="loreto2027h1"} 0.09231336600000005 sunlight_cache_get_duration_seconds_count{log="loreto2027h1"} 756 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.000106496 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.000154589 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000154589 sunlight_cache_get_duration_seconds_sum{log="loreto2027h2"} 0.09134520500000003 sunlight_cache_get_duration_seconds_count{log="loreto2027h2"} 760 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.5"} 9.9312e-05 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.00012911 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.00012911 sunlight_cache_get_duration_seconds_sum{log="loreto2028h1"} 0.08997567100000015 sunlight_cache_get_duration_seconds_count{log="loreto2028h1"} 756 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.5"} 9.5214e-05 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.000132937 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000132937 sunlight_cache_get_duration_seconds_sum{log="loreto2028h2"} 0.09059632900000004 sunlight_cache_get_duration_seconds_count{log="loreto2028h2"} 755 # 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.0247e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.9"} 7.1809e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000337221 sunlight_cache_put_duration_seconds_sum{log="loreto2026h2"} 7.569962600999938 sunlight_cache_put_duration_seconds_count{log="loreto2026h2"} 114541 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.5"} 6.0788e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.9"} 7.1558e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000135522 sunlight_cache_put_duration_seconds_sum{log="loreto2027h1"} 7.28332755100016 sunlight_cache_put_duration_seconds_count{log="loreto2027h1"} 114541 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.5"} 6.0076e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.9"} 6.8593e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000209696 sunlight_cache_put_duration_seconds_sum{log="loreto2027h2"} 7.219312371000088 sunlight_cache_put_duration_seconds_count{log="loreto2027h2"} 114540 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.5"} 6.1559e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.9"} 7.3311e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000146804 sunlight_cache_put_duration_seconds_sum{log="loreto2028h1"} 7.420618771000028 sunlight_cache_put_duration_seconds_count{log="loreto2028h1"} 114538 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.5"} 6.0557e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.9"} 7.0106e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000121275 sunlight_cache_put_duration_seconds_sum{log="loreto2028h2"} 7.298772343000006 sunlight_cache_put_duration_seconds_count{log="loreto2028h2"} 114537 # 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"} 1608 sunlight_cache_put_entries_total{log="loreto2027h1"} 382 sunlight_cache_put_entries_total{log="loreto2027h2"} 382 sunlight_cache_put_entries_total{log="loreto2028h1"} 382 sunlight_cache_put_entries_total{log="loreto2028h2"} 382 # 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.000177453 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.75"} 0.000195187 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.9"} 0.00019647 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.99"} 0.00019647 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="discard"} 0.25854205199999947 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="discard"} 1568 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.002888495 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="fetch"} 25 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.5"} 0.000916932 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.75"} 0.000958322 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.9"} 0.001006015 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.99"} 0.00113832 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="upload"} 110.35386525300054 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="upload"} 120821 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.5"} 0.000154949 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.75"} 0.000154949 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.9"} 0.000154949 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.99"} 0.000154949 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="discard"} 0.061350493 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="discard"} 382 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.001295878 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.5"} 0.000914819 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.75"} 0.00095725 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.9"} 0.001005884 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.99"} 0.001292338 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="upload"} 105.49918254599875 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="upload"} 116072 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.5"} 0.000122577 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.75"} 0.000122577 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.9"} 0.000122577 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.99"} 0.000122577 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="discard"} 0.06151557400000002 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="discard"} 382 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.002888037 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.5"} 0.000924658 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.75"} 0.000970716 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.9"} 0.001028357 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.99"} 0.001176113 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="upload"} 107.06436119299993 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="upload"} 116071 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.5"} 0.000125833 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.75"} 0.000125833 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.9"} 0.000125833 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.99"} 0.000125833 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="discard"} 0.06294116699999999 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="discard"} 382 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.001094313 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.5"} 0.000906362 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.75"} 0.000947551 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.9"} 0.000999291 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.99"} 0.001226891 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="upload"} 105.57738695500045 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="upload"} 116069 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.5"} 7.4073e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.75"} 7.4073e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.9"} 7.4073e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.99"} 7.4073e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="discard"} 0.061804310999999966 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="discard"} 382 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.001166118 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.5"} 0.000906512 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.75"} 0.000946609 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.9"} 0.001007186 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.99"} 0.001175612 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="upload"} 104.92818367300129 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="upload"} 116068 # 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.098649018 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.75"} 0.161592294 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.9"} 0.190803675 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.99"} 0.190803675 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2026h2"} 321.00593519200004 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2026h2"} 1990 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.5"} 0.003064503 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.75"} 0.128189848 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.9"} 0.128189848 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.99"} 0.128189848 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h1"} 65.89539260699999 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h1"} 764 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.5"} 0.002976233 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.75"} 0.172035467 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.9"} 0.172035467 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.99"} 0.172035467 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h2"} 64.14688427799997 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h2"} 764 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.5"} 0.002961444 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.75"} 0.151853177 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.9"} 0.151853177 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.99"} 0.151853177 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h1"} 66.37106316000005 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h1"} 764 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.5"} 0.003053673 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.75"} 0.098773028 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.9"} 0.098773028 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.99"} 0.098773028 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h2"} 66.91347719000002 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h2"} 764 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"} 8.041897246 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2026h2"} 32 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"} 7.950404451999998 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2027h1"} 32 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"} 8.065598173000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2027h2"} 32 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"} 8.088080114000004 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2028h1"} 32 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"} 7.933008868000002 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2028h2"} 32 # 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"} 1990 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h1"} 764 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h2"} 764 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h1"} 764 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h2"} 764 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2026h2"} 32 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2027h1"} 32 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2027h2"} 32 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2028h1"} 32 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2028h2"} 32 # 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"} 7123 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.9"} 10387 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.99"} 10387 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2026h2"} 3.64950257e+08 sunlight_sequencing_data_tiles_bytes_count{log="loreto2026h2"} 1568 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.5"} 119900 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.9"} 119900 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.99"} 119900 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h1"} 4.7411972e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h1"} 382 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.5"} 118816 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.9"} 118816 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.99"} 118816 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h2"} 4.7562118e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h2"} 382 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.5"} 118788 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.9"} 118788 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.99"} 118788 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h1"} 4.7559044e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h1"} 382 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.5"} 118814 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.9"} 118814 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.99"} 118814 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h2"} 4.7560293e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h2"} 382 # 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"} 2674 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 3543 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 3543 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2026h2"} 9.7162639e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2026h2"} 1568 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 13623 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 13623 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 13623 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h1"} 5.37797e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h1"} 382 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 13507 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 13507 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 13507 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h2"} 5.388724e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h2"} 382 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 13530 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 13530 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 13530 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h1"} 5.403217e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h1"} 382 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 13525 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 13525 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 13525 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h2"} 5.396271e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h2"} 382 # 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.006873486 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.75"} 0.01001605 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.014686687 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.034239482 sunlight_sequencing_duration_seconds_sum{log="loreto2026h2"} 1255.1225182889991 sunlight_sequencing_duration_seconds_count{log="loreto2026h2"} 114541 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.008799218 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.75"} 0.01185319 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.015531561 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.023884637 sunlight_sequencing_duration_seconds_sum{log="loreto2027h1"} 1091.2889197680079 sunlight_sequencing_duration_seconds_count{log="loreto2027h1"} 114541 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.008062374 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.75"} 0.01082827 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.014535476 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.029586449 sunlight_sequencing_duration_seconds_sum{log="loreto2027h2"} 1078.2486278509969 sunlight_sequencing_duration_seconds_count{log="loreto2027h2"} 114540 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.008271227 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.75"} 0.011209026 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.016254439 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.026342026 sunlight_sequencing_duration_seconds_sum{log="loreto2028h1"} 1090.6614352779964 sunlight_sequencing_duration_seconds_count{log="loreto2028h1"} 114538 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.008729373 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.75"} 0.011853652 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.015550478 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.024230446 sunlight_sequencing_duration_seconds_sum{log="loreto2028h2"} 1083.7782102179895 sunlight_sequencing_duration_seconds_count{log="loreto2028h2"} 114537 # 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"} 1607 sunlight_sequencing_leaf_bytes{log="loreto2026h2",quantile="0.99"} 1657 sunlight_sequencing_leaf_bytes_sum{log="loreto2026h2"} 2.79618e+06 sunlight_sequencing_leaf_bytes_count{log="loreto2026h2"} 1608 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.5"} 1102 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.99"} 1102 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h1"} 420171 sunlight_sequencing_leaf_bytes_count{log="loreto2027h1"} 382 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h2"} 420225 sunlight_sequencing_leaf_bytes_count{log="loreto2027h2"} 382 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.5"} 1100 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.99"} 1100 sunlight_sequencing_leaf_bytes_sum{log="loreto2028h1"} 420191 sunlight_sequencing_leaf_bytes_count{log="loreto2028h1"} 382 sunlight_sequencing_leaf_bytes{log="loreto2028h2",quantile="0.5"} 1099 sunlight_sequencing_leaf_bytes{log="loreto2028h2",quantile="0.99"} 1099 sunlight_sequencing_leaf_bytes_sum{log="loreto2028h2"} 420209 sunlight_sequencing_leaf_bytes_count{log="loreto2028h2"} 382 # 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"} 837 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.9"} 1097 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.99"} 1097 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2026h2"} 4.6096327e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2026h2"} 1568 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.5"} 23108 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.9"} 23108 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.99"} 23108 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h1"} 9.138684e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h1"} 382 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.5"} 22896 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.9"} 22896 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.99"} 22896 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h2"} 9.166244e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h2"} 382 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.5"} 22896 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.9"} 22896 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.99"} 22896 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h1"} 9.166244e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h1"} 382 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.5"} 22896 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.9"} 22896 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.99"} 22896 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h2"} 9.166244e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h2"} 382 # 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"} 274 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 312 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 312 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2026h2"} 5.436542e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2026h2"} 1568 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 967 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 967 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 967 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h1"} 380752 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h1"} 382 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 955 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 955 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 955 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h2"} 377064 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h2"} 382 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 964 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 964 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 964 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h1"} 378530 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h1"} 382 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 975 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 975 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 975 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h2"} 379685 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h2"} 382 # 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.000157073 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.9"} 0.000201811 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.99"} 0.002748152 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="cache"} 23.281390696999836 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="cache"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.5"} 0.005240961 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.9"} 0.011552751 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.99"} 0.017697177 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="checkpoint"} 747.1497479529928 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="checkpoint"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.5"} 0.000247869 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.9"} 0.000280492 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.99"} 0.012363788 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="hash"} 312.712957749998 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="hash"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.5"} 4.3254e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.9"} 5.8273e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.99"} 0.008516591 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="stage"} 29.67070562400039 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="stage"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.5"} 0.000996506 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.9"} 0.001118582 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.99"} 0.006713737 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="upload"} 121.86381920700006 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="upload"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.5"} 0.000158216 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.9"} 0.000190829 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.99"} 0.002780995 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="cache"} 22.980391307999657 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="cache"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.5"} 0.005876629 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.9"} 0.01263371 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.99"} 0.018580385 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="checkpoint"} 762.7722890730003 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="checkpoint"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.5"} 0.001228625 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.9"} 0.001319671 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.99"} 0.002361054 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="hash"} 157.4106747500006 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="hash"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.5"} 4.8103e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.9"} 6.2641e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.99"} 0.001343978 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="stage"} 10.19779808599992 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="stage"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.5"} 0.000997458 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.9"} 0.001121547 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.99"} 0.002435808 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="upload"} 117.7753066799991 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="upload"} 114541 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.5"} 0.000156112 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.9"} 0.000183084 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.99"} 0.002765124 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="cache"} 22.71557082700035 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="cache"} 114540 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.5"} 0.005309784 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.9"} 0.011377943 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.99"} 0.025544626 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="checkpoint"} 748.2462328400055 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="checkpoint"} 114540 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.5"} 0.001204458 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.9"} 0.001302528 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.99"} 0.002266922 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="hash"} 157.44207839900076 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="hash"} 114540 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.5"} 4.7141e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.9"} 5.679e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.99"} 0.001386831 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="stage"} 10.277471252000185 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="stage"} 114540 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.5"} 0.001007818 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.9"} 0.001147629 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.99"} 0.002500553 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="upload"} 119.2502464820012 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="upload"} 114540 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.5"} 0.000160691 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.9"} 0.000194516 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.99"} 0.00276792 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="cache"} 23.07218289299978 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="cache"} 114538 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.5"} 0.005490543 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.9"} 0.012101451 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.99"} 0.022117642 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="checkpoint"} 761.7740658599936 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="checkpoint"} 114538 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.5"} 0.001213466 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.9"} 0.001320532 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.99"} 0.003020739 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="hash"} 158.22639189800014 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="hash"} 114538 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.5"} 4.7492e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.9"} 5.5618e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.99"} 0.00140195 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="stage"} 10.154547917000107 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="stage"} 114538 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.5"} 0.000992238 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.9"} 0.0011175 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.99"} 0.002484973 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="upload"} 117.56237095700011 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="upload"} 114538 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.5"} 0.000158627 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.9"} 0.00019119 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.99"} 0.00280412 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="cache"} 22.968644921000084 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="cache"} 114537 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.5"} 0.006018423 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.9"} 0.012392494 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.99"} 0.018520508 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="checkpoint"} 752.2636496399974 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="checkpoint"} 114537 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.5"} 0.001237983 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.9"} 0.001358226 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.99"} 0.002978907 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="hash"} 160.20327044599932 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="hash"} 114537 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.5"} 4.7672e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.9"} 5.9925e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.99"} 0.001383665 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="stage"} 10.760919171999841 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="stage"} 114537 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.5"} 0.000993581 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.9"} 0.001118712 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.99"} 0.002492979 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="upload"} 117.27848491199845 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="upload"} 114537 # 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"} 1608 sunlight_sequencing_pool_entries_count{log="loreto2026h2"} 114541 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"} 382 sunlight_sequencing_pool_entries_count{log="loreto2027h1"} 114541 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"} 382 sunlight_sequencing_pool_entries_count{log="loreto2027h2"} 114540 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"} 382 sunlight_sequencing_pool_entries_count{log="loreto2028h1"} 114538 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"} 382 sunlight_sequencing_pool_entries_count{log="loreto2028h2"} 114537 # 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"} 114541 sunlight_sequencing_rounds_total{error="",log="loreto2027h1"} 114541 sunlight_sequencing_rounds_total{error="",log="loreto2027h2"} 114540 sunlight_sequencing_rounds_total{error="",log="loreto2028h1"} 114538 sunlight_sequencing_rounds_total{error="",log="loreto2028h2"} 114537 # 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"} 4711 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h1"} 1148 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h2"} 1148 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h1"} 1148 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h2"} 1148 # 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.000571775 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000641039 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001678294 sunlight_sqlite_update_duration_seconds_sum 332.49128075399733 sunlight_sqlite_update_duration_seconds_count 572697 # 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"} 401415 sunlight_tree_size_leaves_total{log="loreto2027h1"} 14445 sunlight_tree_size_leaves_total{log="loreto2027h2"} 14444 sunlight_tree_size_leaves_total{log="loreto2028h1"} 14444 sunlight_tree_size_leaves_total{log="loreto2028h2"} 14444 # 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.790364759509e+09 sunlight_tree_timestamp_seconds{log="loreto2027h1"} 1.790364759588e+09 sunlight_tree_timestamp_seconds{log="loreto2027h2"} 1.790364759534e+09 sunlight_tree_timestamp_seconds{log="loreto2028h1"} 1.790364759467e+09 sunlight_tree_timestamp_seconds{log="loreto2028h2"} 1.790364759483e+09