# 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.6897e-05 go_gc_duration_seconds{quantile="0.25"} 0.000131188 go_gc_duration_seconds{quantile="0.5"} 0.000164987 go_gc_duration_seconds{quantile="0.75"} 0.000222125 go_gc_duration_seconds{quantile="1"} 0.00255934 go_gc_duration_seconds_sum 17.957780058 go_gc_duration_seconds_count 72338 # 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 86 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.27.0"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.8362312e+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.646961048632e+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.289245e+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.149791382e+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.05728e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.8362312e+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.7598848e+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.5965312e+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 72360 # 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.5474688e+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.356416e+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.7904869385681763e+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.149863742e+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 751360 # 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 1.01184e+06 # 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.152181e+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.415171e+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.127616e+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.127616e+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.6577816e+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 46 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 48182.78 # 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.9502512219641e+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.51115233065846e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 72 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.14339072e+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.79042832528e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 5.937963008e+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=""} 2 sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="navigli2026h2",low_priority="",precert="",preissuer="",reused="true",root="",source=""} 1 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"} 949 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"} 28 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"} 977 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"} 959 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"} 18 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"} 976 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"} 958 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"} 19 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"} 977 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"} 953 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"} 24 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"} 977 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"} 960 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"} 17 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"} 977 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"} 674 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"} 427 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"} 551 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"} 161 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"} 102 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"} 98 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"} 55 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"} 144 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"} 82 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"} 115 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"} 61 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"} 137 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"} 1790 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"} 1201 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"} 360 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"} 447 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"} 6251 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"} 4420 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"} 372 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"} 387 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"} 137 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"} 1189 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"} 20092 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"} 1160 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"} 20244 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"} 31 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"} 25 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"} 7 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"} 195 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"} 9 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"} 199 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"} 8 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="true",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 1 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"} 12224 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"} 200367 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"} 12035 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"} 199776 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"} 679 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"} 688 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"} 99 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"} 1992 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"} 94 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"} 2006 # 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.185700505 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.75"} 0.224331902 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.9"} 0.258426008 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.99"} 0.298490068 sunlight_addchain_wait_seconds_sum{log="navigli2026h2"} 84064.23511817463 sunlight_addchain_wait_seconds_count{log="navigli2026h2"} 490715 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.5"} 0.280094331 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.75"} 0.280094331 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.9"} 0.280094331 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.99"} 0.280094331 sunlight_addchain_wait_seconds_sum{log="navigli2027h1"} 147.74335764699964 sunlight_addchain_wait_seconds_count{log="navigli2027h1"} 985 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.5"} NaN sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.75"} NaN sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.9"} NaN sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.99"} NaN sunlight_addchain_wait_seconds_sum{log="navigli2027h2"} 147.4273017219999 sunlight_addchain_wait_seconds_count{log="navigli2027h2"} 977 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.5"} 0.096230822 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.75"} 0.096230822 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.9"} 0.096230822 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.99"} 0.096230822 sunlight_addchain_wait_seconds_sum{log="navigli2028h1"} 150.22086055700012 sunlight_addchain_wait_seconds_count{log="navigli2028h1"} 977 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.5"} 0.237860592 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.75"} 0.237860592 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.9"} 0.237860592 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.99"} 0.237860592 sunlight_addchain_wait_seconds_sum{log="navigli2028h2"} 150.84830242500024 sunlight_addchain_wait_seconds_count{log="navigli2028h2"} 977 # 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"} 0.000100828 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000194596 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.000401383 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2026h2"} 36.076992166000096 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2026h2"} 293063 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.5"} 6.5539e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.9"} 9.8008e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000157347 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h1"} 18.367544411999607 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h1"} 293062 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.5"} 5.8229e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.9"} 9.1268e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000121808 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h2"} 17.97250606399975 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h2"} 293061 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.5"} 6.6589e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.9"} 9.0358e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000134017 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h1"} 18.383365167999887 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h1"} 293061 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.5"} 6.5919e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.9"} 9.7508e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000127418 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h2"} 19.0209668059998 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h2"} 293060 # 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.0301198336e+10 sunlight_cache_database_bytes{log="navigli2027h1"} 3.796992e+06 sunlight_cache_database_bytes{log="navigli2027h2"} 3.588096e+06 sunlight_cache_database_bytes{log="navigli2028h1"} 3.575808e+06 sunlight_cache_database_bytes{log="navigli2028h2"} 3.608576e+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.000269665 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000403782 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.000611418 sunlight_cache_get_duration_seconds_sum{log="navigli2026h2"} 156.89312128299903 sunlight_cache_get_duration_seconds_count{log="navigli2026h2"} 491664 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.5"} 6.7679e-05 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.000277244 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000277244 sunlight_cache_get_duration_seconds_sum{log="navigli2027h1"} 0.3546251099999997 sunlight_cache_get_duration_seconds_count{log="navigli2027h1"} 1944 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.5"} NaN sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.9"} NaN sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.99"} NaN sunlight_cache_get_duration_seconds_sum{log="navigli2027h2"} 0.3476114339999994 sunlight_cache_get_duration_seconds_count{log="navigli2027h2"} 1935 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.5"} 0.000155737 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.000155737 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000155737 sunlight_cache_get_duration_seconds_sum{log="navigli2028h1"} 0.35493471899999973 sunlight_cache_get_duration_seconds_count{log="navigli2028h1"} 1930 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.5"} 0.000129378 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.000196056 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000196056 sunlight_cache_get_duration_seconds_sum{log="navigli2028h2"} 0.3487937699999999 sunlight_cache_get_duration_seconds_count{log="navigli2028h2"} 1937 # 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.000176957 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000555219 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.001089709 sunlight_cache_put_duration_seconds_sum{log="navigli2026h2"} 77.20619652900223 sunlight_cache_put_duration_seconds_count{log="navigli2026h2"} 293063 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.5"} 5.2989e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.9"} 7.9738e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000145218 sunlight_cache_put_duration_seconds_sum{log="navigli2027h1"} 15.202207943000088 sunlight_cache_put_duration_seconds_count{log="navigli2027h1"} 293062 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.5"} 4.7919e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.9"} 7.8138e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000138757 sunlight_cache_put_duration_seconds_sum{log="navigli2027h2"} 14.775946159999748 sunlight_cache_put_duration_seconds_count{log="navigli2027h2"} 293061 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.5"} 5.3039e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.9"} 8.0138e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000128517 sunlight_cache_put_duration_seconds_sum{log="navigli2028h1"} 15.296428426999938 sunlight_cache_put_duration_seconds_count{log="navigli2028h1"} 293061 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.5"} 5.3949e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.9"} 9.0439e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000154247 sunlight_cache_put_duration_seconds_sum{log="navigli2028h2"} 15.53083589500045 sunlight_cache_put_duration_seconds_count{log="navigli2028h2"} 293060 # 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"} 490715 sunlight_cache_put_entries_total{log="navigli2027h1"} 985 sunlight_cache_put_entries_total{log="navigli2027h2"} 977 sunlight_cache_put_entries_total{log="navigli2028h1"} 977 sunlight_cache_put_entries_total{log="navigli2028h2"} 977 # 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"} 1 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.7978e-05 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.75"} 0.000106587 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.9"} 0.000179307 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.99"} 0.000255755 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="discard"} 26.17679474799913 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="discard"} 232863 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.013252170000000004 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="fetch"} 39 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.5"} 0.000657888 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.75"} 0.000866144 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.9"} 0.00099992 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.99"} 0.001475452 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="upload"} 877.7698830620441 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="upload"} 1.229428e+06 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.5"} 0.000196406 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.75"} 0.000196406 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.9"} 0.000196406 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.99"} 0.000196406 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="discard"} 0.10829703999999996 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="discard"} 985 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.003873635 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="fetch"} 13 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.5"} 0.000784875 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.75"} 0.000929202 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.9"} 0.00101153 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.99"} 0.001348624 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="upload"} 212.19953520500064 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="upload"} 297007 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.5"} 8.1489e-05 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.75"} 8.1489e-05 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.9"} 8.1489e-05 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.99"} 8.1489e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="discard"} 0.10755618600000003 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="discard"} 977 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.001510821 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="fetch"} 9 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.5"} 0.000679377 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.75"} 0.000890633 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.9"} 0.000963472 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.99"} 0.001382024 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="upload"} 203.84855579599926 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="upload"} 296974 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.5"} 8.6279e-05 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.75"} 8.6279e-05 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.9"} 8.6279e-05 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.99"} 8.6279e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="discard"} 0.11333673700000005 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="discard"} 977 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.0014191630000000002 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="fetch"} 9 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.5"} 0.000745266 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.75"} 0.000891913 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.9"} 0.000971582 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.99"} 0.001259576 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="upload"} 211.247128566003 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="upload"} 296974 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.5"} 9.4738e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.75"} 9.4738e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.9"} 9.4738e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.99"} 9.4738e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="discard"} 0.10358929499999998 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="discard"} 977 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.001512161 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="fetch"} 9 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.5"} 0.000727266 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.75"} 0.000905403 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.9"} 0.00099147 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.99"} 0.001251836 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="upload"} 205.70910729399918 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="upload"} 296973 # 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"} 0 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.220470787 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.75"} 0.263468211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.9"} 0.296113634 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.99"} 0.369456106 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2026h2"} 100957.04165711255 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2026h2"} 493181 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.5"} 0.001234207 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.75"} 0.283133263 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.9"} 0.283133263 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.99"} 0.283133263 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h1"} 153.7789161970001 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h1"} 1962 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.5"} 0.058379409 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.75"} 0.224605127 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.9"} 0.224605127 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.99"} 0.224605127 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h2"} 153.909932403 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h2"} 1954 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.5"} 0.003100171 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.75"} 0.098830292 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.9"} 0.098830292 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.99"} 0.098830292 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h1"} 157.11597327299992 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h1"} 1954 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.5"} 0.002658088 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.75"} 0.2395083 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.9"} 0.2395083 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.99"} 0.2395083 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h2"} 157.0110667699997 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h2"} 1954 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"} 7.940779930999997 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h2"} 49 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"} 7.931209785999999 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h1"} 49 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"} 7.493779777999999 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h2"} 49 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.4835901179999995 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h1"} 49 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.086398116 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h2"} 49 # 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"} 487091 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h1"} 1962 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h2"} 1954 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h1"} 1954 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h2"} 1954 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h2"} 49 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h1"} 49 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h2"} 49 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h1"} 49 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h2"} 49 sunlight_http_requests_total{code="499",endpoint="add-pre-chain",log="navigli2026h2"} 6090 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="navigli2026h2"} 30 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"} 198054 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.9"} 386305 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.99"} 414715 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2026h2"} 4.9044187215e+10 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h2"} 233859 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.5"} 236766 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.9"} 236766 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.99"} 236766 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h1"} 1.36452191e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h1"} 985 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h2"} 1.4050659e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h2"} 977 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.5"} 67228 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.9"} 67228 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.99"} 67228 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h1"} 1.40595315e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h1"} 977 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.5"} 69445 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.9"} 69445 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.99"} 69445 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h2"} 1.40500461e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h2"} 977 # 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"} 50889 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 95024 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 104783 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.2411374343e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h2"} 233859 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 28783 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 28783 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 28783 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h1"} 1.5632158e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h1"} 985 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.5832811e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h2"} 977 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 7853 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 7853 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 7853 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.584444e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h1"} 977 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 8156 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 8156 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 8156 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.5862122e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h2"} 977 # 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.066547422 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.75"} 0.093382526 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.109547086 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.143541554 sunlight_sequencing_duration_seconds_sum{log="navigli2026h2"} 16932.913423352322 sunlight_sequencing_duration_seconds_count{log="navigli2026h2"} 293063 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.5"} 0.007542325 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.75"} 0.0103954 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.013028941 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.02969157 sunlight_sequencing_duration_seconds_sum{log="navigli2027h1"} 2120.9434711249796 sunlight_sequencing_duration_seconds_count{log="navigli2027h1"} 293062 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.006387148 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.75"} 0.009134565 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.013608819 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.020760361 sunlight_sequencing_duration_seconds_sum{log="navigli2027h2"} 2077.709249842976 sunlight_sequencing_duration_seconds_count{log="navigli2027h2"} 293061 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.5"} 0.006449646 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.75"} 0.00935164 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.012541939 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.027766536 sunlight_sequencing_duration_seconds_sum{log="navigli2028h1"} 2177.4068721819526 sunlight_sequencing_duration_seconds_count{log="navigli2028h1"} 293061 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.5"} 0.006420366 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.75"} 0.010050296 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.013932152 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.02504018 sunlight_sequencing_duration_seconds_sum{log="navigli2028h2"} 2106.69212843803 sunlight_sequencing_duration_seconds_count{log="navigli2028h2"} 293060 # 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"} 1542 sunlight_sequencing_leaf_bytes{log="navigli2026h2",quantile="0.99"} 2659 sunlight_sequencing_leaf_bytes_sum{log="navigli2026h2"} 7.96708406e+08 sunlight_sequencing_leaf_bytes_count{log="navigli2026h2"} 490715 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="navigli2027h1"} 1.0974e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h1"} 985 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_leaf_bytes_sum{log="navigli2027h2"} 1.076664e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h2"} 977 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.5"} 1102 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.99"} 1102 sunlight_sequencing_leaf_bytes_sum{log="navigli2028h1"} 1.076619e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h1"} 977 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.076695e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h2"} 977 # 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"} 16283 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.9"} 31982 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.99"} 34198 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2026h2"} 4.031731674e+09 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h2"} 233859 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.5"} 43403 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.9"} 43403 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.99"} 43403 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h1"} 2.6162036e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h1"} 985 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h2"} 2.7156435e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h2"} 977 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.5"} 12993 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.9"} 12993 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.99"} 12993 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h1"} 2.7176457e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h1"} 977 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.5"} 13419 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.9"} 13419 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.99"} 13419 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h2"} 2.7156435e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h2"} 977 # 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"} 5436 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 9757 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 10393 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.215504475e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h2"} 233859 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 1834 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 1834 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 1834 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h1"} 1.07632e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h1"} 985 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.094581e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h2"} 977 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 629 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 629 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 629 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.097775e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h1"} 977 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 643 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 643 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 643 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.09354e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h2"} 977 # 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.000295694 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.9"} 0.000892933 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.99"} 0.004506403 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="cache"} 133.9569245670026 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="cache"} 293063 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.5"} 0.002927044 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.9"} 0.009192863 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.99"} 0.019920147 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="checkpoint"} 1112.7323830940245 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="checkpoint"} 293063 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.5"} 0.045453257 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.9"} 0.083034515 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.99"} 0.098177595 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="hash"} 11705.15914890814 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="hash"} 293063 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.5"} 0.010732134 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.9"} 0.017208389 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.99"} 0.032459766 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="stage"} 2850.952623643959 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="stage"} 293063 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.5"} 0.005844208 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.9"} 0.010315662 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.99"} 0.014684758 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="upload"} 1081.7165186029852 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="upload"} 293063 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.5"} 0.000136447 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.9"} 0.000212226 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.99"} 0.006633313 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="cache"} 57.795745884000766 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="cache"} 293062 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.5"} 0.004368197 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.9"} 0.008786801 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.99"} 0.016333357 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="checkpoint"} 1416.5015217000098 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="checkpoint"} 293062 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.5"} 0.001718217 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.9"} 0.002457313 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.99"} 0.003451534 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="hash"} 325.31453869299435 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="hash"} 293062 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.5"} 4.2949e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.9"} 6.8669e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.99"} 0.003260898 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="stage"} 25.29337094299951 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="stage"} 293062 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.5"} 0.000865763 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.9"} 0.001141938 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.99"} 0.004225309 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="upload"} 245.80900686599892 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="upload"} 293062 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.5"} 0.000124237 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.9"} 0.000207626 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.99"} 0.004574803 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="cache"} 56.414181515000045 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="cache"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.5"} 0.004457875 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.9"} 0.009820932 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.99"} 0.01822426 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="checkpoint"} 1377.92257211199 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="checkpoint"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.5"} 0.000609208 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.9"} 0.000934932 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.99"} 0.00154091 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="hash"} 332.25145132899956 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="hash"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.5"} 3.8889e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.9"} 6.5999e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.99"} 0.001731967 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="stage"} 25.53050014000014 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="stage"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.5"} 0.000754155 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.9"} 0.001097419 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.99"} 0.004280647 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="upload"} 237.13206840400014 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="upload"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.5"} 0.000142627 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.9"} 0.000223046 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.99"} 0.004684429 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="cache"} 57.78428716199899 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="cache"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.5"} 0.004310897 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.9"} 0.009733463 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.99"} 0.021974258 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="checkpoint"} 1457.3565013339817 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="checkpoint"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.5"} 0.000629448 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.9"} 0.000918852 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.99"} 0.00160176 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="hash"} 338.16374862800785 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="hash"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.5"} 4.2779e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.9"} 6.5589e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.99"} 0.003423504 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="stage"} 25.68638290000087 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="stage"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.5"} 0.000863474 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.9"} 0.001128159 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.99"} 0.004347966 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="upload"} 245.6245705959954 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="upload"} 293061 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.5"} 0.000141207 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.9"} 0.000223756 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.99"} 0.006601334 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="cache"} 57.669466507999296 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="cache"} 293060 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.5"} 0.004553873 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.9"} 0.010808492 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.99"} 0.019191972 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="checkpoint"} 1396.0914774160149 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="checkpoint"} 293060 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.5"} 0.000650288 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.9"} 0.00103032 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.99"} 0.001347134 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="hash"} 338.12628981900644 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="hash"} 293060 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.5"} 4.055e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.9"} 6.9789e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.99"} 0.003428734 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="stage"} 25.35687912400003 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="stage"} 293060 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.5"} 0.000809415 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.9"} 0.001158678 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.99"} 0.004593272 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="upload"} 239.47762084499527 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="upload"} 293060 # 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"} 2 sunlight_sequencing_pool_entries{log="navigli2026h2",quantile="0.99"} 6 sunlight_sequencing_pool_entries_sum{log="navigli2026h2"} 490715 sunlight_sequencing_pool_entries_count{log="navigli2026h2"} 293063 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"} 985 sunlight_sequencing_pool_entries_count{log="navigli2027h1"} 293062 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"} 977 sunlight_sequencing_pool_entries_count{log="navigli2027h2"} 293061 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"} 977 sunlight_sequencing_pool_entries_count{log="navigli2028h1"} 293061 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"} 977 sunlight_sequencing_pool_entries_count{log="navigli2028h2"} 293060 # 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"} 293063 sunlight_sequencing_rounds_total{error="",log="navigli2027h1"} 293062 sunlight_sequencing_rounds_total{error="",log="navigli2027h2"} 293061 sunlight_sequencing_rounds_total{error="",log="navigli2028h1"} 293061 sunlight_sequencing_rounds_total{error="",log="navigli2028h2"} 293060 # 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"} 703501 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h1"} 2959 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h2"} 2935 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h1"} 2935 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h2"} 2935 # 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.00050697 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000686557 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001686067 sunlight_sqlite_update_duration_seconds_sum 844.9005344160006 sunlight_sqlite_update_duration_seconds_count 1.745521e+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.87082361e+08 sunlight_tree_size_leaves_total{log="navigli2027h1"} 70860 sunlight_tree_size_leaves_total{log="navigli2027h2"} 67391 sunlight_tree_size_leaves_total{log="navigli2028h1"} 67389 sunlight_tree_size_leaves_total{log="navigli2028h2"} 67391 # 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.790486938923e+09 sunlight_tree_timestamp_seconds{log="navigli2027h1"} 1.79048693905e+09 sunlight_tree_timestamp_seconds{log="navigli2027h2"} 1.790486939011e+09 sunlight_tree_timestamp_seconds{log="navigli2028h1"} 1.790486939072e+09 sunlight_tree_timestamp_seconds{log="navigli2028h2"} 1.790486938989e+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"} 94 sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/google1p/apk/2026/1",progress="true"} 6 sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/mainline/modules/2026/1",progress="false"} 96 sunlight_witness_add_checkpoint_requests_total{error="",origin="apertrue.photo/witness/production",progress="false"} 16 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h1.staging.certificate.transparency.goog",progress="false"} 1981 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="false"} 1211 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 46258 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="false"} 975 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 10666 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h2.staging.certificate.transparency.goog",progress="false"} 1954 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h2.staging.certificate.transparency.goog",progress="true"} 16 sunlight_witness_add_checkpoint_requests_total{error="",origin="geomys.org/witness/test-log",progress="false"} 4887 sunlight_witness_add_checkpoint_requests_total{error="",origin="keyserver.geomys.org",progress="false"} 16 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-1.rekor.sigstore.dev",progress="false"} 13 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-1.rekor.sigstore.dev",progress="true"} 19368 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="false"} 3 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="true"} 8751 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="true"} 10286 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="false"} 9 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="true"} 21 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"} 1293 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 46751 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="false"} 762 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 43849 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h2.prod.certificate.transparency.goog",progress="false"} 1952 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h2.prod.certificate.transparency.goog",progress="true"} 43 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="false"} 382 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 32224 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 740 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 31417 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 1910 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="true"} 47 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba",progress="false"} 5861 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="false"} 5407 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="true"} 453 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="false"} 92 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="true"} 38 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"} 15 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"} 2 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 1127 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 126 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2025-1.rekor.sigstore.dev",progress="true"} 62 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2025-alpha3.rekor.sigstage.dev",progress="true"} 3 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 1216 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 716 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="false"} 14 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 9315 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 25 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 8537 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 3 sunlight_witness_add_checkpoint_requests_total{error="unknown log",origin="",progress=""} 15835 # 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"} 17 # 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.0033142369999999994 sunlight_witness_fs_op_duration_seconds_count{method="fetch"} 39 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.5"} 0.000730496 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.75"} 0.000944192 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.9"} 0.001097959 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.99"} 0.001445093 sunlight_witness_fs_op_duration_seconds_sum{method="upload"} 209.3281282829972 sunlight_witness_fs_op_duration_seconds_count{method="upload"} 279889 # 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.007986556 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.75"} 0.011739055 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.9"} 0.016248228 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.99"} 0.028834036 sunlight_witness_http_request_duration_seconds_sum{endpoint="add-checkpoint"} 2562.2140199689406 sunlight_witness_http_request_duration_seconds_count{endpoint="add-checkpoint"} 316853 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.378365631 sunlight_witness_http_request_duration_seconds_count{endpoint="add-entries"} 36 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.251195982 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"} 10712 sunlight_witness_http_request_size_bytes_count{endpoint="add-entries"} 36 # 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"} 279849 sunlight_witness_http_requests_total{code="200",endpoint="add-entries"} 36 sunlight_witness_http_requests_total{code="200",endpoint="sign-subtree"} 1 sunlight_witness_http_requests_total{code="404",endpoint="add-checkpoint"} 15835 sunlight_witness_http_requests_total{code="409",endpoint="add-checkpoint"} 21161 sunlight_witness_http_requests_total{code="500",endpoint="add-checkpoint"} 8 # 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"} 351642 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.385637492e+09 sunlight_witness_log_entries_total{origin="coachandhorses2027h1.staging.certificate.transparency.goog"} 3.23328634e+08 sunlight_witness_log_entries_total{origin="coachandhorses2027h2.staging.certificate.transparency.goog"} 3825 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.27426271e+08 sunlight_witness_log_entries_total{origin="log2025-alpha3.rekor.sigstage.dev"} 5.844995e+06 sunlight_witness_log_entries_total{origin="log2026-1.us-east4.rekor.sigstage.dev"} 1.584454e+06 sunlight_witness_log_entries_total{origin="markovianprotocol.com/log"} 8802 sunlight_witness_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 10001 sunlight_witness_log_entries_total{origin="parcelyard2026h2.prod.certificate.transparency.goog"} 1.479058377e+09 sunlight_witness_log_entries_total{origin="parcelyard2027h1.prod.certificate.transparency.goog"} 7.6449702e+07 sunlight_witness_log_entries_total{origin="parcelyard2027h2.prod.certificate.transparency.goog"} 7573 sunlight_witness_log_entries_total{origin="plumbersarms2026h2.prod.certificate.transparency.goog"} 1.478652419e+09 sunlight_witness_log_entries_total{origin="plumbersarms2027h1.prod.certificate.transparency.goog"} 7.6399905e+07 sunlight_witness_log_entries_total{origin="plumbersarms2027h2.prod.certificate.transparency.goog"} 7604 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba"} 478512 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d"} 229439 sunlight_witness_log_entries_total{origin="thelemail.com/keys"} 660 # 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.7904868288302522e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-100qps-40klogs.1"} 1.790486828344166e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-10qps-4klogs.1"} 1.7904868283090718e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://testing.witness-network.org/log-list.1"} 1.79048682817592e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://uptime.geomys.org/witness/log-list"} 1.7904868284535947e+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"} 6228 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"} 935 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"} 10001 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"} 10001 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