# 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.3273e-05 go_gc_duration_seconds{quantile="0.25"} 0.00010874 go_gc_duration_seconds{quantile="0.5"} 0.000123147 go_gc_duration_seconds{quantile="0.75"} 0.00013426 go_gc_duration_seconds{quantile="1"} 0.002189111 go_gc_duration_seconds_sum 48.026886572 go_gc_duration_seconds_count 344295 # 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 34 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.27.0"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 4.1257936e+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.451913051128e+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.371509e+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 9.985117928e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.763904e+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 4.1257936e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 3.6282368e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.861952e+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 98457 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.9546112e+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.4901888e+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.7903592348571782e+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 9.985216385e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 36736 # 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 48216 # 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 567200 # 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.02816e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.7379042e+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 3.135883e+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 3.178496e+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 3.178496e+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.00428056e+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 16 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 27 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 70183.88 # 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.711902176046e+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 3.7829166104271e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 43 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.263210496e+09 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78965080005e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 2.565537792e+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="trastevere2026h2",low_priority="",precert="",preissuer="",reused="true",root="",source=""} 68 sunlight_addchain_requests_total{chain_len="",error="failed to read body",issuer="",log="trastevere2028h1",low_priority="",precert="",preissuer="",reused="false",root="",source=""} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, CN=Hellenic Academic and Research Institutions RootCA 2015",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="false",root="C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, CN=Hellenic Academic and Research Institutions RootCA 2015",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=IT, O=Actalis S.p.A./03358520967, L=Milan, CN=Actalis Authentication Root CA",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="false",root="C=IT, O=Actalis S.p.A./03358520967, L=Milan, CN=Actalis Authentication Root CA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=TR, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, L=Gebze - Kocaeli, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1",log="trastevere2027h1",low_priority="false",precert="",preissuer="",reused="false",root="C=TR, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, L=Gebze - Kocaeli, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",log="trastevere2028h2",low_priority="false",precert="",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",log="trastevere2028h2",low_priority="false",precert="",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3",log="trastevere2027h2",low_priority="false",precert="",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA",source="cache"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 11668 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 154 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 11807 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 19 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 11653 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 171 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 11807 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="true",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 12 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 2 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 11679 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 141 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 11807 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 20 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 11648 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 165 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 11809 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="true",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 4 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="true",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 11690 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="pool"} 127 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="O=Geomys, CN=CT Uptime Test Root",source="sequencer"} 11807 sunlight_addchain_requests_total{chain_len="2",error="",issuer="O=Geomys, CN=CT Uptime Test Root",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="true",root="O=Geomys, CN=CT Uptime Test Root",source="cache"} 11 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AE, O=SSL2BUY EMEA LLC, CN=SSL2BUY EMEA RSA Domain Validation Secure Server CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 28 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AE, O=SSL2BUY EMEA LLC, CN=SSL2BUY EMEA RSA Organization Validation Secure Server CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="cache"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 59382 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="cache"} 7 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 765894 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2904 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="cache"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 34009 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 36 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R3 DV TLS CA 2020",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign Root CA - R3, CN=GlobalSign",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign Root CA - R6, CN=GlobalSign",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=BE, O=GlobalSign nv-sa, CN=GlobalSign RSA OV SSL CA 2018",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="O=GlobalSign, OU=GlobalSign Root CA - R3, CN=GlobalSign",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=BR, O=Valid Certificadora Digital LTDA, CN=Valid Certificadora RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=BR, O=Valid Certificadora Digital LTDA, CN=Valid Certificadora RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=BR, O=Valid Certificadora Digital LTDA, CN=Valid Certificadora RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust DV TLS Issuing RSA CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 6 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust DV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 30 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust DV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 7 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust EV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 10 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing ECC CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 33 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 136 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 9 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=Beijing Xinchacha Credit Management Co., Ltd., CN=XinChaCha Trust RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=WoTrus CA Limited, CN=WoTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 125 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=WoTrus CA Limited, CN=WoTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 7 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=WoTrus CA Limited, CN=WoTrus RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=Zhejiang Huluwa Digital Certification Co., Ltd., CN=cnTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 5 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=Zhejiang Huluwa Digital Certification Co., Ltd., CN=cnTrus RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 5 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=Zhejiang Huluwa Digital Certification Co., Ltd., CN=cnTrus RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=Zhejiang Xinya Network Technology Co., Ltd., CN=CATrust RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=sslTrus Inc., CN=sslTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 35 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=sslTrus Inc., CN=sslTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CN, O=sslTrus Inc., CN=sslTrus RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CZ, O=Alpiro s.r.o., CN=Alpiro RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CZ, O=Alpiro s.r.o., CN=Alpiro RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 16 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=CZ, O=Alpiro s.r.o., CN=Alpiro RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=DE, O=EUNETIC GmbH, CN=EUNETIC RSA Domain Validation Secure Server CA 4",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=DE, O=EUNETIC GmbH, CN=EUNETIC RSA Domain Validation Secure Server CA 4",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=DE, O=EUNETIC GmbH, CN=EUNETIC RSA Domain Validation Secure Server CA 4",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=DE, O=Key-Systems GmbH, CN=GlobeSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=DE, O=Key-Systems GmbH, CN=GlobeSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=ES, O=Izenpe, CN=Izenpe RSA DV SSL CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Website Authentication CA R39",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=ES, O=Soluciones Corporativas IP SL, CN=Don Dominio RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=ES, O=Soluciones Corporativas IP SL, CN=Don Dominio RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 41 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=ES, O=Soluciones Corporativas IP SL, CN=Don Dominio RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=FR, O=Gandi, CN=Gandi RSA Domain Validation Secure Server CA 4",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 283 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=FR, O=Gandi, CN=Gandi RSA Domain Validation Secure Server CA 4",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 25 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=FR, O=Ziwit SAS, CN=TrustSign RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2026h2",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 100 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2026h2",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 97 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2026h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 5 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 101 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 5 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 103 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h1",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 18 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 119 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 7 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 19 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 112 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 6 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 8 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2027h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 10 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 102 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 8 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 12 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 7 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 107 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 9 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h1",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 8 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 5 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 103 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 6 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 101 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="cache"} 7 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2028h2",low_priority="false",precert="true",preissuer="",reused="true",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 6 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="cache"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 37543 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 323634 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 55 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 261 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2420 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 17761 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3003 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 12 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 95 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV R40",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 14 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 51 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 71 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E40",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E40",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 22 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E40",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E40",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 139 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1358 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2145 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 248 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R40",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R40",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 223 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R40",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 22 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=Sectigo Limited, L=Salford, ST=Greater Manchester, CN=Sectigo RSA Domain Validation Secure Server CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, CN=USERTrust RSA Certification Authority",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=TBS INTERNET Ltd, CN=TBS RSA Organization Validation Secure Server CA 4",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=The Trustico Group Ltd, CN=Trustico ECC DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=The Trustico Group Ltd, CN=Trustico RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 10 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GB, O=The Trustico Group Ltd, CN=Trustico RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=GR, O=Hellenic Academic and Research Institutions CA, CN=GEANT TLS ECC 1",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GR, O=Hellenic Academic and Research Institutions CA, CN=HARICA TLS ECC Root CA 2021",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=IT, O=Actalis S.p.A., L=Ponte San Pietro, ST=Bergamo, CN=Actalis Domain Validation Server CA G3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=IT, O=Actalis S.p.A./03358520967, L=Milan, CN=Actalis Authentication Root CA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=IT, O=Telecom Italia Trust Technologies S.R.L., CN=Telecom Italia Trust Technologies RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=IT, O=Telecom Italia Trust Technologies S.R.L., CN=Telecom Italia Trust Technologies RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=IT, O=Telecom Italia Trust Technologies S.R.L., CN=Telecom Italia Trust Technologies RSA OV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=IT, O=Telecom Italia Trust Technologies S.R.L., CN=Telecom Italia Trust Technologies RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=CloudSecure Corporation, CN=CloudSecure RSA Domain Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 44 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=CloudSecure Corporation, CN=CloudSecure RSA Domain Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=CloudSecure Corporation, CN=CloudSecure RSA Organization Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 6 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=CloudSecure Corporation, CN=CloudSecure RSA Organization Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=Nijimo, Inc., CN=FujiSSL ECC Domain Validation Secure Server CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=Nijimo, Inc., CN=FujiSSL RSA Domain Validation Secure Server CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 12 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=Nijimo, Inc., CN=FujiSSL RSA Domain Validation Secure Server CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 20 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=Nijimo, Inc., CN=FujiSSL RSA Domain Validation Secure Server CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=Nijimo, Inc., CN=FujiSSL RSA Extended Validation Secure Server CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=JP, O=Nijimo, Inc., CN=FujiSSL RSA Organization Validation Secure Server CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=LV, O=GoGetSSL, CN=GoGetSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=LV, O=GoGetSSL, CN=GoGetSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 11 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=LV, O=GoGetSSL, CN=GoGetSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 130 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=LV, O=GoGetSSL, CN=GoGetSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 17 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=PL, O=Asseco Data Systems S.A., CN=Certum DV TLS G2 R39 CA",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=PL, O=Asseco Data Systems S.A., OU=Certum Certification Authority, CN=Certum Trusted Root CA",source="cache"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=PL, O=Asseco Data Systems S.A., CN=Certum DV TLS G2 R39 CA",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=PL, O=Asseco Data Systems S.A., OU=Certum Certification Authority, CN=Certum Trusted Root CA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=PL, O=home.pl S.A., CN=home pl DV TLS G2 R35 CA",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=PL, O=Asseco Data Systems S.A., OU=Certum Certification Authority, CN=Certum Trusted Root CA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=PL, O=home.pl S.A., CN=home pl DV TLS G2 R35 CA",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=PL, O=Asseco Data Systems S.A., OU=Certum Certification Authority, CN=Certum Trusted Root CA",source="cache"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=PL, O=home.pl S.A., CN=home pl DV TLS G2 R35 CA",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=PL, O=Asseco Data Systems S.A., OU=Certum Certification Authority, CN=Certum Trusted Root CA",source="sequencer"} 6 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=PL, O=home.pl S.A., CN=home pl DV TLS G2 R35 CA",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="true",root="C=PL, O=Asseco Data Systems S.A., OU=Certum Certification Authority, CN=Certum Trusted Root CA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=PT, O=MarketWare - Soluções para Mercados Digitais, Lda., CN=MarketWare RSA Extended Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Certera LLC, CN=Certera RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 7 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Certera LLC, CN=Certera RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 15 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 5 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA OV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 39 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=CrowdStrike, Inc., CN=CrowdStrike RSA OV SSL CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=DigiCert Inc, CN=DigiCert EV RSA CA G2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=DigiCert Inc, CN=DigiCert EV RSA CA G2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=DigiCert Inc, CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=DigiCert Inc, CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=GeoTrust TLS RSA CA G1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=RapidSSL TLS RSA CA G1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=GoDaddy.com, Inc., OU=http://certs.godaddy.com/repository/, L=Scottsdale, ST=Arizona, CN=Go Daddy Secure Certificate Authority - G2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=GoDaddy.com, Inc., OU=http://certs.godaddy.com/repository/, L=Scottsdale, ST=Arizona, CN=Go Daddy Secure Certificate Authority - G2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=IdenTrust, OU=HydrantID Trusted Certificate Service, CN=HydrantID Server CA O1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="true",root="C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=McAfee, LLC, CN=McAfee RSA Organization Validation Secure Server CA 4",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=SSL Corporation, CN=SSL.com TLS Issuing RSA CA R1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="true",root="C=US, O=SSL Corporation, CN=SSL.com TLS RSA Root CA 2022",source="cache"} 1 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 110 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1259 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 22 sunlight_addchain_requests_total{chain_len="3",error="",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="canceled"} 75 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="canceled"} 1413 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 8 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 49 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=CN, O=WoTrus CA Limited, CN=WoTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=CN, O=sslTrus Inc., CN=sslTrus RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=FR, O=Gandi, CN=Gandi RSA Domain Validation Secure Server CA 4",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="canceled"} 69 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="canceled"} 605 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 39 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 18 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 4 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 6 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R40",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=LV, O=GoGetSSL, CN=GoGetSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="canceled"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while queued for the pool",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="canceled"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1823 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL ECC DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 32973 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 76 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1538 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=AT, O=ZeroSSL GmbH, CN=ZeroSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CA, O=Entrust Limited, CN=Entrust DV TLS Issuing RSA CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing ECC CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 9 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CA, O=Entrust Limited, CN=Entrust OV TLS Issuing RSA CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 4 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CN, O=WoTrus CA Limited, CN=WoTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 9 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CN, O=sslTrus Inc., CN=sslTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CN, O=sslTrus Inc., CN=sslTrus RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CN, O=sslTrus Inc., CN=sslTrus RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=CZ, O=Alpiro s.r.o., CN=Alpiro RSA DV SSL CA 2",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=ES, O=Soluciones Corporativas IP SL, CN=Don Dominio RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=FR, O=Gandi, CN=Gandi RSA Domain Validation Secure Server CA 4",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 8 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1180 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 15160 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 116 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 771 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA DV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 193 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA EV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV E40",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 69 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 95 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R36",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 11 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R40",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication CA OV R40",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 9 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=JP, O=CloudSecure Corporation, CN=CloudSecure RSA Domain Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=JP, O=Gehirn Inc., CN=Gehirn RSA Domain Validation Secure Server CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=LV, O=GoGetSSL, CN=GoGetSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=LV, O=GoGetSSL, CN=GoGetSSL RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA DV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=Corporation Service Company, CN=Corporation Service Company RSA OV SSL CA 2",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root R46",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 51 sunlight_addchain_requests_total{chain_len="3",error="client went away: failed to sequence leaf: context canceled while waiting for sequencing",issuer="C=US, O=cPanel, LLC, CN=cPanel ECC Domain Validation Secure Server CA 3",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=GB, O=Sectigo Limited, CN=Sectigo Public Server Authentication Root E46",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=CH, O=SwissSign AG, CN=SwissSign RSA TLS DV ICA 2022 - 1",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Intermediate 1",log="trastevere2026h2",low_priority="true",precert="true",preissuer="true",reused="false",root="C=GB, O=Google UK Ltd., OU=Certificate Transparency, ST=London, CN=Merge Delay Monitor Root",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=PL, O=home.pl S.A., CN=home pl DV TLS G2 R35 CA",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=PL, O=home.pl S.A., CN=home pl DV TLS G2 R35 CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA",source="cache"} 4 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=PL, O=home.pl S.A., CN=home pl DV TLS G2 R35 CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=TR, O=Isimtescil Bilisim A.S., CN=TrustSafe TLS RSA SubCA R1",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=SSL Corporation, L=Houston, ST=Texas, CN=SSL.com Root Certification Authority RSA",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=GoDaddy.com, CN=GoDaddy TLS Intermediate CA DV - R1v1",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="sequencer"} 3 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=GoDaddy.com, CN=GoDaddy TLS Intermediate CA DV - R1v1",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=GoDaddy.com, CN=GoDaddy TLS Intermediate CA DV - R1v1",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="cache"} 5 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=GoDaddy.com, CN=GoDaddy TLS Intermediate CA DV - R1v1",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="sequencer"} 5 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=GoDaddy.com, CN=GoDaddy TLS Intermediate CA DV - R1v1",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="true",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="cache"} 2 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=GoDaddy.com, CN=GoDaddy TLS Intermediate CA DV - R1v1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="cache"} 5 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=GoDaddy.com, CN=GoDaddy TLS Intermediate CA DV - R1v1",log="trastevere2027h1",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - G2",source="sequencer"} 2 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 02",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 02",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 04",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="true",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 04",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 2 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 04",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 10",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 2 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 16",log="trastevere2026h2",low_priority="true",precert="",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 3 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 16",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="cache"} 1 sunlight_addchain_requests_total{chain_len="4",error="",issuer="C=US, O=Microsoft Corporation, CN=Microsoft TLS G2 RSA CA OCSP 16",log="trastevere2026h2",low_priority="true",precert="true",preissuer="",reused="false",root="C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2",source="sequencer"} 1 sunlight_addchain_requests_total{chain_len="5",error="",issuer="C=PL, O=nazwa.pl Sp. z o.o., CN=nazwaSSL DV TLS G2 E29 CA",log="trastevere2027h1",low_priority="true",precert="",preissuer="",reused="false",root="C=PL, O=Unizeto Sp. z o.o., CN=Certum CA",source="sequencer"} 1 # 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="trastevere2026h2",quantile="0.5"} 0.124899692 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.75"} 0.169336272 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.9"} 0.191630628 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.99"} 0.211005923 sunlight_addchain_wait_seconds_sum{log="trastevere2026h2"} 140664.0765521449 sunlight_addchain_wait_seconds_count{log="trastevere2026h2"} 1.294124e+06 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.5"} 0.081036039 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.75"} 0.175847179 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.9"} 0.213764556 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.99"} 0.213764556 sunlight_addchain_wait_seconds_sum{log="trastevere2027h1"} 4242.953876325037 sunlight_addchain_wait_seconds_count{log="trastevere2027h1"} 38011 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.5"} 0.082892829 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.75"} 0.082892829 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.9"} 0.082892829 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.99"} 0.082892829 sunlight_addchain_wait_seconds_sum{log="trastevere2027h2"} 1309.5682752790021 sunlight_addchain_wait_seconds_count{log="trastevere2027h2"} 12052 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.5"} 0.05856967 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.75"} 0.05856967 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.9"} 0.05856967 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.99"} 0.05856967 sunlight_addchain_wait_seconds_sum{log="trastevere2028h1"} 1321.7712268849998 sunlight_addchain_wait_seconds_count{log="trastevere2028h1"} 12042 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.5"} 0.162006893 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.75"} 0.162006893 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.9"} 0.162006893 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.99"} 0.162006893 sunlight_addchain_wait_seconds_sum{log="trastevere2028h2"} 1313.229982043004 sunlight_addchain_wait_seconds_count{log="trastevere2028h2"} 12024 # HELP sunlight_build_info Build information about the running sunlight binary. # TYPE sunlight_build_info gauge sunlight_build_info{commit="9df52bc1601173528297f188120eebe0b9ff3355",version="v0.9.1-0.20260917130017-9df52bc16011"} 1 # HELP sunlight_cache_checkpoint_busy_total Number of cache WAL checkpoints that couldn't complete and reset the WAL. # TYPE sunlight_cache_checkpoint_busy_total counter sunlight_cache_checkpoint_busy_total{log="trastevere2026h2"} 0 sunlight_cache_checkpoint_busy_total{log="trastevere2027h1"} 0 sunlight_cache_checkpoint_busy_total{log="trastevere2027h2"} 0 sunlight_cache_checkpoint_busy_total{log="trastevere2028h1"} 0 sunlight_cache_checkpoint_busy_total{log="trastevere2028h2"} 0 # HELP sunlight_cache_checkpoint_duration_seconds Duration of deduplication cache WAL checkpoints. # TYPE sunlight_cache_checkpoint_duration_seconds summary sunlight_cache_checkpoint_duration_seconds{log="trastevere2026h2",quantile="0.5"} 5.6208e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000146332 sunlight_cache_checkpoint_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000305781 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2026h2"} 308.6871345899804 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2026h2"} 3.542176e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.5"} 5.6108e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.9"} 6.1819e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.000142345 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2027h1"} 205.06849546400062 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2027h1"} 3.542176e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.5"} 5.5587e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.9"} 6.1699e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.000135271 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2027h2"} 199.86440873199828 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2027h2"} 3.542175e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.5"} 5.8232e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.9"} 7.1378e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.000122187 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2028h1"} 215.6069483379942 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2028h1"} 3.542175e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.5"} 5.7341e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.9"} 7.2009e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.99"} 0.000116715 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2028h2"} 213.13980896497094 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2028h2"} 3.542174e+06 # HELP sunlight_cache_checkpoint_errors_total Number of failed cache WAL checkpoints. # TYPE sunlight_cache_checkpoint_errors_total counter sunlight_cache_checkpoint_errors_total{log="trastevere2026h2"} 0 sunlight_cache_checkpoint_errors_total{log="trastevere2027h1"} 0 sunlight_cache_checkpoint_errors_total{log="trastevere2027h2"} 0 sunlight_cache_checkpoint_errors_total{log="trastevere2028h1"} 0 sunlight_cache_checkpoint_errors_total{log="trastevere2028h2"} 0 # HELP sunlight_cache_database_bytes Size of the deduplication cache database file. # TYPE sunlight_cache_database_bytes gauge sunlight_cache_database_bytes{log="trastevere2026h2"} 8.68286464e+08 sunlight_cache_database_bytes{log="trastevere2027h1"} 2.88088064e+08 sunlight_cache_database_bytes{log="trastevere2027h2"} 823296 sunlight_cache_database_bytes{log="trastevere2028h1"} 823296 sunlight_cache_database_bytes{log="trastevere2028h2"} 835584 # 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="trastevere2026h2",quantile="0.5"} 0.000138828 sunlight_cache_get_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000150922 sunlight_cache_get_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.00030017 sunlight_cache_get_duration_seconds_sum{log="trastevere2026h2"} 176.23209618100242 sunlight_cache_get_duration_seconds_count{log="trastevere2026h2"} 1.305841e+06 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.5"} 0.00018634 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.9"} 0.00024788 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.00024788 sunlight_cache_get_duration_seconds_sum{log="trastevere2027h1"} 8.688381095999995 sunlight_cache_get_duration_seconds_count{log="trastevere2027h1"} 49718 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.5"} 7.5536e-05 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.9"} 0.000120673 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.000120673 sunlight_cache_get_duration_seconds_sum{log="trastevere2027h2"} 2.206537885 sunlight_cache_get_duration_seconds_count{log="trastevere2027h2"} 23801 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.5"} 7.5156e-05 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.9"} 0.000114441 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.000114441 sunlight_cache_get_duration_seconds_sum{log="trastevere2028h1"} 2.2135362220000108 sunlight_cache_get_duration_seconds_count{log="trastevere2028h1"} 23729 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.5"} 0.000102538 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.9"} 0.000171221 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.99"} 0.000171221 sunlight_cache_get_duration_seconds_sum{log="trastevere2028h2"} 2.1788508940000204 sunlight_cache_get_duration_seconds_count{log="trastevere2028h2"} 23743 # 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="trastevere2026h2",quantile="0.5"} 2.6511e-05 sunlight_cache_put_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000244703 sunlight_cache_put_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000740111 sunlight_cache_put_duration_seconds_sum{log="trastevere2026h2"} 324.7548212910785 sunlight_cache_put_duration_seconds_count{log="trastevere2026h2"} 3.542176e+06 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.5"} 2.7052e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.9"} 3.2774e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.00026348 sunlight_cache_put_duration_seconds_sum{log="trastevere2027h1"} 110.76082602302093 sunlight_cache_put_duration_seconds_count{log="trastevere2027h1"} 3.542176e+06 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.5"} 2.6812e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.9"} 3.1151e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.99"} 6.6429e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2027h2"} 101.17694742001804 sunlight_cache_put_duration_seconds_count{log="trastevere2027h2"} 3.542175e+06 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.5"} 2.8305e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.9"} 3.6561e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.000111416 sunlight_cache_put_duration_seconds_sum{log="trastevere2028h1"} 111.79887167302346 sunlight_cache_put_duration_seconds_count{log="trastevere2028h1"} 3.542175e+06 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.5"} 2.7773e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.9"} 3.8614e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.99"} 8.6998e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2028h2"} 109.11150681002871 sunlight_cache_put_duration_seconds_count{log="trastevere2028h2"} 3.542174e+06 # HELP sunlight_cache_put_entries_total Number of entries in deduplication cache inserts, successful or not. # TYPE sunlight_cache_put_entries_total counter sunlight_cache_put_entries_total{log="trastevere2026h2"} 1.294124e+06 sunlight_cache_put_entries_total{log="trastevere2027h1"} 38011 sunlight_cache_put_entries_total{log="trastevere2027h2"} 12052 sunlight_cache_put_entries_total{log="trastevere2028h1"} 12042 sunlight_cache_put_entries_total{log="trastevere2028h2"} 12024 # 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="trastevere2026h2"} 0 sunlight_cache_put_errors_total{log="trastevere2027h1"} 0 sunlight_cache_put_errors_total{log="trastevere2027h2"} 0 sunlight_cache_put_errors_total{log="trastevere2028h1"} 0 sunlight_cache_put_errors_total{log="trastevere2028h2"} 0 # HELP sunlight_cache_wal_frames Frames in the cache WAL as of the latest checkpoint. # TYPE sunlight_cache_wal_frames gauge sunlight_cache_wal_frames{log="trastevere2026h2"} 3 sunlight_cache_wal_frames{log="trastevere2027h1"} 1 sunlight_cache_wal_frames{log="trastevere2027h2"} 1 sunlight_cache_wal_frames{log="trastevere2028h1"} 1 sunlight_cache_wal_frames{log="trastevere2028h2"} 1 # HELP sunlight_config_notafter_end_timestamp_seconds End of the NotAfter accepted period. # TYPE sunlight_config_notafter_end_timestamp_seconds gauge sunlight_config_notafter_end_timestamp_seconds{log="trastevere2026h2"} 1.7987616e+09 sunlight_config_notafter_end_timestamp_seconds{log="trastevere2027h1"} 1.8144e+09 sunlight_config_notafter_end_timestamp_seconds{log="trastevere2027h2"} 1.8302976e+09 sunlight_config_notafter_end_timestamp_seconds{log="trastevere2028h1"} 1.8460224e+09 sunlight_config_notafter_end_timestamp_seconds{log="trastevere2028h2"} 1.86192e+09 # HELP sunlight_config_notafter_start_timestamp_seconds Start of the NotAfter accepted period. # TYPE sunlight_config_notafter_start_timestamp_seconds gauge sunlight_config_notafter_start_timestamp_seconds{log="trastevere2026h2"} 1.782864e+09 sunlight_config_notafter_start_timestamp_seconds{log="trastevere2027h1"} 1.7987616e+09 sunlight_config_notafter_start_timestamp_seconds{log="trastevere2027h2"} 1.8144e+09 sunlight_config_notafter_start_timestamp_seconds{log="trastevere2028h1"} 1.8302976e+09 sunlight_config_notafter_start_timestamp_seconds{log="trastevere2028h2"} 1.8460224e+09 # HELP sunlight_config_roots_total Number of accepted roots. # TYPE sunlight_config_roots_total gauge sunlight_config_roots_total{log="trastevere2026h2"} 220 sunlight_config_roots_total{log="trastevere2027h1"} 220 sunlight_config_roots_total{log="trastevere2027h2"} 220 sunlight_config_roots_total{log="trastevere2028h1"} 220 sunlight_config_roots_total{log="trastevere2028h2"} 220 # HELP sunlight_fs_op_duration_seconds Overall local backend operation latency. # TYPE sunlight_fs_op_duration_seconds summary sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.5"} 0.000174126 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.75"} 0.000178294 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.9"} 0.000201179 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.99"} 0.000325229 sunlight_fs_op_duration_seconds_sum{log="trastevere2026h2",method="discard"} 162.84343634299842 sunlight_fs_op_duration_seconds_count{log="trastevere2026h2",method="discard"} 923221 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="trastevere2026h2",method="fetch"} 0.003993546 sunlight_fs_op_duration_seconds_count{log="trastevere2026h2",method="fetch"} 55 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.5"} 0.000870392 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.75"} 0.001027957 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.9"} 0.001100547 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.99"} 0.001218025 sunlight_fs_op_duration_seconds_sum{log="trastevere2026h2",method="upload"} 6759.677875802972 sunlight_fs_op_duration_seconds_count{log="trastevere2026h2",method="upload"} 7.244501e+06 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.5"} 0.00017623 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.75"} 0.000181801 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.9"} 0.000183274 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.99"} 0.000183274 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h1",method="discard"} 7.184376022999951 sunlight_fs_op_duration_seconds_count{log="trastevere2027h1",method="discard"} 37360 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="trastevere2027h1",method="fetch"} 0.007804928999999999 sunlight_fs_op_duration_seconds_count{log="trastevere2027h1",method="fetch"} 101 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.5"} 0.000820957 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.75"} 0.000868799 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.9"} 0.000954194 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.99"} 0.001762818 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h1",method="upload"} 3107.987521782938 sunlight_fs_op_duration_seconds_count{log="trastevere2027h1",method="upload"} 3.691778e+06 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.5"} 0.00017079 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.75"} 0.00017079 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.9"} 0.00017079 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.99"} 0.00017079 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h2",method="discard"} 2.0069618430000027 sunlight_fs_op_duration_seconds_count{log="trastevere2027h2",method="discard"} 12051 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="trastevere2027h2",method="fetch"} 0.001379749 sunlight_fs_op_duration_seconds_count{log="trastevere2027h2",method="fetch"} 11 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.5"} 0.00081747 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.75"} 0.000857047 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.9"} 0.000898186 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.99"} 0.001286266 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h2",method="upload"} 2964.842703431966 sunlight_fs_op_duration_seconds_count{log="trastevere2027h2",method="upload"} 3.590428e+06 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.5"} 0.000191851 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.75"} 0.000191851 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.9"} 0.000191851 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.99"} 0.000191851 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h1",method="discard"} 2.02463957699999 sunlight_fs_op_duration_seconds_count{log="trastevere2028h1",method="discard"} 12042 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="trastevere2028h1",method="fetch"} 0.001390249 sunlight_fs_op_duration_seconds_count{log="trastevere2028h1",method="fetch"} 13 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.5"} 0.000856466 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.75"} 0.000908386 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.9"} 0.000955186 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.99"} 0.001335652 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h1",method="upload"} 3186.1726351930215 sunlight_fs_op_duration_seconds_count{log="trastevere2028h1",method="upload"} 3.590394e+06 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.5"} 0.00016567 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.75"} 0.00016567 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.9"} 0.00016567 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.99"} 0.00016567 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h2",method="discard"} 2.0110695329999984 sunlight_fs_op_duration_seconds_count{log="trastevere2028h2",method="discard"} 12024 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="fetch",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="fetch",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="fetch",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="fetch",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="trastevere2028h2",method="fetch"} 0.0010473260000000001 sunlight_fs_op_duration_seconds_count{log="trastevere2028h2",method="fetch"} 11 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.5"} 0.000834353 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.75"} 0.000873028 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.9"} 0.000920189 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.99"} 0.001102982 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h2",method="upload"} 3044.657071943918 sunlight_fs_op_duration_seconds_count{log="trastevere2028h2",method="upload"} 3.590319e+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="trastevere2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="trastevere2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="trastevere2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="trastevere2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-chain",log="trastevere2028h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="trastevere2026h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="trastevere2027h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="trastevere2027h2"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="trastevere2028h1"} 0 sunlight_http_in_flight_requests{endpoint="add-pre-chain",log="trastevere2028h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="trastevere2026h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="trastevere2027h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="trastevere2027h2"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="trastevere2028h1"} 0 sunlight_http_in_flight_requests{endpoint="get-roots",log="trastevere2028h2"} 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="trastevere2026h2",quantile="0.5"} 0.127359627 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.75"} 0.171148274 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.9"} 0.194154257 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.99"} 0.289275505 sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2026h2"} 144153.17369175592 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2026h2"} 1.284528e+06 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.5"} 0.056850576 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.75"} 0.082809618 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.9"} 0.215390078 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.99"} 0.215390078 sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2027h1"} 3003.975634401981 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2027h1"} 26181 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2027h2"} 14.082958286999997 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2027h2"} 149 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2028h1"} 13.525413651999996 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2028h1"} 136 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h2",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h2",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h2",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2028h2",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2028h2"} 12.445286179999998 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2028h2"} 119 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.5"} 0.001006426 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.75"} 0.214237379 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.9"} 0.214237379 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.99"} 0.214237379 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2026h2"} 1363.2325762969965 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2026h2"} 23762 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.5"} 0.001123682 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.75"} 0.176629611 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.9"} 0.176629611 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.99"} 0.176629611 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2027h1"} 1387.860867389005 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2027h1"} 23783 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.5"} 0.001156406 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.75"} 0.083932799 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.9"} 0.083932799 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.99"} 0.083932799 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2027h2"} 1330.4131805050038 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2027h2"} 23793 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.5"} 0.001094135 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.75"} 0.059635691 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.9"} 0.059635691 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.99"} 0.059635691 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2028h1"} 1351.2792603769994 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2028h1"} 23759 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.5"} 0.001076892 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.75"} 0.163356682 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.9"} 0.163356682 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.99"} 0.163356682 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2028h2"} 1335.8126509170072 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2028h2"} 23751 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.5"} 0.363491721 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.75"} 0.492533311 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.9"} 0.492533311 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.99"} 0.492533311 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2026h2"} 1003.8053591460007 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2026h2"} 1964 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.5"} 0.509307817 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.75"} 0.509307817 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.9"} 0.509307817 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.99"} 0.509307817 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2027h1"} 1009.8846649349986 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2027h1"} 1967 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.5"} 0.699992817 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.75"} 0.699992817 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.9"} 0.699992817 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.99"} 0.699992817 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2027h2"} 1005.1335252059991 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2027h2"} 1961 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.5"} 0.548097651 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.75"} 0.548097651 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.9"} 0.548097651 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.99"} 0.548097651 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2028h1"} 1011.7041372069996 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2028h1"} 1963 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.5"} 0.54096826 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.75"} 0.54096826 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.9"} 0.54096826 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.99"} 0.54096826 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2028h2"} 1000.6776005779969 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2028h2"} 1958 # 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="trastevere2026h2"} 1.229227e+06 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2027h1"} 24969 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2027h2"} 149 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2028h1"} 136 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2028h2"} 119 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2026h2"} 23762 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2027h1"} 23783 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2027h2"} 23793 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2028h1"} 23758 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2028h2"} 23751 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2026h2"} 1964 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2027h1"} 1967 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2027h2"} 1961 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2028h1"} 1963 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2028h2"} 1958 sunlight_http_requests_total{code="499",endpoint="add-chain",log="trastevere2026h2"} 55301 sunlight_http_requests_total{code="499",endpoint="add-chain",log="trastevere2027h1"} 1212 sunlight_http_requests_total{code="499",endpoint="add-pre-chain",log="trastevere2028h1"} 1 # HELP sunlight_issuers_cache_total Number of issuers observed since restarting. # TYPE sunlight_issuers_cache_total gauge sunlight_issuers_cache_total{log="trastevere2026h2"} 47 sunlight_issuers_cache_total{log="trastevere2027h1"} 93 sunlight_issuers_cache_total{log="trastevere2027h2"} 4 sunlight_issuers_cache_total{log="trastevere2028h1"} 6 sunlight_issuers_cache_total{log="trastevere2028h2"} 4 # 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="trastevere2026h2",quantile="0.5"} 174409 sunlight_sequencing_data_tiles_bytes{log="trastevere2026h2",quantile="0.9"} 204320 sunlight_sequencing_data_tiles_bytes{log="trastevere2026h2",quantile="0.99"} 211729 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2026h2"} 1.29380720788e+11 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2026h2"} 924676 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.5"} 221005 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.9"} 224580 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.99"} 224580 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2027h1"} 7.614724637e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2027h1"} 37361 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.5"} 272242 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.9"} 272242 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.99"} 272242 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2027h2"} 1.741966595e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2027h2"} 12051 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.5"} 261466 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.9"} 261466 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.99"} 261466 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2028h1"} 1.737916922e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2028h1"} 12042 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.5"} 234885 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.9"} 234885 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.99"} 234885 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2028h2"} 1.731738669e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2028h2"} 12024 # 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="trastevere2026h2",quantile="0.5"} 74020 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.9"} 86724 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.99"} 89709 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2026h2"} 5.401989055e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2026h2"} 924676 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.5"} 92615 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.9"} 94646 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.99"} 94646 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2027h1"} 3.661906776e+09 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2027h1"} 37361 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.5"} 38365 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.9"} 38365 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.99"} 38365 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2027h2"} 2.2348871e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2027h2"} 12051 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.5"} 37044 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.9"} 37044 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.99"} 37044 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2028h1"} 2.25183711e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2028h1"} 12042 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.5"} 30590 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.9"} 30590 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.99"} 30590 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2028h2"} 2.22943661e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2028h2"} 12024 # HELP sunlight_sequencing_duration_seconds Duration of sequencing rounds, successful or not. # TYPE sunlight_sequencing_duration_seconds summary sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.5"} 0.00319159 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.75"} 0.00469736 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.012834862 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.017692492 sunlight_sequencing_duration_seconds_sum{log="trastevere2026h2"} 19466.64210015266 sunlight_sequencing_duration_seconds_count{log="trastevere2026h2"} 3.542176e+06 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.5"} 0.002940344 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.75"} 0.003500607 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.9"} 0.004455513 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.013844513 sunlight_sequencing_duration_seconds_sum{log="trastevere2027h1"} 11651.091182233049 sunlight_sequencing_duration_seconds_count{log="trastevere2027h1"} 3.542176e+06 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.5"} 0.002900015 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.75"} 0.003463515 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.9"} 0.004393753 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.006146561 sunlight_sequencing_duration_seconds_sum{log="trastevere2027h2"} 10960.176314256652 sunlight_sequencing_duration_seconds_count{log="trastevere2027h2"} 3.542175e+06 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.5"} 0.002998366 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.75"} 0.003506198 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.9"} 0.004137628 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.006435029 sunlight_sequencing_duration_seconds_sum{log="trastevere2028h1"} 11495.149409212336 sunlight_sequencing_duration_seconds_count{log="trastevere2028h1"} 3.542175e+06 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.5"} 0.002900677 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.75"} 0.003484075 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.9"} 0.004525838 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.99"} 0.006449237 sunlight_sequencing_duration_seconds_sum{log="trastevere2028h2"} 11211.703622393423 sunlight_sequencing_duration_seconds_count{log="trastevere2028h2"} 3.542174e+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="trastevere2026h2",quantile="0.5"} 1053 sunlight_sequencing_leaf_bytes{log="trastevere2026h2",quantile="0.99"} 1784 sunlight_sequencing_leaf_bytes_sum{log="trastevere2026h2"} 1.40776243e+09 sunlight_sequencing_leaf_bytes_count{log="trastevere2026h2"} 1.294124e+06 sunlight_sequencing_leaf_bytes{log="trastevere2027h1",quantile="0.5"} 1673 sunlight_sequencing_leaf_bytes{log="trastevere2027h1",quantile="0.99"} 1903 sunlight_sequencing_leaf_bytes_sum{log="trastevere2027h1"} 6.0303083e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2027h1"} 38011 sunlight_sequencing_leaf_bytes{log="trastevere2027h2",quantile="0.5"} 1109 sunlight_sequencing_leaf_bytes{log="trastevere2027h2",quantile="0.99"} 1109 sunlight_sequencing_leaf_bytes_sum{log="trastevere2027h2"} 1.3533864e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2027h2"} 12052 sunlight_sequencing_leaf_bytes{log="trastevere2028h1",quantile="0.5"} 1108 sunlight_sequencing_leaf_bytes{log="trastevere2028h1",quantile="0.99"} 1108 sunlight_sequencing_leaf_bytes_sum{log="trastevere2028h1"} 1.3517509e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2028h1"} 12042 sunlight_sequencing_leaf_bytes{log="trastevere2028h2",quantile="0.5"} 1106 sunlight_sequencing_leaf_bytes{log="trastevere2028h2",quantile="0.99"} 1106 sunlight_sequencing_leaf_bytes_sum{log="trastevere2028h2"} 1.3482535e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2028h2"} 12024 # 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="trastevere2026h2",quantile="0.5"} 20762 sunlight_sequencing_names_tiles_bytes{log="trastevere2026h2",quantile="0.9"} 24185 sunlight_sequencing_names_tiles_bytes{log="trastevere2026h2",quantile="0.99"} 25191 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2026h2"} 1.4880121046e+10 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2026h2"} 924676 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.5"} 28198 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.9"} 28503 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.99"} 28503 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2027h1"} 7.9818122e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2027h1"} 37361 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.5"} 52395 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.9"} 52395 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.99"} 52395 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2027h2"} 3.37458334e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2027h2"} 12051 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.5"} 50033 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.9"} 50033 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.99"} 50033 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2028h1"} 3.36720959e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2028h1"} 12042 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.5"} 45539 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.9"} 45539 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.99"} 45539 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2028h2"} 3.35771592e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2028h2"} 12024 # 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="trastevere2026h2",quantile="0.5"} 4987 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.9"} 5687 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.99"} 5911 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2026h2"} 3.337986251e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2026h2"} 924676 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.5"} 3650 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.9"} 3708 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.99"} 3708 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2027h1"} 1.1469286e+08 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2027h1"} 37361 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.5"} 2174 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.9"} 2174 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.99"} 2174 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2027h2"} 1.461538e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2027h2"} 12051 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.5"} 2099 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.9"} 2099 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.99"} 2099 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2028h1"} 1.4578942e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2028h1"} 12042 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.5"} 1808 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.9"} 1808 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.99"} 1808 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2028h2"} 1.464809e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2028h2"} 12024 # HELP sunlight_sequencing_phase_duration_seconds Duration of sequencing round phases, up to the point of failure. # TYPE sunlight_sequencing_phase_duration_seconds summary sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="cache",quantile="0.5"} 8.7329e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="cache",quantile="0.9"} 0.000391136 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="cache",quantile="0.99"} 0.001025793 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="cache"} 649.2306552818749 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="cache"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.5"} 0.00159872 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.9"} 0.002957547 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.99"} 0.005058248 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="checkpoint"} 6750.046346225515 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="checkpoint"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.5"} 0.000312394 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.9"} 0.005686282 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.99"} 0.009011972 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="hash"} 5104.682293312153 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="hash"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.5"} 1.083e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.9"} 0.002457891 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.99"} 0.00573158 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="stage"} 2322.342313908566 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="stage"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.5"} 0.000862988 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.9"} 0.002317329 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.99"} 0.002525673 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="upload"} 4423.926202692468 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="upload"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.5"} 8.7329e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.9"} 0.000101085 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.99"} 0.000410333 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="cache"} 330.3599358970479 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="cache"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.5"} 0.00164518 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.9"} 0.00292281 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.99"} 0.004452237 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="checkpoint"} 6867.321310576839 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="checkpoint"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.5"} 0.000254122 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.9"} 0.000298076 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.99"} 0.005737752 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="hash"} 1032.829349092048 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="hash"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.5"} 1.0871e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.9"} 1.558e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.99"} 0.002646757 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="stage"} 145.04578543997832 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="stage"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.5"} 0.000839002 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.9"} 0.000942242 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.99"} 0.002391373 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="upload"} 3082.464947686242 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="upload"} 3.542176e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.5"} 8.6517e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.9"} 0.000100895 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.99"} 0.000176522 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="cache"} 315.35413099399 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="cache"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.5"} 0.001638908 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.9"} 0.003062971 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.99"} 0.004404504 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="checkpoint"} 6831.79611536481 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="checkpoint"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.5"} 0.000208153 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.9"} 0.000254442 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.99"} 0.000711606 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="hash"} 548.5328986310235 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="hash"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.5"} 1.04e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.9"} 1.3947e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.99"} 5.3854e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="stage"} 63.618954552985414 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="stage"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.5"} 0.000838711 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.9"} 0.000915069 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.99"} 0.00136603 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="upload"} 3008.3141364858648 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="upload"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.5"} 9.2078e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.9"} 0.00011411 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.99"} 0.000177192 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="cache"} 343.35477189996413 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="cache"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.5"} 0.001720757 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.9"} 0.00275732 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.99"} 0.004597347 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="checkpoint"} 7062.553362177922 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="checkpoint"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.5"} 0.000210127 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.9"} 0.0002686 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.99"} 0.000556736 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="hash"} 579.9418682789711 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="hash"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.5"} 1.1502e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.9"} 1.7313e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.99"} 3.582e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="stage"} 70.51372475298959 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="stage"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.5"} 0.000881514 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.9"} 0.000976918 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.99"} 0.001509358 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="upload"} 3236.8269420190013 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="upload"} 3.542175e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.5"} 9.0385e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.9"} 0.000114902 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.99"} 0.000195869 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="cache"} 338.64562310200114 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="cache"} 3.542174e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.5"} 0.001638146 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.9"} 0.003223231 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.99"} 0.005128043 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="checkpoint"} 6944.838573122397 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="checkpoint"} 3.542174e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.5"} 0.000190749 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.9"} 0.000233782 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.99"} 0.001546089 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="hash"} 563.3065544450375 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="hash"} 3.542174e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.5"} 1.1883e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.9"} 1.7343e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.99"} 4.8043e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="stage"} 68.64393666198973 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="stage"} 3.542174e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.5"} 0.000856686 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.9"} 0.000944526 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.99"} 0.00131914 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="upload"} 3093.610708103024 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="upload"} 3.542174e+06 # HELP sunlight_sequencing_pool_entries Number of entries in the pools being sequenced. # TYPE sunlight_sequencing_pool_entries summary sunlight_sequencing_pool_entries{log="trastevere2026h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2026h2",quantile="0.99"} 3 sunlight_sequencing_pool_entries_sum{log="trastevere2026h2"} 1.294124e+06 sunlight_sequencing_pool_entries_count{log="trastevere2026h2"} 3.542176e+06 sunlight_sequencing_pool_entries{log="trastevere2027h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2027h1",quantile="0.99"} 1 sunlight_sequencing_pool_entries_sum{log="trastevere2027h1"} 38011 sunlight_sequencing_pool_entries_count{log="trastevere2027h1"} 3.542176e+06 sunlight_sequencing_pool_entries{log="trastevere2027h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2027h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="trastevere2027h2"} 12052 sunlight_sequencing_pool_entries_count{log="trastevere2027h2"} 3.542175e+06 sunlight_sequencing_pool_entries{log="trastevere2028h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2028h1",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="trastevere2028h1"} 12042 sunlight_sequencing_pool_entries_count{log="trastevere2028h1"} 3.542175e+06 sunlight_sequencing_pool_entries{log="trastevere2028h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2028h2",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="trastevere2028h2"} 12024 sunlight_sequencing_pool_entries_count{log="trastevere2028h2"} 3.542174e+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="trastevere2026h2"} 3.542176e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2027h1"} 3.542176e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2027h2"} 3.542175e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2028h1"} 3.542175e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2028h2"} 3.542174e+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="trastevere2026h2"} 2.779102e+06 sunlight_sequencing_uploaded_tiles_total{log="trastevere2027h1"} 112231 sunlight_sequencing_uploaded_tiles_total{log="trastevere2027h2"} 36200 sunlight_sequencing_uploaded_tiles_total{log="trastevere2028h1"} 36173 sunlight_sequencing_uploaded_tiles_total{log="trastevere2028h2"} 36119 # 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.000532139 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000607976 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001044218 sunlight_sqlite_update_duration_seconds_sum 9853.209677094026 sunlight_sqlite_update_duration_seconds_count 1.7710876e+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="trastevere2026h2"} 0 sunlight_staging_discard_errors_total{log="trastevere2027h1"} 0 sunlight_staging_discard_errors_total{log="trastevere2027h2"} 0 sunlight_staging_discard_errors_total{log="trastevere2028h1"} 0 sunlight_staging_discard_errors_total{log="trastevere2028h2"} 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="trastevere2026h2"} 1.5978947e+07 sunlight_tree_size_leaves_total{log="trastevere2027h1"} 5.365142e+06 sunlight_tree_size_leaves_total{log="trastevere2027h2"} 15599 sunlight_tree_size_leaves_total{log="trastevere2028h1"} 15589 sunlight_tree_size_leaves_total{log="trastevere2028h2"} 15569 # HELP sunlight_tree_timestamp_seconds Timestamp of the latest published tree head. # TYPE sunlight_tree_timestamp_seconds gauge sunlight_tree_timestamp_seconds{log="trastevere2026h2"} 1.790359235846e+09 sunlight_tree_timestamp_seconds{log="trastevere2027h1"} 1.790359235834e+09 sunlight_tree_timestamp_seconds{log="trastevere2027h2"} 1.790359235806e+09 sunlight_tree_timestamp_seconds{log="trastevere2028h1"} 1.790359235777e+09 sunlight_tree_timestamp_seconds{log="trastevere2028h2"} 1.790359235793e+09