# 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"} 7.1688e-05 go_gc_duration_seconds{quantile="0.25"} 0.000108029 go_gc_duration_seconds{quantile="0.5"} 0.000123689 go_gc_duration_seconds{quantile="0.75"} 0.000132826 go_gc_duration_seconds{quantile="1"} 0.000410644 go_gc_duration_seconds_sum 48.184082988 go_gc_duration_seconds_count 345485 # 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 29 # 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.0387192e+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.481881090416e+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.372173e+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.0017692347e+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.0387192e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 3.8019072e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.7046656e+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 109630 # 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.3011328e+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.5065728e+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.7903614683961363e+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.0017801977e+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 574560 # 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.320049e+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.135219e+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.014656e+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.014656e+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 70412.02 # 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.713328234123e+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.785410151326e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 40 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.26482432e+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.56606208e+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"} 11705 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"} 11844 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"} 11689 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"} 11844 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"} 11715 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"} 142 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"} 11844 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"} 11684 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"} 11846 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"} 11727 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"} 11844 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"} 59608 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"} 768704 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"} 34117 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"} 43 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"} 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="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"} 37631 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"} 324376 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"} 2430 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"} 17779 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"} 1360 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"} 2149 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"} 1420 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"} 1828 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"} 33098 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"} 1540 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"} 1184 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"} 15190 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"} 772 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"} 6 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"} 3 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"} 3 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="true",root="C=US, O=GoDaddy.com, Inc., L=Scottsdale, ST=Arizona, CN=Go Daddy Root Certificate Authority - 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="",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.085986685 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.75"} 0.157351294 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.9"} 0.196617161 sunlight_addchain_wait_seconds{log="trastevere2026h2",quantile="0.99"} 0.212331109 sunlight_addchain_wait_seconds_sum{log="trastevere2026h2"} 141121.27721215808 sunlight_addchain_wait_seconds_count{log="trastevere2026h2"} 1.298326e+06 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.5"} 0.074908088 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.75"} 0.130407969 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.9"} 0.130407969 sunlight_addchain_wait_seconds{log="trastevere2027h1",quantile="0.99"} 0.130407969 sunlight_addchain_wait_seconds_sum{log="trastevere2027h1"} 4250.923685315033 sunlight_addchain_wait_seconds_count{log="trastevere2027h1"} 38080 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.5"} 0.1649378 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.75"} 0.1649378 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.9"} 0.1649378 sunlight_addchain_wait_seconds{log="trastevere2027h2",quantile="0.99"} 0.1649378 sunlight_addchain_wait_seconds_sum{log="trastevere2027h2"} 1314.0046860960022 sunlight_addchain_wait_seconds_count{log="trastevere2027h2"} 12091 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.5"} 0.050928372 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.75"} 0.050928372 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.9"} 0.050928372 sunlight_addchain_wait_seconds{log="trastevere2028h1",quantile="0.99"} 0.050928372 sunlight_addchain_wait_seconds_sum{log="trastevere2028h1"} 1325.8751345139997 sunlight_addchain_wait_seconds_count{log="trastevere2028h1"} 12080 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.5"} 0.115792235 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.75"} 0.115792235 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.9"} 0.115792235 sunlight_addchain_wait_seconds{log="trastevere2028h2",quantile="0.99"} 0.115792235 sunlight_addchain_wait_seconds_sum{log="trastevere2028h2"} 1317.5638044260038 sunlight_addchain_wait_seconds_count{log="trastevere2028h2"} 12062 # 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.681e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000176061 sunlight_cache_checkpoint_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000361088 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2026h2"} 309.6752618959792 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2026h2"} 3.553352e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.5"} 5.5848e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.9"} 6.211e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.000139439 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2027h1"} 205.70648009000018 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2027h1"} 3.553352e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.5"} 5.5297e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.9"} 6.1268e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.00012443 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2027h2"} 200.49570691899854 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2027h2"} 3.553351e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.5"} 5.8423e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.9"} 7.3492e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.000113069 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2028h1"} 216.28147472999382 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2028h1"} 3.553351e+06 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.5"} 5.7552e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.9"} 7.3422e-05 sunlight_cache_checkpoint_duration_seconds{log="trastevere2028h2",quantile="0.99"} 9.7529e-05 sunlight_cache_checkpoint_duration_seconds_sum{log="trastevere2028h2"} 213.80703283597026 sunlight_cache_checkpoint_duration_seconds_count{log="trastevere2028h2"} 3.55335e+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.685568e+08 sunlight_cache_database_bytes{log="trastevere2027h1"} 2.88088064e+08 sunlight_cache_database_bytes{log="trastevere2027h2"} 827392 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.000137035 sunlight_cache_get_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000158797 sunlight_cache_get_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000176531 sunlight_cache_get_duration_seconds_sum{log="trastevere2026h2"} 176.79630151200223 sunlight_cache_get_duration_seconds_count{log="trastevere2026h2"} 1.310081e+06 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.5"} 0.000159819 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.9"} 0.000223683 sunlight_cache_get_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.000223683 sunlight_cache_get_duration_seconds_sum{log="trastevere2027h1"} 8.706933141999992 sunlight_cache_get_duration_seconds_count{log="trastevere2027h1"} 49825 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.5"} 8.769e-05 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.9"} 0.000106717 sunlight_cache_get_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.000106717 sunlight_cache_get_duration_seconds_sum{log="trastevere2027h2"} 2.2134974610000024 sunlight_cache_get_duration_seconds_count{log="trastevere2027h2"} 23876 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.5"} 7.4544e-05 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.9"} 9.303e-05 sunlight_cache_get_duration_seconds{log="trastevere2028h1",quantile="0.99"} 9.303e-05 sunlight_cache_get_duration_seconds_sum{log="trastevere2028h1"} 2.22093431300001 sunlight_cache_get_duration_seconds_count{log="trastevere2028h1"} 23803 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.5"} 7.787e-05 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.9"} 0.000100405 sunlight_cache_get_duration_seconds{log="trastevere2028h2",quantile="0.99"} 0.000100405 sunlight_cache_get_duration_seconds_sum{log="trastevere2028h2"} 2.186200612000021 sunlight_cache_get_duration_seconds_count{log="trastevere2028h2"} 23818 # 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.6512e-05 sunlight_cache_put_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.000301383 sunlight_cache_put_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.000710934 sunlight_cache_put_duration_seconds_sum{log="trastevere2026h2"} 325.79772584107997 sunlight_cache_put_duration_seconds_count{log="trastevere2026h2"} 3.553352e+06 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.5"} 2.7193e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.9"} 3.1592e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.000188034 sunlight_cache_put_duration_seconds_sum{log="trastevere2027h1"} 111.09571080202096 sunlight_cache_put_duration_seconds_count{log="trastevere2027h1"} 3.553352e+06 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.5"} 2.6562e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.9"} 3.121e-05 sunlight_cache_put_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.000178755 sunlight_cache_put_duration_seconds_sum{log="trastevere2027h2"} 101.4955053560183 sunlight_cache_put_duration_seconds_count{log="trastevere2027h2"} 3.553351e+06 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.5"} 2.8605e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.9"} 3.7382e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h1",quantile="0.99"} 5.5838e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2028h1"} 112.14700635502328 sunlight_cache_put_duration_seconds_count{log="trastevere2028h1"} 3.553351e+06 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.5"} 2.8214e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.9"} 3.605e-05 sunlight_cache_put_duration_seconds{log="trastevere2028h2",quantile="0.99"} 5.8423e-05 sunlight_cache_put_duration_seconds_sum{log="trastevere2028h2"} 109.45146688502884 sunlight_cache_put_duration_seconds_count{log="trastevere2028h2"} 3.55335e+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.298326e+06 sunlight_cache_put_entries_total{log="trastevere2027h1"} 38080 sunlight_cache_put_entries_total{log="trastevere2027h2"} 12091 sunlight_cache_put_entries_total{log="trastevere2028h1"} 12080 sunlight_cache_put_entries_total{log="trastevere2028h2"} 12062 # 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.00016526 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.75"} 0.000175068 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.9"} 0.000179236 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="discard",quantile="0.99"} 0.00021741 sunlight_fs_op_duration_seconds_sum{log="trastevere2026h2",method="discard"} 163.37027165899823 sunlight_fs_op_duration_seconds_count{log="trastevere2026h2",method="discard"} 926227 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.000898146 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.75"} 0.000995555 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.9"} 0.001136627 sunlight_fs_op_duration_seconds{log="trastevere2026h2",method="upload",quantile="0.99"} 0.001368316 sunlight_fs_op_duration_seconds_sum{log="trastevere2026h2",method="upload"} 6781.284805061918 sunlight_fs_op_duration_seconds_count{log="trastevere2026h2",method="upload"} 7.267733e+06 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.5"} 0.00022221 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.75"} 0.0002379 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.9"} 0.0002379 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="discard",quantile="0.99"} 0.0002379 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h1",method="discard"} 7.198470191999951 sunlight_fs_op_duration_seconds_count{log="trastevere2027h1",method="discard"} 37429 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.000827179 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.75"} 0.000869741 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.9"} 0.00092069 sunlight_fs_op_duration_seconds{log="trastevere2027h1",method="upload",quantile="0.99"} 0.001264304 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h1",method="upload"} 3117.5794276149472 sunlight_fs_op_duration_seconds_count{log="trastevere2027h1",method="upload"} 3.70323e+06 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.5"} 0.000158567 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.75"} 0.000158567 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.9"} 0.000158567 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="discard",quantile="0.99"} 0.000158567 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h2",method="discard"} 2.013413266000003 sunlight_fs_op_duration_seconds_count{log="trastevere2027h2",method="discard"} 12090 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.000825366 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.75"} 0.000860634 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.9"} 0.00091022 sunlight_fs_op_duration_seconds{log="trastevere2027h2",method="upload",quantile="0.99"} 0.001147388 sunlight_fs_op_duration_seconds_sum{log="trastevere2027h2",method="upload"} 2974.175547860979 sunlight_fs_op_duration_seconds_count{log="trastevere2027h2",method="upload"} 3.601761e+06 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.5"} 0.000161161 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.75"} 0.000161161 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.9"} 0.000161161 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="discard",quantile="0.99"} 0.000161161 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h1",method="discard"} 2.03143982299999 sunlight_fs_op_duration_seconds_count{log="trastevere2028h1",method="discard"} 12080 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.00085394 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.75"} 0.000909629 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.9"} 0.000966278 sunlight_fs_op_duration_seconds{log="trastevere2028h1",method="upload",quantile="0.99"} 0.001197946 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h1",method="upload"} 3196.1396795900146 sunlight_fs_op_duration_seconds_count{log="trastevere2028h1",method="upload"} 3.601723e+06 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.5"} 0.000170309 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.75"} 0.000170309 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.9"} 0.000170309 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="discard",quantile="0.99"} 0.000170309 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h2",method="discard"} 2.017796342999999 sunlight_fs_op_duration_seconds_count{log="trastevere2028h2",method="discard"} 12062 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.000830596 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.75"} 0.000870924 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.9"} 0.000927323 sunlight_fs_op_duration_seconds{log="trastevere2028h2",method="upload",quantile="0.99"} 0.001082692 sunlight_fs_op_duration_seconds_sum{log="trastevere2028h2",method="upload"} 3054.2105179739033 sunlight_fs_op_duration_seconds_count{log="trastevere2028h2",method="upload"} 3.601647e+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"} 1 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.088678018 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.75"} 0.161128306 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.9"} 0.202195946 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2026h2",quantile="0.99"} 0.21741664 sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2026h2"} 144621.86008746337 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2026h2"} 1.288702e+06 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.5"} 0.032835466 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.75"} 0.132075653 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.9"} 0.132075653 sunlight_http_request_duration_seconds{endpoint="add-chain",log="trastevere2027h1",quantile="0.99"} 0.132075653 sunlight_http_request_duration_seconds_sum{endpoint="add-chain",log="trastevere2027h1"} 3007.311212904979 sunlight_http_request_duration_seconds_count{endpoint="add-chain",log="trastevere2027h1"} 26212 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.001099606 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.75"} 0.103312889 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.9"} 0.103312889 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2026h2",quantile="0.99"} 0.103312889 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2026h2"} 1367.6632276049966 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2026h2"} 23836 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.5"} 0.029490219 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.75"} 0.076068211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.9"} 0.076068211 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h1",quantile="0.99"} 0.076068211 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2027h1"} 1392.7341509790044 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2027h1"} 23860 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.5"} 0.000994463 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.75"} 0.166041192 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.9"} 0.166041192 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2027h2",quantile="0.99"} 0.166041192 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2027h2"} 1334.8218319740033 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2027h2"} 23868 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.5"} 0.001033798 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.75"} 0.051970478 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.9"} 0.051970478 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h1",quantile="0.99"} 0.051970478 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2028h1"} 1355.5642784259996 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2028h1"} 23833 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.5"} 0.001156365 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.75"} 0.116914353 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.9"} 0.116914353 sunlight_http_request_duration_seconds{endpoint="add-pre-chain",log="trastevere2028h2",quantile="0.99"} 0.116914353 sunlight_http_request_duration_seconds_sum{endpoint="add-pre-chain",log="trastevere2028h2"} 1340.117977674008 sunlight_http_request_duration_seconds_count{endpoint="add-pre-chain",log="trastevere2028h2"} 23825 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.5"} 0.656585612 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.75"} 0.656585612 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.9"} 0.656585612 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2026h2",quantile="0.99"} 0.656585612 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2026h2"} 1026.1046743590007 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2026h2"} 2004 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.5"} 0.547688445 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.75"} 0.547688445 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.9"} 0.547688445 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h1",quantile="0.99"} 0.547688445 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2027h1"} 1031.5540122879981 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2027h1"} 2008 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.5"} 0.651600615 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.75"} 0.651600615 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.9"} 0.651600615 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2027h2",quantile="0.99"} 0.651600615 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2027h2"} 1027.6035114799995 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2027h2"} 2002 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.5"} 0.676073584 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.75"} 0.676073584 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.9"} 0.676073584 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h1",quantile="0.99"} 0.676073584 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2028h1"} 1034.7001625389992 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2028h1"} 2004 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.5"} 0.540991089 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.75"} 0.540991089 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.9"} 0.540991089 sunlight_http_request_duration_seconds{endpoint="get-roots",log="trastevere2028h2",quantile="0.99"} 0.540991089 sunlight_http_request_duration_seconds_sum{endpoint="get-roots",log="trastevere2028h2"} 1023.0665092309971 sunlight_http_request_duration_seconds_count{endpoint="get-roots",log="trastevere2028h2"} 1999 # 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.233224e+06 sunlight_http_requests_total{code="200",endpoint="add-chain",log="trastevere2027h1"} 24999 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"} 23836 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2027h1"} 23860 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2027h2"} 23868 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2028h1"} 23832 sunlight_http_requests_total{code="200",endpoint="add-pre-chain",log="trastevere2028h2"} 23825 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2026h2"} 2004 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2027h1"} 2008 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2027h2"} 2002 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2028h1"} 2004 sunlight_http_requests_total{code="200",endpoint="get-roots",log="trastevere2028h2"} 1999 sunlight_http_requests_total{code="499",endpoint="add-chain",log="trastevere2026h2"} 55478 sunlight_http_requests_total{code="499",endpoint="add-chain",log="trastevere2027h1"} 1213 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"} 46511 sunlight_sequencing_data_tiles_bytes{log="trastevere2026h2",quantile="0.9"} 268836 sunlight_sequencing_data_tiles_bytes{log="trastevere2026h2",quantile="0.99"} 276294 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2026h2"} 1.29798561149e+11 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2026h2"} 927687 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.5"} 322450 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.9"} 324202 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h1",quantile="0.99"} 324202 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2027h1"} 7.633661222e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2027h1"} 37430 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.5"} 24387 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.9"} 24387 sunlight_sequencing_data_tiles_bytes{log="trastevere2027h2",quantile="0.99"} 24387 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2027h2"} 1.74705749e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2027h2"} 12090 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.5"} 12186 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.9"} 12186 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h1",quantile="0.99"} 12186 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2028h1"} 1.745474162e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2028h1"} 12080 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.5"} 277313 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.9"} 277313 sunlight_sequencing_data_tiles_bytes{log="trastevere2028h2",quantile="0.99"} 277313 sunlight_sequencing_data_tiles_bytes_sum{log="trastevere2028h2"} 1.74149237e+09 sunlight_sequencing_data_tiles_bytes_count{log="trastevere2028h2"} 12062 # 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"} 20060 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.9"} 108520 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.99"} 111475 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2026h2"} 5.4195570961e+10 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2026h2"} 927687 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.5"} 132483 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.9"} 133512 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.99"} 133512 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2027h1"} 3.669754533e+09 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2027h1"} 37430 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.5"} 3210 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.9"} 3210 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.99"} 3210 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2027h2"} 2.24217537e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2027h2"} 12090 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.5"} 1894 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.9"} 1894 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.99"} 1894 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2028h1"} 2.26262818e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2028h1"} 12080 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.5"} 36308 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.9"} 36308 sunlight_sequencing_data_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.99"} 36308 sunlight_sequencing_data_tiles_gzip_bytes_sum{log="trastevere2028h2"} 2.24219398e+08 sunlight_sequencing_data_tiles_gzip_bytes_count{log="trastevere2028h2"} 12062 # 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.00340368 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.75"} 0.006712426 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.9"} 0.014552241 sunlight_sequencing_duration_seconds{log="trastevere2026h2",quantile="0.99"} 0.02080566 sunlight_sequencing_duration_seconds_sum{log="trastevere2026h2"} 19528.868155850705 sunlight_sequencing_duration_seconds_count{log="trastevere2026h2"} 3.553352e+06 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.5"} 0.003016892 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.75"} 0.003508182 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.9"} 0.004310052 sunlight_sequencing_duration_seconds{log="trastevere2027h1",quantile="0.99"} 0.014338459 sunlight_sequencing_duration_seconds_sum{log="trastevere2027h1"} 11687.943433868086 sunlight_sequencing_duration_seconds_count{log="trastevere2027h1"} 3.553352e+06 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.5"} 0.002669981 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.75"} 0.003187673 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.9"} 0.003890471 sunlight_sequencing_duration_seconds{log="trastevere2027h2",quantile="0.99"} 0.006848178 sunlight_sequencing_duration_seconds_sum{log="trastevere2027h2"} 10994.285469501758 sunlight_sequencing_duration_seconds_count{log="trastevere2027h2"} 3.553351e+06 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.5"} 0.002843246 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.75"} 0.00344496 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.9"} 0.00423137 sunlight_sequencing_duration_seconds{log="trastevere2028h1",quantile="0.99"} 0.006639856 sunlight_sequencing_duration_seconds_sum{log="trastevere2028h1"} 11531.451218187362 sunlight_sequencing_duration_seconds_count{log="trastevere2028h1"} 3.553351e+06 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.5"} 0.003065115 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.75"} 0.003712567 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.9"} 0.004639389 sunlight_sequencing_duration_seconds{log="trastevere2028h2",quantile="0.99"} 0.007518915 sunlight_sequencing_duration_seconds_sum{log="trastevere2028h2"} 11248.428309918381 sunlight_sequencing_duration_seconds_count{log="trastevere2028h2"} 3.55335e+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"} 1061 sunlight_sequencing_leaf_bytes{log="trastevere2026h2",quantile="0.99"} 1562 sunlight_sequencing_leaf_bytes_sum{log="trastevere2026h2"} 1.412307856e+09 sunlight_sequencing_leaf_bytes_count{log="trastevere2026h2"} 1.298326e+06 sunlight_sequencing_leaf_bytes{log="trastevere2027h1",quantile="0.5"} 1752 sunlight_sequencing_leaf_bytes{log="trastevere2027h1",quantile="0.99"} 1920 sunlight_sequencing_leaf_bytes_sum{log="trastevere2027h1"} 6.0402705e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2027h1"} 38080 sunlight_sequencing_leaf_bytes{log="trastevere2027h2",quantile="0.5"} 1108 sunlight_sequencing_leaf_bytes{log="trastevere2027h2",quantile="0.99"} 1108 sunlight_sequencing_leaf_bytes_sum{log="trastevere2027h2"} 1.3578577e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2027h2"} 12091 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.3559945e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2028h1"} 12080 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.3524963e+07 sunlight_sequencing_leaf_bytes_count{log="trastevere2028h2"} 12062 # 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"} 5239 sunlight_sequencing_names_tiles_bytes{log="trastevere2026h2",quantile="0.9"} 31423 sunlight_sequencing_names_tiles_bytes{log="trastevere2026h2",quantile="0.99"} 32337 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2026h2"} 1.4929723276e+10 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2026h2"} 927687 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.5"} 41347 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.9"} 41448 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h1",quantile="0.99"} 41448 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2027h1"} 8.00619105e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2027h1"} 37430 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.5"} 4752 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.9"} 4752 sunlight_sequencing_names_tiles_bytes{log="trastevere2027h2",quantile="0.99"} 4752 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2027h2"} 3.38438009e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2027h2"} 12090 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.5"} 2376 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.9"} 2376 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h1",quantile="0.99"} 2376 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2028h1"} 3.38169097e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2028h1"} 12080 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.5"} 53826 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.9"} 53826 sunlight_sequencing_names_tiles_bytes{log="trastevere2028h2",quantile="0.99"} 53826 sunlight_sequencing_names_tiles_bytes_sum{log="trastevere2028h2"} 3.37663868e+08 sunlight_sequencing_names_tiles_bytes_count{log="trastevere2028h2"} 12062 # 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"} 1225 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.9"} 6568 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2026h2",quantile="0.99"} 6740 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2026h2"} 3.349326954e+09 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2026h2"} 927687 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.5"} 5020 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.9"} 5045 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h1",quantile="0.99"} 5045 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2027h1"} 1.14998291e+08 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2027h1"} 37430 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.5"} 346 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.9"} 346 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2027h2",quantile="0.99"} 346 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2027h2"} 1.4659253e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2027h2"} 12090 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.5"} 263 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.9"} 263 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h1",quantile="0.99"} 263 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2028h1"} 1.4640783e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2028h1"} 12080 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.5"} 2077 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.9"} 2077 sunlight_sequencing_names_tiles_gzip_bytes{log="trastevere2028h2",quantile="0.99"} 2077 sunlight_sequencing_names_tiles_gzip_bytes_sum{log="trastevere2028h2"} 1.472193e+07 sunlight_sequencing_names_tiles_gzip_bytes_count{log="trastevere2028h2"} 12062 # 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.808e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="cache",quantile="0.9"} 0.000496299 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="cache",quantile="0.99"} 0.001155964 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="cache"} 651.3098841828652 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="cache"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.5"} 0.001707341 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.9"} 0.003118999 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="checkpoint",quantile="0.99"} 0.00466054 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="checkpoint"} 6771.268563362513 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="checkpoint"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.5"} 0.00033135 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.9"} 0.00714883 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="hash",quantile="0.99"} 0.011302128 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="hash"} 5121.443306717125 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="hash"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.5"} 1.0821e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.9"} 0.002731821 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="stage",quantile="0.99"} 0.004662092 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="stage"} 2329.806152210604 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="stage"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.5"} 0.00087929 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.9"} 0.002372467 sunlight_sequencing_phase_duration_seconds{log="trastevere2026h2",phase="upload",quantile="0.99"} 0.002740718 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2026h2",phase="upload"} 4437.941499803433 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2026h2",phase="upload"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.5"} 8.765e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.9"} 9.8219e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="cache",quantile="0.99"} 0.000362982 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="cache"} 331.37659946504914 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="cache"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.5"} 0.001626714 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.9"} 0.00271087 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="checkpoint",quantile="0.99"} 0.004918298 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="checkpoint"} 6888.74887284285 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="checkpoint"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.5"} 0.000299489 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.9"} 0.000606131 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="hash",quantile="0.99"} 0.007313408 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="hash"} 1036.6583748710557 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="hash"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.5"} 1.0701e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.9"} 1.4809e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="stage",quantile="0.99"} 0.002544669 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="stage"} 145.39625117197656 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="stage"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.5"} 0.000843971 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.9"} 0.000931421 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h1",phase="upload",quantile="0.99"} 0.002477219 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h1",phase="upload"} 3092.0939222492475 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h1",phase="upload"} 3.553352e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.5"} 8.6327e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.9"} 0.000101767 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="cache",quantile="0.99"} 0.000255253 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="cache"} 316.34871127699154 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="cache"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.5"} 0.001610032 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.9"} 0.00278335 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="checkpoint",quantile="0.99"} 0.004407321 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="checkpoint"} 6853.045498507842 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="checkpoint"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.5"} 7.8251e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.9"} 9.5234e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="hash",quantile="0.99"} 0.000158947 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="hash"} 550.1391358320254 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="hash"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.5"} 1.019e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.9"} 1.3446e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="stage",quantile="0.99"} 3.1671e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="stage"} 63.81292084898558 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="stage"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.5"} 0.000843912 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.9"} 0.00093127 sunlight_sequencing_phase_duration_seconds{log="trastevere2027h2",phase="upload",quantile="0.99"} 0.001214939 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2027h2",phase="upload"} 3017.7811593668644 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2027h2",phase="upload"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.5"} 9.2128e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.9"} 0.000114041 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="cache",quantile="0.99"} 0.000155901 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="cache"} 344.4262951289626 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="cache"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.5"} 0.001711128 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.9"} 0.002992785 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="checkpoint",quantile="0.99"} 0.005092414 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="checkpoint"} 7084.5565731569095 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="checkpoint"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.5"} 7.6027e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.9"} 9.7698e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="hash",quantile="0.99"} 0.000151964 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="hash"} 582.2085698429703 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="hash"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.5"} 1.1282e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.9"} 1.6882e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="stage",quantile="0.99"} 4.1541e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="stage"} 70.73039696698939 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="stage"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.5"} 0.000876544 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.9"} 0.000986928 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h1",phase="upload",quantile="0.99"} 0.001311395 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h1",phase="upload"} 3246.9465416850103 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h1",phase="upload"} 3.553351e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.5"} 8.9813e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.9"} 0.000112989 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="cache",quantile="0.99"} 0.000159859 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="cache"} 339.7033389259986 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="cache"} 3.55335e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.5"} 0.001771365 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.9"} 0.003122867 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="checkpoint",quantile="0.99"} 0.005082856 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="checkpoint"} 6967.204845126502 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="checkpoint"} 3.55335e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.5"} 0.000214364 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.9"} 0.000436303 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="hash",quantile="0.99"} 0.002042498 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="hash"} 566.0405495070397 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="hash"} 3.55335e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.5"} 1.1161e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.9"} 1.5791e-05 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="stage",quantile="0.99"} 3.5148e-05 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="stage"} 68.85945960598971 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="stage"} 3.55335e+06 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.5"} 0.000849122 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.9"} 0.000948023 sunlight_sequencing_phase_duration_seconds{log="trastevere2028h2",phase="upload",quantile="0.99"} 0.00108143 sunlight_sequencing_phase_duration_seconds_sum{log="trastevere2028h2",phase="upload"} 3103.3210360330245 sunlight_sequencing_phase_duration_seconds_count{log="trastevere2028h2",phase="upload"} 3.55335e+06 # HELP sunlight_sequencing_pool_entries Number of entries in the pools being sequenced. # TYPE sunlight_sequencing_pool_entries summary sunlight_sequencing_pool_entries{log="trastevere2026h2",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2026h2",quantile="0.99"} 3 sunlight_sequencing_pool_entries_sum{log="trastevere2026h2"} 1.298326e+06 sunlight_sequencing_pool_entries_count{log="trastevere2026h2"} 3.553352e+06 sunlight_sequencing_pool_entries{log="trastevere2027h1",quantile="0.5"} 0 sunlight_sequencing_pool_entries{log="trastevere2027h1",quantile="0.99"} 1 sunlight_sequencing_pool_entries_sum{log="trastevere2027h1"} 38080 sunlight_sequencing_pool_entries_count{log="trastevere2027h1"} 3.553352e+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"} 12091 sunlight_sequencing_pool_entries_count{log="trastevere2027h2"} 3.553351e+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"} 12080 sunlight_sequencing_pool_entries_count{log="trastevere2028h1"} 3.553351e+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"} 12062 sunlight_sequencing_pool_entries_count{log="trastevere2028h2"} 3.55335e+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.553352e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2027h1"} 3.553352e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2027h2"} 3.553351e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2028h1"} 3.553351e+06 sunlight_sequencing_rounds_total{error="",log="trastevere2028h2"} 3.55335e+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.788152e+06 sunlight_sequencing_uploaded_tiles_total{log="trastevere2027h1"} 112438 sunlight_sequencing_uploaded_tiles_total{log="trastevere2027h2"} 36318 sunlight_sequencing_uploaded_tiles_total{log="trastevere2028h1"} 36288 sunlight_sequencing_uploaded_tiles_total{log="trastevere2028h2"} 36233 # 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.000527119 sunlight_sqlite_update_duration_seconds{quantile="0.9"} 0.000609999 sunlight_sqlite_update_duration_seconds{quantile="0.99"} 0.001480572 sunlight_sqlite_update_duration_seconds_sum 9883.866920159822 sunlight_sqlite_update_duration_seconds_count 1.7766756e+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.5983149e+07 sunlight_tree_size_leaves_total{log="trastevere2027h1"} 5.365211e+06 sunlight_tree_size_leaves_total{log="trastevere2027h2"} 15638 sunlight_tree_size_leaves_total{log="trastevere2028h1"} 15627 sunlight_tree_size_leaves_total{log="trastevere2028h2"} 15607 # 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.790361471046e+09 sunlight_tree_timestamp_seconds{log="trastevere2027h1"} 1.790361471035e+09 sunlight_tree_timestamp_seconds{log="trastevere2027h2"} 1.790361471005e+09 sunlight_tree_timestamp_seconds{log="trastevere2028h1"} 1.790361470976e+09 sunlight_tree_timestamp_seconds{log="trastevere2028h2"} 1.790361470992e+09