# 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.00011425 go_gc_duration_seconds{quantile="0.5"} 0.000121755 go_gc_duration_seconds{quantile="0.75"} 0.000158988 go_gc_duration_seconds{quantile="1"} 0.003478534 go_gc_duration_seconds_sum 1.7562076210000002 go_gc_duration_seconds_count 10849 # 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 42 # 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.2820408e+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.01789659872e+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.194157e+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.13403059e+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.2820408e+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 3.141632e+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.7828224e+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 52141 # 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.5515648e+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.9244544e+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.7904564691208243e+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.134552e+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 417440 # 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.8967386e+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.247955e+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.670016e+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.670016e+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 7329.88 # 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.771527074669e+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.8813230061933e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 44 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.75979264e+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.182664192e+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"} 456 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"} 471 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"} 463 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"} 471 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"} 460 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"} 470 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"} 461 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"} 10 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"} 471 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"} 465 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"} 471 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"} 85 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"} 226 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"} 859 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"} 67 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.134138537 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.75"} 0.152566329 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.9"} 0.211445829 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.99"} 0.211445829 sunlight_addchain_wait_seconds_sum{log="loreto2026h2"} 383.2300197560007 sunlight_addchain_wait_seconds_count{log="loreto2026h2"} 2020 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.5"} 0.089581101 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.75"} 0.089581101 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.9"} 0.089581101 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.99"} 0.089581101 sunlight_addchain_wait_seconds_sum{log="loreto2027h1"} 81.09272863200003 sunlight_addchain_wait_seconds_count{log="loreto2027h1"} 471 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.5"} NaN sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.75"} NaN sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.9"} NaN sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.99"} NaN sunlight_addchain_wait_seconds_sum{log="loreto2027h2"} 80.41958154399997 sunlight_addchain_wait_seconds_count{log="loreto2027h2"} 470 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.5"} 0.160187011 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.75"} 0.160187011 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.9"} 0.160187011 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.99"} 0.160187011 sunlight_addchain_wait_seconds_sum{log="loreto2028h1"} 79.61034253500007 sunlight_addchain_wait_seconds_count{log="loreto2028h1"} 471 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.5"} 0.139901106 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.75"} 0.139901106 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.9"} 0.139901106 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.99"} 0.139901106 sunlight_addchain_wait_seconds_sum{log="loreto2028h2"} 77.53498207599995 sunlight_addchain_wait_seconds_count{log="loreto2028h2"} 471 # 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.5476e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.9"} 9.2499e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000285442 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2026h2"} 11.264711933999983 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2026h2"} 141091 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.5"} 7.5235e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.9"} 8.3762e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000144199 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h1"} 11.018379724000209 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h1"} 141090 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.5"} 7.5466e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.9"} 8.5665e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000145021 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h2"} 11.166174763999946 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h2"} 141090 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.5"} 7.6538e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.9"} 9.1857e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000158566 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h1"} 11.269311464999861 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h1"} 141089 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.5"} 7.4394e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.9"} 8.0836e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000134811 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h2"} 10.77436998400001 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h2"} 141089 # 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.00013469 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.000211569 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000211569 sunlight_cache_get_duration_seconds_sum{log="loreto2026h2"} 0.34913344400000085 sunlight_cache_get_duration_seconds_count{log="loreto2026h2"} 2476 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.000114091 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.000129931 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000129931 sunlight_cache_get_duration_seconds_sum{log="loreto2027h1"} 0.11635233399999992 sunlight_cache_get_duration_seconds_count{log="loreto2027h1"} 934 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.5"} NaN sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.9"} NaN sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.99"} NaN sunlight_cache_get_duration_seconds_sum{log="loreto2027h2"} 0.11451823299999989 sunlight_cache_get_duration_seconds_count{log="loreto2027h2"} 930 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.000114031 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.00012958 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.00012958 sunlight_cache_get_duration_seconds_sum{log="loreto2028h1"} 0.11445716200000022 sunlight_cache_get_duration_seconds_count{log="loreto2028h1"} 932 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.000108379 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.000127697 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000127697 sunlight_cache_get_duration_seconds_sum{log="loreto2028h2"} 0.11453080800000015 sunlight_cache_get_duration_seconds_count{log="loreto2028h2"} 936 # 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.19e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.9"} 7.3242e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000332402 sunlight_cache_put_duration_seconds_sum{log="loreto2026h2"} 9.68420488300009 sunlight_cache_put_duration_seconds_count{log="loreto2026h2"} 141091 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.5"} 6.0868e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.9"} 6.9033e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000103961 sunlight_cache_put_duration_seconds_sum{log="loreto2027h1"} 9.05261930499994 sunlight_cache_put_duration_seconds_count{log="loreto2027h1"} 141090 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.5"} 6.1639e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.9"} 7.0958e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000111245 sunlight_cache_put_duration_seconds_sum{log="loreto2027h2"} 9.22810570000007 sunlight_cache_put_duration_seconds_count{log="loreto2027h2"} 141090 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.5"} 6.1369e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.9"} 7.3903e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000139389 sunlight_cache_put_duration_seconds_sum{log="loreto2028h1"} 9.194313558000147 sunlight_cache_put_duration_seconds_count{log="loreto2028h1"} 141089 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.5"} 6.0837e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.9"} 6.7109e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000114752 sunlight_cache_put_duration_seconds_sum{log="loreto2028h2"} 8.93137881400003 sunlight_cache_put_duration_seconds_count{log="loreto2028h2"} 141088 # 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"} 2020 sunlight_cache_put_entries_total{log="loreto2027h1"} 471 sunlight_cache_put_entries_total{log="loreto2027h2"} 470 sunlight_cache_put_entries_total{log="loreto2028h1"} 471 sunlight_cache_put_entries_total{log="loreto2028h2"} 471 # 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"} 4 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.0001814 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.75"} 0.000185849 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.9"} 0.000201881 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.99"} 0.000201881 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="discard"} 0.31424336400000025 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="discard"} 1973 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.000933976 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.75"} 0.000973813 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.9"} 0.001028378 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.99"} 0.001184109 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="upload"} 140.1910671429997 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="upload"} 148992 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.5"} 9.4162e-05 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.75"} 9.4162e-05 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.9"} 9.4162e-05 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.99"} 9.4162e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="discard"} 0.07366424299999998 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="discard"} 471 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.000908206 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.75"} 0.000953193 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.9"} 0.000998972 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.99"} 0.001274604 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="upload"} 131.58235341100007 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="upload"} 142977 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="discard"} 0.07698882199999996 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="discard"} 470 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.000956069 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.75"} 0.001001787 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.9"} 0.0010499 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.99"} 0.001207334 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="upload"} 137.81788379099828 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="upload"} 142973 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.5"} 0.000189647 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.75"} 0.000189647 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.9"} 0.000189647 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.99"} 0.000189647 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="discard"} 0.07413430600000001 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="discard"} 471 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.00088979 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.75"} 0.00093102 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.9"} 0.000976127 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.99"} 0.001192986 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="upload"} 129.28299585700023 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="upload"} 142976 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.5"} 7.5586e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.75"} 7.5586e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.9"} 7.5586e-05 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.99"} 7.5586e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="discard"} 0.07187756399999995 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="discard"} 471 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.000878398 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.75"} 0.000911302 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.9"} 0.000948394 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.99"} 0.001441657 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="upload"} 126.49472057699948 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="upload"} 142976 # 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.151897357 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.75"} 0.156575529 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.9"} 0.217296049 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.99"} 0.217296049 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2026h2"} 397.46379545099984 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2026h2"} 2490 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.5"} 0.003240474 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.75"} 0.092339372 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.9"} 0.092339372 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.99"} 0.092339372 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h1"} 84.60628673700008 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h1"} 941 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h2"} 84.16309216199994 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h2"} 940 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.5"} 0.002851392 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.75"} 0.163041919 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.9"} 0.163041919 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.99"} 0.163041919 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h1"} 83.22525589000001 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h1"} 942 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.5"} 0.002830202 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.75"} 0.142514136 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.9"} 0.142514136 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.99"} 0.142514136 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h2"} 80.81108588900001 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h2"} 942 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"} 2490 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h1"} 941 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h2"} 940 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h1"} 942 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h2"} 942 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"} 20252 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.9"} 23010 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.99"} 23010 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2026h2"} 4.32727958e+08 sunlight_sequencing_data_tiles_bytes_count{log="loreto2026h2"} 1973 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.5"} 112213 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.9"} 112213 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.99"} 112213 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h1"} 6.6826235e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h1"} 471 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h2"} 6.6754578e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h2"} 470 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.5"} 111100 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.9"} 111100 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.99"} 111100 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h1"} 6.687201e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h1"} 471 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.5"} 111093 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.9"} 111093 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.99"} 111093 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h2"} 6.6870653e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h2"} 471 # 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"} 6707 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 7301 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 7301 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2026h2"} 1.19678118e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2026h2"} 1973 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 12782 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 12782 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 12782 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h1"} 7.547009e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h1"} 471 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h2"} 7.545007e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h2"} 470 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 12612 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 12612 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 12612 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h1"} 7.560358e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h1"} 471 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 12647 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 12647 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 12647 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h2"} 7.548455e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h2"} 471 # 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.007065078 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.75"} 0.009812679 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.015396263 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.049524307 sunlight_sequencing_duration_seconds_sum{log="loreto2026h2"} 1585.9518707160005 sunlight_sequencing_duration_seconds_count{log="loreto2026h2"} 141091 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.008689558 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.75"} 0.011885476 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.0153637 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.023457316 sunlight_sequencing_duration_seconds_sum{log="loreto2027h1"} 1372.3992287130006 sunlight_sequencing_duration_seconds_count{log="loreto2027h1"} 141090 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.008897961 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.75"} 0.011990279 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.016085596 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.027045382 sunlight_sequencing_duration_seconds_sum{log="loreto2027h2"} 1386.3994508609933 sunlight_sequencing_duration_seconds_count{log="loreto2027h2"} 141090 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.007891154 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.75"} 0.011320304 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.015357227 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.027552142 sunlight_sequencing_duration_seconds_sum{log="loreto2028h1"} 1378.3859786059988 sunlight_sequencing_duration_seconds_count{log="loreto2028h1"} 141089 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.007973414 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.75"} 0.011087924 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.014312718 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.02529085 sunlight_sequencing_duration_seconds_sum{log="loreto2028h2"} 1367.696982257 sunlight_sequencing_duration_seconds_count{log="loreto2028h2"} 141089 # 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"} 1615 sunlight_sequencing_leaf_bytes{log="loreto2026h2",quantile="0.99"} 1659 sunlight_sequencing_leaf_bytes_sum{log="loreto2026h2"} 3.415126e+06 sunlight_sequencing_leaf_bytes_count{log="loreto2026h2"} 2020 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"} 518128 sunlight_sequencing_leaf_bytes_count{log="loreto2027h1"} 471 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.5"} NaN sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.99"} NaN sunlight_sequencing_leaf_bytes_sum{log="loreto2027h2"} 516980 sunlight_sequencing_leaf_bytes_count{log="loreto2027h2"} 470 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"} 518115 sunlight_sequencing_leaf_bytes_count{log="loreto2028h1"} 471 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"} 518119 sunlight_sequencing_leaf_bytes_count{log="loreto2028h2"} 471 # 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"} 1863 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.9"} 2228 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.99"} 2228 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2026h2"} 4.5880687e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2026h2"} 1973 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.5"} 21624 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.9"} 21624 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.99"} 21624 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h1"} 1.2878788e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h1"} 471 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h2"} 1.2866068e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h2"} 470 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.5"} 21412 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.9"} 21412 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.99"} 21412 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h1"} 1.288748e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h1"} 471 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.5"} 21412 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.9"} 21412 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.99"} 21412 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h2"} 1.288748e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h2"} 471 # 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"} 387 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 402 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 402 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2026h2"} 5.092843e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2026h2"} 1973 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 914 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 914 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 914 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h1"} 522063 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h1"} 471 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h2"} 518668 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h2"} 470 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 916 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 916 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 916 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h1"} 518859 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h1"} 471 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 910 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 910 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 910 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h2"} 519454 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h2"} 471 # 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.000159889 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.9"} 0.000203854 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.99"} 0.003449869 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="cache"} 30.895472530000017 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="cache"} 141091 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.5"} 0.005334282 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.9"} 0.011940482 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.99"} 0.020667994 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="checkpoint"} 938.1543831790132 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="checkpoint"} 141091 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.5"} 0.000335869 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.9"} 0.000375957 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.99"} 0.017597389 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="hash"} 395.49775169700047 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="hash"} 141091 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.5"} 4.3864e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.9"} 5.8493e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.99"} 0.010204887 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="stage"} 37.77492027800022 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="stage"} 141091 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.5"} 0.001020222 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.9"} 0.001145685 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.99"} 0.007563761 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="upload"} 156.474215358 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="upload"} 141091 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.5"} 0.000156763 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.9"} 0.000183726 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.99"} 0.003489425 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="cache"} 29.157730666000177 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="cache"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.5"} 0.006086647 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.9"} 0.012364422 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.99"} 0.020455944 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="checkpoint"} 932.363879701019 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="checkpoint"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.5"} 0.001201943 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.9"} 0.001324451 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.99"} 0.001511883 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="hash"} 224.9897444350021 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="hash"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.5"} 4.5868e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.9"} 5.5507e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.99"} 0.001653135 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="stage"} 12.680111434999823 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="stage"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.5"} 0.000992729 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.9"} 0.001102201 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.99"} 0.002828609 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="upload"} 147.32900464500074 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="upload"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.5"} 0.000159548 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.9"} 0.000190268 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.99"} 0.003391646 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="cache"} 29.98281457799953 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="cache"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.5"} 0.006287214 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.9"} 0.013376499 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.99"} 0.022769467 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="checkpoint"} 939.8570758240294 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="checkpoint"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.5"} 0.001204278 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.9"} 0.001294322 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.99"} 0.002794032 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="hash"} 222.87127149299823 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="hash"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.5"} 4.668e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.9"} 7.0707e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.99"} 0.001645842 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="stage"} 13.132252698999936 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="stage"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.5"} 0.001046032 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.9"} 0.001174921 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.99"} 0.002705521 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="upload"} 154.46196591300182 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="upload"} 141090 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.5"} 0.000158256 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.9"} 0.000204585 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.99"} 0.003442424 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="cache"} 30.263209614000637 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="cache"} 141089 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.5"} 0.005322209 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.9"} 0.012296851 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.99"} 0.023749732 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="checkpoint"} 942.3212442359944 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="checkpoint"} 141089 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.5"} 0.001192215 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.9"} 0.001291436 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.99"} 0.001498197 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="hash"} 219.90351785100174 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="hash"} 141089 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.5"} 4.5328e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.9"} 5.4125e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.99"} 0.001656873 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="stage"} 13.162185825000213 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="stage"} 141089 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.5"} 0.000978191 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.9"} 0.001114304 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.99"} 0.002712052 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="upload"} 145.77882263499922 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="upload"} 141089 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.5"} 0.000155451 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.9"} 0.000180289 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.99"} 0.003370896 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="cache"} 29.21048121699975 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="cache"} 141088 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.5"} 0.005282462 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.9"} 0.011259656 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.99"} 0.019979844 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="checkpoint"} 930.7709441759933 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="checkpoint"} 141088 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.5"} 0.001226922 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.9"} 0.001347254 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.99"} 0.003050468 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="hash"} 226.49848242099577 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="hash"} 141088 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.5"} 4.5608e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.9"} 5.3824e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.99"} 0.001682373 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="stage"} 12.792303394999697 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="stage"} 141088 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.5"} 0.000964514 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.9"} 0.001081551 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.99"} 0.002677946 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="upload"} 142.5807610969997 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="upload"} 141088 # 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"} 2020 sunlight_sequencing_pool_entries_count{log="loreto2026h2"} 141091 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"} 471 sunlight_sequencing_pool_entries_count{log="loreto2027h1"} 141090 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"} 470 sunlight_sequencing_pool_entries_count{log="loreto2027h2"} 141090 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"} 471 sunlight_sequencing_pool_entries_count{log="loreto2028h1"} 141089 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"} 471 sunlight_sequencing_pool_entries_count{log="loreto2028h2"} 141089 # 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"} 141091 sunlight_sequencing_rounds_total{error="",log="loreto2027h1"} 141090 sunlight_sequencing_rounds_total{error="",log="loreto2027h2"} 141090 sunlight_sequencing_rounds_total{error="",log="loreto2028h1"} 141089 sunlight_sequencing_rounds_total{error="",log="loreto2028h2"} 141089 # 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"} 5927 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h1"} 1415 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h2"} 1412 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h1"} 1415 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h2"} 1415 # 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.00057916 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000662801 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001600284 sunlight_sqlite_update_duration_seconds_sum 417.8462127479911 sunlight_sqlite_update_duration_seconds_count 705448 # 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"} 408078 sunlight_tree_size_leaves_total{log="loreto2027h1"} 15974 sunlight_tree_size_leaves_total{log="loreto2027h2"} 15972 sunlight_tree_size_leaves_total{log="loreto2028h1"} 15973 sunlight_tree_size_leaves_total{log="loreto2028h2"} 15973 # 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.790456469942e+09 sunlight_tree_timestamp_seconds{log="loreto2027h1"} 1.790456469953e+09 sunlight_tree_timestamp_seconds{log="loreto2027h2"} 1.790456469918e+09 sunlight_tree_timestamp_seconds{log="loreto2028h1"} 1.790456469977e+09 sunlight_tree_timestamp_seconds{log="loreto2028h2"} 1.790456469987e+09