# 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"} 7.1549e-05 go_gc_duration_seconds{quantile="0.25"} 0.000110253 go_gc_duration_seconds{quantile="0.5"} 0.000124401 go_gc_duration_seconds{quantile="0.75"} 0.000151013 go_gc_duration_seconds{quantile="1"} 0.002202198 go_gc_duration_seconds_sum 1.112114752 go_gc_duration_seconds_count 7400 # 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 38 # 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.73862e+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.37605421728e+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.146573e+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.23592733e+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.73862e+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.2339584e+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.2710656e+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 59555 # 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.0264576e+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.505024e+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.7903619140862937e+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.23652288e+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 440000 # 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 4.1033698e+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.259251e+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 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 5081.68 # 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.713604590597e+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.7858687039816e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 45 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 5.48040704e+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.046787584e+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"} 330 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"} 335 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"} 328 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"} 335 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"} 334 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"} 1 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"} 335 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"} 328 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"} 7 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"} 335 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"} 326 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"} 8 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"} 335 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"} 58 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"} 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"} 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"} 13 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"} 13 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"} 5 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"} 148 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"} 20 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"} 41 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"} 6 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"} 584 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"} 48 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"} 56 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"} 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"} 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.108737905 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.75"} 0.268328555 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.9"} 0.268328555 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.99"} 0.268328555 sunlight_addchain_wait_seconds_sum{log="loreto2026h2"} 274.82605360099984 sunlight_addchain_wait_seconds_count{log="loreto2026h2"} 1425 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.5"} 0.138399405 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.75"} 0.138399405 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.9"} 0.138399405 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.99"} 0.138399405 sunlight_addchain_wait_seconds_sum{log="loreto2027h1"} 55.22490585299995 sunlight_addchain_wait_seconds_count{log="loreto2027h1"} 335 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.5"} 0.143744057 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.75"} 0.143744057 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.9"} 0.143744057 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.99"} 0.143744057 sunlight_addchain_wait_seconds_sum{log="loreto2027h2"} 54.476412671000034 sunlight_addchain_wait_seconds_count{log="loreto2027h2"} 335 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.5"} 0.181995512 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.75"} 0.181995512 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.9"} 0.181995512 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.99"} 0.181995512 sunlight_addchain_wait_seconds_sum{log="loreto2028h1"} 55.420919967999986 sunlight_addchain_wait_seconds_count{log="loreto2028h1"} 335 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.5"} 0.073232288 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.75"} 0.073232288 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.9"} 0.073232288 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.99"} 0.073232288 sunlight_addchain_wait_seconds_sum{log="loreto2028h2"} 56.07657236800003 sunlight_addchain_wait_seconds_count{log="loreto2028h2"} 335 # 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.5276e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.9"} 8.9693e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000164949 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2026h2"} 7.776927869999989 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2026h2"} 100322 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.5"} 7.5606e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.9"} 8.3331e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000119101 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h1"} 7.769556563999962 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h1"} 100322 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.5"} 7.4695e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.9"} 8.283e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000142095 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h2"} 7.634005790000004 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h2"} 100321 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.5"} 7.6438e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.9"} 8.6978e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000148778 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h1"} 7.987436445000047 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h1"} 100319 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.5"} 7.5246e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.9"} 8.2539e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000184567 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h2"} 7.80943467 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h2"} 100318 # 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.1540864e+07 sunlight_cache_database_bytes{log="loreto2027h1"} 765952 sunlight_cache_database_bytes{log="loreto2027h2"} 765952 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.000133659 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.000172444 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000172444 sunlight_cache_get_duration_seconds_sum{log="loreto2026h2"} 0.24685464800000026 sunlight_cache_get_duration_seconds_count{log="loreto2026h2"} 1755 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.5"} 9.2749e-05 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.000131744 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000131744 sunlight_cache_get_duration_seconds_sum{log="loreto2027h1"} 0.08096387500000005 sunlight_cache_get_duration_seconds_count{log="loreto2027h1"} 663 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.5"} 9.8621e-05 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.000132136 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000132136 sunlight_cache_get_duration_seconds_sum{log="loreto2027h2"} 0.08030532399999994 sunlight_cache_get_duration_seconds_count{log="loreto2027h2"} 669 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.000102748 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.000134069 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000134069 sunlight_cache_get_duration_seconds_sum{log="loreto2028h1"} 0.07902763500000011 sunlight_cache_get_duration_seconds_count{log="loreto2028h1"} 663 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.5"} 8.6397e-05 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.9"} 8.6397e-05 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.99"} 8.6397e-05 sunlight_cache_get_duration_seconds_sum{log="loreto2028h2"} 0.079437726 sunlight_cache_get_duration_seconds_count{log="loreto2028h2"} 661 # 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.1088e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.9"} 7.4153e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000138287 sunlight_cache_put_duration_seconds_sum{log="loreto2026h2"} 6.644940765999932 sunlight_cache_put_duration_seconds_count{log="loreto2026h2"} 100322 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.5"} 6.1378e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.9"} 7.237e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000120233 sunlight_cache_put_duration_seconds_sum{log="loreto2027h1"} 6.382240023000082 sunlight_cache_put_duration_seconds_count{log="loreto2027h1"} 100322 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.5"} 6.0828e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.9"} 6.712e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.99"} 9.9843e-05 sunlight_cache_put_duration_seconds_sum{log="loreto2027h2"} 6.320600136000057 sunlight_cache_put_duration_seconds_count{log="loreto2027h2"} 100321 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.5"} 6.219e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.9"} 7.2931e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000116896 sunlight_cache_put_duration_seconds_sum{log="loreto2028h1"} 6.501350488999998 sunlight_cache_put_duration_seconds_count{log="loreto2028h1"} 100319 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.5"} 6.1509e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.9"} 7.1398e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000117517 sunlight_cache_put_duration_seconds_sum{log="loreto2028h2"} 6.394130930000023 sunlight_cache_put_duration_seconds_count{log="loreto2028h2"} 100318 # 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"} 1425 sunlight_cache_put_entries_total{log="loreto2027h1"} 335 sunlight_cache_put_entries_total{log="loreto2027h2"} 335 sunlight_cache_put_entries_total{log="loreto2028h1"} 335 sunlight_cache_put_entries_total{log="loreto2028h2"} 335 # 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"} 6 sunlight_cache_wal_frames{log="loreto2027h2"} 1 sunlight_cache_wal_frames{log="loreto2028h1"} 1 sunlight_cache_wal_frames{log="loreto2028h2"} 4 # 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.000113399 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.75"} 0.000126204 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.9"} 0.000126204 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.99"} 0.000126204 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="discard"} 0.2363388149999996 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="discard"} 1390 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.000902264 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.75"} 0.00095163 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.9"} 0.001004783 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.99"} 0.001145515 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="upload"} 96.74085034800045 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="upload"} 105889 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.5"} 0.000126795 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.75"} 0.000126795 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.9"} 0.000126795 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.99"} 0.000126795 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="discard"} 0.05459144499999999 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="discard"} 335 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.000903086 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.75"} 0.00093649 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.9"} 0.000985435 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.99"} 0.001225489 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="upload"} 92.36764770999957 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="upload"} 101665 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.5"} 0.000181932 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.75"} 0.000181932 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.9"} 0.000181932 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.99"} 0.000181932 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="discard"} 0.05470085200000002 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="discard"} 335 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.000906693 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.75"} 0.000943013 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.9"} 0.00099872 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.99"} 0.001109514 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="upload"} 93.74071664399996 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="upload"} 101664 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.5"} 0.000127006 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.75"} 0.000127006 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.9"} 0.000127006 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.99"} 0.000127006 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="discard"} 0.055672142000000015 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="discard"} 335 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.000900941 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.75"} 0.000944145 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.9"} 0.000992349 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.99"} 0.001185953 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="upload"} 92.50088113500058 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="upload"} 101662 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.5"} 0.000186451 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.75"} 0.000186451 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.9"} 0.000186451 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.99"} 0.000186451 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="discard"} 0.054821853999999975 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="discard"} 335 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.000897645 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.75"} 0.000934066 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.9"} 0.000986637 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.99"} 0.001268102 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="upload"} 91.86700400400088 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="upload"} 101661 # 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.112735644 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.75"} 0.271494306 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.9"} 0.271494306 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.99"} 0.271494306 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2026h2"} 284.63682575199994 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2026h2"} 1760 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.5"} 0.002893103 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.75"} 0.141228033 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.9"} 0.141228033 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.99"} 0.141228033 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h1"} 57.896461413 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h1"} 670 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.5"} 0.002956996 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.75"} 0.146793402 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.9"} 0.146793402 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.99"} 0.146793402 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h2"} 56.45938905099998 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h2"} 670 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.5"} 0.002998336 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.75"} 0.184817748 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.9"} 0.184817748 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.99"} 0.184817748 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h1"} 57.740517532000034 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h1"} 670 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.5"} 0.077192233 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.75"} 0.077192233 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.9"} 0.077192233 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.99"} 0.077192233 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h2"} 58.870703883000026 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h2"} 669 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.5"} 0.262406477 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.75"} 0.262406477 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.9"} 0.262406477 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2026h2",quantile="0.99"} 0.262406477 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2026h2"} 7.714678279 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2026h2"} 30 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.5"} 0.256412599 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.75"} 0.256412599 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.9"} 0.256412599 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2027h1",quantile="0.99"} 0.256412599 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2027h1"} 7.661841612999998 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2027h1"} 30 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"} 7.485545617000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2027h2"} 29 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.5"} 0.263214458 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.75"} 0.263214458 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.9"} 0.263214458 sunlight_http_request_duration_seconds{endpoint="get-roots",log="loreto2028h1",quantile="0.99"} 0.263214458 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="loreto2028h1"} 7.762409521000003 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2028h1"} 30 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.4577583710000015 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="loreto2028h2"} 29 # 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"} 1760 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h1"} 670 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h2"} 670 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h1"} 670 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h2"} 669 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2026h2"} 30 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2027h1"} 30 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2027h2"} 29 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2028h1"} 30 sunlight_http_requests_total{code="200",endpoint="get-roots",log="loreto2028h2"} 29 # 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"} 129380 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.9"} 130479 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.99"} 130479 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2026h2"} 3.18453889e+08 sunlight_sequencing_data_tiles_bytes_count{log="loreto2026h2"} 1390 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.5"} 68200 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.9"} 68200 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.99"} 68200 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h1"} 4.2965643e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h1"} 335 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.5"} 67107 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.9"} 67107 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.99"} 67107 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h2"} 4.3167345e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h2"} 335 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.5"} 67099 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.9"} 67099 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.99"} 67099 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h1"} 4.3164847e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h1"} 335 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.5"} 67097 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.9"} 67097 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.99"} 67097 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h2"} 4.3165566e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h2"} 335 # 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"} 36646 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 36777 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 36777 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2026h2"} 8.4474329e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2026h2"} 1390 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 8031 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 8031 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 8031 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h1"} 4.86637e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h1"} 335 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 7882 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 7882 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 7882 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h2"} 4.881976e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h2"} 335 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 7861 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 7861 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 7861 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h1"} 4.897547e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h1"} 335 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 7866 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 7866 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 7866 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h2"} 4.889374e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h2"} 335 # 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.007912325 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.75"} 0.011019271 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.014214218 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.030098825 sunlight_sequencing_duration_seconds_sum{log="loreto2026h2"} 1095.1687223620002 sunlight_sequencing_duration_seconds_count{log="loreto2026h2"} 100322 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.008048298 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.75"} 0.010740853 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.014822113 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.025001522 sunlight_sequencing_duration_seconds_sum{log="loreto2027h1"} 956.7380195360074 sunlight_sequencing_duration_seconds_count{log="loreto2027h1"} 100322 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.007612957 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.75"} 0.010519666 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.013499536 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.031258647 sunlight_sequencing_duration_seconds_sum{log="loreto2027h2"} 945.5891211050014 sunlight_sequencing_duration_seconds_count{log="loreto2027h2"} 100321 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.008320325 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.75"} 0.010820127 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.015395962 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.027205081 sunlight_sequencing_duration_seconds_sum{log="loreto2028h1"} 956.4280917300063 sunlight_sequencing_duration_seconds_count{log="loreto2028h1"} 100319 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.008140006 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.75"} 0.010750963 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.014619872 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.024471807 sunlight_sequencing_duration_seconds_sum{log="loreto2028h2"} 949.9981771719974 sunlight_sequencing_duration_seconds_count{log="loreto2028h2"} 100318 # 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"} 1099 sunlight_sequencing_leaf_bytes{log="loreto2026h2",quantile="0.99"} 1609 sunlight_sequencing_leaf_bytes_sum{log="loreto2026h2"} 2.501901e+06 sunlight_sequencing_leaf_bytes_count{log="loreto2026h2"} 1425 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.5"} 1098 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.99"} 1098 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h1"} 368471 sunlight_sequencing_leaf_bytes_count{log="loreto2027h1"} 335 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.5"} 1100 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.99"} 1100 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h2"} 368516 sunlight_sequencing_leaf_bytes_count{log="loreto2027h2"} 335 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="loreto2028h1"} 368502 sunlight_sequencing_leaf_bytes_count{log="loreto2028h1"} 335 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"} 368492 sunlight_sequencing_leaf_bytes_count{log="loreto2028h2"} 335 # 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"} 12157 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.9"} 12369 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.99"} 12369 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2026h2"} 4.156471e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2026h2"} 1390 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.5"} 13144 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.9"} 13144 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.99"} 13144 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h1"} 8.28178e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h1"} 335 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.5"} 12932 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.9"} 12932 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.99"} 12932 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h2"} 8.319304e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h2"} 335 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.5"} 12932 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.9"} 12932 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.99"} 12932 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h1"} 8.319304e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h1"} 335 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.5"} 12932 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.9"} 12932 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.99"} 12932 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h2"} 8.319304e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h2"} 335 # 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"} 1315 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 1325 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 1325 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2026h2"} 5.011579e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2026h2"} 1390 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} 640 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} 640 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} 640 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h1"} 342804 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h1"} 335 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 624 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 624 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 624 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h2"} 339689 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h2"} 335 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 628 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 628 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 628 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h1"} 340902 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h1"} 335 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 640 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 640 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 640 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h2"} 341481 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h2"} 335 # 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.000158467 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.9"} 0.00020156 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.99"} 0.002406442 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="cache"} 19.94087127399994 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="cache"} 100322 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.5"} 0.005250299 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.9"} 0.011505882 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.99"} 0.022938393 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="checkpoint"} 654.9285302579947 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="checkpoint"} 100322 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.5"} 0.001206683 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.9"} 0.001284364 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.99"} 0.002394669 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="hash"} 270.36681790300094 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="hash"} 100322 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.5"} 4.5789e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.9"} 5.5908e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.99"} 0.001250878 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="stage"} 25.999934337000333 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="stage"} 100322 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.5"} 0.000988531 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.9"} 0.001106359 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.99"} 0.002389709 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="upload"} 106.33131951899966 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="upload"} 100322 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.5"} 0.000159068 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.9"} 0.000193955 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.99"} 0.002434686 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="cache"} 19.66043243599974 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="cache"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.5"} 0.005453091 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.9"} 0.012364562 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.99"} 0.022030628 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="checkpoint"} 667.8092703920016 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="checkpoint"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.5"} 0.000861376 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.9"} 0.000934416 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.99"} 0.00176369 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="hash"} 140.41331501500017 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="hash"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.5"} 4.5788e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.9"} 5.4174e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.99"} 0.001223785 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="stage"} 8.764932009999907 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="stage"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.5"} 0.000986567 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.9"} 0.001102301 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.99"} 0.002337318 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="upload"} 102.72596391599964 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="upload"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.5"} 0.000156793 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.9"} 0.000189767 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.99"} 0.00244703 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="cache"} 19.420558849000255 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="cache"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.5"} 0.005315596 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.9"} 0.010843913 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.99"} 0.026875705 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="checkpoint"} 655.2200561860025 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="checkpoint"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.5"} 0.000836126 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.9"} 0.000892105 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.99"} 0.001031233 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="hash"} 140.64916953699964 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="hash"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.5"} 4.5227e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.9"} 5.7551e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.99"} 0.001218315 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="stage"} 8.831684765000164 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="stage"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.5"} 0.000989864 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.9"} 0.001100347 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.99"} 0.002226824 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="upload"} 104.04296263800096 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="upload"} 100321 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.5"} 0.000159889 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.9"} 0.000189276 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.99"} 0.002468011 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="cache"} 19.74511465099989 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="cache"} 100319 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.5"} 0.005457019 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.9"} 0.013203454 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.99"} 0.022790277 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="checkpoint"} 666.7664022569963 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="checkpoint"} 100319 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.5"} 0.00084864 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.9"} 0.000902375 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.99"} 0.001580195 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="hash"} 141.34589689799944 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="hash"} 100319 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.5"} 4.5798e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.9"} 5.208e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.99"} 0.001182596 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="stage"} 8.79303304500004 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="stage"} 100319 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.5"} 0.000980986 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.9"} 0.001099656 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.99"} 0.002197538 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="upload"} 102.64089644099911 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="upload"} 100319 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.5"} 0.000157985 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.9"} 0.000198003 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.99"} 0.00243141 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="cache"} 19.654771164999943 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="cache"} 100318 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.5"} 0.005399287 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.9"} 0.012284317 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.99"} 0.021057367 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="checkpoint"} 658.2203851040019 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="checkpoint"} 100318 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.5"} 0.00086376 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.9"} 0.000948915 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.99"} 0.001596887 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="hash"} 143.07035717899964 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="hash"} 100318 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.5"} 4.5568e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.9"} 5.3102e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.99"} 0.001198938 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="stage"} 9.259059345999924 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="stage"} 100318 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.5"} 0.000981026 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.9"} 0.001093935 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.99"} 0.00224489 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="upload"} 102.3052249549989 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="upload"} 100318 # 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"} 0 sunlight_sequencing_pool_entries_sum{log="loreto2026h2"} 1425 sunlight_sequencing_pool_entries_count{log="loreto2026h2"} 100322 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"} 335 sunlight_sequencing_pool_entries_count{log="loreto2027h1"} 100322 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"} 335 sunlight_sequencing_pool_entries_count{log="loreto2027h2"} 100321 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"} 335 sunlight_sequencing_pool_entries_count{log="loreto2028h1"} 100319 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"} 335 sunlight_sequencing_pool_entries_count{log="loreto2028h2"} 100318 # 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"} 100322 sunlight_sequencing_rounds_total{error="",log="loreto2027h1"} 100322 sunlight_sequencing_rounds_total{error="",log="loreto2027h2"} 100321 sunlight_sequencing_rounds_total{error="",log="loreto2028h1"} 100319 sunlight_sequencing_rounds_total{error="",log="loreto2028h2"} 100318 # 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"} 4176 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h1"} 1007 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h2"} 1007 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h1"} 1007 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h2"} 1007 # 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.000567146 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.0006313 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001646783 sunlight_sqlite_update_duration_seconds_sum 291.03837376899526 sunlight_sqlite_update_duration_seconds_count 501602 # 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"} 401232 sunlight_tree_size_leaves_total{log="loreto2027h1"} 14398 sunlight_tree_size_leaves_total{log="loreto2027h2"} 14397 sunlight_tree_size_leaves_total{log="loreto2028h1"} 14397 sunlight_tree_size_leaves_total{log="loreto2028h2"} 14397 # 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.790361915708e+09 sunlight_tree_timestamp_seconds{log="loreto2027h1"} 1.790361915587e+09 sunlight_tree_timestamp_seconds{log="loreto2027h2"} 1.790361915734e+09 sunlight_tree_timestamp_seconds{log="loreto2028h1"} 1.790361915668e+09 sunlight_tree_timestamp_seconds{log="loreto2028h2"} 1.790361915683e+09