# 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.4283e-05 go_gc_duration_seconds{quantile="0.25"} 0.000106456 go_gc_duration_seconds{quantile="0.5"} 0.000120864 go_gc_duration_seconds{quantile="0.75"} 0.000130002 go_gc_duration_seconds{quantile="1"} 0.002632208 go_gc_duration_seconds_sum 48.118863896 go_gc_duration_seconds_count 344973 # 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 32 # 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.9451448e+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.469119305816e+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.371941e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.0002817721e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.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.9451448e+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 2.8409856e+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 5.65248e+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 107667 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 2.2208512e+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.4934656e+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.7903604575795507e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.0002925388e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 572160 # 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.3956122e+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.135451e+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.145728e+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.145728e+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 70309.19 # 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.712689481276e+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.7843041850567e+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.262542848e+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.565799936e+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"} 11688 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"} 11827 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"} 11672 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"} 172 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"} 11827 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"} 11699 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"} 11827 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"} 11667 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"} 166 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"} 11829 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"} 11710 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"} 11827 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"} 59515 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"} 767411 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"} 2914 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"} 34064 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"} 42 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"} 285 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"} 120 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"} 113 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"} 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="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"} 104 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"} 37586 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"} 323981 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"} 2426 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"} 17773 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"} 72 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"} 1359 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"} 2147 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"} 131 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"} 1260 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"} 1418 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"} 607 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"} 1825 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"} 33029 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"} 78 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"} 1182 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"} 15168 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.105603998 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.75"} 0.148596908 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.9"} 0.173664134 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.99"} 0.20489419 sunlight_addchain_wait_seconds_sum{log="trastevere2026h2"} 140904.5748825077 sunlight_addchain_wait_seconds_count{log="trastevere2026h2"} 1.296327e+06 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.5"} 0.045090927 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.75"} 0.045090927 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.9"} 0.045090927 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.99"} 0.045090927 sunlight_addchain_wait_seconds_sum{log="trastevere2027h1"} 4247.415974935035 sunlight_addchain_wait_seconds_count{log="trastevere2027h1"} 38050 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.5"} 0.20116815 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.75"} 0.20116815 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.9"} 0.20116815 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.99"} 0.20116815 sunlight_addchain_wait_seconds_sum{log="trastevere2027h2"} 1312.094140739002 sunlight_addchain_wait_seconds_count{log="trastevere2027h2"} 12074 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.5"} 0.168962906 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.75"} 0.168962906 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.9"} 0.168962906 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.99"} 0.168962906 sunlight_addchain_wait_seconds_sum{log="trastevere2028h1"} 1323.9636289129996 sunlight_addchain_wait_seconds_count{log="trastevere2028h1"} 12063 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.5"} 0.174142639 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.75"} 0.174142639 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.9"} 0.174142639 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.99"} 0.174142639 sunlight_addchain_wait_seconds_sum{log="trastevere2028h2"} 1315.692252797004 sunlight_addchain_wait_seconds_count{log="trastevere2028h2"} 12045 # 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.6089e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000168196 sunlight_cache_checkpoint_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000283979 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2026h2"} 309.2198926179801 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2026h2"} 3.548295e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.5"} 5.5878e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.9"} 6.3814e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.000127707 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2027h1"} 205.41852267300084 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2027h1"} 3.548295e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.5"} 5.5327e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.9"} 6.2731e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.99"} 9.6226e-05 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2027h2"} 200.21027214099777 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2027h2"} 3.548294e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.5"} 5.8192e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.9"} 7.1228e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.000121966 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2028h1"} 215.97800268699334 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2028h1"} 3.548295e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.5"} 5.7311e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.9"} 6.7871e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.99"} 0.000122156 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2028h2"} 213.5057079569709 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2028h2"} 3.548294e+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.68425728e+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.000140181 sunlight_cache_get_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000157675 sunlight_cache_get_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000193294 sunlight_cache_get_duration_seconds_sum{log="trastevere2026h2"} 176.52889420000196 sunlight_cache_get_duration_seconds_count{log="trastevere2026h2"} 1.308064e+06 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.5"} 0.00011364 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.9"} 0.000115714 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.000115714 sunlight_cache_get_duration_seconds_sum{log="trastevere2027h1"} 8.698674143999995 sunlight_cache_get_duration_seconds_count{log="trastevere2027h1"} 49776 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.5"} 8.5475e-05 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.9"} 0.000101126 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.000101126 sunlight_cache_get_duration_seconds_sum{log="trastevere2027h2"} 2.2103842830000007 sunlight_cache_get_duration_seconds_count{log="trastevere2027h2"} 23843 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.5"} 0.000104612 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.9"} 0.000107107 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.000107107 sunlight_cache_get_duration_seconds_sum{log="trastevere2028h1"} 2.21750597800001 sunlight_cache_get_duration_seconds_count{log="trastevere2028h1"} 23769 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.5"} 8.5686e-05 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.9"} 9.9002e-05 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.99"} 9.9002e-05 sunlight_cache_get_duration_seconds_sum{log="trastevere2028h2"} 2.18290565300002 sunlight_cache_get_duration_seconds_count{log="trastevere2028h2"} 23784 # 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.6712e-05 sunlight_cache_put_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000270613 sunlight_cache_put_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000534504 sunlight_cache_put_duration_seconds_sum{log="trastevere2026h2"} 325.3215180860789 sunlight_cache_put_duration_seconds_count{log="trastevere2026h2"} 3.548295e+06 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.5"} 2.6871e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.9"} 3.2873e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.99"} 6.9885e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2027h1"} 110.94570053902105 sunlight_cache_put_duration_seconds_count{log="trastevere2027h1"} 3.548295e+06 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.5"} 2.6722e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.9"} 3.1171e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.99"} 4.7021e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2027h2"} 101.35130992901786 sunlight_cache_put_duration_seconds_count{log="trastevere2027h2"} 3.548294e+06 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.5"} 2.8425e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.9"} 3.6351e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.99"} 5.7842e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2028h1"} 111.98920890902298 sunlight_cache_put_duration_seconds_count{log="trastevere2028h1"} 3.548295e+06 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.5"} 2.8034e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.9"} 3.658e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.99"} 6.8843e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2028h2"} 109.29746118402903 sunlight_cache_put_duration_seconds_count{log="trastevere2028h2"} 3.548294e+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.296327e+06 sunlight_cache_put_entries_total{log="trastevere2027h1"} 38050 sunlight_cache_put_entries_total{log="trastevere2027h2"} 12074 sunlight_cache_put_entries_total{log="trastevere2028h1"} 12063 sunlight_cache_put_entries_total{log="trastevere2028h2"} 12045 # 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"} 1 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.000164638 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.75"} 0.000171762 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.9"} 0.000185298 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.99"} 0.000247429 sunlight_fs_op_duration_seconds_sum{log="trastevere2026h2",method="discard"} 163.1243530269982 sunlight_fs_op_duration_seconds_count{log="trastevere2026h2",method="discard"} 924814 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.000920931 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.75"} 0.001003891 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.9"} 0.001118854 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.99"} 0.00229129 sunlight_fs_op_duration_seconds_sum{log="trastevere2026h2",method="upload"} 6771.323666948934 sunlight_fs_op_duration_seconds_count{log="trastevere2026h2",method="upload"} 7.25701e+06 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.5"} 0.000262718 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.75"} 0.000262718 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.9"} 0.000262718 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.99"} 0.000262718 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h1",method="discard"} 7.192108648999953 sunlight_fs_op_duration_seconds_count{log="trastevere2027h1",method="discard"} 37399 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.000818292 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.75"} 0.000852969 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.9"} 0.000886935 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.99"} 0.001033779 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h1",method="upload"} 3113.2259442929417 sunlight_fs_op_duration_seconds_count{log="trastevere2027h1",method="upload"} 3.698053e+06 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.5"} 0.000188945 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.75"} 0.000188945 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.9"} 0.000188945 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.99"} 0.000188945 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h2",method="discard"} 2.0107240940000026 sunlight_fs_op_duration_seconds_count{log="trastevere2027h2",method="discard"} 12073 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.000814444 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.75"} 0.000848861 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.9"} 0.000895281 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.99"} 0.00110189 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h2",method="upload"} 2969.9465913509753 sunlight_fs_op_duration_seconds_count{log="trastevere2027h2",method="upload"} 3.596636e+06 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.5"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.75"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.9"} NaN sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.99"} NaN sunlight_fs_op_duration_seconds_sum{log="trastevere2028h1",method="discard"} 2.0282329849999905 sunlight_fs_op_duration_seconds_count{log="trastevere2028h1",method="discard"} 12063 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.000870243 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.75"} 0.000921562 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.9"} 0.000984754 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.99"} 0.001214818 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h1",method="upload"} 3191.6305359590374 sunlight_fs_op_duration_seconds_count{log="trastevere2028h1",method="upload"} 3.596598e+06 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.5"} 0.000157514 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.75"} 0.000157514 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.9"} 0.000157514 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.99"} 0.000157514 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h2",method="discard"} 2.014774752999999 sunlight_fs_op_duration_seconds_count{log="trastevere2028h2",method="discard"} 12045 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.000841718 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.75"} 0.000890271 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.9"} 0.000945768 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.99"} 0.001404836 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h2",method="upload"} 3049.884824416916 sunlight_fs_op_duration_seconds_count{log="trastevere2028h2",method="upload"} 3.596523e+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.109208239 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.75"} 0.152657692 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.9"} 0.176051169 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.99"} 0.207450472 sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2026h2"} 144400.18925935996 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2026h2"} 1.286718e+06 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.5"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.75"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.9"} NaN sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.99"} NaN sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2027h1"} 3006.1470222849794 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2027h1"} 26200 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.198360798999996 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2027h2"} 150 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.549658448999995 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2028h1"} 137 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.552122794999999 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2028h2"} 120 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.5"} 0.001053707 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.75"} 0.072170211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.9"} 0.072170211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.99"} 0.072170211 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2026h2"} 1365.6489227879965 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2026h2"} 23802 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.5"} 0.00103986 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.75"} 0.046157438 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.9"} 0.046157438 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.99"} 0.046157438 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2027h1"} 1390.269786358005 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2027h1"} 23823 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.5"} 0.001050771 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.75"} 0.202230463 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.9"} 0.202230463 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.99"} 0.202230463 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2027h2"} 1332.8695173980036 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2027h2"} 23834 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.5"} 0.001426007 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.75"} 0.001426007 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.9"} 0.001426007 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.99"} 0.001426007 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2028h1"} 1353.6172057039998 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2028h1"} 23799 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.5"} 0.001006706 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.75"} 0.175156399 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.9"} 0.175156399 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.99"} 0.175156399 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2028h2"} 1338.211572664008 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2028h2"} 23791 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.5"} 0.505635928 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.75"} 0.505635928 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.9"} 0.505635928 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.99"} 0.505635928 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2026h2"} 1017.1049253280005 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2026h2"} 1988 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.5"} 0.746434211 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.75"} 0.746434211 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.9"} 0.746434211 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.99"} 0.746434211 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2027h1"} 1022.9015842189986 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2027h1"} 1992 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.5"} 0.4927414 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.75"} 0.4927414 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.9"} 0.4927414 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.99"} 0.4927414 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2027h2"} 1018.9962757939993 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2027h2"} 1986 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.5"} 0.492765274 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.75"} 0.492765274 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.9"} 0.492765274 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.99"} 0.492765274 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2028h1"} 1025.1314798109995 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2028h1"} 1988 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.5"} 0.490297753 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.75"} 0.490297753 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.9"} 0.490297753 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.99"} 0.490297753 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2028h2"} 1014.0478957239969 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2028h2"} 1983 # 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.23134e+06 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2027h1"} 24988 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2027h2"} 150 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2028h1"} 137 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2028h2"} 120 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2026h2"} 23802 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2027h1"} 23823 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2027h2"} 23834 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2028h1"} 23798 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2028h2"} 23791 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2026h2"} 1988 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2027h1"} 1992 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2027h2"} 1986 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2028h1"} 1988 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2028h2"} 1983 sunlight_http_requests_total{code="499",endpoint="add-chain",log="trastevere2026h2"} 55378 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"} 57273 sunlight_sequencing_data_tiles_bytes{log="trastevere2026h2",quantile="0.9"} 264528 sunlight_sequencing_data_tiles_bytes{log="trastevere2026h2",quantile="0.99"} 274087 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2026h2"} 1.29598230878e+11 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2026h2"} 926272 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.5"} 280670 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.9"} 280670 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.99"} 280670 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2027h1"} 7.624599878e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2027h1"} 37400 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.5"} 5543 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.9"} 5543 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.99"} 5543 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2027h2"} 1.746793669e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2027h2"} 12073 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.5"} 285066 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.9"} 285066 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.99"} 285066 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2028h1"} 1.743667361e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2028h1"} 12063 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.5"} 258473 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.9"} 258473 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.99"} 258473 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2028h2"} 1.73692879e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2028h2"} 12045 # 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"} 24358 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.9"} 109120 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.99"} 112952 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2026h2"} 5.4111850206e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2026h2"} 926272 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.5"} 116881 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.9"} 116881 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.99"} 116881 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2027h1"} 3.666030942e+09 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2027h1"} 37400 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.5"} 1165 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.9"} 1165 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.99"} 1165 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2027h2"} 2.24179167e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2027h2"} 12073 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.5"} 40698 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.9"} 40698 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.99"} 40698 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2028h1"} 2.26002072e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2028h1"} 12063 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.5"} 34188 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.9"} 34188 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.99"} 34188 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2028h2"} 2.23618998e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2028h2"} 12045 # 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.003417728 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.75"} 0.007393104 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.010005053 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.019488197 sunlight_sequencing_duration_seconds_sum{log="trastevere2026h2"} 19500.220463425743 sunlight_sequencing_duration_seconds_count{log="trastevere2026h2"} 3.548295e+06 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.5"} 0.002980032 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.75"} 0.003497572 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.9"} 0.004315623 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.006165891 sunlight_sequencing_duration_seconds_sum{log="trastevere2027h1"} 11671.136535933072 sunlight_sequencing_duration_seconds_count{log="trastevere2027h1"} 3.548295e+06 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.5"} 0.002648881 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.75"} 0.003271465 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.9"} 0.003965065 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.006018857 sunlight_sequencing_duration_seconds_sum{log="trastevere2027h2"} 10979.223614008704 sunlight_sequencing_duration_seconds_count{log="trastevere2027h2"} 3.548294e+06 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.5"} 0.003032663 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.75"} 0.00357439 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.9"} 0.004423502 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.007761345 sunlight_sequencing_duration_seconds_sum{log="trastevere2028h1"} 11515.36197571836 sunlight_sequencing_duration_seconds_count{log="trastevere2028h1"} 3.548295e+06 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.5"} 0.003069685 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.75"} 0.003845925 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.9"} 0.004578442 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.99"} 0.007299552 sunlight_sequencing_duration_seconds_sum{log="trastevere2028h2"} 11231.730195404398 sunlight_sequencing_duration_seconds_count{log="trastevere2028h2"} 3.548294e+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"} 1052 sunlight_sequencing_leaf_bytes{log="trastevere2026h2",quantile="0.99"} 1596 sunlight_sequencing_leaf_bytes_sum{log="trastevere2026h2"} 1.410143468e+09 sunlight_sequencing_leaf_bytes_count{log="trastevere2026h2"} 1.296327e+06 sunlight_sequencing_leaf_bytes{log="trastevere2027h1",quantile="0.5"} 1109 sunlight_sequencing_leaf_bytes{log="trastevere2027h1",quantile="0.99"} 1109 sunlight_sequencing_leaf_bytes_sum{log="trastevere2027h1"} 6.0359173e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2027h1"} 38050 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.3559733e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2027h2"} 12074 sunlight_sequencing_leaf_bytes{log="trastevere2028h1",quantile="0.5"} 1107 sunlight_sequencing_leaf_bytes{log="trastevere2028h1",quantile="0.99"} 1107 sunlight_sequencing_leaf_bytes_sum{log="trastevere2028h1"} 1.3541109e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2028h1"} 12063 sunlight_sequencing_leaf_bytes{log="trastevere2028h2",quantile="0.5"} 1109 sunlight_sequencing_leaf_bytes{log="trastevere2028h2",quantile="0.99"} 1109 sunlight_sequencing_leaf_bytes_sum{log="trastevere2028h2"} 1.3506123e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2028h2"} 12045 # 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"} 6723 sunlight_sequencing_names_tiles_bytes{log="trastevere2026h2",quantile="0.9"} 31800 sunlight_sequencing_names_tiles_bytes{log="trastevere2026h2",quantile="0.99"} 32889 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2026h2"} 1.4905936809e+10 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2026h2"} 926272 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.5"} 35942 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.9"} 35942 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.99"} 35942 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2027h1"} 7.99449542e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2027h1"} 37400 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.5"} 1080 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.9"} 1080 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.99"} 1080 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2027h2"} 3.38386601e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2027h2"} 12073 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.5"} 54648 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.9"} 54648 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.99"} 54648 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2028h1"} 3.37822417e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2028h1"} 12063 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.5"} 50154 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.9"} 50154 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.99"} 50154 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2028h2"} 3.36778202e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2028h2"} 12045 # 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"} 1659 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.9"} 6808 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.99"} 7021 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2026h2"} 3.344061076e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2026h2"} 926272 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.5"} 4515 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.9"} 4515 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.99"} 4515 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2027h1"} 1.14854666e+08 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2027h1"} 37400 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.5"} 217 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.9"} 217 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.99"} 217 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2027h2"} 1.4654393e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2027h2"} 12073 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.5"} 2253 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.9"} 2253 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.99"} 2253 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2028h1"} 1.4624639e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2028h1"} 12063 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.5"} 1957 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.9"} 1957 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.99"} 1957 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2028h2"} 1.4687578e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2028h2"} 12045 # 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.7469e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="cache",quantile="0.9"} 0.00044518 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="cache",quantile="0.99"} 0.000891795 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="cache"} 650.3567293568702 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="cache"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.5"} 0.001628619 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.9"} 0.003130172 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.99"} 0.005548727 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="checkpoint"} 6761.650544118521 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="checkpoint"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.5"} 0.00025853 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.9"} 0.002947378 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.99"} 0.008944393 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="hash"} 5113.57772151813 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="hash"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.5"} 1.1072e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.9"} 0.002124407 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.99"} 0.004487817 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="stage"} 2326.303329091587 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="stage"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.5"} 0.00088404 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.9"} 0.002340465 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.99"} 0.002623893 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="upload"} 4431.539502982452 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="upload"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.5"} 8.6728e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.9"} 0.000102217 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.99"} 0.000177383 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="cache"} 330.9188834690495 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="cache"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.5"} 0.001661903 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.9"} 0.002964341 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.99"} 0.004624671 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="checkpoint"} 6878.997004080864 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="checkpoint"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.5"} 0.00027909 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.9"} 0.000321331 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.99"} 0.000683561 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="hash"} 1034.854802068052 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="hash"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.5"} 1.058e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.9"} 1.3937e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.99"} 5.684e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="stage"} 145.24440401097715 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="stage"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.5"} 0.000837118 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.9"} 0.000906382 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.99"} 0.001037275 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="upload"} 3087.723276652249 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="upload"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.5"} 8.6157e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.9"} 0.000100164 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.99"} 0.000151703 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="cache"} 315.8987554119917 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="cache"} 3.548294e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.5"} 0.001594512 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.9"} 0.002912841 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.99"} 0.004676741 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="checkpoint"} 6843.463826612826 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="checkpoint"} 3.548294e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.5"} 6.4194e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.9"} 8.1638e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.99"} 0.00015017 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="hash"} 549.7527279810243 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="hash"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.5"} 1.0049e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.9"} 1.557e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.99"} 4.4496e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="stage"} 63.72883321198549 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="stage"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.5"} 0.000833271 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.9"} 0.000911693 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.99"} 0.001151767 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="upload"} 3013.490189739863 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="upload"} 3.548294e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.5"} 9.1016e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.9"} 0.000107217 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.99"} 0.000168145 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="cache"} 343.94298672796185 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="cache"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.5"} 0.001685589 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.9"} 0.002997766 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.99"} 0.005874698 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="checkpoint"} 7074.584744602905 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="checkpoint"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.5"} 0.000220887 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.9"} 0.000275283 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.99"} 0.001637426 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="hash"} 581.5263160029688 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="hash"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.5"} 1.1602e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.9"} 1.6683e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.99"} 4.2983e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="stage"} 70.63678350498965 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="stage"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.5"} 0.000890451 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.9"} 0.00100856 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.99"} 0.001457338 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="upload"} 3242.36996873301 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="upload"} 3.548295e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.5"} 8.9633e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.9"} 0.000110003 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.99"} 0.00017095 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="cache"} 339.2255646850002 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="cache"} 3.548293e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.5"} 0.001792275 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.9"} 0.00322781 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.99"} 0.004924331 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="checkpoint"} 6957.033424059448 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="checkpoint"} 3.548294e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.5"} 0.000203623 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.9"} 0.000260023 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.99"} 0.000792602 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="hash"} 564.7705046990382 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="hash"} 3.548294e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.5"} 1.1172e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.9"} 1.5631e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.99"} 3.7502e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="stage"} 68.76548132398977 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="stage"} 3.548294e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.5"} 0.000864692 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.9"} 0.000963563 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.99"} 0.001596096 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="upload"} 3098.9229814620253 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="upload"} 3.548293e+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"} 4 sunlight_sequencing_pool_entries_sum{log="trastevere2026h2"} 1.296327e+06 sunlight_sequencing_pool_entries_count{log="trastevere2026h2"} 3.548295e+06 sunlight_sequencing_pool_entries{log="trastevere2027h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2027h1",quantile="0.99"} 0 sunlight_sequencing_pool_entries_sum{log="trastevere2027h1"} 38050 sunlight_sequencing_pool_entries_count{log="trastevere2027h1"} 3.548295e+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"} 12074 sunlight_sequencing_pool_entries_count{log="trastevere2027h2"} 3.548294e+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"} 12063 sunlight_sequencing_pool_entries_count{log="trastevere2028h1"} 3.548295e+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"} 12045 sunlight_sequencing_pool_entries_count{log="trastevere2028h2"} 3.548294e+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.548295e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2027h1"} 3.548295e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2027h2"} 3.548294e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2028h1"} 3.548295e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2028h2"} 3.548294e+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.783899e+06 sunlight_sequencing_uploaded_tiles_total{log="trastevere2027h1"} 112348 sunlight_sequencing_uploaded_tiles_total{log="trastevere2027h2"} 36267 sunlight_sequencing_uploaded_tiles_total{log="trastevere2028h1"} 36236 sunlight_sequencing_uploaded_tiles_total{log="trastevere2028h2"} 36182 # 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.000535665 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000621081 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001626795 sunlight_sqlite_update_duration_seconds_sum 9869.975097707953 sunlight_sqlite_update_duration_seconds_count 1.7741473e+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.598115e+07 sunlight_tree_size_leaves_total{log="trastevere2027h1"} 5.365181e+06 sunlight_tree_size_leaves_total{log="trastevere2027h2"} 15621 sunlight_tree_size_leaves_total{log="trastevere2028h1"} 15610 sunlight_tree_size_leaves_total{log="trastevere2028h2"} 15590 # 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.790360459646e+09 sunlight_tree_timestamp_seconds{log="trastevere2027h1"} 1.790360459635e+09 sunlight_tree_timestamp_seconds{log="trastevere2027h2"} 1.790360459605e+09 sunlight_tree_timestamp_seconds{log="trastevere2028h1"} 1.790360459776e+09 sunlight_tree_timestamp_seconds{log="trastevere2028h2"} 1.790360459792e+09