# 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"} 9.4958e-05 go_gc_duration_seconds{quantile="0.25"} 0.000135458 go_gc_duration_seconds{quantile="0.5"} 0.000166067 go_gc_duration_seconds{quantile="0.75"} 0.000222026 go_gc_duration_seconds{quantile="1"} 0.003027362 go_gc_duration_seconds_sum 19.588361547 go_gc_duration_seconds_count 78017 # 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 106 # 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.2818888e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.778240120624e+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.319253e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.258216896e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 5.048576e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.2818888e+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 3.2980992e+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.0452096e+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 69327 # 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.6146432e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 7.3433088e+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.790407869942288e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.258286223e+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 744160 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 962880 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.0995634e+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.688587e+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.258688e+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.258688e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 9.6823576e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 48 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 45 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 51434.48 # 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.925338436408e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 8.44588939379737e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 82 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.3930624e+09 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.79034192328e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 6.178463744e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP sunlight_addchain_requests_total Number of add-[pre-]chain requests, by chain characteristics and errors if any. # TYPE sunlight_addchain_requests_total counter sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="navigli2026h2",low_priority="",precert="",preissuer="",reused="false",root="",source=""} 3 sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="navigli2026h2",low_priority="",precert="",preissuer="",reused="true",root="",source=""} 2 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 1083 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 16 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1100 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"} 1080 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"} 20 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"} 1100 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"} 1081 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 19 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1100 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"} 1087 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 13 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1100 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"} 1086 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 13 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="navigli2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1100 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=TW, O=Chunghwa Telecom Co., Ltd., CN=CHT Trust TLS CA - G1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=TW, O=Chunghwa Telecom Co., Ltd., CN=CHT TrustRoot CA - G1",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test AE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 776 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test AE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 476 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 648 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R4",source="sequencer"} 220 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 98 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 124 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 57 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 168 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 104 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=GlobalSign, OU=GlobalSign ECC Root CA - R4, CN=Test GlobalSign",source="sequencer"} 122 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R3",source="sequencer"} 65 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WE5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R3",source="sequencer"} 160 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 2107 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 1370 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 435 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 504 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 6877 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR3",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 4970 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 438 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R1",source="sequencer"} 514 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R2",source="sequencer"} 61 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Google Trust Services, CN=Test WR5",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=Google Trust Services LLC, CN=Test GTS Root R2",source="sequencer"} 161 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"} 1311 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"} 21036 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"} 1310 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"} 21099 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 2 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 18 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 20 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 16 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"} 219 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 8 sunlight_addchain_requests_total{chain_len="4",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 241 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=SE, O=Telia Company AB, CN=Telia CA Test EC QWAC ACME R1",log="navigli2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 9 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=SE, O=Telia Company AB, CN=Telia Test RSA DV CA v4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 10 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=SE, O=Telia Company AB, CN=Telia Test RSA OV CA v4",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1",source="sequencer"} 6 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 12433 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"} 196578 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"} 12454 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"} 196279 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 31 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 669 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 29 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="canceled"} 649 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 120 sunlight_addchain_requests_total{chain_len="5",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1954 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"} 110 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"} 1971 # 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.176113832 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.75"} 0.23214588 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.9"} 0.256832568 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.99"} 0.293443758 sunlight_addchain_wait_seconds_sum{log="navigli2026h2"} 83913.84969550809 sunlight_addchain_wait_seconds_count{log="navigli2026h2"} 488712 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.5"} 0.203629716 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.75"} 0.203629716 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.9"} 0.203629716 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.99"} 0.203629716 sunlight_addchain_wait_seconds_sum{log="navigli2027h1"} 173.41854176599995 sunlight_addchain_wait_seconds_count{log="navigli2027h1"} 1109 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.5"} 0.095365896 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.75"} 0.095365896 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.9"} 0.095365896 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.99"} 0.095365896 sunlight_addchain_wait_seconds_sum{log="navigli2027h2"} 169.17844140000037 sunlight_addchain_wait_seconds_count{log="navigli2027h2"} 1100 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.5"} 0.062774239 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.75"} 0.134883901 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.9"} 0.134883901 sunlight_addchain_wait_seconds{log="navigli2028h1",quantile="0.99"} 0.134883901 sunlight_addchain_wait_seconds_sum{log="navigli2028h1"} 165.755965683 sunlight_addchain_wait_seconds_count{log="navigli2028h1"} 1100 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.5"} 0.20496337 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.75"} 0.20496337 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.9"} 0.20496337 sunlight_addchain_wait_seconds{log="navigli2028h2",quantile="0.99"} 0.20496337 sunlight_addchain_wait_seconds_sum{log="navigli2028h2"} 172.39731131100015 sunlight_addchain_wait_seconds_count{log="navigli2028h2"} 1100 # HELP sunlight_build_info Build information about the running sunlight binary. # TYPE sunlight_build_info gauge sunlight_build_info{commit="9df52bc1601173528297f188120eebe0b9ff3355",version="v0.9.1-0.20260917130017-9df52bc16011"} 1 # HELP sunlight_cache_checkpoint_busy_total Number of cache WAL checkpoints that couldn't complete and reset the WAL. # TYPE sunlight_cache_checkpoint_busy_total counter sunlight_cache_checkpoint_busy_total{log="navigli2026h2"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2027h1"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2027h2"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2028h1"} 0 sunlight_cache_checkpoint_busy_total{log="navigli2028h2"} 0 # HELP sunlight_cache_checkpoint_duration_seconds Duration of deduplication cache WAL checkpoints. # TYPE sunlight_cache_checkpoint_duration_seconds summary sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.5"} 0.000100578 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000183077 sunlight_cache_checkpoint_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.000436861 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2026h2"} 38.23689529799988 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2026h2"} 329729 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.5"} 6.0999e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.000100738 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000137087 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h1"} 22.965954815000583 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h1"} 329729 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.5"} 5.6139e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.9"} 9.1708e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000142458 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2027h2"} 21.5990471719999 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2027h2"} 329728 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.5"} 5.3639e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.9"} 8.9818e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000125198 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h1"} 20.781742472000527 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h1"} 329727 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.5"} 5.5638e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.9"} 9.2778e-05 sunlight_cache_checkpoint_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000126988 sunlight_cache_checkpoint_duration_seconds_sum{log="navigli2028h2"} 21.374765837999718 sunlight_cache_checkpoint_duration_seconds_count{log="navigli2028h2"} 329726 # HELP sunlight_cache_checkpoint_errors_total Number of failed cache WAL checkpoints. # TYPE sunlight_cache_checkpoint_errors_total counter sunlight_cache_checkpoint_errors_total{log="navigli2026h2"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2027h1"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2027h2"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2028h1"} 0 sunlight_cache_checkpoint_errors_total{log="navigli2028h2"} 0 # HELP sunlight_cache_database_bytes Size of the deduplication cache database file. # TYPE sunlight_cache_database_bytes gauge sunlight_cache_database_bytes{log="navigli2026h2"} 1.026299904e+10 sunlight_cache_database_bytes{log="navigli2027h1"} 3.743744e+06 sunlight_cache_database_bytes{log="navigli2027h2"} 3.530752e+06 sunlight_cache_database_bytes{log="navigli2028h1"} 3.514368e+06 sunlight_cache_database_bytes{log="navigli2028h2"} 3.534848e+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.000279435 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000401962 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.000582899 sunlight_cache_get_duration_seconds_sum{log="navigli2026h2"} 170.58540666400063 sunlight_cache_get_duration_seconds_count{log="navigli2026h2"} 489798 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.5"} 9.7778e-05 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.000298645 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000298645 sunlight_cache_get_duration_seconds_sum{log="navigli2027h1"} 0.407341532 sunlight_cache_get_duration_seconds_count{log="navigli2027h1"} 2189 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.000105788 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.000233146 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000233146 sunlight_cache_get_duration_seconds_sum{log="navigli2027h2"} 0.4085913289999996 sunlight_cache_get_duration_seconds_count{log="navigli2027h2"} 2181 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.5"} 0.000187357 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.000191816 sunlight_cache_get_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000191816 sunlight_cache_get_duration_seconds_sum{log="navigli2028h1"} 0.4047485239999999 sunlight_cache_get_duration_seconds_count{log="navigli2028h1"} 2187 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.5"} 7.9799e-05 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.000203436 sunlight_cache_get_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000203436 sunlight_cache_get_duration_seconds_sum{log="navigli2028h2"} 0.4064221519999986 sunlight_cache_get_duration_seconds_count{log="navigli2028h2"} 2186 # 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.000169137 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.000556359 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.001099789 sunlight_cache_put_duration_seconds_sum{log="navigli2026h2"} 79.25886364000186 sunlight_cache_put_duration_seconds_count{log="navigli2026h2"} 329729 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.5"} 4.7489e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.9"} 8.3579e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.000132508 sunlight_cache_put_duration_seconds_sum{log="navigli2027h1"} 18.88918091499962 sunlight_cache_put_duration_seconds_count{log="navigli2027h1"} 329729 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.5"} 4.5829e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.9"} 8.0748e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.000110898 sunlight_cache_put_duration_seconds_sum{log="navigli2027h2"} 17.569135744000466 sunlight_cache_put_duration_seconds_count{log="navigli2027h2"} 329728 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.5"} 4.192e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.9"} 7.3829e-05 sunlight_cache_put_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.000183816 sunlight_cache_put_duration_seconds_sum{log="navigli2028h1"} 17.09758109899998 sunlight_cache_put_duration_seconds_count{log="navigli2028h1"} 329727 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.5"} 4.463e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.9"} 7.7479e-05 sunlight_cache_put_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.000166657 sunlight_cache_put_duration_seconds_sum{log="navigli2028h2"} 17.48973301499952 sunlight_cache_put_duration_seconds_count{log="navigli2028h2"} 329726 # 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"} 488712 sunlight_cache_put_entries_total{log="navigli2027h1"} 1109 sunlight_cache_put_entries_total{log="navigli2027h2"} 1100 sunlight_cache_put_entries_total{log="navigli2028h1"} 1100 sunlight_cache_put_entries_total{log="navigli2028h2"} 1100 # HELP sunlight_cache_put_errors_total Number of failed deduplication cache inserts. # TYPE sunlight_cache_put_errors_total counter sunlight_cache_put_errors_total{log="navigli2026h2"} 0 sunlight_cache_put_errors_total{log="navigli2027h1"} 0 sunlight_cache_put_errors_total{log="navigli2027h2"} 0 sunlight_cache_put_errors_total{log="navigli2028h1"} 0 sunlight_cache_put_errors_total{log="navigli2028h2"} 0 # HELP sunlight_cache_wal_frames Frames in the cache WAL as of the latest checkpoint. # TYPE sunlight_cache_wal_frames gauge sunlight_cache_wal_frames{log="navigli2026h2"} 1 sunlight_cache_wal_frames{log="navigli2027h1"} 1 sunlight_cache_wal_frames{log="navigli2027h2"} 1 sunlight_cache_wal_frames{log="navigli2028h1"} 1 sunlight_cache_wal_frames{log="navigli2028h2"} 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"} 118 sunlight_config_roots_total{log="navigli2027h1"} 118 sunlight_config_roots_total{log="navigli2027h2"} 118 sunlight_config_roots_total{log="navigli2028h1"} 86 sunlight_config_roots_total{log="navigli2028h2"} 86 # HELP sunlight_fs_op_duration_seconds Overall local backend operation latency. # TYPE sunlight_fs_op_duration_seconds summary sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.5"} 8.6758e-05 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.75"} 0.000102208 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.9"} 0.000140238 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.99"} 0.000194056 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="discard"} 27.596812329000652 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="discard"} 248615 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="fetch"} 0.013884457000000003 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="fetch"} 41 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.5"} 0.000633347 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.75"} 0.000757365 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.9"} 0.000947532 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.99"} 0.001894074 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="upload"} 940.6405832250097 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="upload"} 1.328932e+06 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.5"} 9.9128e-05 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.75"} 9.9128e-05 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.9"} 9.9128e-05 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.99"} 9.9128e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="discard"} 0.12329416900000001 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="discard"} 1109 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="fetch"} 0.002600611 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="fetch"} 13 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.5"} 0.000625079 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.75"} 0.000834904 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.9"} 0.000962022 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.99"} 0.001323314 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="upload"} 246.4983524080006 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="upload"} 334170 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.5"} 0.000132118 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.75"} 0.000132118 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.9"} 0.000132118 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="discard",quantile="0.99"} 0.000132118 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="discard"} 0.12198516200000005 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="discard"} 1100 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="fetch"} 0.0016454710000000001 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.5"} 0.000651208 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.75"} 0.000879903 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.9"} 0.000995381 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.99"} 0.001255236 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="upload"} 245.21234649799752 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="upload"} 334135 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.5"} 8.3338e-05 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.75"} 0.000159327 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.9"} 0.000159327 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="discard",quantile="0.99"} 0.000159327 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="discard"} 0.11316264400000003 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="discard"} 1100 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="fetch"} 0.001380524 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.5"} 0.000590949 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.75"} 0.000800144 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.9"} 0.000939362 sunlight_fs_op_duration_seconds{log="navigli2028h1",method="upload",quantile="0.99"} 0.001200417 sunlight_fs_op_duration_seconds_sum{log="navigli2028h1",method="upload"} 230.82220859500012 sunlight_fs_op_duration_seconds_count{log="navigli2028h1",method="upload"} 334134 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.5"} 9.1199e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.75"} 9.1199e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.9"} 9.1199e-05 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="discard",quantile="0.99"} 9.1199e-05 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="discard"} 0.11703200600000013 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="discard"} 1100 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2028h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="fetch"} 0.0013028319999999999 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.5"} 0.000611939 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.75"} 0.000811185 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.9"} 0.000929722 sunlight_fs_op_duration_seconds{log="navigli2028h2",method="upload",quantile="0.99"} 0.001226706 sunlight_fs_op_duration_seconds_sum{log="navigli2028h2",method="upload"} 232.51747610199965 sunlight_fs_op_duration_seconds_count{log="navigli2028h2",method="upload"} 334134 # 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"} 3 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.209671701 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.75"} 0.268865208 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.9"} 0.293843941 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.99"} 0.334583091 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2026h2"} 100650.24170839123 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2026h2"} 491235 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.5"} 0.002124939 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.75"} 0.207371555 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.9"} 0.207371555 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.99"} 0.207371555 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h1"} 180.64987235299978 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h1"} 2209 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.5"} 0.001646569 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.75"} 0.097725651 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.9"} 0.097725651 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h2",quantile="0.99"} 0.097725651 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h2"} 175.80231651700004 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h2"} 2200 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.5"} 0.020508098 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.75"} 0.064989327 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.9"} 0.136926011 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h1",quantile="0.99"} 0.136926011 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h1"} 171.94465308200023 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h1"} 2200 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.5"} 0.001267196 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.75"} 0.206427312 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.9"} 0.206427312 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2028h2",quantile="0.99"} 0.206427312 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2028h2"} 178.62510951500028 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2028h2"} 2199 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2026h2"} 9.139178188999999 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h2"} 55 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h1"} 9.156409474999997 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h1"} 57 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h2"} 9.237258258999999 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h2"} 56 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2028h1"} 4.896887705000001 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h1"} 55 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2028h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2028h2"} 4.6136323390000005 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2028h2"} 55 # HELP sunlight_http_requests_total HTTP requests served, by endpoint and response code. # TYPE sunlight_http_requests_total counter sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2026h2"} 485172 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h1"} 2209 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h2"} 2200 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h1"} 2200 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2028h2"} 2199 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h2"} 55 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h1"} 57 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h2"} 56 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h1"} 55 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2028h2"} 55 sunlight_http_requests_total{code="499",endpoint="add-pre-chain",log="navigli2026h2"} 6063 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="navigli2026h2"} 32 sunlight_issuers_cache_total{log="navigli2027h1"} 5 sunlight_issuers_cache_total{log="navigli2027h2"} 1 sunlight_issuers_cache_total{log="navigli2028h1"} 1 sunlight_issuers_cache_total{log="navigli2028h2"} 1 # HELP sunlight_sequencing_data_tiles_bytes Uncompressed size of uploaded data tiles, including partials. # TYPE sunlight_sequencing_data_tiles_bytes summary sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.5"} 220714 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.9"} 368710 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.99"} 410194 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2026h2"} 5.2535096521e+10 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h2"} 249558 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.5"} 174111 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.9"} 174111 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.99"} 174111 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h1"} 1.58143341e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h1"} 1109 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.5"} 28654 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.9"} 28654 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.99"} 28654 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h2"} 1.58159684e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h2"} 1100 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.5"} 25345 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.9"} 26446 sunlight_sequencing_data_tiles_bytes{log="navigli2028h1",quantile="0.99"} 26446 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h1"} 1.58532407e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h1"} 1100 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.5"} 28653 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.9"} 28653 sunlight_sequencing_data_tiles_bytes{log="navigli2028h2",quantile="0.99"} 28653 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2028h2"} 1.58148207e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2028h2"} 1100 # 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"} 53804 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 90381 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 101092 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.3376598601e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h2"} 249557 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 19524 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 19524 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 19524 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h1"} 1.847257e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h1"} 1109 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} 3686 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} 3686 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} 3686 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.7822048e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h2"} 1100 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 3335 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 3450 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 3450 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.7837762e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h1"} 1100 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 3678 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 3678 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 3678 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.7829875e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2028h2"} 1100 # 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.062147082 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.75"} 0.086227701 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.099209463 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.119945997 sunlight_sequencing_duration_seconds_sum{log="navigli2026h2"} 18302.071716601942 sunlight_sequencing_duration_seconds_count{log="navigli2026h2"} 329729 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.5"} 0.006273489 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.75"} 0.008806501 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.013613729 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.027453295 sunlight_sequencing_duration_seconds_sum{log="navigli2027h1"} 2511.7739212530078 sunlight_sequencing_duration_seconds_count{log="navigli2027h1"} 329729 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.005453276 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.75"} 0.007511926 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.012442162 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.029620643 sunlight_sequencing_duration_seconds_sum{log="navigli2027h2"} 2506.8626676399776 sunlight_sequencing_duration_seconds_count{log="navigli2027h2"} 329728 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.5"} 0.00521549 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.75"} 0.007537476 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.9"} 0.011949502 sunlight_sequencing_duration_seconds{log="navigli2028h1",quantile="0.99"} 0.021801533 sunlight_sequencing_duration_seconds_sum{log="navigli2028h1"} 2434.1966972790747 sunlight_sequencing_duration_seconds_count{log="navigli2028h1"} 329727 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.5"} 0.005333418 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.75"} 0.007827271 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.9"} 0.012225105 sunlight_sequencing_duration_seconds{log="navigli2028h2",quantile="0.99"} 0.024650319 sunlight_sequencing_duration_seconds_sum{log="navigli2028h2"} 2540.947371713004 sunlight_sequencing_duration_seconds_count{log="navigli2028h2"} 329727 # 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"} 2655 sunlight_sequencing_leaf_bytes_sum{log="navigli2026h2"} 7.97329193e+08 sunlight_sequencing_leaf_bytes_count{log="navigli2026h2"} 488714 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="navigli2027h1"} 1.234111e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h1"} 1109 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="navigli2027h2"} 1.212291e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2027h2"} 1100 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.5"} 1101 sunlight_sequencing_leaf_bytes{log="navigli2028h1",quantile="0.99"} 1101 sunlight_sequencing_leaf_bytes_sum{log="navigli2028h1"} 1.21209e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h1"} 1100 sunlight_sequencing_leaf_bytes{log="navigli2028h2",quantile="0.5"} 1102 sunlight_sequencing_leaf_bytes{log="navigli2028h2",quantile="0.99"} 1102 sunlight_sequencing_leaf_bytes_sum{log="navigli2028h2"} 1.212176e+06 sunlight_sequencing_leaf_bytes_count{log="navigli2028h2"} 1100 # 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"} 18095 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.9"} 30284 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.99"} 33539 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2026h2"} 4.339033514e+09 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h2"} 249557 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.5"} 33654 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.9"} 33654 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.99"} 33654 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h1"} 2.9997331e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h1"} 1109 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.5"} 5538 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.9"} 5538 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.99"} 5538 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h2"} 3.056763e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h2"} 1100 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.5"} 4899 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.9"} 5112 sunlight_sequencing_names_tiles_bytes{log="navigli2028h1",quantile="0.99"} 5112 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h1"} 3.064431e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h1"} 1100 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.5"} 5538 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.9"} 5538 sunlight_sequencing_names_tiles_bytes{log="navigli2028h2",quantile="0.99"} 5538 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2028h2"} 3.056763e+07 sunlight_sequencing_names_tiles_bytes_count{log="navigli2028h2"} 1100 # 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"} 5949 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} 9279 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} 10232 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2026h2"} 1.327253443e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h2"} 249557 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} 1326 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} 1326 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} 1326 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h1"} 1.23469e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h1"} 1109 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} 380 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} 380 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} 380 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h2"} 1.226746e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h2"} 1100 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.5"} 352 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.9"} 359 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h1",quantile="0.99"} 359 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h1"} 1.224676e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h1"} 1100 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.5"} 373 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.9"} 373 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2028h2",quantile="0.99"} 373 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2028h2"} 1.222007e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2028h2"} 1100 # 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.000298794 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.9"} 0.000839614 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="cache",quantile="0.99"} 0.003908886 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="cache"} 143.01129015799683 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="cache"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.5"} 0.002920323 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.9"} 0.006544445 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="checkpoint",quantile="0.99"} 0.016480135 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="checkpoint"} 1271.6237757109996 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="checkpoint"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.5"} 0.040180881 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.9"} 0.073244339 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="hash",quantile="0.99"} 0.092713148 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="hash"} 12557.041979434927 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="hash"} 329730 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.5"} 0.009457239 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.9"} 0.016167691 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="stage",quantile="0.99"} 0.020554817 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="stage"} 3056.664951167976 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="stage"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.5"} 0.006109733 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.9"} 0.009059877 sunlight_sequencing_phase_duration_seconds{log="navigli2026h2",phase="upload",quantile="0.99"} 0.015145259 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2026h2",phase="upload"} 1217.670907203995 sunlight_sequencing_phase_duration_seconds_count{log="navigli2026h2",phase="upload"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.5"} 0.000124297 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.9"} 0.000220236 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="cache",quantile="0.99"} 0.007003686 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="cache"} 74.30294974499989 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="cache"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.5"} 0.00367592 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.9"} 0.009615126 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="checkpoint",quantile="0.99"} 0.018940648 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="checkpoint"} 1668.9391916919787 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="checkpoint"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.5"} 0.00104227 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.9"} 0.001857484 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="hash",quantile="0.99"} 0.002798886 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="hash"} 383.22244571199803 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="hash"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.5"} 3.7509e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.9"} 5.8859e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="stage",quantile="0.99"} 0.003815517 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="stage"} 31.088053110000303 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="stage"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.5"} 0.000686337 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.9"} 0.001171677 sunlight_sequencing_phase_duration_seconds{log="navigli2027h1",phase="upload",quantile="0.99"} 0.004937046 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h1",phase="upload"} 290.1954576689961 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h1",phase="upload"} 329729 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.5"} 0.000116377 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.9"} 0.000213646 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="cache",quantile="0.99"} 0.005673782 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="cache"} 69.80071854499889 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="cache"} 329728 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.5"} 0.003999764 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.9"} 0.009624756 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="checkpoint",quantile="0.99"} 0.020560906 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="checkpoint"} 1626.736087732994 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="checkpoint"} 329728 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.5"} 0.000199426 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.9"} 0.000307254 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="hash",quantile="0.99"} 0.000445212 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="hash"} 432.989714110996 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="hash"} 329728 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.5"} 3.704e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.9"} 5.5039e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="stage",quantile="0.99"} 0.003936675 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="stage"} 30.751622605999962 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="stage"} 329728 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.5"} 0.000714486 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.9"} 0.001154657 sunlight_sequencing_phase_duration_seconds{log="navigli2027h2",phase="upload",quantile="0.99"} 0.004865057 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2027h2",phase="upload"} 286.5744843849986 sunlight_sequencing_phase_duration_seconds_count{log="navigli2027h2",phase="upload"} 329728 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.5"} 0.000110908 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.9"} 0.000205186 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="cache",quantile="0.99"} 0.003743458 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="cache"} 67.29728309100041 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="cache"} 329727 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.5"} 0.003641591 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.9"} 0.009095857 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="checkpoint",quantile="0.99"} 0.015809528 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="checkpoint"} 1577.8267540100385 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="checkpoint"} 329727 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.5"} 0.000181746 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.9"} 0.000326943 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="hash",quantile="0.99"} 0.000726306 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="hash"} 425.92845563501004 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="hash"} 329727 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.5"} 3.486e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.9"} 6.1578e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="stage",quantile="0.99"} 0.00371202 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="stage"} 29.496628714000266 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="stage"} 329727 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.5"} 0.000654608 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.9"} 0.001091379 sunlight_sequencing_phase_duration_seconds{log="navigli2028h1",phase="upload",quantile="0.99"} 0.004827478 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h1",phase="upload"} 271.294287478998 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h1",phase="upload"} 329727 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.5"} 0.000116958 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.9"} 0.000211287 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="cache",quantile="0.99"} 0.003816397 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="cache"} 68.73478292700072 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="cache"} 329726 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.5"} 0.004006504 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.9"} 0.009138214 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="checkpoint",quantile="0.99"} 0.01670927 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="checkpoint"} 1637.376019400013 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="checkpoint"} 329726 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.5"} 0.000201056 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.9"} 0.000323994 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="hash",quantile="0.99"} 0.000459591 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="hash"} 467.1732894519844 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="hash"} 329726 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.5"} 3.7069e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.9"} 5.9398e-05 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="stage",quantile="0.99"} 0.003785548 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="stage"} 31.558487353999713 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="stage"} 329726 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.5"} 0.000692337 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.9"} 0.001068149 sunlight_sequencing_phase_duration_seconds{log="navigli2028h2",phase="upload",quantile="0.99"} 0.00474428 sunlight_sequencing_phase_duration_seconds_sum{log="navigli2028h2",phase="upload"} 274.0195921579963 sunlight_sequencing_phase_duration_seconds_count{log="navigli2028h2",phase="upload"} 329726 # 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"} 488712 sunlight_sequencing_pool_entries_count{log="navigli2026h2"} 329729 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"} 1109 sunlight_sequencing_pool_entries_count{log="navigli2027h1"} 329729 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"} 1100 sunlight_sequencing_pool_entries_count{log="navigli2027h2"} 329728 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"} 1100 sunlight_sequencing_pool_entries_count{log="navigli2028h1"} 329727 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"} 1100 sunlight_sequencing_pool_entries_count{log="navigli2028h2"} 329727 # 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"} 329729 sunlight_sequencing_rounds_total{error="",log="navigli2027h1"} 329729 sunlight_sequencing_rounds_total{error="",log="navigli2027h2"} 329728 sunlight_sequencing_rounds_total{error="",log="navigli2028h1"} 329727 sunlight_sequencing_rounds_total{error="",log="navigli2028h2"} 329726 # 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"} 750587 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h1"} 3331 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h2"} 3306 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h1"} 3306 sunlight_sequencing_uploaded_tiles_total{log="navigli2028h2"} 3306 # 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.000419862 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000686047 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001715887 sunlight_sqlite_update_duration_seconds_sum 972.5409538500523 sunlight_sqlite_update_duration_seconds_count 1.960754e+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.86422611e+08 sunlight_tree_size_leaves_total{log="navigli2027h1"} 69534 sunlight_tree_size_leaves_total{log="navigli2027h2"} 66074 sunlight_tree_size_leaves_total{log="navigli2028h1"} 66072 sunlight_tree_size_leaves_total{log="navigli2028h2"} 66074 # 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.790407870117e+09 sunlight_tree_timestamp_seconds{log="navigli2027h1"} 1.790407870308e+09 sunlight_tree_timestamp_seconds{log="navigli2027h2"} 1.790407870259e+09 sunlight_tree_timestamp_seconds{log="navigli2028h1"} 1.790407870194e+09 sunlight_tree_timestamp_seconds{log="navigli2028h2"} 1.790407870346e+09 # HELP sunlight_witness_add_checkpoint_requests_total Total number of add-checkpoint requests processed, by log origin. # TYPE sunlight_witness_add_checkpoint_requests_total counter sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/google1p/apk/2026/1",progress="false"} 99 sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/google1p/apk/2026/1",progress="true"} 20 sunlight_witness_add_checkpoint_requests_total{error="",origin="android.transparency.goog/mainline/modules/2026/1",progress="false"} 108 sunlight_witness_add_checkpoint_requests_total{error="",origin="apertrue.photo/witness/production",progress="false"} 17 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h1.staging.certificate.transparency.goog",progress="false"} 2220 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="false"} 1264 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 51918 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="false"} 901 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 12392 sunlight_witness_add_checkpoint_requests_total{error="",origin="coachandhorses2027h2.staging.certificate.transparency.goog",progress="false"} 2199 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"} 5496 sunlight_witness_add_checkpoint_requests_total{error="",origin="keyserver.geomys.org",progress="false"} 18 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"} 21500 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="false"} 5 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2025-alpha3.rekor.sigstage.dev",progress="true"} 9654 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="false"} 1 sunlight_witness_add_checkpoint_requests_total{error="",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="true"} 11640 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="false"} 10 sunlight_witness_add_checkpoint_requests_total{error="",origin="markovianprotocol.com/log",progress="true"} 26 sunlight_witness_add_checkpoint_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",progress="true"} 1 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="false"} 1432 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 52509 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="false"} 840 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 49678 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h2.prod.certificate.transparency.goog",progress="false"} 2203 sunlight_witness_add_checkpoint_requests_total{error="",origin="parcelyard2027h2.prod.certificate.transparency.goog",progress="true"} 40 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="false"} 392 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 34062 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 724 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 34814 sunlight_witness_add_checkpoint_requests_total{error="",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 2168 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"} 6584 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba",progress="true"} 4 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="false"} 6248 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="true"} 343 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="false"} 108 sunlight_witness_add_checkpoint_requests_total{error="",origin="thelemail.com/keys",progress="true"} 4 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="android.transparency.goog/google1p/apk/2026/1",progress="true"} 33 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="android.transparency.goog/mainline/modules/2026/1",progress="true"} 7 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2026h2.staging.certificate.transparency.goog",progress="true"} 1191 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="coachandhorses2027h1.staging.certificate.transparency.goog",progress="true"} 123 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2025-1.rekor.sigstore.dev",progress="true"} 70 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2025-alpha3.rekor.sigstage.dev",progress="true"} 28 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="log2026-1.us-east4.rekor.sigstage.dev",progress="true"} 1 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2026h2.prod.certificate.transparency.goog",progress="true"} 1346 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="parcelyard2027h1.prod.certificate.transparency.goog",progress="true"} 810 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="false"} 17 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2026h2.prod.certificate.transparency.goog",progress="true"} 11860 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="false"} 28 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h1.prod.certificate.transparency.goog",progress="true"} 9893 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="plumbersarms2027h2.prod.certificate.transparency.goog",progress="false"} 2 sunlight_witness_add_checkpoint_requests_total{error="unknown log",origin="",progress=""} 17825 # HELP sunlight_witness_add_entries_requests_total Total number of add-entries requests processed, by log origin. # TYPE sunlight_witness_add_entries_requests_total counter sunlight_witness_add_entries_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 19 sunlight_witness_add_entries_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.2.0.1"} 18 # 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.003359225999999999 sunlight_witness_fs_op_duration_seconds_count{method="fetch"} 40 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.5"} 0.000630308 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.75"} 0.000858783 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.9"} 0.00104707 sunlight_witness_fs_op_duration_seconds{method="upload",quantile="0.99"} 0.001408133 sunlight_witness_fs_op_duration_seconds_sum{method="upload"} 233.17628698499874 sunlight_witness_fs_op_duration_seconds_count{method="upload"} 311749 # 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"} 1 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.006355428 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.75"} 0.010170436 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.9"} 0.012803655 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.99"} 0.020438529 sunlight_witness_http_request_duration_seconds_sum{endpoint="add-checkpoint"} 2855.5536226449867 sunlight_witness_http_request_duration_seconds_count{endpoint="add-checkpoint"} 354962 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.341312957 sunlight_witness_http_request_duration_seconds_count{endpoint="add-entries"} 37 sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.5"} NaN sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.75"} NaN sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.9"} NaN sunlight_witness_http_request_duration_seconds{endpoint="sign-subtree",quantile="0.99"} NaN sunlight_witness_http_request_duration_seconds_sum{endpoint="sign-subtree"} 0.260123075 sunlight_witness_http_request_duration_seconds_count{endpoint="sign-subtree"} 1 # HELP sunlight_witness_http_request_size_bytes HTTP request sizes in bytes, by endpoint. # TYPE sunlight_witness_http_request_size_bytes summary sunlight_witness_http_request_size_bytes{endpoint="add-entries",quantile="0.5"} NaN sunlight_witness_http_request_size_bytes{endpoint="add-entries",quantile="0.9"} NaN sunlight_witness_http_request_size_bytes{endpoint="add-entries",quantile="0.99"} NaN sunlight_witness_http_request_size_bytes_sum{endpoint="add-entries"} 10997 sunlight_witness_http_request_size_bytes_count{endpoint="add-entries"} 37 # 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"} 311708 sunlight_witness_http_requests_total{code="200",endpoint="add-entries"} 37 sunlight_witness_http_requests_total{code="200",endpoint="sign-subtree"} 1 sunlight_witness_http_requests_total{code="404",endpoint="add-checkpoint"} 17825 sunlight_witness_http_requests_total{code="409",endpoint="add-checkpoint"} 25409 sunlight_witness_http_requests_total{code="500",endpoint="add-checkpoint"} 21 # HELP sunlight_witness_known_logs Number of logs known to the witness. # TYPE sunlight_witness_known_logs gauge sunlight_witness_known_logs 37 # HELP sunlight_witness_log_entries_total Size of the latest checkpoint, by log origin. # TYPE sunlight_witness_log_entries_total gauge sunlight_witness_log_entries_total{origin="android.transparency.goog/google1p/apk/2026/1"} 348730 sunlight_witness_log_entries_total{origin="android.transparency.goog/mainline/modules/2026/1"} 321 sunlight_witness_log_entries_total{origin="apertrue.photo/witness/production"} 16 sunlight_witness_log_entries_total{origin="coachandhorses2026h1.staging.certificate.transparency.goog"} 1.85550988e+08 sunlight_witness_log_entries_total{origin="coachandhorses2026h2.staging.certificate.transparency.goog"} 4.366894883e+09 sunlight_witness_log_entries_total{origin="coachandhorses2027h1.staging.certificate.transparency.goog"} 3.22087105e+08 sunlight_witness_log_entries_total{origin="coachandhorses2027h2.staging.certificate.transparency.goog"} 3803 sunlight_witness_log_entries_total{origin="geomys.org/witness/test-log"} 1 sunlight_witness_log_entries_total{origin="keyserver.geomys.org"} 79 sunlight_witness_log_entries_total{origin="log2025-1.rekor.sigstore.dev"} 1.26120347e+08 sunlight_witness_log_entries_total{origin="log2025-alpha3.rekor.sigstage.dev"} 5.832956e+06 sunlight_witness_log_entries_total{origin="log2026-1.us-east4.rekor.sigstage.dev"} 1.570394e+06 sunlight_witness_log_entries_total{origin="markovianprotocol.com/log"} 8773 sunlight_witness_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 10000 sunlight_witness_log_entries_total{origin="parcelyard2026h2.prod.certificate.transparency.goog"} 1.463925281e+09 sunlight_witness_log_entries_total{origin="parcelyard2027h1.prod.certificate.transparency.goog"} 7.5840403e+07 sunlight_witness_log_entries_total{origin="parcelyard2027h2.prod.certificate.transparency.goog"} 7518 sunlight_witness_log_entries_total{origin="plumbersarms2026h2.prod.certificate.transparency.goog"} 1.46352148e+09 sunlight_witness_log_entries_total{origin="plumbersarms2027h1.prod.certificate.transparency.goog"} 7.5790491e+07 sunlight_witness_log_entries_total{origin="plumbersarms2027h2.prod.certificate.transparency.goog"} 7547 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba"} 478512 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d"} 228403 sunlight_witness_log_entries_total{origin="thelemail.com/keys"} 352 # HELP sunlight_witness_log_list_pull_timestamp_seconds Timestamp of the last successful pull of each log list. # TYPE sunlight_witness_log_list_pull_timestamp_seconds gauge sunlight_witness_log_list_pull_timestamp_seconds{list="https://github.com/geomys/magnolia/raw/refs/heads/main/staging/mirror.log-list.txt"} 1.7904076267452068e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-100qps-40klogs.1"} 1.7904076262708e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://staging.witness-network.org/log-list-10qps-4klogs.1"} 1.79040762623705e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://testing.witness-network.org/log-list.1"} 1.7904076261049905e+09 sunlight_witness_log_list_pull_timestamp_seconds{list="https://uptime.geomys.org/witness/log-list"} 1.7904076263539288e+09 # HELP sunlight_witness_mirror_data_tiles_bytes Uncompressed size of uploaded mirror data tiles, including partials, by log origin. # TYPE sunlight_witness_mirror_data_tiles_bytes summary sunlight_witness_mirror_data_tiles_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.5"} NaN sunlight_witness_mirror_data_tiles_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.9"} NaN sunlight_witness_mirror_data_tiles_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.99"} NaN sunlight_witness_mirror_data_tiles_bytes_sum{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 5859 sunlight_witness_mirror_data_tiles_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_data_tiles_gzip_bytes Compressed size of uploaded mirror data tiles, including partials, by log origin. # TYPE sunlight_witness_mirror_data_tiles_gzip_bytes summary sunlight_witness_mirror_data_tiles_gzip_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.5"} NaN sunlight_witness_mirror_data_tiles_gzip_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.9"} NaN sunlight_witness_mirror_data_tiles_gzip_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.99"} NaN sunlight_witness_mirror_data_tiles_gzip_bytes_sum{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 927 sunlight_witness_mirror_data_tiles_gzip_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_entry_bytes Size of individual entries uploaded via add-entries, by log origin. # TYPE sunlight_witness_mirror_entry_bytes summary sunlight_witness_mirror_entry_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.5"} NaN sunlight_witness_mirror_entry_bytes{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1",quantile="0.99"} NaN sunlight_witness_mirror_entry_bytes_sum{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 367 sunlight_witness_mirror_entry_bytes_count{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_log_entries_total Size of the latest mirror checkpoint, by log origin. # TYPE sunlight_witness_mirror_log_entries_total gauge sunlight_witness_mirror_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 10000 sunlight_witness_mirror_log_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.2.0.1"} 15 # HELP sunlight_witness_mirror_next_entry Number of entries durably uploaded to the mirror, at or ahead of the mirror checkpoint, by log origin. # TYPE sunlight_witness_mirror_next_entry gauge sunlight_witness_mirror_next_entry{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 10000 sunlight_witness_mirror_next_entry{origin="oid/1.3.6.1.4.1.44494.3.1.2.0.1"} 15 # HELP sunlight_witness_mirror_uploaded_entries_total Number of new entries uploaded via add-entries, by log origin. # TYPE sunlight_witness_mirror_uploaded_entries_total counter sunlight_witness_mirror_uploaded_entries_total{origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1 # HELP sunlight_witness_mirror_uploaded_tiles_total Number of tiles uploaded via add-entries, including partials, by log origin and whether they are tiles cut at the committed checkpoint. # TYPE sunlight_witness_mirror_uploaded_tiles_total counter sunlight_witness_mirror_uploaded_tiles_total{cut="false",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 2 # HELP sunlight_witness_mirrored_logs Number of logs mirrored by the witness. # TYPE sunlight_witness_mirrored_logs gauge sunlight_witness_mirrored_logs 3 # HELP sunlight_witness_sign_subtree_requests_total Total number of sign-subtree requests processed, by log origin. # TYPE sunlight_witness_sign_subtree_requests_total counter sunlight_witness_sign_subtree_requests_total{error="",origin="oid/1.3.6.1.4.1.44494.3.1.1.0.1"} 1