# 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.5758e-05 go_gc_duration_seconds{quantile="0.25"} 0.000126167 go_gc_duration_seconds{quantile="0.5"} 0.000157266 go_gc_duration_seconds{quantile="0.75"} 0.000206646 go_gc_duration_seconds{quantile="1"} 0.003771369 go_gc_duration_seconds_sum 24.464266779 go_gc_duration_seconds_count 102238 # 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 82 # 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.9372272e+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 2.093212444584e+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.270094e+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 3.052827064e+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.07776e+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.9372272e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.8456576e+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.6194688e+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 79813 # 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.0067968e+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 6.4651264e+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.7887779165372663e+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 3.052906877e+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 710880 # 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 979200 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.6857522e+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.184338e+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.651904e+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.651904e+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 8.7927064e+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 44 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 64844.69 # 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.1715625343314e+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 6.39674646336105e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 68 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.728487936e+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.78870836678e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 6.502117376e+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=""} 2 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 1134 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"} 26 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"} 1159 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"} 1134 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"} 25 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"} 1159 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"} 1137 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"} 22 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"} 1160 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"} 1131 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"} 29 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"} 1160 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"} 1140 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"} 20 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"} 1159 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=FI, O=Telia Finland Oyj, CN=Telia PreProd Domain Validation CA v3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=FI, O=Telia Finland Oyj, CN=Telia PreProd Server CA v3",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 1 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"} 411 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"} 8532 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"} 469 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"} 8525 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"} 3 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"} 86 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"} 4 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"} 99 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=SE, O=Telia Company AB, CN=Telia CA Test EC OV E1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",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 CA Test EC QWAC R1, 2.5.4.97=NTRSE-5561034249",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",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 EC DV CA v4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",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 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 DV CA v4",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 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=SE, O=Telia Company AB, CN=Telia Test RSA OV CA v4",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 11 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"} 18110 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"} 355272 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"} 18166 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"} 355617 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"} 192 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"} 4348 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"} 206 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"} 4405 # 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.174071507 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.75"} 0.216531316 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.9"} 0.251244874 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.99"} 0.295394051 sunlight_addchain_wait_seconds_sum{log="navigli2026h2"} 128700.37485615144 sunlight_addchain_wait_seconds_count{log="navigli2026h2"} 775623 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.5"} 0.067274095 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.75"} 0.067274095 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.9"} 0.067274095 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.99"} 0.067274095 sunlight_addchain_wait_seconds_sum{log="navigli2027h1"} 182.95659098099995 sunlight_addchain_wait_seconds_count{log="navigli2027h1"} 1181 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.5"} 0.18285145 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.75"} 0.18285145 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.9"} 0.18285145 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.99"} 0.18285145 sunlight_addchain_wait_seconds_sum{log="navigli2027h2"} 175.11517575900027 sunlight_addchain_wait_seconds_count{log="navigli2027h2"} 1160 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.5"} 0.175719545 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.75"} 0.175719545 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.9"} 0.175719545 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.99"} 0.175719545 sunlight_addchain_wait_seconds_sum{log="navigli2028h1"} 180.32328602500016 sunlight_addchain_wait_seconds_count{log="navigli2028h1"} 1160 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.5"} 0.232175839 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.75"} 0.232175839 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.9"} 0.232175839 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.99"} 0.232175839 sunlight_addchain_wait_seconds_sum{log="navigli2028h2"} 180.8888913620002 sunlight_addchain_wait_seconds_count{log="navigli2028h2"} 1159 # HELP sunlight_build_info Build information about the running sunlight binary. # TYPE sunlight_build_info gauge sunlight_build_info{commit="29a8a3cfc1cc9a6e7be7300164e7fc5f6afc6479",version="v0.9.1-0.20260830151008-29a8a3cfc1cc"} 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.000109117 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000197126 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.00050789 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2026h2"} 48.03310379200027 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2026h2"} 347746 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.5"} 5.1879e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.9"} 8.2309e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000121938 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h1"} 20.88821385599993 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h1"} 347745 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.5"} 5.289e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.9"} 8.2198e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000129378 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h2"} 21.713219682000183 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h2"} 347745 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.5"} 4.8429e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.9"} 7.7668e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000150177 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h1"} 19.855650857000114 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h1"} 347744 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.5"} 5.3289e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.9"} 8.4588e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000118747 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h2"} 22.563502641999666 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h2"} 347744 # 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"} 9.009565696e+09 sunlight_cache_database_bytes{log="navigli2027h1"} 2.21184e+06 sunlight_cache_database_bytes{log="navigli2027h2"} 2.080768e+06 sunlight_cache_database_bytes{log="navigli2028h1"} 2.064384e+06 sunlight_cache_database_bytes{log="navigli2028h2"} 2.08896e+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.000421022 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000592019 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.000839054 sunlight_cache_get_duration_seconds_sum{log="navigli2026h2"} 241.33846017400123 sunlight_cache_get_duration_seconds_count{log="navigli2026h2"} 776758 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.5"} 8.3898e-05 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.000297425 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000297425 sunlight_cache_get_duration_seconds_sum{log="navigli2027h1"} 0.3989351579999998 sunlight_cache_get_duration_seconds_count{log="navigli2027h1"} 2315 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.000226796 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.000226796 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000226796 sunlight_cache_get_duration_seconds_sum{log="navigli2027h2"} 0.39395032699999916 sunlight_cache_get_duration_seconds_count{log="navigli2027h2"} 2297 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.5"} 0.000108668 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.000180036 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000180036 sunlight_cache_get_duration_seconds_sum{log="navigli2028h1"} 0.39351511600000094 sunlight_cache_get_duration_seconds_count{log="navigli2028h1"} 2291 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.5"} 0.000147447 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.000203366 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000203366 sunlight_cache_get_duration_seconds_sum{log="navigli2028h2"} 0.3935172240000004 sunlight_cache_get_duration_seconds_count{log="navigli2028h2"} 2299 # 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.000193326 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000622808 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.001092349 sunlight_cache_put_duration_seconds_sum{log="navigli2026h2"} 108.23399548900055 sunlight_cache_put_duration_seconds_count{log="navigli2026h2"} 347746 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.5"} 3.975e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.9"} 6.5549e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000117828 sunlight_cache_put_duration_seconds_sum{log="navigli2027h1"} 16.877706337999513 sunlight_cache_put_duration_seconds_count{log="navigli2027h1"} 347745 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.5"} 3.964e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.9"} 6.5949e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000104348 sunlight_cache_put_duration_seconds_sum{log="navigli2027h2"} 17.252259618000007 sunlight_cache_put_duration_seconds_count{log="navigli2027h2"} 347745 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.5"} 3.8079e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.9"} 6.4239e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000112418 sunlight_cache_put_duration_seconds_sum{log="navigli2028h1"} 16.280862491000164 sunlight_cache_put_duration_seconds_count{log="navigli2028h1"} 347744 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.5"} 4.1549e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.9"} 6.8338e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000103048 sunlight_cache_put_duration_seconds_sum{log="navigli2028h2"} 18.1533014979998 sunlight_cache_put_duration_seconds_count{log="navigli2028h2"} 347744 # 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"} 775623 sunlight_cache_put_entries_total{log="navigli2027h1"} 1181 sunlight_cache_put_entries_total{log="navigli2027h2"} 1160 sunlight_cache_put_entries_total{log="navigli2028h1"} 1160 sunlight_cache_put_entries_total{log="navigli2028h2"} 1159 # 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"} 2 sunlight_cache_wal_frames{log="navigli2027h1"} 1 sunlight_cache_wal_frames{log="navigli2027h2"} 4 sunlight_cache_wal_frames{log="navigli2028h1"} 1 sunlight_cache_wal_frames{log="navigli2028h2"} 1 # HELP sunlight_config_notafter_end_timestamp_seconds End of the NotAfter accepted period. # TYPE sunlight_config_notafter_end_timestamp_seconds gauge sunlight_config_notafter_end_timestamp_seconds{log="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"} 113 sunlight_config_roots_total{log="navigli2027h1"} 113 sunlight_config_roots_total{log="navigli2027h2"} 113 sunlight_config_roots_total{log="navigli2028h1"} 81 sunlight_config_roots_total{log="navigli2028h2"} 81 # 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.9248e-05 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.75"} 0.000104668 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.9"} 0.000132978 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.99"} 0.000219966 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="discard"} 33.23606067300056 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="discard"} 304000 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.006673742000000002 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="fetch"} 27 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.5"} 0.000592619 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.75"} 0.000716746 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.9"} 0.000869844 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.99"} 0.001371204 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="upload"} 1086.8515150920196 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="upload"} 1.572255e+06 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.5"} 0.000101178 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.75"} 0.000101178 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.9"} 0.000101178 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.99"} 0.000101178 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="discard"} 0.13046373800000008 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="discard"} 1181 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.004763048 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="fetch"} 15 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.5"} 0.00054664 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.75"} 0.000624128 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.9"} 0.000830555 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.99"} 0.000984251 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="upload"} 230.1116896180058 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="upload"} 352477 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.5"} 0.000190266 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.75"} 0.000190266 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.9"} 0.000190266 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.99"} 0.000190266 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="discard"} 0.12077651699999999 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="discard"} 1160 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.0015987889999999998 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.5"} 0.00054208 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.75"} 0.000630118 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.9"} 0.000795725 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.99"} 0.001149258 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="upload"} 227.37104507600145 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="upload"} 352390 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.5"} 0.000101248 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.75"} 0.000101248 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.9"} 0.000101248 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.99"} 0.000101248 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="discard"} 0.129014531 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="discard"} 1160 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.001875033 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.5"} 0.000538269 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.75"} 0.000643808 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.9"} 0.000835284 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.99"} 0.000953211 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="upload"} 231.446438128995 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="upload"} 352389 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.5"} 8.2028e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.75"} 8.2028e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.9"} 8.2028e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.99"} 8.2028e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="discard"} 0.1278145570000001 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="discard"} 1159 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.001186288 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.5"} 0.00055476 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.75"} 0.000673897 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.9"} 0.000856084 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.99"} 0.001121019 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="upload"} 239.82038280599787 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="upload"} 352385 # HELP sunlight_http_in_flight_requests Requests currently being served, by endpoint. # TYPE sunlight_http_in_flight_requests gauge sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2028h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2026h2"} 1 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2028h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2026h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2028h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2028h2"} 0 # HELP sunlight_http_request_duration_seconds HTTP request serving latencies in seconds, by endpoint. # TYPE sunlight_http_request_duration_seconds summary sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.5"} 0.204372329 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.75"} 0.251070177 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.9"} 0.286499451 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.99"} 0.326591615 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2026h2"} 156069.30321224182 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2026h2"} 776787 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.5"} 0.002193308 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.75"} 0.070680131 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.9"} 0.070680131 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.99"} 0.070680131 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h1"} 191.50577205599987 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h1"} 2340 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.5"} 0.184756523 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.75"} 0.184756523 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.9"} 0.184756523 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.99"} 0.184756523 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h2"} 182.37769024099964 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h2"} 2319 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.5"} 0.001395343 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.75"} 0.177386134 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.9"} 0.177386134 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.99"} 0.177386134 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h1"} 187.62198271799994 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h1"} 2320 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.5"} 0.003483293 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.75"} 0.233990044 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.9"} 0.233990044 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.99"} 0.233990044 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h2"} 187.52469689200007 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h2"} 2319 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"} 6.870823708 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h2"} 38 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.427096637000003 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h1"} 38 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.390326064000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h2"} 38 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.008240737 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h1"} 37 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.075672265000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h2"} 38 # 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"} 767440 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h1"} 2340 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h2"} 2319 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h1"} 2320 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h2"} 2319 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h2"} 38 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h1"} 38 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h2"} 38 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h1"} 37 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h2"} 38 sunlight_http_requests_total{code="499",endpoint="add-pre-chain",log="navigli2026h2"} 9347 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="navigli2026h2"} 18 sunlight_issuers_cache_total{log="navigli2027h1"} 8 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"} 192524 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.9"} 364465 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.99"} 395212 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2026h2"} 6.1556285667e+10 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h2"} 305822 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.5"} 26799 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.9"} 26799 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.99"} 26799 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h1"} 1.74278693e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h1"} 1181 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.5"} 270149 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.9"} 270149 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.99"} 270149 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h2"} 1.67950878e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h2"} 1160 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.5"} 268012 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.9"} 268012 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.99"} 268012 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h1"} 1.67654115e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h1"} 1160 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.5"} 270112 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.9"} 270112 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.99"} 270112 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h2"} 1.6782539e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h2"} 1159 # 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"} 43823 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 81621 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 88622 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.3969281625e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h2"} 305822 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 3524 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 3524 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 3524 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h1"} 2.2715688e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h1"} 1181 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} 30774 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} 30774 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} 30774 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.9388932e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h2"} 1160 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 30522 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 30522 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 30522 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.9349116e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h1"} 1160 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 30750 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 30750 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 30750 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.9386003e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h2"} 1159 # 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.059761959 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.75"} 0.084454877 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.097729665 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.124830607 sunlight_sequencing_duration_seconds_sum{log="navigli2026h2"} 20735.89161226989 sunlight_sequencing_duration_seconds_count{log="navigli2026h2"} 347746 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.5"} 0.004320718 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.75"} 0.006671872 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.00993743 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.023559041 sunlight_sequencing_duration_seconds_sum{log="navigli2027h1"} 2413.44088163692 sunlight_sequencing_duration_seconds_count{log="navigli2027h1"} 347745 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.006035075 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.75"} 0.009015607 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.012402803 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.023701367 sunlight_sequencing_duration_seconds_sum{log="navigli2027h2"} 2421.9336540670447 sunlight_sequencing_duration_seconds_count{log="navigli2027h2"} 347745 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.5"} 0.006075733 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.75"} 0.009272023 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.013298736 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.024004811 sunlight_sequencing_duration_seconds_sum{log="navigli2028h1"} 2385.198853093016 sunlight_sequencing_duration_seconds_count{log="navigli2028h1"} 347744 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.5"} 0.006435688 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.75"} 0.008939269 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.012013311 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.025960394 sunlight_sequencing_duration_seconds_sum{log="navigli2028h2"} 2501.0243848109644 sunlight_sequencing_duration_seconds_count{log="navigli2028h2"} 347745 # 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"} 1540 sunlight_sequencing_leaf_bytes{log="navigli2026h2",quantile="0.99"} 2057 sunlight_sequencing_leaf_bytes_sum{log="navigli2026h2"} 1.205772596e+09 sunlight_sequencing_leaf_bytes_count{log="navigli2026h2"} 775623 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.5"} 1072 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.99"} 1072 sunlight_sequencing_leaf_bytes_sum{log="navigli2027h1"} 1.296583e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h1"} 1181 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.5"} 1071 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.99"} 1071 sunlight_sequencing_leaf_bytes_sum{log="navigli2027h2"} 1.243509e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h2"} 1160 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.5"} 1072 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.99"} 1072 sunlight_sequencing_leaf_bytes_sum{log="navigli2028h1"} 1.243473e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h1"} 1160 sunlight_sequencing_leaf_bytes{log="navigli2028h2",quantile="0.5"} 1071 sunlight_sequencing_leaf_bytes{log="navigli2028h2",quantile="0.99"} 1071 sunlight_sequencing_leaf_bytes_sum{log="navigli2028h2"} 1.242381e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h2"} 1159 # 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"} 17004 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.9"} 31977 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.99"} 34606 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2026h2"} 5.398847083e+09 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h2"} 305822 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.5"} 4950 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.9"} 4950 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.99"} 4950 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h1"} 3.0895322e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h1"} 1181 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.5"} 49896 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.9"} 49896 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.99"} 49896 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h2"} 3.1021848e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h2"} 1160 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.5"} 49500 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.9"} 49500 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.99"} 49500 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h1"} 3.0967992e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h1"} 1160 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.5"} 49896 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.9"} 49896 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.99"} 49896 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h2"} 3.0998682e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h2"} 1159 # 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"} 5057 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 8820 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 9565 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.589907107e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h2"} 305822 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 355 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 355 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 355 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h1"} 1.364767e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h1"} 1181 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} 1917 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} 1917 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} 1917 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.296817e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h2"} 1160 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 1918 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 1918 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 1918 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.296735e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h1"} 1160 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 1932 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 1932 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 1932 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.30019e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h2"} 1159 # 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.000315934 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.9"} 0.000923742 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.99"} 0.004002424 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="cache"} 181.6086142059982 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="cache"} 347746 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.5"} 0.002912834 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.9"} 0.006472096 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.99"} 0.019623195 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="checkpoint"} 1255.91694216199 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="checkpoint"} 347746 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.5"} 0.038414237 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.9"} 0.069825837 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.99"} 0.094089124 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="hash"} 14349.304893654395 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="hash"} 347746 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.5"} 0.009001568 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.9"} 0.015938315 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.99"} 0.028950148 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="stage"} 3445.890576020966 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="stage"} 347746 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.5"} 0.006340399 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.9"} 0.008997718 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.99"} 0.015460045 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="upload"} 1444.3652803860248 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="upload"} 347746 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.5"} 0.000104678 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.9"} 0.000178306 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.99"} 0.003769317 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="cache"} 65.97364901099793 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="cache"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.5"} 0.00310036 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.9"} 0.007213513 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.99"} 0.015946315 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="checkpoint"} 1532.051421082017 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="checkpoint"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.5"} 0.000305014 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.9"} 0.00054901 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.99"} 0.000838204 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="hash"} 459.3841209800026 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="hash"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.5"} 3.056e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.9"} 5.5749e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.99"} 0.002057791 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="stage"} 30.75118872399947 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="stage"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.5"} 0.000604388 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.9"} 0.000979562 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.99"} 0.00261938 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="upload"} 269.17780316999955 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="upload"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.5"} 0.000106808 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.9"} 0.000192746 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.99"} 0.003795557 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="cache"} 67.35377743700025 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="cache"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.5"} 0.003360436 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.9"} 0.007968068 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.99"} 0.017209591 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="checkpoint"} 1550.9064394590316 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="checkpoint"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.5"} 0.00157819 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.9"} 0.002693899 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.99"} 0.004110062 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="hash"} 449.01615560799854 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="hash"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.5"} 3.374e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.9"} 5.5899e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.99"} 0.001947214 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="stage"} 30.389237260000865 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="stage"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.5"} 0.000602218 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.9"} 0.000920312 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.99"} 0.002887585 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="upload"} 268.0299859589965 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="upload"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.5"} 0.000100247 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.9"} 0.000180657 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.99"} 0.003821527 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="cache"} 64.75636528499946 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="cache"} 347744 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.5"} 0.003359596 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.9"} 0.008853081 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.99"} 0.014401224 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="checkpoint"} 1538.9808013119864 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="checkpoint"} 347744 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.5"} 0.001475092 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.9"} 0.00259608 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.99"} 0.003559192 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="hash"} 423.542552417002 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="hash"} 347744 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.5"} 3.2069e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.9"} 5.2709e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.99"} 0.002832146 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="stage"} 30.106867197000224 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="stage"} 347744 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.5"} 0.000591969 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.9"} 0.000965171 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.99"} 0.002846185 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="upload"} 270.3462184530048 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="upload"} 347744 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.5"} 0.000109328 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.9"} 0.000188797 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.99"} 0.003619981 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="cache"} 70.55424733899923 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="cache"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.5"} 0.003508323 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.9"} 0.008159025 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.99"} 0.014622522 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="checkpoint"} 1613.5418850439366 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="checkpoint"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.5"} 0.001583149 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.9"} 0.002706529 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.99"} 0.003715259 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="hash"} 443.8353339530065 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="hash"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.5"} 3.6269e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.9"} 5.9529e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.99"} 0.003501284 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="stage"} 31.38835920099966 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="stage"} 347745 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.5"} 0.000615238 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.9"} 0.001014911 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.99"} 0.002868226 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="upload"} 282.27944959599705 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="upload"} 347745 # 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"} 775623 sunlight_sequencing_pool_entries_count{log="navigli2026h2"} 347746 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"} 1181 sunlight_sequencing_pool_entries_count{log="navigli2027h1"} 347745 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"} 1160 sunlight_sequencing_pool_entries_count{log="navigli2027h2"} 347745 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"} 1160 sunlight_sequencing_pool_entries_count{log="navigli2028h1"} 347744 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"} 1159 sunlight_sequencing_pool_entries_count{log="navigli2028h2"} 347745 # 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"} 347746 sunlight_sequencing_rounds_total{error="",log="navigli2027h1"} 347745 sunlight_sequencing_rounds_total{error="",log="navigli2027h2"} 347745 sunlight_sequencing_rounds_total{error="",log="navigli2028h1"} 347744 sunlight_sequencing_rounds_total{error="",log="navigli2028h2"} 347744 # 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"} 920508 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h1"} 3548 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h2"} 3484 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h1"} 3484 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h2"} 3481 # 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.000374643 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000579829 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001336045 sunlight_sqlite_update_duration_seconds_sum 943.6332460590445 sunlight_sqlite_update_duration_seconds_count 2.074556e+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.65158679e+08 sunlight_tree_size_leaves_total{log="navigli2027h1"} 41753 sunlight_tree_size_leaves_total{log="navigli2027h2"} 38908 sunlight_tree_size_leaves_total{log="navigli2028h1"} 38906 sunlight_tree_size_leaves_total{log="navigli2028h2"} 38908 # 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.788777917117e+09 sunlight_tree_timestamp_seconds{log="navigli2027h1"} 1.788777917071e+09 sunlight_tree_timestamp_seconds{log="navigli2027h2"} 1.788777917178e+09 sunlight_tree_timestamp_seconds{log="navigli2028h1"} 1.788777917085e+09 sunlight_tree_timestamp_seconds{log="navigli2028h2"} 1.788777917066e+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="coachandhorses2026h1.staging.certificate.transparency.goog",progress="false"} 2362 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="false"} 940 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 55321 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="false"} 1225 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 14511 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h2.staging.certificate.transparency.goog",progress="false"} 2342 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h2.staging.certificate.transparency.goog",progress="true"} 20 sunlight_witness_add_checkpoint_requests_total{error="",origin="geomys.org/witness/test-log",progress="false"} 5797 sunlight_witness_add_checkpoint_requests_total{error="",origin="keyserver.geomys.org",progress="false"} 20 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-1.rekor.sigstore.dev",progress="false"} 4 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-1.rekor.sigstore.dev",progress="true"} 21977 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="false"} 4 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="true"} 10435 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="false"} 6 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="true"} 11839 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="false"} 14 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="true"} 6 sunlight_witness_add_checkpoint_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",progress="true"} 19 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="false"} 1672 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 55605 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="false"} 982 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 54417 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h2.prod.certificate.transparency.goog",progress="false"} 2316 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"} 454 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 38287 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 804 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 37610 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 2302 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="true"} 42 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba",progress="false"} 6954 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="false"} 6934 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="true"} 21 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="false"} 109 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="true"} 11 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 924 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 183 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2025-1.rekor.sigstore.dev",progress="true"} 39 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="log2026-1.us-east4.rekor.sigstage.dev",progress="true"} 6 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="markovianprotocol.com/log",progress="true"} 20 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 1576 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 967 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="false"} 13 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 10695 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 14 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 10857 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 1 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="true"} 1 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="true"} 2 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="thelemail.com/keys",progress="false"} 1 sunlight_witness_add_checkpoint_requests_total{error="unknown log",origin="",progress=""} 18746 # 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"} 31 sunlight_witness_add_entries_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.2.0.1"} 5 # 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.006715761 sunlight_witness_fs_op_duration_seconds_count{method="fetch"} 57 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.5"} 0.000584349 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.75"} 0.000699757 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.9"} 0.000911913 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.99"} 0.001176547 sunlight_witness_fs_op_duration_seconds_sum{method="upload"} 238.79104711599607 sunlight_witness_fs_op_duration_seconds_count{method="upload"} 335480 # 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.006095005 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.75"} 0.008879871 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.9"} 0.011337813 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.99"} 0.019664845 sunlight_witness_http_request_duration_seconds_sum{endpoint="add-checkpoint"} 2918.496224432037 sunlight_witness_http_request_duration_seconds_count{endpoint="add-checkpoint"} 379454 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.7067804759999997 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"} 2.620798124 sunlight_witness_http_request_duration_seconds_count{endpoint="sign-subtree"} 59 # 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"} 15842 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"} 335405 sunlight_witness_http_requests_total{code="200",endpoint="add-entries"} 36 sunlight_witness_http_requests_total{code="200",endpoint="sign-subtree"} 19 sunlight_witness_http_requests_total{code="403",endpoint="sign-subtree"} 40 sunlight_witness_http_requests_total{code="404",endpoint="add-checkpoint"} 18746 sunlight_witness_http_requests_total{code="409",endpoint="add-checkpoint"} 25302 sunlight_witness_http_requests_total{code="500",endpoint="add-checkpoint"} 1 # HELP sunlight_witness_known_logs Number of logs known to the witness. # TYPE sunlight_witness_known_logs gauge sunlight_witness_known_logs 31 # 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="coachandhorses2026h1.staging.certificate.transparency.goog"} 1.85550988e+08 sunlight_witness_log_entries_total{origin="coachandhorses2026h2.staging.certificate.transparency.goog"} 3.877521574e+09 sunlight_witness_log_entries_total{origin="coachandhorses2027h1.staging.certificate.transparency.goog"} 2.70972903e+08 sunlight_witness_log_entries_total{origin="coachandhorses2027h2.staging.certificate.transparency.goog"} 3347 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"} 9.9894742e+07 sunlight_witness_log_entries_total{origin="log2025-alpha3.rekor.sigstage.dev"} 5.578213e+06 sunlight_witness_log_entries_total{origin="log2026-1.us-east4.rekor.sigstage.dev"} 1.279791e+06 sunlight_witness_log_entries_total{origin="markovianprotocol.com/log"} 7859 sunlight_witness_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 9928 sunlight_witness_log_entries_total{origin="parcelyard2026h2.prod.certificate.transparency.goog"} 1.197258129e+09 sunlight_witness_log_entries_total{origin="parcelyard2027h1.prod.certificate.transparency.goog"} 4.8601402e+07 sunlight_witness_log_entries_total{origin="parcelyard2027h2.prod.certificate.transparency.goog"} 6396 sunlight_witness_log_entries_total{origin="plumbersarms2026h2.prod.certificate.transparency.goog"} 1.196907837e+09 sunlight_witness_log_entries_total{origin="plumbersarms2027h1.prod.certificate.transparency.goog"} 4.85496e+07 sunlight_witness_log_entries_total{origin="plumbersarms2027h2.prod.certificate.transparency.goog"} 6417 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba"} 478496 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d"} 214867 sunlight_witness_log_entries_total{origin="thelemail.com/keys"} 191 # 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.7887776701325688e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-100qps-40klogs.1"} 1.788777669553651e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-10qps-4klogs.1"} 1.7887776695235717e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://testing.witness-network.org/log-list.1"} 1.788777669412385e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://uptime.geomys.org/witness/log-list"} 1.7887776696360416e+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"} 1.39297e+06 sunlight_witness_mirror_data_tiles_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 19 # 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"} 128474 sunlight_witness_mirror_data_tiles_gzip_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 19 # 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"} 6946 sunlight_witness_mirror_entry_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 19 # 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"} 9928 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"} 9928 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"} 19 # 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"} 38 # 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"} 19 sunlight_witness_sign_subtree_requests_total{error="invalid signature",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 40