# 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.0276e-05 go_gc_duration_seconds{quantile="0.25"} 0.000115302 go_gc_duration_seconds{quantile="0.5"} 0.000123199 go_gc_duration_seconds{quantile="0.75"} 0.000138147 go_gc_duration_seconds{quantile="1"} 0.00301546 go_gc_duration_seconds_sum 1.203040902 go_gc_duration_seconds_count 7992 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 27 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.27.0"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.7098528e+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.48369339e+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.170685e+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.44455109e+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.418288e+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.7098528e+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.3379968e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.1997952e+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 56159 # 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 9.66656e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 5.537792e+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.7903638000859284e+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.44511268e+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 416320 # 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.9434802e+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.235139e+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.342336e+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.342336e+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 5550.97 # 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.714738137745e+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.7876927218634e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 39 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 5.757952e+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.0799488e+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"} 361 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"} 366 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"} 358 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"} 366 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"} 362 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"} 366 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"} 358 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"} 366 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"} 357 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"} 366 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"} 62 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"} 65 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"} 14 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"} 4 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"} 166 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"} 21 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"} 7 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"} 628 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"} 50 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"} 61 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.180923837 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.75"} 0.192469609 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.9"} 0.192469609 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.99"} 0.192469609 sunlight_addchain_wait_seconds_sum{log="loreto2026h2"} 296.66797382899966 sunlight_addchain_wait_seconds_count{log="loreto2026h2"} 1544 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.5"} 0.166053819 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.75"} 0.166053819 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.9"} 0.166053819 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.99"} 0.166053819 sunlight_addchain_wait_seconds_sum{log="loreto2027h1"} 60.062836718999925 sunlight_addchain_wait_seconds_count{log="loreto2027h1"} 366 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.5"} 0.139986812 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.75"} 0.139986812 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.9"} 0.139986812 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.99"} 0.139986812 sunlight_addchain_wait_seconds_sum{log="loreto2027h2"} 59.26360522500002 sunlight_addchain_wait_seconds_count{log="loreto2027h2"} 366 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.5"} 0.164295429 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.75"} 0.164295429 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.9"} 0.164295429 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.99"} 0.164295429 sunlight_addchain_wait_seconds_sum{log="loreto2028h1"} 60.791727747999985 sunlight_addchain_wait_seconds_count{log="loreto2028h1"} 366 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.5"} 0.082986982 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.75"} 0.082986982 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.9"} 0.082986982 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.99"} 0.082986982 sunlight_addchain_wait_seconds_sum{log="loreto2028h2"} 61.26670696800002 sunlight_addchain_wait_seconds_count{log="loreto2028h2"} 366 # 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.5456e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.9"} 9.0425e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000127506 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2026h2"} 8.502783225999938 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2026h2"} 109750 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.5"} 7.5997e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.9"} 8.6517e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000123439 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h1"} 8.498313503999896 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h1"} 109750 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.5"} 7.4855e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.9"} 8.5115e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.00012413 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h2"} 8.353233372999934 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h2"} 109749 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.5"} 7.6999e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.9"} 8.5466e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000138017 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h1"} 8.774568499000027 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h1"} 109747 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.5"} 7.5616e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.9"} 8.2941e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000111616 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h2"} 8.537683242000004 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h2"} 109746 # 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.1549056e+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.000109111 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.000155029 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000155029 sunlight_cache_get_duration_seconds_sum{log="loreto2026h2"} 0.2674349910000003 sunlight_cache_get_duration_seconds_count{log="loreto2026h2"} 1905 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.000105424 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.000105424 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000105424 sunlight_cache_get_duration_seconds_sum{log="loreto2027h1"} 0.08836030700000005 sunlight_cache_get_duration_seconds_count{log="loreto2027h1"} 724 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.000105675 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.000125312 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000125312 sunlight_cache_get_duration_seconds_sum{log="loreto2027h2"} 0.08744555600000002 sunlight_cache_get_duration_seconds_count{log="loreto2027h2"} 728 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.5"} 7.3081e-05 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.9"} 9.6276e-05 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.99"} 9.6276e-05 sunlight_cache_get_duration_seconds_sum{log="loreto2028h1"} 0.08608627900000014 sunlight_cache_get_duration_seconds_count{log="loreto2028h1"} 724 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.00011362 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.000153447 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000153447 sunlight_cache_get_duration_seconds_sum{log="loreto2028h2"} 0.086936223 sunlight_cache_get_duration_seconds_count{log="loreto2028h2"} 723 # 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.203e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.9"} 7.6969e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000152104 sunlight_cache_put_duration_seconds_sum{log="loreto2026h2"} 7.256586677999938 sunlight_cache_put_duration_seconds_count{log="loreto2026h2"} 109750 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.5"} 6.1539e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.9"} 7.3482e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000113419 sunlight_cache_put_duration_seconds_sum{log="loreto2027h1"} 6.979625585000151 sunlight_cache_put_duration_seconds_count{log="loreto2027h1"} 109749 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.5"} 6.0507e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.9"} 6.6328e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000120092 sunlight_cache_put_duration_seconds_sum{log="loreto2027h2"} 6.914293388000089 sunlight_cache_put_duration_seconds_count{log="loreto2027h2"} 109749 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.5"} 6.196e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.9"} 7.0566e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000130092 sunlight_cache_put_duration_seconds_sum{log="loreto2028h1"} 7.111752804000034 sunlight_cache_put_duration_seconds_count{log="loreto2028h1"} 109747 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.5"} 6.1539e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.9"} 6.8843e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000146854 sunlight_cache_put_duration_seconds_sum{log="loreto2028h2"} 6.993180032000016 sunlight_cache_put_duration_seconds_count{log="loreto2028h2"} 109746 # 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"} 1544 sunlight_cache_put_entries_total{log="loreto2027h1"} 366 sunlight_cache_put_entries_total{log="loreto2027h2"} 366 sunlight_cache_put_entries_total{log="loreto2028h1"} 366 sunlight_cache_put_entries_total{log="loreto2028h2"} 366 # 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"} 4 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"} 8.4183e-05 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.75"} 8.4734e-05 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.9"} 8.4734e-05 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.99"} 8.4734e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="discard"} 0.25086763599999956 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="discard"} 1505 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.000918005 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.75"} 0.000957722 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.9"} 0.001010374 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.99"} 0.001414364 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="upload"} 105.72950252300059 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="upload"} 115777 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.5"} 0.000152475 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.75"} 0.000152475 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.9"} 0.000152475 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.99"} 0.000152475 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="discard"} 0.05915614899999999 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="discard"} 366 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.000905501 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.75"} 0.000950097 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.9"} 0.000986076 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.99"} 0.001120807 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="upload"} 101.05906113099914 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="upload"} 111217 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.5"} 0.000137807 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.75"} 0.000137807 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.9"} 0.000137807 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.99"} 0.000137807 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="discard"} 0.059330059000000025 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="discard"} 366 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.00091573 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.75"} 0.000965086 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.9"} 0.001002809 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.99"} 0.001453129 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="upload"} 102.55709115399998 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="upload"} 111216 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.5"} 0.000123008 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.75"} 0.000123008 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.9"} 0.000123008 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.99"} 0.000123008 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="discard"} 0.060580254 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="discard"} 366 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.000903477 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.75"} 0.000954546 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.9"} 0.001001266 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.99"} 0.001291637 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="upload"} 101.15515079300064 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="upload"} 111214 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.5"} 0.000122156 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.75"} 0.000122156 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.9"} 0.000122156 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.99"} 0.000122156 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="discard"} 0.059647504999999976 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="discard"} 366 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.000908276 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.75"} 0.000948443 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.9"} 0.000991516 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.99"} 0.00114812 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="upload"} 100.5162631880012 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="upload"} 111213 # 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.125546955 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.75"} 0.183235947 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.9"} 0.19622559 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.99"} 0.19622559 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2026h2"} 307.1374518190002 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2026h2"} 1910 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.5"} 0.042624307 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.75"} 0.16887887 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.9"} 0.16887887 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.99"} 0.16887887 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h1"} 62.94869866099999 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h1"} 732 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.5"} 0.002807026 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.75"} 0.14268555 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.9"} 0.14268555 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.99"} 0.14268555 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h2"} 61.682638630999996 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h2"} 732 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.5"} 0.002206977 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.75"} 0.166986211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.9"} 0.166986211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.99"} 0.166986211 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h1"} 63.31402033300002 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h1"} 732 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.5"} 0.002986504 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.75"} 0.08573245 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.9"} 0.08573245 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.99"} 0.08573245 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h2"} 64.47242216900001 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h2"} 732 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"} 1910 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h1"} 732 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h2"} 732 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h1"} 732 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h2"} 732 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"} 319271 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.9"} 320886 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.99"} 320886 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2026h2"} 3.44298446e+08 sunlight_sequencing_data_tiles_bytes_count{log="loreto2026h2"} 1505 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.5"} 102306 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.9"} 102306 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.99"} 102306 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h1"} 4.5625545e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h1"} 366 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.5"} 101205 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.9"} 101205 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.99"} 101205 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h2"} 4.5793151e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h2"} 366 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.5"} 101193 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.9"} 101193 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.99"} 101193 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h1"} 4.579043e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h1"} 366 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.5"} 101206 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.9"} 101206 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.99"} 101206 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h2"} 4.5791356e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h2"} 366 # 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"} 87250 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 87526 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 87526 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2026h2"} 9.1553822e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2026h2"} 1505 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 11684 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 11684 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 11684 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h1"} 5.174358e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h1"} 366 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 11619 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 11619 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 11619 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h2"} 5.186819e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h2"} 366 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 11623 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 11623 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 11623 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h1"} 5.201014e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h1"} 366 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 11619 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 11619 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 11619 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h2"} 5.194248e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h2"} 366 # 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.009353474 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.75"} 0.012456072 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.016574043 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.104483261 sunlight_sequencing_duration_seconds_sum{log="loreto2026h2"} 1197.8022723870029 sunlight_sequencing_duration_seconds_count{log="loreto2026h2"} 109750 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.008065404 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.75"} 0.011014625 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.014807528 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.023365554 sunlight_sequencing_duration_seconds_sum{log="loreto2027h1"} 1044.9898678180066 sunlight_sequencing_duration_seconds_count{log="loreto2027h1"} 109749 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.007735185 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.75"} 0.010583872 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.013976802 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.02666893 sunlight_sequencing_duration_seconds_sum{log="loreto2027h2"} 1032.6442410249995 sunlight_sequencing_duration_seconds_count{log="loreto2027h2"} 109749 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.00815728 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.75"} 0.011731722 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.014788822 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.028999446 sunlight_sequencing_duration_seconds_sum{log="loreto2028h1"} 1044.4279256970017 sunlight_sequencing_duration_seconds_count{log="loreto2028h1"} 109747 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.008682116 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.75"} 0.011403947 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.015462334 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.027084082 sunlight_sequencing_duration_seconds_sum{log="loreto2028h2"} 1038.0112050249957 sunlight_sequencing_duration_seconds_count{log="loreto2028h2"} 109746 # 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"} 1615 sunlight_sequencing_leaf_bytes_sum{log="loreto2026h2"} 2.692308e+06 sunlight_sequencing_leaf_bytes_count{log="loreto2026h2"} 1544 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.5"} 1099 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.99"} 1099 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h1"} 402577 sunlight_sequencing_leaf_bytes_count{log="loreto2027h1"} 366 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.5"} 1099 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.99"} 1099 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h2"} 402614 sunlight_sequencing_leaf_bytes_count{log="loreto2027h2"} 366 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"} 402596 sunlight_sequencing_leaf_bytes_count{log="loreto2028h1"} 366 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"} 402601 sunlight_sequencing_leaf_bytes_count{log="loreto2028h2"} 366 # 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"} 30853 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.9"} 30990 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.99"} 30990 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2026h2"} 4.4077193e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2026h2"} 1505 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.5"} 19716 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.9"} 19716 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.99"} 19716 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h1"} 8.794396e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h1"} 366 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.5"} 19504 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.9"} 19504 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.99"} 19504 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h2"} 8.825348e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h2"} 366 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.5"} 19504 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.9"} 19504 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.99"} 19504 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h1"} 8.825348e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h1"} 366 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.5"} 19504 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.9"} 19504 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.99"} 19504 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h2"} 8.825348e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h2"} 366 # 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"} 2842 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 2858 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 2858 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2026h2"} 5.251809e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2026h2"} 1505 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 854 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 854 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 854 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h1"} 366133 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h1"} 366 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 842 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 842 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 842 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h2"} 362615 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h2"} 366 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 848 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 848 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 848 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h1"} 363946 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h1"} 366 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 864 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 864 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 864 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h2"} 364922 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h2"} 366 # 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.000157705 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.9"} 0.000193875 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.99"} 0.002667807 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="cache"} 22.136259451999845 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="cache"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.5"} 0.005251663 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.9"} 0.011646415 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.99"} 0.017355594 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="checkpoint"} 716.1456459959912 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="checkpoint"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.5"} 0.002585799 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.9"} 0.002737753 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.99"} 0.082219718 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="hash"} 295.2329460960006 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="hash"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.5"} 4.7041e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.9"} 6.4885e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.99"} 0.014661115 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="stage"} 28.255304380000307 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="stage"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.5"} 0.001001987 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.9"} 0.001129604 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.99"} 0.003666949 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="upload"} 116.56246996399966 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="upload"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.5"} 0.000158427 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.9"} 0.000192853 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.99"} 0.002635545 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="cache"} 21.850626095999715 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="cache"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.5"} 0.005361846 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.9"} 0.012348945 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.99"} 0.023111192 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="checkpoint"} 730.5836583299983 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="checkpoint"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.5"} 0.001127339 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.9"} 0.00121052 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.99"} 0.00140714 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="hash"} 150.9764370530003 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="hash"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.5"} 4.6429e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.9"} 5.2211e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.99"} 0.001286127 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="stage"} 9.711616641999967 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="stage"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.5"} 0.000987549 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.9"} 0.001110617 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.99"} 0.002341196 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="upload"} 112.68026358599941 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="upload"} 109750 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.5"} 0.000156563 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.9"} 0.000184447 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.99"} 0.002632339 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="cache"} 21.586714612000318 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="cache"} 109749 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.5"} 0.005193631 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.9"} 0.011384751 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.99"} 0.023856743 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="checkpoint"} 716.8222867480085 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="checkpoint"} 109749 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.5"} 0.001119685 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.9"} 0.001192546 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.99"} 0.001658847 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="hash"} 151.06287012900063 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="hash"} 109749 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.5"} 4.5909e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.9"} 5.5578e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.99"} 0.001289463 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="stage"} 9.785884547000164 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="stage"} 109749 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.5"} 0.001005354 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.9"} 0.001155504 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.99"} 0.002351536 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="upload"} 114.0986735090009 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="upload"} 109749 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.5"} 0.000159689 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.9"} 0.000185749 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.99"} 0.002674751 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="cache"} 21.94921139099975 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="cache"} 109747 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.5"} 0.005445007 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.9"} 0.011685622 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.99"} 0.023854118 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="checkpoint"} 729.5412323529956 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="checkpoint"} 109747 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.5"} 0.001115787 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.9"} 0.001200692 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.99"} 0.002458243 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="hash"} 151.81476612099976 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="hash"} 109747 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.5"} 4.663e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.9"} 5.3744e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.99"} 0.001292789 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="stage"} 9.682926440000072 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="stage"} 109747 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.5"} 0.000986497 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.9"} 0.001114905 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.99"} 0.002341176 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="upload"} 112.50339555300008 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="upload"} 109747 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.5"} 0.000158717 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.9"} 0.00018104 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.99"} 0.002663028 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="cache"} 21.838295542999983 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="cache"} 109746 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.5"} 0.00587626 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.9"} 0.012406616 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.99"} 0.020615797 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="checkpoint"} 720.6282630000018 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="checkpoint"} 109746 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.5"} 0.001126598 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.9"} 0.001233184 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.99"} 0.002239981 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="hash"} 153.7256833629985 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="hash"} 109746 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.5"} 4.6871e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.9"} 6.1439e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.99"} 0.001295384 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="stage"} 10.253895543999814 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="stage"} 109746 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.5"} 0.000992609 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.9"} 0.0011175 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.99"} 0.002326939 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="upload"} 112.21807960099889 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="upload"} 109746 # 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"} 1544 sunlight_sequencing_pool_entries_count{log="loreto2026h2"} 109750 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"} 366 sunlight_sequencing_pool_entries_count{log="loreto2027h1"} 109749 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"} 366 sunlight_sequencing_pool_entries_count{log="loreto2027h2"} 109749 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"} 366 sunlight_sequencing_pool_entries_count{log="loreto2028h1"} 109747 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"} 366 sunlight_sequencing_pool_entries_count{log="loreto2028h2"} 109746 # 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"} 109750 sunlight_sequencing_rounds_total{error="",log="loreto2027h1"} 109749 sunlight_sequencing_rounds_total{error="",log="loreto2027h2"} 109749 sunlight_sequencing_rounds_total{error="",log="loreto2028h1"} 109747 sunlight_sequencing_rounds_total{error="",log="loreto2028h2"} 109746 # 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"} 4521 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h1"} 1100 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h2"} 1100 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h1"} 1100 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h2"} 1100 # 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.000569241 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.00063641 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001667143 sunlight_sqlite_update_duration_seconds_sum 318.4403146129971 sunlight_sqlite_update_duration_seconds_count 548742 # 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"} 401351 sunlight_tree_size_leaves_total{log="loreto2027h1"} 14429 sunlight_tree_size_leaves_total{log="loreto2027h2"} 14428 sunlight_tree_size_leaves_total{log="loreto2028h1"} 14428 sunlight_tree_size_leaves_total{log="loreto2028h2"} 14428 # 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.790363801308e+09 sunlight_tree_timestamp_seconds{log="loreto2027h1"} 1.790363801387e+09 sunlight_tree_timestamp_seconds{log="loreto2027h2"} 1.790363801334e+09 sunlight_tree_timestamp_seconds{log="loreto2028h1"} 1.790363801268e+09 sunlight_tree_timestamp_seconds{log="loreto2028h2"} 1.790363801282e+09