# 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.000115894 go_gc_duration_seconds{quantile="0.5"} 0.000123269 go_gc_duration_seconds{quantile="0.75"} 0.000141434 go_gc_duration_seconds{quantile="1"} 0.00301546 go_gc_duration_seconds_sum 1.198999928 go_gc_duration_seconds_count 7960 # 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 34 # 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 3.4942768e+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.47788472184e+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.170013e+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.43477672e+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 3.4942768e+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 1.5269888e+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.9911424e+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 77243 # 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.91232e+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.5181312e+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.790363710390185e+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.43554915e+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 456000 # 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.9396874e+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.235811e+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.538944e+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.538944e+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 5528.44 # 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.714691413366e+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.7876328944859e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 42 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 5.71969536e+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.078769152e+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"} 360 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"} 365 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"} 357 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"} 364 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"} 361 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"} 365 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"} 357 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"} 365 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"} 356 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"} 365 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"} 61 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"} 165 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"} 627 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.258974348 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.75"} 0.285350211 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.9"} 0.285350211 sunlight_addchain_wait_seconds{log="loreto2026h2",quantile="0.99"} 0.285350211 sunlight_addchain_wait_seconds_sum{log="loreto2026h2"} 295.9703713169996 sunlight_addchain_wait_seconds_count{log="loreto2026h2"} 1540 sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.5"} NaN sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.75"} NaN sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.9"} NaN sunlight_addchain_wait_seconds{log="loreto2027h1",quantile="0.99"} NaN sunlight_addchain_wait_seconds_sum{log="loreto2027h1"} 59.76799297499993 sunlight_addchain_wait_seconds_count{log="loreto2027h1"} 364 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.5"} 0.253501305 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.75"} 0.253501305 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.9"} 0.253501305 sunlight_addchain_wait_seconds{log="loreto2027h2",quantile="0.99"} 0.253501305 sunlight_addchain_wait_seconds_sum{log="loreto2027h2"} 59.123618413000024 sunlight_addchain_wait_seconds_count{log="loreto2027h2"} 365 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.5"} 0.134171129 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.75"} 0.134171129 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.9"} 0.134171129 sunlight_addchain_wait_seconds{log="loreto2028h1",quantile="0.99"} 0.134171129 sunlight_addchain_wait_seconds_sum{log="loreto2028h1"} 60.627432318999986 sunlight_addchain_wait_seconds_count{log="loreto2028h1"} 365 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.5"} 0.174337354 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.75"} 0.174337354 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.9"} 0.174337354 sunlight_addchain_wait_seconds{log="loreto2028h2",quantile="0.99"} 0.174337354 sunlight_addchain_wait_seconds_sum{log="loreto2028h2"} 61.18371998600002 sunlight_addchain_wait_seconds_count{log="loreto2028h2"} 365 # 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.5316e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.9"} 8.5285e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000148417 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2026h2"} 8.469006107999933 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2026h2"} 109307 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.5"} 7.6037e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.9"} 8.5906e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000113279 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h1"} 8.46421550299992 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h1"} 109306 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.5"} 7.5346e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.9"} 8.2329e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000130002 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2027h2"} 8.31944440299992 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2027h2"} 109306 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.5"} 7.766e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.9"} 8.6437e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000142615 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h1"} 8.740080674000026 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h1"} 109304 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.5"} 7.6147e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.9"} 8.3261e-05 sunlight_cache_checkpoint_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000142976 sunlight_cache_checkpoint_duration_seconds_sum{log="loreto2028h2"} 8.503873961000018 sunlight_cache_checkpoint_duration_seconds_count{log="loreto2028h2"} 109303 # 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.000146754 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.000157796 sunlight_cache_get_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000157796 sunlight_cache_get_duration_seconds_sum{log="loreto2026h2"} 0.2668507020000003 sunlight_cache_get_duration_seconds_count{log="loreto2026h2"} 1900 sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.5"} NaN sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.9"} NaN sunlight_cache_get_duration_seconds{log="loreto2027h1",quantile="0.99"} NaN sunlight_cache_get_duration_seconds_sum{log="loreto2027h1"} 0.08802118100000005 sunlight_cache_get_duration_seconds_count{log="loreto2027h1"} 721 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.000109161 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.00014489 sunlight_cache_get_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.00014489 sunlight_cache_get_duration_seconds_sum{log="loreto2027h2"} 0.08721456900000002 sunlight_cache_get_duration_seconds_count{log="loreto2027h2"} 726 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.5"} 9.4974e-05 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.000132416 sunlight_cache_get_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000132416 sunlight_cache_get_duration_seconds_sum{log="loreto2028h1"} 0.08591692200000013 sunlight_cache_get_duration_seconds_count{log="loreto2028h1"} 722 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.000131595 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.000151523 sunlight_cache_get_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000151523 sunlight_cache_get_duration_seconds_sum{log="loreto2028h2"} 0.08666915600000001 sunlight_cache_get_duration_seconds_count{log="loreto2028h2"} 721 # 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.1819e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.9"} 7.3011e-05 sunlight_cache_put_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.000171843 sunlight_cache_put_duration_seconds_sum{log="loreto2026h2"} 7.228235635999932 sunlight_cache_put_duration_seconds_count{log="loreto2026h2"} 109307 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.5"} 6.2181e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.9"} 6.9695e-05 sunlight_cache_put_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.000109622 sunlight_cache_put_duration_seconds_sum{log="loreto2027h1"} 6.951405617000151 sunlight_cache_put_duration_seconds_count{log="loreto2027h1"} 109306 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.5"} 6.1599e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.9"} 7.246e-05 sunlight_cache_put_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.000116826 sunlight_cache_put_duration_seconds_sum{log="loreto2027h2"} 6.8870256750000864 sunlight_cache_put_duration_seconds_count{log="loreto2027h2"} 109306 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.5"} 6.246e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.9"} 7.4985e-05 sunlight_cache_put_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.000118409 sunlight_cache_put_duration_seconds_sum{log="loreto2028h1"} 7.083285123000023 sunlight_cache_put_duration_seconds_count{log="loreto2028h1"} 109304 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.5"} 6.2391e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.9"} 6.9655e-05 sunlight_cache_put_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.000217511 sunlight_cache_put_duration_seconds_sum{log="loreto2028h2"} 6.965082651000023 sunlight_cache_put_duration_seconds_count{log="loreto2028h2"} 109303 # 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"} 1540 sunlight_cache_put_entries_total{log="loreto2027h1"} 364 sunlight_cache_put_entries_total{log="loreto2027h2"} 365 sunlight_cache_put_entries_total{log="loreto2028h1"} 365 sunlight_cache_put_entries_total{log="loreto2028h2"} 365 # 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.1638e-05 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.75"} 9.6587e-05 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.9"} 9.6587e-05 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="discard",quantile="0.99"} 9.6587e-05 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="discard"} 0.25053619399999955 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="discard"} 1501 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.000910621 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.75"} 0.00096227 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.9"} 0.001009552 sunlight_fs_op_duration_seconds{log="loreto2026h2",method="upload",quantile="0.99"} 0.001198797 sunlight_fs_op_duration_seconds_sum{log="loreto2026h2",method="upload"} 105.30817641100072 sunlight_fs_op_duration_seconds_count{log="loreto2026h2",method="upload"} 115318 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="loreto2027h1",method="discard",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="discard"} 0.05884886499999999 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="discard"} 364 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.000906272 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.75"} 0.000938284 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.9"} 0.001001586 sunlight_fs_op_duration_seconds{log="loreto2027h1",method="upload",quantile="0.99"} 0.001192686 sunlight_fs_op_duration_seconds_sum{log="loreto2027h1",method="upload"} 100.65112761399911 sunlight_fs_op_duration_seconds_count{log="loreto2027h1",method="upload"} 110765 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.5"} 0.000126114 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.75"} 0.000126114 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.9"} 0.000126114 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="discard",quantile="0.99"} 0.000126114 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="discard"} 0.05919225200000003 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="discard"} 365 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.000923725 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.75"} 0.000964896 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.9"} 0.00100877 sunlight_fs_op_duration_seconds{log="loreto2027h2",method="upload",quantile="0.99"} 0.001106259 sunlight_fs_op_duration_seconds_sum{log="loreto2027h2",method="upload"} 102.14436906899998 sunlight_fs_op_duration_seconds_count{log="loreto2027h2",method="upload"} 110769 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.5"} 0.000122968 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.75"} 0.000122968 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.9"} 0.000122968 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="discard",quantile="0.99"} 0.000122968 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="discard"} 0.060457246 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="discard"} 365 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.000903396 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.75"} 0.000943885 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.9"} 0.000989022 sunlight_fs_op_duration_seconds{log="loreto2028h1",method="upload",quantile="0.99"} 0.001203567 sunlight_fs_op_duration_seconds_sum{log="loreto2028h1",method="upload"} 100.74675493900082 sunlight_fs_op_duration_seconds_count{log="loreto2028h1",method="upload"} 110767 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.5"} 0.000136524 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.75"} 0.000136524 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.9"} 0.000136524 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="discard",quantile="0.99"} 0.000136524 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="discard"} 0.05952534899999998 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="discard"} 365 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.000903197 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.75"} 0.000943604 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.9"} 0.000980556 sunlight_fs_op_duration_seconds{log="loreto2028h2",method="upload",quantile="0.99"} 0.001310423 sunlight_fs_op_duration_seconds_sum{log="loreto2028h2",method="upload"} 100.11040648800117 sunlight_fs_op_duration_seconds_count{log="loreto2028h2",method="upload"} 110766 # 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.222456525 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.75"} 0.277072267 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.9"} 0.289172881 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2026h2",quantile="0.99"} 0.289172881 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2026h2"} 306.41052932200023 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2026h2"} 1905 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h1"} 62.60258459399999 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h1"} 728 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.5"} 0.003020319 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.75"} 0.256506154 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.9"} 0.256506154 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2027h2",quantile="0.99"} 0.256506154 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2027h2"} 61.537146054999994 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2027h2"} 730 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.5"} 0.002911991 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.75"} 0.136903511 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.9"} 0.136903511 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h1",quantile="0.99"} 0.136903511 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h1"} 63.14482714500002 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h1"} 730 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.5"} 0.002825112 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.75"} 0.177308479 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.9"} 0.177308479 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="loreto2028h2",quantile="0.99"} 0.177308479 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="loreto2028h2"} 64.38370321500001 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="loreto2028h2"} 730 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"} 1905 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h1"} 728 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2027h2"} 730 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h1"} 730 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="loreto2028h2"} 730 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"} 313805 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.9"} 314907 sunlight_sequencing_data_tiles_bytes{log="loreto2026h2",quantile="0.99"} 314907 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2026h2"} 3.43024061e+08 sunlight_sequencing_data_tiles_bytes_count{log="loreto2026h2"} 1501 sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.5"} NaN sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.9"} NaN sunlight_sequencing_data_tiles_bytes{log="loreto2027h1",quantile="0.99"} NaN sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h1"} 4.5422032e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h1"} 364 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.5"} 100106 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.9"} 100106 sunlight_sequencing_data_tiles_bytes{log="loreto2027h2",quantile="0.99"} 100106 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2027h2"} 4.5691946e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2027h2"} 365 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.5"} 100093 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.9"} 100093 sunlight_sequencing_data_tiles_bytes{log="loreto2028h1",quantile="0.99"} 100093 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h1"} 4.5689237e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h1"} 365 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.5"} 100107 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.9"} 100107 sunlight_sequencing_data_tiles_bytes{log="loreto2028h2",quantile="0.99"} 100107 sunlight_sequencing_data_tiles_bytes_sum{log="loreto2028h2"} 4.569015e+07 sunlight_sequencing_data_tiles_bytes_count{log="loreto2028h2"} 365 # 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"} 86068 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 86199 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 86199 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2026h2"} 9.1205625e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2026h2"} 1501 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} NaN sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h1"} 5.151068e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h1"} 364 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 11501 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 11501 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 11501 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2027h2"} 5.1752e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2027h2"} 365 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 11503 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 11503 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 11503 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h1"} 5.189391e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h1"} 365 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 11500 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 11500 sunlight_sequencing_data_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 11500 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="loreto2028h2"} 5.182629e+06 sunlight_sequencing_data_tiles_gzip_bytes_count{log="loreto2028h2"} 365 # 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.009633495 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.75"} 0.012062101 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.9"} 0.016063717 sunlight_sequencing_duration_seconds{log="loreto2026h2",quantile="0.99"} 0.098888647 sunlight_sequencing_duration_seconds_sum{log="loreto2026h2"} 1192.733706171002 sunlight_sequencing_duration_seconds_count{log="loreto2026h2"} 109307 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.5"} 0.008727754 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.75"} 0.011206316 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.9"} 0.014057769 sunlight_sequencing_duration_seconds{log="loreto2027h1",quantile="0.99"} 0.025526131 sunlight_sequencing_duration_seconds_sum{log="loreto2027h1"} 1040.7256883100054 sunlight_sequencing_duration_seconds_count{log="loreto2027h1"} 109306 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.5"} 0.008416953 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.75"} 0.011775907 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.9"} 0.014934614 sunlight_sequencing_duration_seconds{log="loreto2027h2",quantile="0.99"} 0.029727634 sunlight_sequencing_duration_seconds_sum{log="loreto2027h2"} 1028.6404933419994 sunlight_sequencing_duration_seconds_count{log="loreto2027h2"} 109306 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.5"} 0.008247365 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.75"} 0.011209873 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.9"} 0.015012945 sunlight_sequencing_duration_seconds{log="loreto2028h1",quantile="0.99"} 0.0283294 sunlight_sequencing_duration_seconds_sum{log="loreto2028h1"} 1040.1829790840009 sunlight_sequencing_duration_seconds_count{log="loreto2028h1"} 109304 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.5"} 0.00886043 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.75"} 0.011971485 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.9"} 0.015781371 sunlight_sequencing_duration_seconds{log="loreto2028h2",quantile="0.99"} 0.023528579 sunlight_sequencing_duration_seconds_sum{log="loreto2028h2"} 1033.6877521879958 sunlight_sequencing_duration_seconds_count{log="loreto2028h2"} 109303 # 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"} 1616 sunlight_sequencing_leaf_bytes{log="loreto2026h2",quantile="0.99"} 1657 sunlight_sequencing_leaf_bytes_sum{log="loreto2026h2"} 2.686329e+06 sunlight_sequencing_leaf_bytes_count{log="loreto2026h2"} 1540 sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.5"} NaN sunlight_sequencing_leaf_bytes{log="loreto2027h1",quantile="0.99"} NaN sunlight_sequencing_leaf_bytes_sum{log="loreto2027h1"} 400376 sunlight_sequencing_leaf_bytes_count{log="loreto2027h1"} 364 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="loreto2027h2",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="loreto2027h2"} 401515 sunlight_sequencing_leaf_bytes_count{log="loreto2027h2"} 365 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.5"} 1099 sunlight_sequencing_leaf_bytes{log="loreto2028h1",quantile="0.99"} 1099 sunlight_sequencing_leaf_bytes_sum{log="loreto2028h1"} 401496 sunlight_sequencing_leaf_bytes_count{log="loreto2028h1"} 365 sunlight_sequencing_leaf_bytes{log="loreto2028h2",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="loreto2028h2",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="loreto2028h2"} 401502 sunlight_sequencing_leaf_bytes_count{log="loreto2028h2"} 365 # 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"} 30168 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.9"} 30380 sunlight_sequencing_names_tiles_bytes{log="loreto2026h2",quantile="0.99"} 30380 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2026h2"} 4.3954072e+07 sunlight_sequencing_names_tiles_bytes_count{log="loreto2026h2"} 1501 sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.5"} NaN sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.9"} NaN sunlight_sequencing_names_tiles_bytes{log="loreto2027h1",quantile="0.99"} NaN sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h1"} 8.755176e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h1"} 364 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.5"} 19292 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.9"} 19292 sunlight_sequencing_names_tiles_bytes{log="loreto2027h2",quantile="0.99"} 19292 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2027h2"} 8.805844e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2027h2"} 365 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.5"} 19292 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.9"} 19292 sunlight_sequencing_names_tiles_bytes{log="loreto2028h1",quantile="0.99"} 19292 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h1"} 8.805844e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h1"} 365 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.5"} 19292 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.9"} 19292 sunlight_sequencing_names_tiles_bytes{log="loreto2028h2",quantile="0.99"} 19292 sunlight_sequencing_names_tiles_bytes_sum{log="loreto2028h2"} 8.805844e+06 sunlight_sequencing_names_tiles_bytes_count{log="loreto2028h2"} 365 # 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"} 2797 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.9"} 2805 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2026h2",quantile="0.99"} 2805 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2026h2"} 5.24048e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2026h2"} 1501 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.5"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.9"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h1",quantile="0.99"} NaN sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h1"} 364432 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h1"} 364 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.5"} 835 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.9"} 835 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2027h2",quantile="0.99"} 835 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2027h2"} 361773 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2027h2"} 365 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.5"} 841 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.9"} 841 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h1",quantile="0.99"} 841 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h1"} 363098 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h1"} 365 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.5"} 856 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.9"} 856 sunlight_sequencing_names_tiles_gzip_bytes{log="loreto2028h2",quantile="0.99"} 856 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="loreto2028h2"} 364058 sunlight_sequencing_names_tiles_gzip_bytes_count{log="loreto2028h2"} 365 # 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.000158186 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.9"} 0.000192342 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="cache",quantile="0.99"} 0.002613312 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="cache"} 22.032440217999838 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="cache"} 109307 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.5"} 0.005371886 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.9"} 0.011469945 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="checkpoint",quantile="0.99"} 0.022801493 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="checkpoint"} 713.2931558409905 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="checkpoint"} 109307 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.5"} 0.002432713 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.9"} 0.002699479 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="hash",quantile="0.99"} 0.073086471 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="hash"} 293.78123417500086 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="hash"} 109307 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.5"} 4.7351e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.9"} 6.742e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="stage",quantile="0.99"} 0.013544927 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="stage"} 28.16480653900031 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="stage"} 109307 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.5"} 0.001000515 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.9"} 0.00112244 sunlight_sequencing_phase_duration_seconds{log="loreto2026h2",phase="upload",quantile="0.99"} 0.003912524 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2026h2",phase="upload"} 116.08104194899963 sunlight_sequencing_phase_duration_seconds_count{log="loreto2026h2",phase="upload"} 109307 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.5"} 0.00016006 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.9"} 0.000189737 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="cache",quantile="0.99"} 0.002676324 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="cache"} 21.747741239999698 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="cache"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.5"} 0.005719668 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.9"} 0.011159244 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="checkpoint",quantile="0.99"} 0.023131792 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="checkpoint"} 727.5912933979989 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="checkpoint"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.5"} 0.001131017 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.9"} 0.001218515 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="hash",quantile="0.99"} 0.003001643 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="hash"} 150.3961784200005 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="hash"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.5"} 4.7261e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.9"} 5.2281e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="stage",quantile="0.99"} 0.001271729 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="stage"} 9.665868719999978 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="stage"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.5"} 0.000994102 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.9"} 0.00111738 sunlight_sequencing_phase_duration_seconds{log="loreto2027h1",phase="upload",quantile="0.99"} 0.002258286 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h1",phase="upload"} 112.21299406399932 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h1",phase="upload"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.5"} 0.000157565 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.9"} 0.000186861 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="cache",quantile="0.99"} 0.002624975 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="cache"} 21.486830297000314 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="cache"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.5"} 0.005499773 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.9"} 0.012328245 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="checkpoint",quantile="0.99"} 0.02297556 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="checkpoint"} 714.0508483730085 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="checkpoint"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.5"} 0.001109184 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.9"} 0.001207975 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="hash",quantile="0.99"} 0.001426047 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="hash"} 150.52344921300053 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="hash"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.5"} 4.6961e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.9"} 5.4034e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="stage",quantile="0.99"} 0.001356402 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="stage"} 9.747238875000173 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="stage"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.5"} 0.001010734 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.9"} 0.0011121 sunlight_sequencing_phase_duration_seconds{log="loreto2027h2",phase="upload",quantile="0.99"} 0.002377066 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2027h2",phase="upload"} 113.63021329300088 sunlight_sequencing_phase_duration_seconds_count{log="loreto2027h2",phase="upload"} 109306 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.5"} 0.000161653 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.9"} 0.000198925 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="cache",quantile="0.99"} 0.002643961 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="cache"} 21.849869152999737 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="cache"} 109304 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.5"} 0.005444165 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.9"} 0.012242379 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="checkpoint",quantile="0.99"} 0.02548456 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="checkpoint"} 726.5189536059947 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="checkpoint"} 109304 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.5"} 0.001108443 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.9"} 0.001195622 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="hash",quantile="0.99"} 0.002606289 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="hash"} 151.2745132579998 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="hash"} 109304 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.5"} 4.7612e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.9"} 5.3012e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="stage",quantile="0.99"} 0.001271669 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="stage"} 9.646646518000098 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="stage"} 109304 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.5"} 0.000989884 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.9"} 0.001087824 sunlight_sequencing_phase_duration_seconds{log="loreto2028h1",phase="upload",quantile="0.99"} 0.00227593 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h1",phase="upload"} 112.04016385800003 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h1",phase="upload"} 109304 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.5"} 0.000159137 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.9"} 0.000195979 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="cache",quantile="0.99"} 0.002623662 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="cache"} 21.738231841999962 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="cache"} 109303 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.5"} 0.006230886 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.9"} 0.012321041 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="checkpoint",quantile="0.99"} 0.020613844 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="checkpoint"} 717.5405803450025 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="checkpoint"} 109303 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.5"} 0.001120056 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.9"} 0.001236871 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="hash",quantile="0.99"} 0.001341644 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="hash"} 153.1771174189985 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="hash"} 109303 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.5"} 4.7472e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.9"} 6.0607e-05 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="stage",quantile="0.99"} 0.001285606 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="stage"} 10.214983983999804 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="stage"} 109303 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.5"} 0.000990485 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.9"} 0.001087202 sunlight_sequencing_phase_duration_seconds{log="loreto2028h2",phase="upload",quantile="0.99"} 0.002842265 sunlight_sequencing_phase_duration_seconds_sum{log="loreto2028h2",phase="upload"} 111.7556877449991 sunlight_sequencing_phase_duration_seconds_count{log="loreto2028h2",phase="upload"} 109303 # 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"} 1540 sunlight_sequencing_pool_entries_count{log="loreto2026h2"} 109307 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"} 364 sunlight_sequencing_pool_entries_count{log="loreto2027h1"} 109306 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"} 365 sunlight_sequencing_pool_entries_count{log="loreto2027h2"} 109306 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"} 365 sunlight_sequencing_pool_entries_count{log="loreto2028h1"} 109304 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"} 365 sunlight_sequencing_pool_entries_count{log="loreto2028h2"} 109303 # 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"} 109307 sunlight_sequencing_rounds_total{error="",log="loreto2027h1"} 109306 sunlight_sequencing_rounds_total{error="",log="loreto2027h2"} 109306 sunlight_sequencing_rounds_total{error="",log="loreto2028h1"} 109304 sunlight_sequencing_rounds_total{error="",log="loreto2028h2"} 109303 # 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"} 4509 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h1"} 1094 sunlight_sequencing_uploaded_tiles_total{log="loreto2027h2"} 1097 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h1"} 1097 sunlight_sequencing_uploaded_tiles_total{log="loreto2028h2"} 1097 # 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.000572758 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000637813 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.00166556 sunlight_sqlite_update_duration_seconds_sum 317.12784854199856 sunlight_sqlite_update_duration_seconds_count 546526 # 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"} 401347 sunlight_tree_size_leaves_total{log="loreto2027h1"} 14427 sunlight_tree_size_leaves_total{log="loreto2027h2"} 14427 sunlight_tree_size_leaves_total{log="loreto2028h1"} 14427 sunlight_tree_size_leaves_total{log="loreto2028h2"} 14427 # 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.790363712709e+09 sunlight_tree_timestamp_seconds{log="loreto2027h1"} 1.790363712587e+09 sunlight_tree_timestamp_seconds{log="loreto2027h2"} 1.790363712734e+09 sunlight_tree_timestamp_seconds{log="loreto2028h1"} 1.790363712667e+09 sunlight_tree_timestamp_seconds{log="loreto2028h2"} 1.790363712683e+09