# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 8.2169e-05 go_gc_duration_seconds{quantile="0.25"} 0.000116328 go_gc_duration_seconds{quantile="0.5"} 0.000132647 go_gc_duration_seconds{quantile="0.75"} 0.000145087 go_gc_duration_seconds{quantile="1"} 0.000471131 go_gc_duration_seconds_sum 79.028247 go_gc_duration_seconds_count 546653 # 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 39 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.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 1.9761024e+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 8.371265278896e+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.39534e+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 1.1490658514e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.172064e+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 1.9761024e+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 4.0665088e+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 2.6574848e+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 56999 # 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 2.31424e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 6.7239936e+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.767005215817117e+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 1.1490715513e+10 # 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 57984 # 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 62816 # 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 620480 # 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 995520 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 3.6670202e+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 9.685708e+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 4.063232e+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 4.063232e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 8.9614616e+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 55 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 74671.14 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.0040350783454e+14 # 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 1.02129909653823e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 49 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.836224e+07 # 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.76648693919e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.3821952e+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="navigli2026h1",precert="",preissuer="",reused="false",root="",source=""} 454 sunlight_addchain_requests_total{chain_len="",error="invalid chain",issuer="",log="navigli2027h1",precert="",preissuer="",reused="false",root="",source=""} 6 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=KR, O=Naver Business Platform Corp, CN=NAVER Secure Certification Authority 3 Test",log="navigli2026h2",precert="",preissuer="",reused="false",root="C=KR, O=Naver Business Platform Corp, CN=NAVER Global Root Certification Authority Test",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=KR, O=Naver Business Platform Corp, CN=NAVER Secure Certification Authority 3 Test",log="navigli2026h2",precert="true",preissuer="",reused="false",root="C=KR, O=Naver Business Platform Corp, CN=NAVER Global Root Certification Authority Test",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=KR, O=Naver Business Platform Corp, CN=NAVER Secure Certification Authority 3 Test",log="navigli2027h1",precert="",preissuer="",reused="false",root="C=KR, O=Naver Business Platform Corp, CN=NAVER Global Root Certification Authority Test",source="sequencer"} 13 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=KR, O=Naver Business Platform Corp, CN=NAVER Secure Certification Authority 3 Test",log="navigli2027h1",precert="true",preissuer="",reused="false",root="C=KR, O=Naver Business Platform Corp, CN=NAVER Global Root Certification Authority Test",source="sequencer"} 13 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 67954 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1.371637e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 67754 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1.373829e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 6533 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 138616 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 6350 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 139149 sunlight_addchain_requests_total{chain_len="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2026h1",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="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 92 sunlight_addchain_requests_total{chain_len="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 157 sunlight_addchain_requests_total{chain_len="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 76 sunlight_addchain_requests_total{chain_len="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 19 sunlight_addchain_requests_total{chain_len="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 12 sunlight_addchain_requests_total{chain_len="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 19 sunlight_addchain_requests_total{chain_len="3",error="failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2026h1",precert="true",preissuer="",reused="true",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="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 148 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 41 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Dastardly Durum YR1",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 884 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 170 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 49 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Ersatz Emmer YR2",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 944 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 105 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 23 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Artificial Amaranth YE1",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 470 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 109 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h1",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 23 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=US, O=Let's Encrypt, CN=(STAGING) Baloney Bulgur YE2",log="navigli2026h1",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 463 # 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="navigli2025h2",quantile="0.5"} NaN sunlight_addchain_wait_seconds{log="navigli2025h2",quantile="0.75"} NaN sunlight_addchain_wait_seconds{log="navigli2025h2",quantile="0.9"} NaN sunlight_addchain_wait_seconds{log="navigli2025h2",quantile="0.99"} NaN sunlight_addchain_wait_seconds_sum{log="navigli2025h2"} 61.13151195200005 sunlight_addchain_wait_seconds_count{log="navigli2025h2"} 538 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.5"} 0.112690592 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.75"} 0.166510588 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.9"} 0.193442452 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.99"} 0.213539103 sunlight_addchain_wait_seconds_sum{log="navigli2026h1"} 354841.11657935224 sunlight_addchain_wait_seconds_count{log="navigli2026h1"} 3.17523e+06 sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.5"} NaN sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.75"} NaN sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.9"} NaN sunlight_addchain_wait_seconds{log="navigli2026h2",quantile="0.99"} NaN sunlight_addchain_wait_seconds_sum{log="navigli2026h2"} 0.73373395 sunlight_addchain_wait_seconds_count{log="navigli2026h2"} 6 sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.5"} NaN sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.75"} NaN sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.9"} NaN sunlight_addchain_wait_seconds{log="navigli2027h1",quantile="0.99"} NaN sunlight_addchain_wait_seconds_sum{log="navigli2027h1"} 2.969682628 sunlight_addchain_wait_seconds_count{log="navigli2027h1"} 26 sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.5"} NaN sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.75"} NaN sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.9"} NaN sunlight_addchain_wait_seconds{log="navigli2027h2",quantile="0.99"} NaN sunlight_addchain_wait_seconds_sum{log="navigli2027h2"} 0 sunlight_addchain_wait_seconds_count{log="navigli2027h2"} 0 # 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="navigli2025h2",quantile="0.5"} NaN sunlight_cache_get_duration_seconds{log="navigli2025h2",quantile="0.9"} NaN sunlight_cache_get_duration_seconds{log="navigli2025h2",quantile="0.99"} NaN sunlight_cache_get_duration_seconds_sum{log="navigli2025h2"} 1.0156835239999995 sunlight_cache_get_duration_seconds_count{log="navigli2025h2"} 538 sunlight_cache_get_duration_seconds{log="navigli2026h1",quantile="0.5"} 0.000189406 sunlight_cache_get_duration_seconds{log="navigli2026h1",quantile="0.9"} 0.000463201 sunlight_cache_get_duration_seconds{log="navigli2026h1",quantile="0.99"} 0.000694966 sunlight_cache_get_duration_seconds_sum{log="navigli2026h1"} 1110.6263126060408 sunlight_cache_get_duration_seconds_count{log="navigli2026h1"} 3.175231e+06 sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.5"} NaN sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.9"} NaN sunlight_cache_get_duration_seconds{log="navigli2026h2",quantile="0.99"} NaN sunlight_cache_get_duration_seconds_sum{log="navigli2026h2"} 0.005287213999999999 sunlight_cache_get_duration_seconds_count{log="navigli2026h2"} 6 sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.5"} NaN sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.9"} NaN sunlight_cache_get_duration_seconds{log="navigli2027h1",quantile="0.99"} NaN sunlight_cache_get_duration_seconds_sum{log="navigli2027h1"} 0.004063979 sunlight_cache_get_duration_seconds_count{log="navigli2027h1"} 26 sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.5"} NaN sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.9"} NaN sunlight_cache_get_duration_seconds{log="navigli2027h2",quantile="0.99"} NaN sunlight_cache_get_duration_seconds_sum{log="navigli2027h2"} 0 sunlight_cache_get_duration_seconds_count{log="navigli2027h2"} 0 # 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="navigli2025h2",quantile="0.5"} 2.8879e-05 sunlight_cache_put_duration_seconds{log="navigli2025h2",quantile="0.9"} 4.2759e-05 sunlight_cache_put_duration_seconds{log="navigli2025h2",quantile="0.99"} 5.9259e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2025h2"} 79.62816572400003 sunlight_cache_put_duration_seconds_count{log="navigli2025h2"} 2.591379e+06 sunlight_cache_put_duration_seconds{log="navigli2026h1",quantile="0.5"} 0.000187517 sunlight_cache_put_duration_seconds{log="navigli2026h1",quantile="0.9"} 0.00047 sunlight_cache_put_duration_seconds{log="navigli2026h1",quantile="0.99"} 0.00098061 sunlight_cache_put_duration_seconds_sum{log="navigli2026h1"} 816.1404023361152 sunlight_cache_put_duration_seconds_count{log="navigli2026h1"} 2.591379e+06 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.5"} 2.7729e-05 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.9"} 3.592e-05 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.99"} 4.5099e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2026h2"} 74.38108253800078 sunlight_cache_put_duration_seconds_count{log="navigli2026h2"} 2.591379e+06 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.5"} 2.9509e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.9"} 4.0079e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.99"} 6.5129e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2027h1"} 80.2531108790058 sunlight_cache_put_duration_seconds_count{log="navigli2027h1"} 2.591379e+06 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.5"} 2.792e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.9"} 3.8329e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.99"} 4.7549e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2027h2"} 76.46676065799859 sunlight_cache_put_duration_seconds_count{log="navigli2027h2"} 2.591378e+06 # 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="navigli2025h2"} 0 sunlight_cache_put_errors_total{log="navigli2026h1"} 0 sunlight_cache_put_errors_total{log="navigli2026h2"} 0 sunlight_cache_put_errors_total{log="navigli2027h1"} 0 sunlight_cache_put_errors_total{log="navigli2027h2"} 0 # 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="navigli2025h2"} 1.7672256e+09 sunlight_config_notafter_end_timestamp_seconds{log="navigli2026h1"} 1.782864e+09 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 # 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="navigli2025h2"} 1.751328e+09 sunlight_config_notafter_start_timestamp_seconds{log="navigli2026h1"} 1.7672256e+09 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 # HELP sunlight_config_roots_total Number of accepted roots. # TYPE sunlight_config_roots_total gauge sunlight_config_roots_total{log="navigli2025h2"} 91 sunlight_config_roots_total{log="navigli2026h1"} 91 sunlight_config_roots_total{log="navigli2026h2"} 91 sunlight_config_roots_total{log="navigli2027h1"} 91 sunlight_config_roots_total{log="navigli2027h2"} 91 # HELP sunlight_fs_op_duration_seconds Overall local backend operation latency. # TYPE sunlight_fs_op_duration_seconds summary sunlight_fs_op_duration_seconds{log="navigli2025h2",method="discard",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2025h2",method="discard",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2025h2",method="discard",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2025h2",method="discard",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2025h2",method="discard"} 0.09014917200000006 sunlight_fs_op_duration_seconds_count{log="navigli2025h2",method="discard"} 530 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2025h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2025h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2025h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2025h2",method="fetch"} 0.002828572 sunlight_fs_op_duration_seconds_count{log="navigli2025h2",method="fetch"} 16 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.5"} 0.000797154 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.75"} 0.000859873 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.9"} 0.000921441 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.99"} 0.001246995 sunlight_fs_op_duration_seconds_sum{log="navigli2025h2",method="upload"} 2099.8176767209943 sunlight_fs_op_duration_seconds_count{log="navigli2025h2",method="upload"} 2.593503e+06 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.5"} 0.000170176 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.75"} 0.000178527 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.9"} 0.000190336 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.99"} 0.000273044 sunlight_fs_op_duration_seconds_sum{log="navigli2026h1",method="discard"} 299.66173285400345 sunlight_fs_op_duration_seconds_count{log="navigli2026h1",method="discard"} 1.735812e+06 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2026h1",method="fetch"} 0.008553841000000001 sunlight_fs_op_duration_seconds_count{log="navigli2026h1",method="fetch"} 20 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.5"} 0.00096589 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.75"} 0.001070619 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.9"} 0.001167796 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.99"} 0.00149209 sunlight_fs_op_duration_seconds_sum{log="navigli2026h1",method="upload"} 9193.135886742035 sunlight_fs_op_duration_seconds_count{log="navigli2026h1",method="upload"} 9.56397e+06 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2026h2",method="discard",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="discard"} 0.0010724189999999998 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="discard"} 6 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.0007369659999999999 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="fetch"} 5 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.5"} 0.000766644 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.75"} 0.000822703 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.9"} 0.000876662 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.99"} 0.000948771 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="upload"} 1995.5142770069272 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="upload"} 2.591407e+06 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="navigli2027h1",method="discard",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="discard"} 0.004182217 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="discard"} 26 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.0009545700000000001 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="fetch"} 5 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.5"} 0.000817263 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.75"} 0.000878633 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.9"} 0.000922912 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.99"} 0.001060178 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="upload"} 2127.992936780115 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="upload"} 2.591487e+06 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.000550939 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="fetch"} 3 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.5"} 0.000816323 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.75"} 0.000868482 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.9"} 0.000919322 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.99"} 0.001037209 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="upload"} 2124.330371043036 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="upload"} 2.59138e+06 # 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="navigli2025h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="navigli2026h1"} 0 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-pre-chain",log="navigli2025h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2026h1"} 1 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2025h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="navigli2026h1"} 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 # 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-chain",log="navigli2026h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2026h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2026h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2026h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="navigli2026h2"} 1.325275323 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="navigli2026h2"} 3 sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2027h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2027h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2027h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2027h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="navigli2027h1"} 5.639452226 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="navigli2027h1"} 16 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2025h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2025h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2025h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2025h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2025h2"} 66.779627088 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2025h2"} 538 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.5"} 0.116272348 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.75"} 0.169676825 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.9"} 0.196391172 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.99"} 0.215393027 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2026h1"} 367893.2027553442 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2026h1"} 3.175684e+06 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2026h2"} 0.962488953 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2026h2"} 3 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2027h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2027h1"} 5.516495266 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2027h1"} 16 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.5"} 0.000415002 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.75"} 0.000415972 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.9"} 0.00044536 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.99"} 0.00044536 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2025h2"} 17.86435177700024 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2025h2"} 43198 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.5"} 0.000390782 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.75"} 0.000398482 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.9"} 0.0004813 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.99"} 0.0004813 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2026h1"} 17.964378996000068 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h1"} 43194 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.5"} 0.000374522 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.75"} 0.000392672 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.9"} 0.000423392 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.99"} 0.000423392 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2026h2"} 19.309285675000144 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h2"} 43196 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.5"} 0.000418492 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.75"} 0.000426761 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.9"} 0.000430991 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.99"} 0.000430991 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h1"} 18.080078488000073 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h1"} 43196 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.5"} 0.000348553 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.75"} 0.000401422 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.9"} 0.001640297 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.99"} 0.001640297 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h2"} 18.043339201999824 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h2"} 43196 # 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-chain",log="navigli2026h2"} 3 sunlight_http_requests_total{code="200",endpoint="add-chain",log="navigli2027h1"} 13 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2025h2"} 538 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2026h1"} 3.174719e+06 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2026h2"} 3 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2027h1"} 13 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2025h2"} 43198 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h1"} 43194 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h2"} 43196 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h1"} 43196 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h2"} 43196 sunlight_http_requests_total{code="400",endpoint="add-chain",log="navigli2027h1"} 3 sunlight_http_requests_total{code="400",endpoint="add-pre-chain",log="navigli2027h1"} 3 sunlight_http_requests_total{code="500",endpoint="add-pre-chain",log="navigli2026h1"} 965 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="navigli2025h2"} 8 sunlight_issuers_cache_total{log="navigli2026h1"} 12 sunlight_issuers_cache_total{log="navigli2026h2"} 2 sunlight_issuers_cache_total{log="navigli2027h1"} 2 sunlight_issuers_cache_total{log="navigli2027h2"} 0 # 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="navigli2025h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2025h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2025h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_bytes_sum{log="navigli2025h2"} 1.19191339e+08 sunlight_sequencing_data_tiles_bytes_count{log="navigli2025h2"} 530 sunlight_sequencing_data_tiles_bytes{log="navigli2026h1",quantile="0.5"} 240361 sunlight_sequencing_data_tiles_bytes{log="navigli2026h1",quantile="0.9"} 367215 sunlight_sequencing_data_tiles_bytes{log="navigli2026h1",quantile="0.99"} 393953 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2026h1"} 3.56824902191e+11 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h1"} 1.741442e+06 sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2026h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_bytes_sum{log="navigli2026h2"} 42646 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h2"} 6 sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.5"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.9"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2027h1",quantile="0.99"} NaN sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h1"} 712776 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h1"} 26 sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_bytes_sum{log="navigli2027h2"} 0 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h2"} 0 # 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="navigli2025h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2025h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2025h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2025h2"} 3.2666679e+07 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2025h2"} 530 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h1",quantile="0.5"} 57098 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h1",quantile="0.9"} 85214 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h1",quantile="0.99"} 91619 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2026h1"} 8.4847473478e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h1"} 1.741442e+06 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2026h2"} 18578 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h2"} 6 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} NaN sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h1"} 248759 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h1"} 26 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2027h2"} 0 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h2"} 0 # HELP sunlight_sequencing_duration_seconds Duration of sequencing rounds, successful or not. # TYPE sunlight_sequencing_duration_seconds summary sunlight_sequencing_duration_seconds{log="navigli2025h2",quantile="0.5"} 0.002045609 sunlight_sequencing_duration_seconds{log="navigli2025h2",quantile="0.75"} 0.002147527 sunlight_sequencing_duration_seconds{log="navigli2025h2",quantile="0.9"} 0.002275164 sunlight_sequencing_duration_seconds{log="navigli2025h2",quantile="0.99"} 0.003719993 sunlight_sequencing_duration_seconds_sum{log="navigli2025h2"} 5477.048199150134 sunlight_sequencing_duration_seconds_count{log="navigli2025h2"} 2.591379e+06 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.5"} 0.01280009 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.75"} 0.01723246 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.9"} 0.020313188 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.99"} 0.02362436 sunlight_sequencing_duration_seconds_sum{log="navigli2026h1"} 26184.420034087416 sunlight_sequencing_duration_seconds_count{log="navigli2026h1"} 2.591379e+06 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.5"} 0.001728025 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.75"} 0.001809523 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.001915181 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.002792913 sunlight_sequencing_duration_seconds_sum{log="navigli2026h2"} 4516.067837857085 sunlight_sequencing_duration_seconds_count{log="navigli2026h2"} 2.591379e+06 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.5"} 0.001860413 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.75"} 0.00197999 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.002095648 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.002443531 sunlight_sequencing_duration_seconds_sum{log="navigli2027h1"} 4788.146638612126 sunlight_sequencing_duration_seconds_count{log="navigli2027h1"} 2.591379e+06 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.001806633 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.75"} 0.001904101 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.00199461 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.002294063 sunlight_sequencing_duration_seconds_sum{log="navigli2027h2"} 4666.7842200679925 sunlight_sequencing_duration_seconds_count{log="navigli2027h2"} 2.591378e+06 # 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="navigli2025h2",quantile="0.5"} NaN sunlight_sequencing_leaf_bytes{log="navigli2025h2",quantile="0.99"} NaN sunlight_sequencing_leaf_bytes_sum{log="navigli2025h2"} 920742 sunlight_sequencing_leaf_bytes_count{log="navigli2025h2"} 538 sunlight_sequencing_leaf_bytes{log="navigli2026h1",quantile="0.5"} 1510 sunlight_sequencing_leaf_bytes{log="navigli2026h1",quantile="0.99"} 2599 sunlight_sequencing_leaf_bytes_sum{log="navigli2026h1"} 5.054338547e+09 sunlight_sequencing_leaf_bytes_count{log="navigli2026h1"} 3.17523e+06 sunlight_sequencing_leaf_bytes{log="navigli2026h2",quantile="0.5"} NaN sunlight_sequencing_leaf_bytes{log="navigli2026h2",quantile="0.99"} NaN sunlight_sequencing_leaf_bytes_sum{log="navigli2026h2"} 12051 sunlight_sequencing_leaf_bytes_count{log="navigli2026h2"} 6 sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.5"} NaN sunlight_sequencing_leaf_bytes{log="navigli2027h1",quantile="0.99"} NaN sunlight_sequencing_leaf_bytes_sum{log="navigli2027h1"} 52693 sunlight_sequencing_leaf_bytes_count{log="navigli2027h1"} 26 sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_leaf_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_leaf_bytes_sum{log="navigli2027h2"} 0 sunlight_sequencing_leaf_bytes_count{log="navigli2027h2"} 0 # 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="navigli2025h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2025h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2025h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_bytes_sum{log="navigli2025h2"} 6.76456e+06 sunlight_sequencing_names_tiles_bytes_count{log="navigli2025h2"} 530 sunlight_sequencing_names_tiles_bytes{log="navigli2026h1",quantile="0.5"} 21414 sunlight_sequencing_names_tiles_bytes{log="navigli2026h1",quantile="0.9"} 33425 sunlight_sequencing_names_tiles_bytes{log="navigli2026h1",quantile="0.99"} 36236 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2026h1"} 3.2044269195e+10 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h1"} 1.741442e+06 sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2026h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_bytes_sum{log="navigli2026h2"} 2027 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h2"} 6 sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.5"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.9"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2027h1",quantile="0.99"} NaN sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h1"} 32193 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h1"} 26 sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_bytes_sum{log="navigli2027h2"} 0 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h2"} 0 # 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="navigli2025h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2025h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2025h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2025h2"} 1.053385e+06 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2025h2"} 530 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h1",quantile="0.5"} 4787 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h1",quantile="0.9"} 6868 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h1",quantile="0.99"} 7274 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2026h1"} 6.808985425e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h1"} 1.741442e+06 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2026h2"} 814 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h2"} 6 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.5"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.9"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h1",quantile="0.99"} NaN sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h1"} 5034 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h1"} 26 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.5"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.9"} NaN sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2027h2",quantile="0.99"} NaN sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2027h2"} 0 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h2"} 0 # HELP sunlight_sequencing_pool_entries Number of entries in the pools being sequenced. # TYPE sunlight_sequencing_pool_entries summary sunlight_sequencing_pool_entries{log="navigli2025h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="navigli2025h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="navigli2025h2"} 538 sunlight_sequencing_pool_entries_count{log="navigli2025h2"} 2.591379e+06 sunlight_sequencing_pool_entries{log="navigli2026h1",quantile="0.5"} 1 sunlight_sequencing_pool_entries{log="navigli2026h1",quantile="0.99"} 5 sunlight_sequencing_pool_entries_sum{log="navigli2026h1"} 3.17523e+06 sunlight_sequencing_pool_entries_count{log="navigli2026h1"} 2.591379e+06 sunlight_sequencing_pool_entries{log="navigli2026h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="navigli2026h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="navigli2026h2"} 6 sunlight_sequencing_pool_entries_count{log="navigli2026h2"} 2.591379e+06 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"} 26 sunlight_sequencing_pool_entries_count{log="navigli2027h1"} 2.591379e+06 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"} 0 sunlight_sequencing_pool_entries_count{log="navigli2027h2"} 2.591378e+06 # 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="navigli2025h2"} 2.591379e+06 sunlight_sequencing_rounds_total{error="",log="navigli2026h1"} 2.591379e+06 sunlight_sequencing_rounds_total{error="",log="navigli2026h2"} 2.591379e+06 sunlight_sequencing_rounds_total{error="",log="navigli2027h1"} 2.591379e+06 sunlight_sequencing_rounds_total{error="",log="navigli2027h2"} 2.591378e+06 # 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="navigli2025h2"} 1592 sunlight_sequencing_uploaded_tiles_total{log="navigli2026h1"} 5.236777e+06 sunlight_sequencing_uploaded_tiles_total{log="navigli2026h2"} 18 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h1"} 78 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h2"} 0 # 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.000418342 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.00048561 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.000867302 sunlight_sqlite_update_duration_seconds_sum 5568.38644294693 sunlight_sqlite_update_duration_seconds_count 1.310539e+07 # 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="navigli2025h2"} 0 sunlight_staging_discard_errors_total{log="navigli2026h1"} 0 sunlight_staging_discard_errors_total{log="navigli2026h2"} 0 sunlight_staging_discard_errors_total{log="navigli2027h1"} 0 sunlight_staging_discard_errors_total{log="navigli2027h2"} 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="navigli2025h2"} 1.60118735e+08 sunlight_tree_size_leaves_total{log="navigli2026h1"} 1.23598835e+08 sunlight_tree_size_leaves_total{log="navigli2026h2"} 6 sunlight_tree_size_leaves_total{log="navigli2027h1"} 26 sunlight_tree_size_leaves_total{log="navigli2027h2"} 0 # HELP sunlight_tree_timestamp_seconds Timestamp of the latest published tree head. # TYPE sunlight_tree_timestamp_seconds gauge sunlight_tree_timestamp_seconds{log="navigli2025h2"} 1.767005215917e+09 sunlight_tree_timestamp_seconds{log="navigli2026h1"} 1.767005216004e+09 sunlight_tree_timestamp_seconds{log="navigli2026h2"} 1.767005215924e+09 sunlight_tree_timestamp_seconds{log="navigli2027h1"} 1.767005216075e+09 sunlight_tree_timestamp_seconds{log="navigli2027h2"} 1.767005215971e+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="geomys.org/witness/test-log",progress="false"} 43126 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba",progress="false"} 51814 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba",progress="true"} 9 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="false"} 51519 sunlight_witness_add_checkpoint_requests_total{error="",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="true"} 300 sunlight_witness_add_checkpoint_requests_total{error="bad consistency proof",origin="keyserver.geomys.org",progress="true"} 146 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="keyserver.geomys.org",progress="false"} 139 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="keyserver.geomys.org",progress="true"} 7 sunlight_witness_add_checkpoint_requests_total{error="known tree size doesn't match provided old size",origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d",progress="true"} 2 sunlight_witness_add_checkpoint_requests_total{error="unknown log",origin="",progress=""} 16 # HELP sunlight_witness_http_in_flight_requests Requests currently being served, by endpoint. # TYPE sunlight_witness_http_in_flight_requests gauge sunlight_witness_http_in_flight_requests{endpoint="add-checkpoint"} 0 # 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.000908482 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.75"} 0.00096235 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.9"} 0.00099874 sunlight_witness_http_request_duration_seconds{endpoint="add-checkpoint",quantile="0.99"} 0.001045209 sunlight_witness_http_request_duration_seconds_sum{endpoint="add-checkpoint"} 136.24116609700064 sunlight_witness_http_request_duration_seconds_count{endpoint="add-checkpoint"} 147078 # 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"} 146768 sunlight_witness_http_requests_total{code="403",endpoint="add-checkpoint"} 16 sunlight_witness_http_requests_total{code="409",endpoint="add-checkpoint"} 148 sunlight_witness_http_requests_total{code="422",endpoint="add-checkpoint"} 146 # HELP sunlight_witness_known_logs Number of logs known to the witness. # TYPE sunlight_witness_known_logs gauge sunlight_witness_known_logs 9 # 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="geomys.org/witness/test-log"} 1 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/1643169b32bef33a3f54f8a353b87c475d19b6223cbb106390d10a29978e1cba"} 381310 sunlight_witness_log_entries_total{origin="sigsum.org/v1/tree/4e89cc51651f0d95f3c6127c15e1a42e3ddf7046c5b17b752689c402e773bb4d"} 18419