# 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"} 6.5269e-05 go_gc_duration_seconds{quantile="0.25"} 0.000117708 go_gc_duration_seconds{quantile="0.5"} 0.000130008 go_gc_duration_seconds{quantile="0.75"} 0.000144057 go_gc_duration_seconds{quantile="1"} 0.000428371 go_gc_duration_seconds_sum 1524.352170668 go_gc_duration_seconds_count 1.0821194e+07 # 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 35 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.6"} 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.116204e+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.53921314663184e+14 # 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 4.28229e+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.64795662487e+11 # 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.622808e+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.116204e+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.775936e+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 3.9272448e+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 73849 # 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 4.2745856e+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 8.7031808e+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.7622537400216694e+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.64795736336e+11 # 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 755680 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 1.28928e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 3.4705602e+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.46123e+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.816896e+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.816896e+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 1.11567128e+08 # 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 56 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1.51400083e+06 # 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 5.069958612292e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 6.7835059197559e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 47 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.7182592e+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.75511344378e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.384173568e+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="navigli2025h2",precert="",preissuer="",reused="false",root="",source=""} 80 sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="navigli2025h2",precert="",preissuer="",reused="true",root="",source=""} 1 sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="navigli2026h1",precert="",preissuer="",reused="false",root="",source=""} 459 sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="navigli2026h1",precert="",preissuer="",reused="true",root="",source=""} 3 sunlight_addchain_requests_total{chain_len="",error="invalid chain",issuer="",log="navigli2025h2",precert="",preissuer="",reused="false",root="",source=""} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2025h2",precert="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 473061 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2025h2",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1.6650454e+07 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 201935 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 5.674239e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2026h1",precert="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 386844 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Mysterious Mulberry E8",log="navigli2026h1",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1.8525233e+07 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"} 254275 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"} 9.092488e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2025h2",precert="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 472296 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2025h2",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1.6657904e+07 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 201878 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 5.677943e+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="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 387255 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Puzzling Parsnip E7",log="navigli2026h1",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1.8540642e+07 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"} 254789 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"} 9.101604e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2025h2",precert="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 177358 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2025h2",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 6.201852e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 74935 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 2.095574e+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="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 76945 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Riddling Rhubarb R12",log="navigli2026h1",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 3.335009e+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"} 45982 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"} 1.49774e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2025h2",precert="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 177892 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2025h2",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 6.209993e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 75746 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 2.100363e+06 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2026h1",precert="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 76270 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=(STAGING) Let's Encrypt, CN=(STAGING) Tenuous Tomato R13",log="navigli2026h1",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 3.332574e+06 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"} 46205 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"} 1.497592e+06 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="navigli2025h2",precert="",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="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="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 990 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="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 32865 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="",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1 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="",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="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"} 79 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"} 194 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="navigli2025h2",precert="",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="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="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 994 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="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 32889 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="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 5 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"} 88 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"} 186 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="navigli2025h2",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 4 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="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 396 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="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 11682 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="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1 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"} 9 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"} 31 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="navigli2025h2",precert="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 2 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="navigli2025h2",precert="true",preissuer="",reused="false",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 314 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="navigli2025h2",precert="true",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 11795 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="",preissuer="",reused="true",root="C=US, O=(STAGING) Internet Security Research Group, CN=(STAGING) Pretend Pear X1",source="sequencer"} 1 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"} 3 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"} 22 # 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"} 6.680188009233432e+06 sunlight_addchain_wait_seconds_count{log="navigli2025h2"} 6.321536e+07 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.5"} 0.071433872 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.75"} 0.147485823 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.9"} 0.19067511 sunlight_addchain_wait_seconds{log="navigli2026h1",quantile="0.99"} 0.213889025 sunlight_addchain_wait_seconds_sum{log="navigli2026h1"} 6.658552582921501e+06 sunlight_addchain_wait_seconds_count{log="navigli2026h1"} 6.645207e+07 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 sunlight_addchain_wait_seconds_count{log="navigli2026h2"} 0 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"} 0 sunlight_addchain_wait_seconds_count{log="navigli2027h1"} 0 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"} 13678.522351571839 sunlight_cache_get_duration_seconds_count{log="navigli2025h2"} 6.321536e+07 sunlight_cache_get_duration_seconds{log="navigli2026h1",quantile="0.5"} 0.000156767 sunlight_cache_get_duration_seconds{log="navigli2026h1",quantile="0.9"} 0.000211996 sunlight_cache_get_duration_seconds{log="navigli2026h1",quantile="0.99"} 0.000439191 sunlight_cache_get_duration_seconds_sum{log="navigli2026h1"} 8366.203110197155 sunlight_cache_get_duration_seconds_count{log="navigli2026h1"} 6.6452073e+07 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 sunlight_cache_get_duration_seconds_count{log="navigli2026h2"} 0 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 sunlight_cache_get_duration_seconds_count{log="navigli2027h1"} 0 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.9619e-05 sunlight_cache_put_duration_seconds{log="navigli2025h2",quantile="0.9"} 4.0809e-05 sunlight_cache_put_duration_seconds{log="navigli2025h2",quantile="0.99"} 5.5909e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2025h2"} 13505.430174207131 sunlight_cache_put_duration_seconds_count{log="navigli2025h2"} 3.5701483e+07 sunlight_cache_put_duration_seconds{log="navigli2026h1",quantile="0.5"} 0.000298464 sunlight_cache_put_duration_seconds{log="navigli2026h1",quantile="0.9"} 0.000614968 sunlight_cache_put_duration_seconds{log="navigli2026h1",quantile="0.99"} 0.000952981 sunlight_cache_put_duration_seconds_sum{log="navigli2026h1"} 11932.300471873254 sunlight_cache_put_duration_seconds_count{log="navigli2026h1"} 3.5701482e+07 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.5"} 2.97e-05 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.9"} 4.1129e-05 sunlight_cache_put_duration_seconds{log="navigli2026h2",quantile="0.99"} 5.2119e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2026h2"} 1108.6966476854386 sunlight_cache_put_duration_seconds_count{log="navigli2026h2"} 3.5701483e+07 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.5"} 2.8989e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.9"} 3.9039e-05 sunlight_cache_put_duration_seconds{log="navigli2027h1",quantile="0.99"} 5.1849e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2027h1"} 1106.807100301361 sunlight_cache_put_duration_seconds_count{log="navigli2027h1"} 3.5701482e+07 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.5"} 2.889e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.9"} 4.0199e-05 sunlight_cache_put_duration_seconds{log="navigli2027h2",quantile="0.99"} 4.9479e-05 sunlight_cache_put_duration_seconds_sum{log="navigli2027h2"} 1110.1330553888286 sunlight_cache_put_duration_seconds_count{log="navigli2027h2"} 3.5701483e+07 # 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"} 89 sunlight_config_roots_total{log="navigli2026h1"} 89 sunlight_config_roots_total{log="navigli2026h2"} 89 sunlight_config_roots_total{log="navigli2027h1"} 89 sunlight_config_roots_total{log="navigli2027h2"} 89 # 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"} 3507.0021898164173 sunlight_fs_op_duration_seconds_count{log="navigli2025h2",method="discard"} 1.9778524e+07 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.0006511269999999999 sunlight_fs_op_duration_seconds_count{log="navigli2025h2",method="fetch"} 13 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.5"} 0.000865333 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.75"} 0.000931952 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.9"} 0.000984471 sunlight_fs_op_duration_seconds{log="navigli2025h2",method="upload",quantile="0.99"} 0.001061659 sunlight_fs_op_duration_seconds_sum{log="navigli2025h2",method="upload"} 114373.14958855111 sunlight_fs_op_duration_seconds_count{log="navigli2025h2",method="upload"} 1.15573585e+08 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.5"} 0.000171326 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.75"} 0.000180096 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.9"} 0.000199766 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="discard",quantile="0.99"} 0.000313264 sunlight_fs_op_duration_seconds_sum{log="navigli2026h1",method="discard"} 2357.993436629734 sunlight_fs_op_duration_seconds_count{log="navigli2026h1",method="discard"} 1.3333832e+07 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.0005481679999999999 sunlight_fs_op_duration_seconds_count{log="navigli2026h1",method="fetch"} 8 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.5"} 0.000987531 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.75"} 0.001099168 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.9"} 0.001197806 sunlight_fs_op_duration_seconds{log="navigli2026h1",method="upload",quantile="0.99"} 0.001651607 sunlight_fs_op_duration_seconds_sum{log="navigli2026h1",method="upload"} 88855.67609339606 sunlight_fs_op_duration_seconds_count{log="navigli2026h1",method="upload"} 8.9919957e+07 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.00013827700000000002 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="fetch"} 3 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.5"} 0.000865492 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.75"} 0.000925892 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.9"} 0.00098081 sunlight_fs_op_duration_seconds{log="navigli2026h2",method="upload",quantile="0.99"} 0.001149107 sunlight_fs_op_duration_seconds_sum{log="navigli2026h2",method="upload"} 30904.162092625094 sunlight_fs_op_duration_seconds_count{log="navigli2026h2",method="upload"} 3.5701489e+07 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.000209837 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="fetch"} 3 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.5"} 0.000801875 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.75"} 0.000867973 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.9"} 0.000944742 sunlight_fs_op_duration_seconds{log="navigli2027h1",method="upload",quantile="0.99"} 0.001042619 sunlight_fs_op_duration_seconds_sum{log="navigli2027h1",method="upload"} 29214.41986877355 sunlight_fs_op_duration_seconds_count{log="navigli2027h1",method="upload"} 3.5701488e+07 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.000205786 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="fetch"} 3 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.5"} 0.000827244 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.75"} 0.000887922 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.9"} 0.000951121 sunlight_fs_op_duration_seconds{log="navigli2027h2",method="upload",quantile="0.99"} 0.00102312 sunlight_fs_op_duration_seconds_sum{log="navigli2027h2",method="upload"} 28987.882350160406 sunlight_fs_op_duration_seconds_count{log="navigli2027h2",method="upload"} 3.5701489e+07 # 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"} 3 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"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="navigli2027h2"} 0 sunlight_http_in_flight_requests{endpoint="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="navigli2025h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2025h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2025h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2025h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="navigli2025h2"} 4.95151000128769e+06 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="navigli2025h2"} 4.702089e+07 sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2026h1",quantile="0.5"} 0.069835504 sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2026h1",quantile="0.75"} 0.121965452 sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2026h1",quantile="0.9"} 0.18770348 sunlight_http_request_duration_seconds{endpoint="add-chain",log="navigli2026h1",quantile="0.99"} 0.213849886 sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="navigli2026h1"} 4.2596050354401115e+06 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="navigli2026h1"} 4.4661077e+07 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"} 1.890182174489163e+06 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2025h2"} 1.6194552e+07 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.5"} 0.110118409 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.75"} 0.162193339 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.9"} 0.201621881 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="navigli2026h1",quantile="0.99"} 0.220064262 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="navigli2026h1"} 2.579654022359237e+06 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="navigli2026h1"} 2.1791455e+07 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.5"} 0.000426301 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.75"} 0.000433391 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.9"} 0.000523469 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2025h2",quantile="0.99"} 0.000523469 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2025h2"} 253.18627382500756 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2025h2"} 594695 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.5"} 0.000409562 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.75"} 0.000414992 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.9"} 0.000637947 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h1",quantile="0.99"} 0.000637947 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2026h1"} 251.90764772399024 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h1"} 594711 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.5"} 0.000418621 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.75"} 0.000420551 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.9"} 0.000442261 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2026h2",quantile="0.99"} 0.000442261 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2026h2"} 253.83553475199352 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2026h2"} 594673 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.5"} 0.000438672 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.75"} 0.000456561 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.9"} 0.000483051 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h1",quantile="0.99"} 0.000483051 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h1"} 250.43433488700134 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h1"} 594671 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.5"} 0.000439712 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.75"} 0.00052887 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.9"} 0.001390072 sunlight_http_request_duration_seconds{endpoint="get-roots",log="navigli2027h2",quantile="0.99"} 0.001390072 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="navigli2027h2"} 250.42396070599233 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="navigli2027h2"} 594652 # 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="navigli2025h2"} 4.702081e+07 sunlight_http_requests_total{code="200",endpoint="add-chain",log="navigli2026h1"} 4.4660772e+07 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2025h2"} 1.6102613e+07 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="navigli2026h1"} 2.1790675e+07 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2025h2"} 594695 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h1"} 594711 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2026h2"} 594673 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h1"} 594671 sunlight_http_requests_total{code="200",endpoint="get-roots",log="navigli2027h2"} 594652 sunlight_http_requests_total{code="400",endpoint="add-chain",log="navigli2025h2"} 1 sunlight_http_requests_total{code="500",endpoint="add-chain",log="navigli2025h2"} 79 sunlight_http_requests_total{code="500",endpoint="add-chain",log="navigli2026h1"} 305 sunlight_http_requests_total{code="500",endpoint="add-pre-chain",log="navigli2025h2"} 91939 sunlight_http_requests_total{code="500",endpoint="add-pre-chain",log="navigli2026h1"} 780 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="navigli2025h2"} 5 sunlight_issuers_cache_total{log="navigli2026h1"} 5 sunlight_issuers_cache_total{log="navigli2026h2"} 0 sunlight_issuers_cache_total{log="navigli2027h1"} 0 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"} 3.519898926413e+12 sunlight_sequencing_data_tiles_bytes_count{log="navigli2025h2"} 1.9948556e+07 sunlight_sequencing_data_tiles_bytes{log="navigli2026h1",quantile="0.5"} 154455 sunlight_sequencing_data_tiles_bytes{log="navigli2026h1",quantile="0.9"} 299531 sunlight_sequencing_data_tiles_bytes{log="navigli2026h1",quantile="0.99"} 332691 sunlight_sequencing_data_tiles_bytes_sum{log="navigli2026h1"} 2.342351394444e+12 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h1"} 1.3541346e+07 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"} 0 sunlight_sequencing_data_tiles_bytes_count{log="navigli2026h2"} 0 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"} 0 sunlight_sequencing_data_tiles_bytes_count{log="navigli2027h1"} 0 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"} 1.323627277914e+12 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2025h2"} 1.9948556e+07 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h1",quantile="0.5"} 46822 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h1",quantile="0.9"} 88348 sunlight_sequencing_data_tiles_gzip_bytes{log="navigli2026h1",quantile="0.99"} 98101 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="navigli2026h1"} 7.87532509974e+11 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h1"} 1.3541346e+07 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"} 0 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2026h2"} 0 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"} 0 sunlight_sequencing_data_tiles_gzip_bytes_count{log="navigli2027h1"} 0 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.001861853 sunlight_sequencing_duration_seconds{log="navigli2025h2",quantile="0.75"} 0.001968991 sunlight_sequencing_duration_seconds{log="navigli2025h2",quantile="0.9"} 0.002052699 sunlight_sequencing_duration_seconds{log="navigli2025h2",quantile="0.99"} 0.002598048 sunlight_sequencing_duration_seconds_sum{log="navigli2025h2"} 345039.5863671265 sunlight_sequencing_duration_seconds_count{log="navigli2025h2"} 3.5701483e+07 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.5"} 0.01249435 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.75"} 0.017436892 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.9"} 0.02053477 sunlight_sequencing_duration_seconds{log="navigli2026h1",quantile="0.99"} 0.027329734 sunlight_sequencing_duration_seconds_sum{log="navigli2026h1"} 246867.43215627066 sunlight_sequencing_duration_seconds_count{log="navigli2026h1"} 3.5701482e+07 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.5"} 0.001712026 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.75"} 0.001836383 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.9"} 0.001934931 sunlight_sequencing_duration_seconds{log="navigli2026h2",quantile="0.99"} 0.002193456 sunlight_sequencing_duration_seconds_sum{log="navigli2026h2"} 61305.06576523071 sunlight_sequencing_duration_seconds_count{log="navigli2026h2"} 3.5701483e+07 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.5"} 0.001574899 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.75"} 0.001689326 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.9"} 0.001825124 sunlight_sequencing_duration_seconds{log="navigli2027h1",quantile="0.99"} 0.002113098 sunlight_sequencing_duration_seconds_sum{log="navigli2027h1"} 56982.404201746256 sunlight_sequencing_duration_seconds_count{log="navigli2027h1"} 3.5701482e+07 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.5"} 0.001651207 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.75"} 0.001767215 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.9"} 0.001834293 sunlight_sequencing_duration_seconds{log="navigli2027h2",quantile="0.99"} 0.002160027 sunlight_sequencing_duration_seconds_sum{log="navigli2027h2"} 58176.88088805108 sunlight_sequencing_duration_seconds_count{log="navigli2027h2"} 3.5701483e+07 # 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"} 8.6421424579e+10 sunlight_sequencing_leaf_bytes_count{log="navigli2025h2"} 6.321536e+07 sunlight_sequencing_leaf_bytes{log="navigli2026h1",quantile="0.5"} 1144 sunlight_sequencing_leaf_bytes{log="navigli2026h1",quantile="0.99"} 2217 sunlight_sequencing_leaf_bytes_sum{log="navigli2026h1"} 8.7777374143e+10 sunlight_sequencing_leaf_bytes_count{log="navigli2026h1"} 6.645207e+07 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"} 0 sunlight_sequencing_leaf_bytes_count{log="navigli2026h2"} 0 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"} 0 sunlight_sequencing_leaf_bytes_count{log="navigli2027h1"} 0 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"} 3.43603744804e+11 sunlight_sequencing_names_tiles_bytes_count{log="navigli2025h2"} 1.9948556e+07 sunlight_sequencing_names_tiles_bytes{log="navigli2026h1",quantile="0.5"} 16685 sunlight_sequencing_names_tiles_bytes{log="navigli2026h1",quantile="0.9"} 32973 sunlight_sequencing_names_tiles_bytes{log="navigli2026h1",quantile="0.99"} 36849 sunlight_sequencing_names_tiles_bytes_sum{log="navigli2026h1"} 2.39663578483e+11 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h1"} 1.3541346e+07 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"} 0 sunlight_sequencing_names_tiles_bytes_count{log="navigli2026h2"} 0 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"} 0 sunlight_sequencing_names_tiles_bytes_count{log="navigli2027h1"} 0 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"} 4.8801646789e+10 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2025h2"} 1.9948556e+07 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h1",quantile="0.5"} 2318 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h1",quantile="0.9"} 4175 sunlight_sequencing_names_tiles_gzip_bytes{log="navigli2026h1",quantile="0.99"} 4813 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="navigli2026h1"} 3.5852625011e+10 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h1"} 1.3541346e+07 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"} 0 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2026h2"} 0 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"} 0 sunlight_sequencing_names_tiles_gzip_bytes_count{log="navigli2027h1"} 0 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"} 6.321536e+07 sunlight_sequencing_pool_entries_count{log="navigli2025h2"} 3.5701483e+07 sunlight_sequencing_pool_entries{log="navigli2026h1",quantile="0.5"} 2 sunlight_sequencing_pool_entries{log="navigli2026h1",quantile="0.99"} 7 sunlight_sequencing_pool_entries_sum{log="navigli2026h1"} 6.645207e+07 sunlight_sequencing_pool_entries_count{log="navigli2026h1"} 3.5701482e+07 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"} 0 sunlight_sequencing_pool_entries_count{log="navigli2026h2"} 3.5701483e+07 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"} 0 sunlight_sequencing_pool_entries_count{log="navigli2027h1"} 3.5701482e+07 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"} 3.5701483e+07 # 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"} 3.5701483e+07 sunlight_sequencing_rounds_total{error="",log="navigli2026h1"} 3.5701482e+07 sunlight_sequencing_rounds_total{error="",log="navigli2026h2"} 3.5701483e+07 sunlight_sequencing_rounds_total{error="",log="navigli2027h1"} 3.5701482e+07 sunlight_sequencing_rounds_total{error="",log="navigli2027h2"} 3.5701483e+07 # 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"} 6.0093572e+07 sunlight_sequencing_uploaded_tiles_total{log="navigli2026h1"} 4.0884632e+07 sunlight_sequencing_uploaded_tiles_total{log="navigli2026h2"} 0 sunlight_sequencing_uploaded_tiles_total{log="navigli2027h1"} 0 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.000426141 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.00053606 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.000727836 sunlight_sqlite_update_duration_seconds_sum 78229.2455571264 sunlight_sqlite_update_duration_seconds_count 1.79221203e+08 # 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.60077334e+08 sunlight_tree_size_leaves_total{log="navigli2026h1"} 6.645207e+07 sunlight_tree_size_leaves_total{log="navigli2026h2"} 0 sunlight_tree_size_leaves_total{log="navigli2027h1"} 0 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.76225374135e+09 sunlight_tree_timestamp_seconds{log="navigli2026h1"} 1.762253741219e+09 sunlight_tree_timestamp_seconds{log="navigli2026h2"} 1.762253741291e+09 sunlight_tree_timestamp_seconds{log="navigli2027h1"} 1.762253741238e+09 sunlight_tree_timestamp_seconds{log="navigli2027h2"} 1.762253741376e+09 # 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="get-roots"} 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="get-roots",quantile="0.5"} 0.001025269 sunlight_witness_http_request_duration_seconds{endpoint="get-roots",quantile="0.75"} 0.001172276 sunlight_witness_http_request_duration_seconds{endpoint="get-roots",quantile="0.9"} 0.001290984 sunlight_witness_http_request_duration_seconds{endpoint="get-roots",quantile="0.99"} 0.001290984 sunlight_witness_http_request_duration_seconds_sum{endpoint="get-roots"} 702.1956781470078 sunlight_witness_http_request_duration_seconds_count{endpoint="get-roots"} 713830 # 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="get-roots"} 713790 sunlight_witness_http_requests_total{code="409",endpoint="get-roots"} 40