# 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"} 8.5078e-05 go_gc_duration_seconds{quantile="0.25"} 0.000138057 go_gc_duration_seconds{quantile="0.5"} 0.000166868 go_gc_duration_seconds{quantile="0.75"} 0.000238306 go_gc_duration_seconds{quantile="1"} 0.003526473 go_gc_duration_seconds_sum 20.039970522 go_gc_duration_seconds_count 79606 # 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 78 # 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 4.212036e+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.814182656184e+12 # 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 3.326229e+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.306520952e+09 # 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 5.048576e+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 4.212036e+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.3519232e+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 4.9782784e+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 82739 # 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.4966784e+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 7.3302016e+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.7904092829229949e+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.306603691e+09 # 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 110208 # 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 112504 # 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 727680 # 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 962880 # 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 5.0827178e+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 7.681611e+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 6.38976e+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 6.38976e+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 9.6823576e+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 48 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 45 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 52602.47 # 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 2.925700819155e+13 # 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 8.44685052050248e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 69 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.462432256e+09 # 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.79034192328e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 6.238363648e+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="",error="failed to read body",issuer="",log="navigli2026h2",low_priority="",precert="",preissuer="",reused="false",root="",source=""} 3 sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="navigli2026h2",low_priority="",precert="",preissuer="",reused="true",root="",source=""} 2 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 1107 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 16 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1123 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 1102 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 21 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1123 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 1103 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 20 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1123 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 1110 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 13 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1123 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 1110 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 13 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1123 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=TW, O=Chunghwa Telecom Co., Ltd., CN=CHT Trust TLS CA - G1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=TW, O=Chunghwa Telecom Co., Ltd., CN=CHT TrustRoot CA - G1",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test AE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 798 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test AE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 485 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 665 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 222 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 101 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 127 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 58 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 173 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 107 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 125 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R3",source="sequencer"} 66 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R3",source="sequencer"} 164 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 2151 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 1393 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 442 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 513 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 7014 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 5052 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 449 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 523 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R2",source="sequencer"} 63 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R2",source="sequencer"} 165 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1330 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 21485 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1341 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 21564 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 2 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 20 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 20 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 17 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 221 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 8 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 246 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=SE, O=Telia Company AB, CN=Telia CA Test EC QWAC ACME R1",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 9 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=SE, O=Telia Company AB, CN=Telia Test RSA DV CA v4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 10 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=SE, O=Telia Company AB, CN=Telia Test RSA OV CA v4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 6 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 12672 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 200853 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 12751 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 200506 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 32 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 677 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 30 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 659 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 120 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1986 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 111 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 2009 # 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="navigli2026h2",quantile="0.5"} 0.18139795 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.75"} 0.227638696 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.9"} 0.255670299 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.99"} 0.306721594 sunlight_addchain_wait_seconds_sum{log="navigli2026h2"} 85773.01930147734 sunlight_addchain_wait_seconds_count{log="navigli2026h2"} 499217 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.5"} 0.22849207 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.75"} 0.22849207 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.9"} 0.22849207 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.99"} 0.22849207 sunlight_addchain_wait_seconds_sum{log="navigli2027h1"} 177.45582244799985 sunlight_addchain_wait_seconds_count{log="navigli2027h1"} 1132 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.5"} 0.075798881 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.75"} 0.075798881 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.9"} 0.075798881 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.99"} 0.075798881 sunlight_addchain_wait_seconds_sum{log="navigli2027h2"} 172.51845552300037 sunlight_addchain_wait_seconds_count{log="navigli2027h2"} 1123 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.5"} 0.20917198 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.75"} 0.20917198 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.9"} 0.20917198 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.99"} 0.20917198 sunlight_addchain_wait_seconds_sum{log="navigli2028h1"} 169.13142718200004 sunlight_addchain_wait_seconds_count{log="navigli2028h1"} 1123 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.5"} 0.110026415 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.75"} 0.110026415 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.9"} 0.110026415 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.99"} 0.110026415 sunlight_addchain_wait_seconds_sum{log="navigli2028h2"} 175.89053497000015 sunlight_addchain_wait_seconds_count{log="navigli2028h2"} 1123 # 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="navigli2026h2"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2027h1"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2027h2"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2028h1"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2028h2"} 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="navigli2026h2",quantile="0.5"} 9.5369e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000188016 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.000352484 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2026h2"} 39.02833904099972 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2026h2"} 336797 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.5"} 7.5439e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.000108068 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000159697 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h1"} 23.477902698000687 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h1"} 336796 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.5"} 7.0889e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.9"} 9.2828e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000135958 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h2"} 22.075056284999977 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h2"} 336795 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.5"} 6.1709e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.9"} 9.1998e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000142158 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h1"} 21.2501490150006 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h1"} 336795 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.5"} 6.5869e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.9"} 9.9168e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000144667 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h2"} 21.85313400399966 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h2"} 336794 # 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="navigli2026h2"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2027h1"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2027h2"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2028h1"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2028h2"} 0 # HELP sunlight_cache_database_bytes Size of the deduplication cache database file. # TYPE sunlight_cache_database_bytes gauge sunlight_cache_database_bytes{log="navigli2026h2"} 1.0263597056e+10 sunlight_cache_database_bytes{log="navigli2027h1"} 3.743744e+06 sunlight_cache_database_bytes{log="navigli2027h2"} 3.530752e+06 sunlight_cache_database_bytes{log="navigli2028h1"} 3.514368e+06 sunlight_cache_database_bytes{log="navigli2028h2"} 3.538944e+06 # 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="navigli2026h2",quantile="0.5"} 0.000283135 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000402632 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.000641138 sunlight_cache_get_duration_seconds_sum{log="navigli2026h2"} 173.8675374240004 sunlight_cache_get_duration_seconds_count{log="navigli2026h2"} 500325 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.5"} 0.000142178 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.000294155 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000294155 sunlight_cache_get_duration_seconds_sum{log="navigli2027h1"} 0.4156179380000001 sunlight_cache_get_duration_seconds_count{log="navigli2027h1"} 2234 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.000161707 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.000248425 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000248425 sunlight_cache_get_duration_seconds_sum{log="navigli2027h2"} 0.4170307199999997 sunlight_cache_get_duration_seconds_count{log="navigli2027h2"} 2226 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.5"} 9.0048e-05 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.000278894 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000278894 sunlight_cache_get_duration_seconds_sum{log="navigli2028h1"} 0.4127447089999998 sunlight_cache_get_duration_seconds_count{log="navigli2028h1"} 2233 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.5"} 0.000107348 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.000148247 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000148247 sunlight_cache_get_duration_seconds_sum{log="navigli2028h2"} 0.4144811519999987 sunlight_cache_get_duration_seconds_count{log="navigli2028h2"} 2233 # 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="navigli2026h2",quantile="0.5"} 0.000170057 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000575399 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.001131559 sunlight_cache_put_duration_seconds_sum{log="navigli2026h2"} 80.84097298100195 sunlight_cache_put_duration_seconds_count{log="navigli2026h2"} 336797 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.5"} 6.0029e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.9"} 9.4368e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000178076 sunlight_cache_put_duration_seconds_sum{log="navigli2027h1"} 19.3152873079996 sunlight_cache_put_duration_seconds_count{log="navigli2027h1"} 336796 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.5"} 5.9019e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.9"} 7.7199e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000145728 sunlight_cache_put_duration_seconds_sum{log="navigli2027h2"} 17.96116706500028 sunlight_cache_put_duration_seconds_count{log="navigli2027h2"} 336796 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.5"} 4.9479e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.9"} 7.5899e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000162446 sunlight_cache_put_duration_seconds_sum{log="navigli2028h1"} 17.481122871000046 sunlight_cache_put_duration_seconds_count{log="navigli2028h1"} 336795 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.5"} 5.3109e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.9"} 8.0759e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000175657 sunlight_cache_put_duration_seconds_sum{log="navigli2028h2"} 18.032402693999554 sunlight_cache_put_duration_seconds_count{log="navigli2028h2"} 336794 # 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="navigli2026h2"} 499217 sunlight_cache_put_entries_total{log="navigli2027h1"} 1132 sunlight_cache_put_entries_total{log="navigli2027h2"} 1123 sunlight_cache_put_entries_total{log="navigli2028h1"} 1123 sunlight_cache_put_entries_total{log="navigli2028h2"} 1123 # 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="navigli2026h2"} 0 sunlight_cache_put_errors_total{log="navigli2027h1"} 0 sunlight_cache_put_errors_total{log="navigli2027h2"} 0 sunlight_cache_put_errors_total{log="navigli2028h1"} 0 sunlight_cache_put_errors_total{log="navigli2028h2"} 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="navigli2026h2"} 5 sunlight_cache_wal_frames{log="navigli2027h1"} 1 sunlight_cache_wal_frames{log="navigli2027h2"} 1 sunlight_cache_wal_frames{log="navigli2028h1"} 1 sunlight_cache_wal_frames{log="navigli2028h2"} 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="navigli2026h2"} 1.7987616e+09 sunlight_config_notafter_end_timestamp_seconds{log="navigli2027h1"} 1.8144e+09 sunlight_config_notafter_end_timestamp_seconds{log="navigli2027h2"} 1.8302976e+09 sunlight_config_notafter_end_timestamp_seconds{log="navigli2028h1"} 1.8460224e+09 sunlight_config_notafter_end_timestamp_seconds{log="navigli2028h2"} 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="navigli2026h2"} 1.782864e+09 sunlight_config_notafter_start_timestamp_seconds{log="navigli2027h1"} 1.7987616e+09 sunlight_config_notafter_start_timestamp_seconds{log="navigli2027h2"} 1.8144e+09 sunlight_config_notafter_start_timestamp_seconds{log="navigli2028h1"} 1.8302976e+09 sunlight_config_notafter_start_timestamp_seconds{log="navigli2028h2"} 1.8460224e+09 # HELP sunlight_config_roots_total Number of accepted roots. # TYPE sunlight_config_roots_total gauge sunlight_config_roots_total{log="navigli2026h2"} 118 sunlight_config_roots_total{log="navigli2027h1"} 118 sunlight_config_roots_total{log="navigli2027h2"} 118 sunlight_config_roots_total{log="navigli2028h1"} 86 sunlight_config_roots_total{log="navigli2028h2"} 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="navigli2026h2",method="discard",quantile="0.5"} 8.8678e-05 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.75"} 0.000106428 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.9"} 0.000180037 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.99"} 0.000247755 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="discard"} 28.159109253000633 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="discard"} 253952 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="fetch"} 0.013884457000000003 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="fetch"} 41 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.5"} 0.000665127 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.75"} 0.000847984 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.9"} 0.000998681 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.99"} 0.00155879 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="upload"} 960.9799477600038 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="upload"} 1.357446e+06 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.5"} 9.1998e-05 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.75"} 9.1998e-05 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.9"} 9.1998e-05 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.99"} 9.1998e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="discard"} 0.125354081 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="discard"} 1132 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="fetch"} 0.002600611 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="fetch"} 13 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.5"} 0.000816695 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.75"} 0.000955892 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.9"} 0.001060819 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.99"} 0.001191297 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="upload"} 252.14152510000034 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="upload"} 341329 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.5"} 7.3318e-05 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.75"} 7.3318e-05 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.9"} 7.3318e-05 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.99"} 7.3318e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="discard"} 0.12467808000000005 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="discard"} 1123 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="fetch"} 0.0016454710000000001 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.5"} 0.000807935 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.75"} 0.000926502 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.9"} 0.000996641 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.99"} 0.001208737 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="upload"} 250.75335676999816 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="upload"} 341295 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.5"} 8.3799e-05 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.75"} 8.3799e-05 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.9"} 8.3799e-05 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.99"} 8.3799e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="discard"} 0.11601073900000004 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="discard"} 1123 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="fetch"} 0.001380524 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.5"} 0.000689157 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.75"} 0.000900772 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.9"} 0.000961281 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.99"} 0.001157148 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="upload"} 236.0651271580007 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="upload"} 341294 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.5"} 9.5368e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.75"} 9.5368e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.9"} 9.5368e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.99"} 9.5368e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="discard"} 0.11921608000000014 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="discard"} 1123 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="fetch"} 0.0013028319999999999 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.5"} 0.000730156 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.75"} 0.000906702 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.9"} 0.00100396 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.99"} 0.002074831 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="upload"} 237.83543913200046 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="upload"} 341293 # 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="navigli2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2028h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2026h2"} 1 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2028h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2026h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2028h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2028h2"} 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="navigli2026h2",quantile="0.5"} 0.214523267 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.75"} 0.263451121 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.9"} 0.293994066 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.99"} 0.342801843 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2026h2"} 102908.07723558908 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2026h2"} 501786 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.5"} 0.002877075 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.75"} 0.231158259 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.9"} 0.231158259 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.99"} 0.231158259 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h1"} 184.91558847399983 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h1"} 2255 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.5"} 0.002982983 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.75"} 0.078688976 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.9"} 0.078688976 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.99"} 0.078688976 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h2"} 179.32197494900007 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h2"} 2246 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.5"} 0.001614309 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.75"} 0.212537904 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.9"} 0.212537904 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.99"} 0.212537904 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h1"} 175.43584311700013 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h1"} 2246 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.5"} 0.003009782 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.75"} 0.112097136 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.9"} 0.112097136 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.99"} 0.112097136 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h2"} 182.23465091300025 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h2"} 2246 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2026h2"} 9.139178188999999 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h2"} 55 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h1"} 9.156409474999997 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h1"} 57 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h2"} 9.237258258999999 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h2"} 56 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2028h1"} 4.896887705000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h1"} 55 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2028h2"} 4.6136323390000005 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h2"} 55 # 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="navigli2026h2"} 495622 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h1"} 2255 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h2"} 2246 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h1"} 2246 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h2"} 2246 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h2"} 55 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h1"} 57 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h2"} 56 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h1"} 55 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h2"} 55 sunlight_http_requests_total{code="499",endpoint="add-pre-chain",log="navigli2026h2"} 6164 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="navigli2026h2"} 32 sunlight_issuers_cache_total{log="navigli2027h1"} 5 sunlight_issuers_cache_total{log="navigli2027h2"} 1 sunlight_issuers_cache_total{log="navigli2028h1"} 1 sunlight_issuers_cache_total{log="navigli2028h2"} 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="navigli2026h2",quantile="0.5"} 228276 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.9"} 383159 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.99"} 414689 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2026h2"} 5.367089837e+10 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h2"} 254913 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.5"} 199462 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.9"} 199462 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.99"} 199462 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h1"} 1.62452101e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h1"} 1132 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.5"} 53998 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.9"} 53998 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.99"} 53998 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h2"} 1.59122934e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h2"} 1123 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.5"} 51794 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.9"} 51794 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.99"} 51794 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h1"} 1.59444834e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h1"} 1123 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.5"} 54008 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.9"} 54008 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.99"} 54008 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h2"} 1.59111478e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h2"} 1123 # 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="navigli2026h2",quantile="0.5"} 59461 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 98547 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 106784 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.3665988593e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h2"} 254913 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 22307 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 22307 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 22307 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h1"} 1.8954154e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h1"} 1132 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} 6431 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} 6431 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} 6431 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.7939768e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h2"} 1123 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 6182 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 6182 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 6182 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.7949836e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h1"} 1123 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 6413 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 6413 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 6413 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.7947291e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h2"} 1123 # HELP sunlight_sequencing_duration_seconds Duration of sequencing rounds, successful or not. # TYPE sunlight_sequencing_duration_seconds summary sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.5"} 0.067795804 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.75"} 0.090933881 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.109913078 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.141593072 sunlight_sequencing_duration_seconds_sum{log="navigli2026h2"} 18726.15685466202 sunlight_sequencing_duration_seconds_count{log="navigli2026h2"} 336797 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.5"} 0.007441648 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.75"} 0.011123087 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.017474406 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.031798022 sunlight_sequencing_duration_seconds_sum{log="navigli2027h1"} 2574.527371297012 sunlight_sequencing_duration_seconds_count{log="navigli2027h1"} 336797 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.006220751 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.75"} 0.009069506 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.014422384 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.036248227 sunlight_sequencing_duration_seconds_sum{log="navigli2027h2"} 2558.65302026196 sunlight_sequencing_duration_seconds_count{log="navigli2027h2"} 336796 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.5"} 0.005798239 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.75"} 0.008158994 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.012564859 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.026938234 sunlight_sequencing_duration_seconds_sum{log="navigli2028h1"} 2484.7707336441017 sunlight_sequencing_duration_seconds_count{log="navigli2028h1"} 336795 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.5"} 0.006193472 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.75"} 0.009151105 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.013244747 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.027056833 sunlight_sequencing_duration_seconds_sum{log="navigli2028h2"} 2593.9998317059917 sunlight_sequencing_duration_seconds_count{log="navigli2028h2"} 336794 # 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="navigli2026h2",quantile="0.5"} 1546 sunlight_sequencing_leaf_bytes{log="navigli2026h2",quantile="0.99"} 2667 sunlight_sequencing_leaf_bytes_sum{log="navigli2026h2"} 8.1438751e+08 sunlight_sequencing_leaf_bytes_count{log="navigli2026h2"} 499217 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.5"} 1100 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.99"} 1100 sunlight_sequencing_leaf_bytes_sum{log="navigli2027h1"} 1.259462e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h1"} 1132 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="navigli2027h2"} 1.237635e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h2"} 1123 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="navigli2028h1"} 1.237438e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h1"} 1123 sunlight_sequencing_leaf_bytes{log="navigli2028h2",quantile="0.5"} 1102 sunlight_sequencing_leaf_bytes{log="navigli2028h2",quantile="0.99"} 1102 sunlight_sequencing_leaf_bytes_sum{log="navigli2028h2"} 1.237531e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h2"} 1123 # 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="navigli2026h2",quantile="0.5"} 18720 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.9"} 31893 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.99"} 34617 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2026h2"} 4.43176753e+09 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h2"} 254913 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.5"} 38553 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.9"} 38553 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.99"} 38553 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h1"} 3.0830161e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h1"} 1132 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.5"} 10437 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.9"} 10437 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.99"} 10437 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h2"} 3.0753792e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h2"} 1123 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.5"} 10011 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.9"} 10011 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.99"} 10011 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h1"} 3.0820674e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h1"} 1123 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.5"} 10437 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.9"} 10437 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.99"} 10437 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h2"} 3.0753792e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h2"} 1123 # 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="navigli2026h2",quantile="0.5"} 5996 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 9521 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 10281 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.355417488e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h2"} 254913 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 1487 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 1487 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 1487 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h1"} 1.267117e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h1"} 1132 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} 549 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} 549 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} 549 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.237498e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h2"} 1123 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 527 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 527 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 527 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.234966e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h1"} 1123 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 545 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 545 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 545 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.232639e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h2"} 1123 # 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="navigli2026h2",phase="cache",quantile="0.5"} 0.000281125 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.9"} 0.000827244 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.99"} 0.006151382 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="cache"} 146.42637206799623 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="cache"} 336797 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.5"} 0.003171449 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.9"} 0.00782105 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.99"} 0.015124571 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="checkpoint"} 1299.9483323309994 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="checkpoint"} 336797 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.5"} 0.046364693 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.9"} 0.082001871 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.99"} 0.109747331 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="hash"} 12839.369154531973 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="hash"} 336797 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.5"} 0.011234385 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.9"} 0.017073283 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.99"} 0.029153582 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="stage"} 3123.598958909991 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="stage"} 336797 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.5"} 0.00623806 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.9"} 0.010363852 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.99"} 0.015746988 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="upload"} 1259.2667208619891 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="upload"} 336797 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.5"} 0.000157987 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.9"} 0.000252735 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.99"} 0.006154922 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="cache"} 76.55074254399956 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="cache"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.5"} 0.004510934 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.9"} 0.012791975 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.99"} 0.021559857 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="checkpoint"} 1708.2444440239794 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="checkpoint"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.5"} 0.001661638 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.9"} 0.002138849 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.99"} 0.003375195 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="hash"} 394.59109181999526 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="hash"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.5"} 4.4009e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.9"} 6.7019e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.99"} 0.003934695 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="stage"} 32.00477048000028 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="stage"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.5"} 0.000910212 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.9"} 0.001214017 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.99"} 0.005374957 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="upload"} 297.2738906619969 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="upload"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.5"} 0.000150857 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.9"} 0.000206066 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.99"} 0.007508937 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="cache"} 71.92077040199923 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="cache"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.5"} 0.004488054 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.9"} 0.01100046 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.99"} 0.023754336 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="checkpoint"} 1664.1984853369934 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="checkpoint"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.5"} 0.000337243 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.9"} 0.000463041 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.99"} 0.000778065 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="hash"} 435.57090641699665 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="hash"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.5"} 4.088e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.9"} 6.0359e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.99"} 0.003903816 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="stage"} 31.570507214999857 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="stage"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.5"} 0.000891593 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.9"} 0.001146748 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.99"} 0.005046233 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="upload"} 293.5346171049945 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="upload"} 336796 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.5"} 0.000128987 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.9"} 0.000206536 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.99"} 0.007824221 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="cache"} 69.37455520500099 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="cache"} 336795 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.5"} 0.004387296 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.9"} 0.009353841 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.99"} 0.016374558 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="checkpoint"} 1614.6012122590462 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="checkpoint"} 336795 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.5"} 0.000304385 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.9"} 0.000455781 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.99"} 0.000736626 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="hash"} 428.43069545600713 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="hash"} 336795 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.5"} 3.9749e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.9"} 5.6239e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.99"} 0.004029652 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="stage"} 30.31649041400033 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="stage"} 336795 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.5"} 0.000756886 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.9"} 0.00108164 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.99"} 0.005229881 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="upload"} 277.96292856599763 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="upload"} 336795 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.5"} 0.000138677 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.9"} 0.000218116 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.99"} 0.007593215 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="cache"} 70.94913421600054 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="cache"} 336794 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.5"} 0.004481795 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.9"} 0.009997009 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.99"} 0.015846337 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="checkpoint"} 1676.1576658830047 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="checkpoint"} 336794 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.5"} 0.000351994 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.9"} 0.000477061 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.99"} 0.000860234 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="hash"} 469.9060793649835 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="hash"} 336794 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.5"} 4.1429e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.9"} 6.5769e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.99"} 0.003752599 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="stage"} 32.400752892999726 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="stage"} 336794 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.5"} 0.000825754 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.9"} 0.001146658 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.99"} 0.005053384 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="upload"} 280.7202307009983 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="upload"} 336794 # HELP sunlight_sequencing_pool_entries Number of entries in the pools being sequenced. # TYPE sunlight_sequencing_pool_entries summary sunlight_sequencing_pool_entries{log="navigli2026h2",quantile="0.5"} 1 sunlight_sequencing_pool_entries{log="navigli2026h2",quantile="0.99"} 6 sunlight_sequencing_pool_entries_sum{log="navigli2026h2"} 499217 sunlight_sequencing_pool_entries_count{log="navigli2026h2"} 336797 sunlight_sequencing_pool_entries{log="navigli2027h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="navigli2027h1",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="navigli2027h1"} 1132 sunlight_sequencing_pool_entries_count{log="navigli2027h1"} 336797 sunlight_sequencing_pool_entries{log="navigli2027h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="navigli2027h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="navigli2027h2"} 1123 sunlight_sequencing_pool_entries_count{log="navigli2027h2"} 336796 sunlight_sequencing_pool_entries{log="navigli2028h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="navigli2028h1",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="navigli2028h1"} 1123 sunlight_sequencing_pool_entries_count{log="navigli2028h1"} 336795 sunlight_sequencing_pool_entries{log="navigli2028h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="navigli2028h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="navigli2028h2"} 1123 sunlight_sequencing_pool_entries_count{log="navigli2028h2"} 336794 # 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="navigli2026h2"} 336797 sunlight_sequencing_rounds_total{error="",log="navigli2027h1"} 336796 sunlight_sequencing_rounds_total{error="",log="navigli2027h2"} 336796 sunlight_sequencing_rounds_total{error="",log="navigli2028h1"} 336795 sunlight_sequencing_rounds_total{error="",log="navigli2028h2"} 336794 # 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="navigli2026h2"} 766696 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h1"} 3400 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h2"} 3375 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h1"} 3375 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h2"} 3375 # 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.00049831 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000722286 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001713197 sunlight_sqlite_update_duration_seconds_sum 994.6969068000475 sunlight_sqlite_update_duration_seconds_count 2.002733e+06 # 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="navigli2026h2"} 0 sunlight_staging_discard_errors_total{log="navigli2027h1"} 0 sunlight_staging_discard_errors_total{log="navigli2027h2"} 0 sunlight_staging_discard_errors_total{log="navigli2028h1"} 0 sunlight_staging_discard_errors_total{log="navigli2028h2"} 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="navigli2026h2"} 1.86433116e+08 sunlight_tree_size_leaves_total{log="navigli2027h1"} 69557 sunlight_tree_size_leaves_total{log="navigli2027h2"} 66097 sunlight_tree_size_leaves_total{log="navigli2028h1"} 66095 sunlight_tree_size_leaves_total{log="navigli2028h2"} 66097 # HELP sunlight_tree_timestamp_seconds Timestamp of the latest published tree head. # TYPE sunlight_tree_timestamp_seconds gauge sunlight_tree_timestamp_seconds{log="navigli2026h2"} 1.790409283717e+09 sunlight_tree_timestamp_seconds{log="navigli2027h1"} 1.790409283709e+09 sunlight_tree_timestamp_seconds{log="navigli2027h2"} 1.790409283858e+09 sunlight_tree_timestamp_seconds{log="navigli2028h1"} 1.790409283794e+09 sunlight_tree_timestamp_seconds{log="navigli2028h2"} 1.790409283746e+09 # HELP sunlight_witness_add_checkpoint_requests_total Total number of add-checkpoint requests processed, by log origin. # TYPE sunlight_witness_add_checkpoint_requests_total counter sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/google1p/apk/2026/1",progress="false"} 101 sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/google1p/apk/2026/1",progress="true"} 20 sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/mainline/modules/2026/1",progress="false"} 110 sunlight_witness_add_checkpoint_requests_total{error="",origin="apertrue.photo/witness/production",progress="false"} 18 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h1.staging.certificate.transparency.goog",progress="false"} 2269 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="false"} 1291 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 53033 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="false"} 927 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 12600 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h2.staging.certificate.transparency.goog",progress="false"} 2246 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h2.staging.certificate.transparency.goog",progress="true"} 21 sunlight_witness_add_checkpoint_requests_total{error="",origin="geomys.org/witness/test-log",progress="false"} 5616 sunlight_witness_add_checkpoint_requests_total{error="",origin="keyserver.geomys.org",progress="false"} 19 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-1.rekor.sigstore.dev",progress="false"} 4 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-1.rekor.sigstore.dev",progress="true"} 21966 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="false"} 6 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="true"} 9865 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="false"} 1 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="true"} 11885 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="false"} 10 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="true"} 26 sunlight_witness_add_checkpoint_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",progress="true"} 1 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="false"} 1455 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 53636 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="false"} 864 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 50723 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h2.prod.certificate.transparency.goog",progress="false"} 2250 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h2.prod.certificate.transparency.goog",progress="true"} 40 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="false"} 408 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 34836 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 734 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 35528 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 2215 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="true"} 42 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba",progress="false"} 6725 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba",progress="true"} 4 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="false"} 6390 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="true"} 343 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="false"} 110 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="true"} 4 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="android.transparency.goog/google1p/apk/2026/1",progress="true"} 35 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="android.transparency.goog/mainline/modules/2026/1",progress="true"} 7 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 1212 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 124 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2025-1.rekor.sigstore.dev",progress="true"} 70 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2025-alpha3.rekor.sigstage.dev",progress="true"} 28 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="true"} 1 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 1362 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 831 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="false"} 17 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 12099 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 30 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 10113 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 2 sunlight_witness_add_checkpoint_requests_total{error="unknown log",origin="",progress=""} 18202 # HELP sunlight_witness_add_entries_requests_total Total number of add-entries requests processed, by log origin. # TYPE sunlight_witness_add_entries_requests_total counter sunlight_witness_add_entries_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 19 sunlight_witness_add_entries_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.2.0.1"} 19 # HELP sunlight_witness_fs_op_duration_seconds Overall local backend operation latency. # TYPE sunlight_witness_fs_op_duration_seconds summary sunlight_witness_fs_op_duration_seconds{method="fetch",quantile="0.5"} NaN sunlight_witness_fs_op_duration_seconds{method="fetch",quantile="0.75"} NaN sunlight_witness_fs_op_duration_seconds{method="fetch",quantile="0.9"} NaN sunlight_witness_fs_op_duration_seconds{method="fetch",quantile="0.99"} NaN sunlight_witness_fs_op_duration_seconds_sum{method="fetch"} 0.003458634999999999 sunlight_witness_fs_op_duration_seconds_count{method="fetch"} 41 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.5"} 0.000837284 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.75"} 0.000950372 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.9"} 0.00105368 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.99"} 0.001308375 sunlight_witness_fs_op_duration_seconds_sum{method="upload"} 238.44888957699823 sunlight_witness_fs_op_duration_seconds_count{method="upload"} 318384 # HELP sunlight_witness_http_in_flight_requests Requests currently being served, by endpoint. # TYPE sunlight_witness_http_in_flight_requests gauge sunlight_witness_http_in_flight_requests{endpoint="add-checkpoint"} 0 sunlight_witness_http_in_flight_requests{endpoint="add-entries"} 0 sunlight_witness_http_in_flight_requests{endpoint="sign-subtree"} 0 # HELP sunlight_witness_http_request_duration_seconds HTTP request serving latencies in seconds, by endpoint. # TYPE sunlight_witness_http_request_duration_seconds summary sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.5"} 0.008836931 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.75"} 0.011170867 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.9"} 0.014773898 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.99"} 0.021363732 sunlight_witness_http_request_duration_seconds_sum{endpoint="add-checkpoint"} 2920.4971045219963 sunlight_witness_http_request_duration_seconds_count{endpoint="add-checkpoint"} 362496 sunlight_witness_http_request_duration_seconds{endpoint="add-entries",quantile="0.5"} NaN sunlight_witness_http_request_duration_seconds{endpoint="add-entries",quantile="0.75"} NaN sunlight_witness_http_request_duration_seconds{endpoint="add-entries",quantile="0.9"} NaN sunlight_witness_http_request_duration_seconds{endpoint="add-entries",quantile="0.99"} NaN sunlight_witness_http_request_duration_seconds_sum{endpoint="add-entries"} 0.34918406599999996 sunlight_witness_http_request_duration_seconds_count{endpoint="add-entries"} 38 sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.5"} NaN sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.75"} NaN sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.9"} NaN sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.99"} NaN sunlight_witness_http_request_duration_seconds_sum{endpoint="sign-subtree"} 0.260123075 sunlight_witness_http_request_duration_seconds_count{endpoint="sign-subtree"} 1 # HELP sunlight_witness_http_request_size_bytes HTTP request sizes in bytes, by endpoint. # TYPE sunlight_witness_http_request_size_bytes summary sunlight_witness_http_request_size_bytes{endpoint="add-entries",quantile="0.5"} NaN sunlight_witness_http_request_size_bytes{endpoint="add-entries",quantile="0.9"} NaN sunlight_witness_http_request_size_bytes{endpoint="add-entries",quantile="0.99"} NaN sunlight_witness_http_request_size_bytes_sum{endpoint="add-entries"} 11282 sunlight_witness_http_request_size_bytes_count{endpoint="add-entries"} 38 # HELP sunlight_witness_http_requests_total HTTP requests served, by endpoint and response code. # TYPE sunlight_witness_http_requests_total counter sunlight_witness_http_requests_total{code="200",endpoint="add-checkpoint"} 318342 sunlight_witness_http_requests_total{code="200",endpoint="add-entries"} 38 sunlight_witness_http_requests_total{code="200",endpoint="sign-subtree"} 1 sunlight_witness_http_requests_total{code="404",endpoint="add-checkpoint"} 18202 sunlight_witness_http_requests_total{code="409",endpoint="add-checkpoint"} 25931 sunlight_witness_http_requests_total{code="500",endpoint="add-checkpoint"} 21 # HELP sunlight_witness_known_logs Number of logs known to the witness. # TYPE sunlight_witness_known_logs gauge sunlight_witness_known_logs 37 # HELP sunlight_witness_log_entries_total Size of the latest checkpoint, by log origin. # TYPE sunlight_witness_log_entries_total gauge sunlight_witness_log_entries_total{origin="android.transparency.goog/google1p/apk/2026/1"} 348730 sunlight_witness_log_entries_total{origin="android.transparency.goog/mainline/modules/2026/1"} 321 sunlight_witness_log_entries_total{origin="apertrue.photo/witness/production"} 16 sunlight_witness_log_entries_total{origin="coachandhorses2026h1.staging.certificate.transparency.goog"} 1.85550988e+08 sunlight_witness_log_entries_total{origin="coachandhorses2026h2.staging.certificate.transparency.goog"} 4.367201588e+09 sunlight_witness_log_entries_total{origin="coachandhorses2027h1.staging.certificate.transparency.goog"} 3.22106602e+08 sunlight_witness_log_entries_total{origin="coachandhorses2027h2.staging.certificate.transparency.goog"} 3804 sunlight_witness_log_entries_total{origin="geomys.org/witness/test-log"} 1 sunlight_witness_log_entries_total{origin="keyserver.geomys.org"} 79 sunlight_witness_log_entries_total{origin="log2025-1.rekor.sigstore.dev"} 1.26145321e+08 sunlight_witness_log_entries_total{origin="log2025-alpha3.rekor.sigstage.dev"} 5.833167e+06 sunlight_witness_log_entries_total{origin="log2026-1.us-east4.rekor.sigstage.dev"} 1.570639e+06 sunlight_witness_log_entries_total{origin="markovianprotocol.com/log"} 8773 sunlight_witness_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 10000 sunlight_witness_log_entries_total{origin="parcelyard2026h2.prod.certificate.transparency.goog"} 1.464174744e+09 sunlight_witness_log_entries_total{origin="parcelyard2027h1.prod.certificate.transparency.goog"} 7.5849394e+07 sunlight_witness_log_entries_total{origin="parcelyard2027h2.prod.certificate.transparency.goog"} 7518 sunlight_witness_log_entries_total{origin="plumbersarms2026h2.prod.certificate.transparency.goog"} 1.463771229e+09 sunlight_witness_log_entries_total{origin="plumbersarms2027h1.prod.certificate.transparency.goog"} 7.5799463e+07 sunlight_witness_log_entries_total{origin="plumbersarms2027h2.prod.certificate.transparency.goog"} 7547 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba"} 478512 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d"} 228403 sunlight_witness_log_entries_total{origin="thelemail.com/keys"} 352 # HELP sunlight_witness_log_list_pull_timestamp_seconds Timestamp of the last successful pull of each log list. # TYPE sunlight_witness_log_list_pull_timestamp_seconds gauge sunlight_witness_log_list_pull_timestamp_seconds{list="https://github.com/geomys/magnolia/raw/refs/heads/main/staging/mirror.log-list.txt"} 1.7904085267838361e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-100qps-40klogs.1"} 1.7904085262025707e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-10qps-4klogs.1"} 1.7904085261726289e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://testing.witness-network.org/log-list.1"} 1.7904085260517359e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://uptime.geomys.org/witness/log-list"} 1.7904085263647363e+09 # HELP sunlight_witness_mirror_data_tiles_bytes Uncompressed size of uploaded mirror data tiles, including partials, by log origin. # TYPE sunlight_witness_mirror_data_tiles_bytes summary sunlight_witness_mirror_data_tiles_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.5"} NaN sunlight_witness_mirror_data_tiles_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.9"} NaN sunlight_witness_mirror_data_tiles_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.99"} NaN sunlight_witness_mirror_data_tiles_bytes_sum{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 5859 sunlight_witness_mirror_data_tiles_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_data_tiles_gzip_bytes Compressed size of uploaded mirror data tiles, including partials, by log origin. # TYPE sunlight_witness_mirror_data_tiles_gzip_bytes summary sunlight_witness_mirror_data_tiles_gzip_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.5"} NaN sunlight_witness_mirror_data_tiles_gzip_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.9"} NaN sunlight_witness_mirror_data_tiles_gzip_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.99"} NaN sunlight_witness_mirror_data_tiles_gzip_bytes_sum{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 927 sunlight_witness_mirror_data_tiles_gzip_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_entry_bytes Size of individual entries uploaded via add-entries, by log origin. # TYPE sunlight_witness_mirror_entry_bytes summary sunlight_witness_mirror_entry_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.5"} NaN sunlight_witness_mirror_entry_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.99"} NaN sunlight_witness_mirror_entry_bytes_sum{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 367 sunlight_witness_mirror_entry_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_log_entries_total Size of the latest mirror checkpoint, by log origin. # TYPE sunlight_witness_mirror_log_entries_total gauge sunlight_witness_mirror_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 10000 sunlight_witness_mirror_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.2.0.1"} 15 # HELP sunlight_witness_mirror_next_entry Number of entries durably uploaded to the mirror, at or ahead of the mirror checkpoint, by log origin. # TYPE sunlight_witness_mirror_next_entry gauge sunlight_witness_mirror_next_entry{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 10000 sunlight_witness_mirror_next_entry{origin="oid/1.3.6.1.4.1.44494.3.1.2.0.1"} 15 # HELP sunlight_witness_mirror_uploaded_entries_total Number of new entries uploaded via add-entries, by log origin. # TYPE sunlight_witness_mirror_uploaded_entries_total counter sunlight_witness_mirror_uploaded_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_uploaded_tiles_total Number of tiles uploaded via add-entries, including partials, by log origin and whether they are tiles cut at the committed checkpoint. # TYPE sunlight_witness_mirror_uploaded_tiles_total counter sunlight_witness_mirror_uploaded_tiles_total{cut="false",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 2 # HELP sunlight_witness_mirrored_logs Number of logs mirrored by the witness. # TYPE sunlight_witness_mirrored_logs gauge sunlight_witness_mirrored_logs 3 # HELP sunlight_witness_sign_subtree_requests_total Total number of sign-subtree requests processed, by log origin. # TYPE sunlight_witness_sign_subtree_requests_total counter sunlight_witness_sign_subtree_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1