# 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"} 2.875e-05 go_gc_duration_seconds{quantile="0.25"} 6.5671e-05 go_gc_duration_seconds{quantile="0.5"} 9.5601e-05 go_gc_duration_seconds{quantile="0.75"} 0.00013502 go_gc_duration_seconds{quantile="1"} 0.050083718 go_gc_duration_seconds_sum 0.099425536 go_gc_duration_seconds_count 121 # 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 371 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.0"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.4798008e+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.40157352e+08 # 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 1.70199e+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 7.011309e+06 # 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.46288e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.4798008e+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 6.561792e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.1807104e+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 111519 # 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 6.5478656e+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.7425024e+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.7570566068402865e+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 7.122828e+06 # 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 4832 # 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 15704 # 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 381920 # 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 652800 # 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 2.0149634e+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 828474 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 4.816896e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 4.816896e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 9.9903768e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 49 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 105.79 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 4096 # 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 4.096988156447e+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 5.034843925e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 208 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.412030464e+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.75705646653e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 3.5825664e+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 promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 0 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP syncthing_config_device_info Provides additional information labels on devices # TYPE syncthing_config_device_info gauge syncthing_config_device_info{device="XXX",introducer="false",name="tynas",paused="false",untrusted="true"} 1 syncthing_config_device_info{device="XXX",introducer="false",name="tymax",paused="false",untrusted="false"} 1 syncthing_config_device_info{device="XXX",introducer="false",name="dianas",paused="true",untrusted="false"} 1 syncthing_config_device_info{device="XXX",introducer="false",name="x1.dialogicplatform.com",paused="false",untrusted="false"} 1 syncthing_config_device_info{device="XXX",introducer="false",name="z3",paused="true",untrusted="false"} 1 syncthing_config_device_info{device="XXX",introducer="false",name="f1.dialogicplatform.com",paused="false",untrusted="false"} 1 syncthing_config_device_info{device="XXX",introducer="false",name="ty15",paused="false",untrusted="false"} 1 syncthing_config_device_info{device="XXX",introducer="false",name="opus.dialogiconderzoek.nl",paused="false",untrusted="false"} 1 # HELP syncthing_config_folder_info Provides additional information labels on folders # TYPE syncthing_config_folder_info gauge syncthing_config_folder_info{folder="XXX",label="tommy-bv",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-clips",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-code",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-datasets",path="XXX",paused="true",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="dia-opus-backups",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-opus-root",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-platform-files",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-platform-logs",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-platform-mysql-daily",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-platform-postgres-daily",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-x1-home-dialogic",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-x1-root",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="dia-x1-volumes",path="XXX",paused="false",type="receiveonly"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-ebooks",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-family",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-ingest",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-lossless",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-martine",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-media",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-music",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-pictures",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-pixelspark",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-software",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-tommy",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-video",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-vr",path="XXX",paused="false",type="receiveencrypted"} 1 syncthing_config_folder_info{folder="XXX",label="tommy-wormhole",path="XXX",paused="false",type="receiveencrypted"} 1 # HELP syncthing_connections_active Number of currently active connections, per device. If value is 0, the device is disconnected. # TYPE syncthing_connections_active gauge syncthing_connections_active{device="XXX"} 3 syncthing_connections_active{device="XXX"} 2 syncthing_connections_active{device="XXX"} 0 syncthing_connections_active{device="XXX"} 1 syncthing_connections_active{device="XXX"} 0 syncthing_connections_active{device="XXX"} 3 syncthing_connections_active{device="XXX"} 0 syncthing_connections_active{device="XXX"} 1 # HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation # TYPE syncthing_db_operation_seconds_total counter syncthing_db_operation_seconds_total{folder="XXX",operation="GetKV"} 0.4733605770000001 syncthing_db_operation_seconds_total{folder="XXX",operation="ListFolders"} 9.9721e-05 syncthing_db_operation_seconds_total{folder="XXX",operation="PrefixKV"} 0.014025519 syncthing_db_operation_seconds_total{folder="XXX",operation="PutKV"} 2.5678052950000003 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.007473840000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesPrefix"} 0.00011207 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.256803546 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.000634023 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 6.486642509999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00025812000000000003 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceFile"} 0.035432698000000006 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.879755376 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 2.693615317 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000174461 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000929745 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.005126058 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.0016758389999999997 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.000311492 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 3.765104118999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00016345200000000002 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceFile"} 36.592668370999924 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.17585012400000002 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.756211764 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000179111 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000390691 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.094127313 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.00938912 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.0005517440000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 31.74929763 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00016316 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceFile"} 76.92394994199995 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.9861164720000002 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.888570671 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000211621 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.001241098 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.000721514 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.000645665 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesPrefix"} 0.000197311 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.002209822 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.00030244099999999997 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.005845821999999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.0001145 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceFile"} 0.057086156000000006 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.8101436139999999 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.832326441 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000303641 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000502362 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.048762430999999995 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesPrefix"} 0.000192371 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.008743388000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.001196177 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.14370470800000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000330422 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceFile"} 0.03737036100000002 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.786236926 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.116591952 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000181511 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.049407484999999994 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.0008552850000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.004534683 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.00041931300000000004 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.00760774 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000126701 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.6945999350000001 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.137135176 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000191721 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000268071 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.000322841 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.002145292 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.000920555 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 2.343557552 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00014699 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceFile"} 51.15133834599995 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.025950984 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.07081805299999999 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000153921 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000213102 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.00017502999999999998 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.013401765 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.000766753 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.007155678999999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.0021143629999999997 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.06397500299999999 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.28345065400000014 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000144451 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000726724 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.010342457000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.000954305 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.013561075 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.507107384 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000193972 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.09204037699999998 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.08516658 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000193151 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.006387625 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.00020315100000000002 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.009348799999999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.0045877259999999994 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.058258703 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00018072000000000002 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.029059475 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.155918288 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000170111 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.00038012100000000003 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.000254342 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.0014355289999999998 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.00030431100000000003 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.0883582 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.001032825 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.002575615 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.81255327 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000155311 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.002027452 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.011569064 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.001838517 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.023496862 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.025140999000000004 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00018295100000000002 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.275859205 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 4.511218022 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000174371 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.050020049000000004 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.02884979 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesPrefix"} 0.000464363 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.014358769 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.00154288 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 27.183729991 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.008252286000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceFile"} 8.098893063000002 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.32786338800000003 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.009335494 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000187821 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.00906079 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.001508089 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.00352684 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.001605859 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 1.9183446739999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000247292 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.170279052 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.13502094600000009 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000197541 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.001208787 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.007153548 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.158530049 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.03446454 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 15.577725705000002 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00018015000000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.191947793 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.417965842 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000209901 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.079464971 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.09560160000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 1.0464808829999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.000971386 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 1.601405716 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00022097200000000002 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.37802723099999996 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 2.7178384110000002 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000225111 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.663920742 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.001528178 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.16323849599999998 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.001093505 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 4.001816442 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00019152099999999997 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.6882167410000001 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.737778823 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000235532 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.002036061 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.0072519299999999984 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.007342251 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.029141032 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 5.7533981769999984 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000165393 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.049231205000000014 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.29265668100000003 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000214341 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000763894 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.255431316 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.0031568069999999998 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.041091068 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.26980147800000004 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000372631 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.323913452 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 3.4554109130000006 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000225231 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000850745 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.33224068399999995 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.024194734999999995 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.001332447 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 4.391844444 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00018130100000000003 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.024653084999999984 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 1.9260194979999998 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000239391 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.007441662 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.26999257 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.022688256000000004 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.00184259 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 18.598592230999998 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00027921099999999997 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.009198106000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 3.9517717180000003 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000303672 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000978775 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.012867421 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.0025020050000000003 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.00039710200000000003 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.814480001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000341721 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.04598772100000001 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 2.3114324990000004 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000159811 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000274811 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.033940056999999996 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.003356777 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.000736494 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 1.9782021969999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000195961 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.24391981999999995 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.9931832769999998 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000225111 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.0005880130000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.010454497 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.0026639039999999995 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.00040111300000000003 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 5.2912116430000005 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.000342453 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.73305213 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.6789803290000002 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000134081 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000720064 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.012058666000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.0017380190000000002 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.000440884 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.072422372 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00019011 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.2850361 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.16709502799999998 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000226632 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000379062 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 0.00034263200000000005 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.005397241 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.0006351550000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 1.8369560479999998 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00029693199999999997 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 0.6581142870000001 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 3.7576004739999997 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000194901 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.000394572 syncthing_db_operation_seconds_total{folder="XXX",operation="AllLocalFilesBySequence"} 3.6524831850000004 syncthing_db_operation_seconds_total{folder="XXX",operation="CountGlobal"} 0.006643006999999999 syncthing_db_operation_seconds_total{folder="XXX",operation="CountLocal"} 0.001284057 syncthing_db_operation_seconds_total{folder="XXX",operation="CountNeed"} 0.01440471 syncthing_db_operation_seconds_total{folder="XXX",operation="CountReceiveOnlyChanged"} 0.00020044100000000001 syncthing_db_operation_seconds_total{folder="XXX",operation="GetDeviceSequence"} 30.089748272 syncthing_db_operation_seconds_total{folder="XXX",operation="IndexIDGet"} 0.12182675599999998 syncthing_db_operation_seconds_total{folder="XXX",operation="ListDevicesForFolder"} 0.000192132 syncthing_db_operation_seconds_total{folder="XXX",operation="RemoteSequences"} 0.003004808 # HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation # TYPE syncthing_db_operations_current gauge syncthing_db_operations_current{folder="XXX",operation="GetKV"} 0 syncthing_db_operations_current{folder="XXX",operation="ListFolders"} 0 syncthing_db_operations_current{folder="XXX",operation="PrefixKV"} 0 syncthing_db_operations_current{folder="XXX",operation="PutKV"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesPrefix"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceFile"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 1 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceFile"} 1 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 1 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceFile"} 1 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesPrefix"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceFile"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesPrefix"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceFile"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceFile"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 1 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesPrefix"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceFile"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 3 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 1 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 0 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 syncthing_db_operations_current{folder="XXX",operation="AllLocalFilesBySequence"} 1 syncthing_db_operations_current{folder="XXX",operation="CountGlobal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountLocal"} 0 syncthing_db_operations_current{folder="XXX",operation="CountNeed"} 0 syncthing_db_operations_current{folder="XXX",operation="CountReceiveOnlyChanged"} 0 syncthing_db_operations_current{folder="XXX",operation="GetDeviceSequence"} 0 syncthing_db_operations_current{folder="XXX",operation="IndexIDGet"} 0 syncthing_db_operations_current{folder="XXX",operation="ListDevicesForFolder"} 0 syncthing_db_operations_current{folder="XXX",operation="RemoteSequences"} 0 # HELP syncthing_db_operations_total Total number of database operations, per folder and operation # TYPE syncthing_db_operations_total counter syncthing_db_operations_total{folder="XXX",operation="GetKV"} 409 syncthing_db_operations_total{folder="XXX",operation="ListFolders"} 1 syncthing_db_operations_total{folder="XXX",operation="PrefixKV"} 25 syncthing_db_operations_total{folder="XXX",operation="PutKV"} 107 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesPrefix"} 1 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 13 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 34 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceFile"} 679 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 216 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 202 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 13 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 2 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 11 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 2 syncthing_db_operations_total{folder="XXX",operation="GetDeviceFile"} 4054 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 216 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 202 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 2 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 16 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 14 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceFile"} 4253 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 218 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 202 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 2 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesPrefix"} 1 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 10 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 2 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 15 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 2 syncthing_db_operations_total{folder="XXX",operation="GetDeviceFile"} 31 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 151 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 138 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 2 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesPrefix"} 1 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 4 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 20 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 4 syncthing_db_operations_total{folder="XXX",operation="GetDeviceFile"} 388 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 156 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 138 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 4 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 3 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 12 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 10 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 153 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 138 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 4 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 7 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 2 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 5 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 2 syncthing_db_operations_total{folder="XXX",operation="GetDeviceFile"} 3901 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 59 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 52 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 2 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 4 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 9 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 7 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 61 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 52 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 4 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 7 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 2 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 5 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 2 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 59 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 52 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 2 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 4 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 9 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 7 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 61 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 52 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 1 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 7 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 2 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 5 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 2 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 50 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 42 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 2 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 1 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 12 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 10 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 148 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 135 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 1 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesPrefix"} 1 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 9 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 7 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceFile"} 11605 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 52 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 42 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 19 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 4 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 17 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 4 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 218 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 4 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 16 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 4 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 14 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 4 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 215 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 4 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 19 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 4 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 17 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 4 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 218 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 4 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 18 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 4 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 16 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 4 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 217 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 4 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 213 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 11 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 214 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 10 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 206 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 10 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 201 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 10 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 211 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 10 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 12 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 10 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 166 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 154 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 10 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 210 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 10 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 213 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 10 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 19 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 4 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 17 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 4 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 217 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 4 syncthing_db_operations_total{folder="XXX",operation="AllLocalFilesBySequence"} 613 syncthing_db_operations_total{folder="XXX",operation="CountGlobal"} 15 syncthing_db_operations_total{folder="XXX",operation="CountLocal"} 3 syncthing_db_operations_total{folder="XXX",operation="CountNeed"} 13 syncthing_db_operations_total{folder="XXX",operation="CountReceiveOnlyChanged"} 3 syncthing_db_operations_total{folder="XXX",operation="GetDeviceSequence"} 804 syncthing_db_operations_total{folder="XXX",operation="IndexIDGet"} 198 syncthing_db_operations_total{folder="XXX",operation="ListDevicesForFolder"} 1 syncthing_db_operations_total{folder="XXX",operation="RemoteSequences"} 3 # HELP syncthing_events_total Total number of created/forwarded/dropped events # TYPE syncthing_events_total counter syncthing_events_total{event="ClusterConfigReceived",state="created"} 17 syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 34 syncthing_events_total{event="DeviceConnected",state="created"} 31 syncthing_events_total{event="DeviceConnected",state="delivered"} 93 syncthing_events_total{event="FolderCompletion",state="created"} 67 syncthing_events_total{event="FolderCompletion",state="delivered"} 67 syncthing_events_total{event="FolderSummary",state="created"} 27 syncthing_events_total{event="FolderSummary",state="delivered"} 27 syncthing_events_total{event="ListenAddressesChanged",state="created"} 3 syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 7 syncthing_events_total{event="Starting",state="created"} 1 syncthing_events_total{event="Starting",state="delivered"} 1 syncthing_events_total{event="StartupComplete",state="created"} 1 syncthing_events_total{event="StartupComplete",state="delivered"} 1 syncthing_events_total{event="StateChanged",state="created"} 37 syncthing_events_total{event="StateChanged",state="delivered"} 74 # HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation # TYPE syncthing_fs_operation_bytes_total counter syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 65 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 72 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 71 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 77 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 77 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 77 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 79 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 78 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 72 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 72 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 79 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 85 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 79 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 72 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 72 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 65 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 79 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 40 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 syncthing_fs_operation_bytes_total{operation="read",root="XXX"} 8 # HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation # TYPE syncthing_fs_operation_seconds_total counter syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.22e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.81e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.48e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.48e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.88e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.64e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.84e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.54e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.84e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.4e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.1e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.08e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.65e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.68e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.94e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.37e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.45e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.25e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.8e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.82e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.91e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.19e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.41e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.58e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 2.92e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 3.1e-06 syncthing_fs_operation_seconds_total{operation="close",root="XXX"} 4.09e-06 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.0999327159999998 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 12.87774760700004 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 11.617087070999986 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 8.5271e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.000105571 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.008679267000000001 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 8.363e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.010729770000000001 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 9.248000000000001e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.020471833000000002 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.01072742 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 8.4261e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 8.447e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 8.988e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.000118571 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.000382042 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.00011699 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.00021159199999999998 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.11058419699999997 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 6.2351e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 0.9662614399999997 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 3.167e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 6.9141e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 9.1131e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 3.299e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 3.4341e-05 syncthing_fs_operation_seconds_total{operation="dirnames",root="XXX"} 13.471937788000004 syncthing_fs_operation_seconds_total{operation="glob",root="XXX"} 0.000244152 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.47e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.03e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.1000000000000004e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 1.79e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.1600000000000002e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.8999999999999998e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.21e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.01e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.77e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.83e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 1.88e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.0799999999999997e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.09e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.3399999999999998e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.4e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.34e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 4.669999999999999e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 5.701e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 4.62e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 6.141e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.5200000000000004e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 1.86e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.35e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 2.1899999999999998e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.7e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 3.7800000000000002e-06 syncthing_fs_operation_seconds_total{operation="hide",root="XXX"} 4.2000000000000004e-06 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.3745192040000011 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 44.102009650999776 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 65.39597286699991 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.157129332 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.026495026000000005 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.019429837999999998 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.0071905 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.017534617000000002 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.013283364 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.046381057 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.028246416 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.21758396700000002 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.047942896 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.26153303099999997 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.0012143170000000001 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.098800298 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.025518952 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.6418935770000003 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.9890734209999971 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.083371882 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 89.03584361999994 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.009133221 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.043801132 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.01620013 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.020994687 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 0.030218436999999997 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 79.71719847899993 syncthing_fs_operation_seconds_total{operation="lstat",root="XXX"} 1.688e-05 syncthing_fs_operation_seconds_total{operation="mkdirall",root="XXX"} 1.739e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.176e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 8.63e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.079e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.128e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 8.39e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.387e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 8.24e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 9.27e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.047e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.446e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.012e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.008e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 9.161e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 9.67e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.519e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.272e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.284e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.438e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 7.19e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 8.75e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 6.84e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 7.03e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.156e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 1.208e-05 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 7.6e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 9.36e-06 syncthing_fs_operation_seconds_total{operation="open",root="XXX"} 8.76e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.4299999999999998e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.2e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.1099999999999994e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.4799999999999997e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 5.5e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.6499999999999998e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.5e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.090000000000001e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.4e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 5.390000000000001e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.6e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.76e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.6e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.77e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.8e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.13e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.6e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.9300000000000003e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.06e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.94e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.6499999999999998e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.78e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.3e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.94e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.4e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.92e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.11e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 9.750000000000002e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.149999999999999e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.4e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.74e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.0800000000000006e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.17e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.3499999999999997e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.9e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.88e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.306e-05 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 3.9399999999999995e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 1.8e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.68e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.1e-07 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 2.9599999999999996e-06 syncthing_fs_operation_seconds_total{operation="options",root="XXX"} 4.559999999999999e-06 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.702e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.293e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.703e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.215e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.676e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 2.254e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.425e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.472e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.665e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 2.03e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.708e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.538e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.366e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.478e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 2.01e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.6531e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.477e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 2.189e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.489e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.405e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.2431e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.062e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.73e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.7820000000000002e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.113e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.3880000000000001e-05 syncthing_fs_operation_seconds_total{operation="read",root="XXX"} 1.425e-05 syncthing_fs_operation_seconds_total{operation="readsymlink",root="XXX"} 0.0019488680000000003 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.4869999999999998e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.568e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.276e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 0.0126709 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.277e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.73e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.13e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.056e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.511e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.365e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.1410000000000001e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.5139999999999999e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.558e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.664e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.8500000000000002e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.845e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.3619999999999998e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.756e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.93e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 2.687e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 2.0691e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.873e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.801e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 3.2029999999999997e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.593e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.594e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.3459999999999998e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.9241e-05 syncthing_fs_operation_seconds_total{operation="stat",root="XXX"} 1.3980000000000002e-05 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.69e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.8699999999999996e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.7100000000000001e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.4e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.81e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 8e-08 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 4.75e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.3e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.27e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.5e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.4100000000000002e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.2e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.58e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.47e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.6e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.74e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.6e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.96e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 7e-08 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.54e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.4400000000000002e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.8099999999999998e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 4.9e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 4.35e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.58e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.3e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 3.28e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.3e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.73e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.5e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.72e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.1e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.8399999999999997e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.9e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.08e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.6e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.2e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.29e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.8e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.85e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.7799999999999996e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.9e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.5600000000000005e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 2.1e-07 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 3.27e-06 syncthing_fs_operation_seconds_total{operation="type",root="XXX"} 1.5e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.44e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.8e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.51e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.9e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.5700000000000002e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.5e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 4.160000000000001e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 7e-08 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.13e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.4300000000000005e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.6e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 3.6499999999999998e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 8e-08 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.5199999999999998e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.71e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 7.8e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.25e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.5e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.76e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.8e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.6199999999999997e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.0700000000000001e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.6600000000000002e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 5.1e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 3.67e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.3e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.3000000000000004e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.4e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.9800000000000003e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 3.2e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.1999999999999997e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 9e-08 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.03e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.2e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.33e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 8e-08 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 4.31e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 8e-08 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 7.3e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.15e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.7e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.82e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.1e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.2799999999999998e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 1.9e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 3.0200000000000003e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.5e-07 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 2.1000000000000002e-06 syncthing_fs_operation_seconds_total{operation="uri",root="XXX"} 3.7e-07 syncthing_fs_operation_seconds_total{operation="usage",root="XXX"} 0.00032226 # HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation # TYPE syncthing_fs_operations_total counter syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="close",root="XXX"} 1 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 1120 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 4822 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2932 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 3 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 117 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 1 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 457 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 1 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 1 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 1 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 1 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 1 syncthing_fs_operations_total{operation="dirnames",root="XXX"} 2518 syncthing_fs_operations_total{operation="glob",root="XXX"} 12 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="hide",root="XXX"} 3 syncthing_fs_operations_total{operation="lstat",root="XXX"} 2013 syncthing_fs_operations_total{operation="lstat",root="XXX"} 5989 syncthing_fs_operations_total{operation="lstat",root="XXX"} 5370 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 72 syncthing_fs_operations_total{operation="lstat",root="XXX"} 1860 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 3910 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 4 syncthing_fs_operations_total{operation="lstat",root="XXX"} 18646 syncthing_fs_operations_total{operation="lstat",root="XXX"} 1 syncthing_fs_operations_total{operation="mkdirall",root="XXX"} 2 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="open",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 2 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 12 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 16 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 10 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 1 syncthing_fs_operations_total{operation="options",root="XXX"} 14 syncthing_fs_operations_total{operation="options",root="XXX"} 27 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 1 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="read",root="XXX"} 2 syncthing_fs_operations_total{operation="readsymlink",root="XXX"} 71 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 1 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 4 syncthing_fs_operations_total{operation="stat",root="XXX"} 2 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 7 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 11 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 6 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="type",root="XXX"} 10 syncthing_fs_operations_total{operation="type",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 7 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 11 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 6 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="uri",root="XXX"} 10 syncthing_fs_operations_total{operation="uri",root="XXX"} 1 syncthing_fs_operations_total{operation="usage",root="XXX"} 27 # HELP syncthing_model_folder_conflicts_total Total number of conflicts # TYPE syncthing_model_folder_conflicts_total counter syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 syncthing_model_folder_conflicts_total{folder="XXX"} 0 # HELP syncthing_model_folder_processed_bytes_total Total amount of data processed during folder syncing, per folder ID and data source (network/local_origin/local_other/skipped) # TYPE syncthing_model_folder_processed_bytes_total counter syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_origin"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="local_other"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="network"} 0 syncthing_model_folder_processed_bytes_total{folder="XXX",source="skipped"} 0 # HELP syncthing_model_folder_pull_seconds_total Total time spent in folder pull iterations, per folder ID # TYPE syncthing_model_folder_pull_seconds_total counter syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 syncthing_model_folder_pull_seconds_total{folder="XXX"} 0 # HELP syncthing_model_folder_pulls_total Total number of folder pull iterations, per folder ID # TYPE syncthing_model_folder_pulls_total counter syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 syncthing_model_folder_pulls_total{folder="XXX"} 0 # HELP syncthing_model_folder_scan_seconds_total Total time spent in folder scan iterations, per folder ID # TYPE syncthing_model_folder_scan_seconds_total counter syncthing_model_folder_scan_seconds_total{folder="XXX"} 0.464431236 syncthing_model_folder_scan_seconds_total{folder="XXX"} 144.00000350000002 syncthing_model_folder_scan_seconds_total{folder="XXX"} 144.00000480999995 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0.71746817 syncthing_model_folder_scan_seconds_total{folder="XXX"} 1.3768871489999999 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 142.00000658999986 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 143.00000604999988 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 syncthing_model_folder_scan_seconds_total{folder="XXX"} 0 # HELP syncthing_model_folder_scans_total Total number of folder scan iterations, per folder ID # TYPE syncthing_model_folder_scans_total counter syncthing_model_folder_scans_total{folder="XXX"} 1 syncthing_model_folder_scans_total{folder="XXX"} 1 syncthing_model_folder_scans_total{folder="XXX"} 1 syncthing_model_folder_scans_total{folder="XXX"} 1 syncthing_model_folder_scans_total{folder="XXX"} 1 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 1 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 1 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 syncthing_model_folder_scans_total{folder="XXX"} 0 # HELP syncthing_model_folder_state Current folder state # TYPE syncthing_model_folder_state gauge syncthing_model_folder_state{folder="XXX"} 0 syncthing_model_folder_state{folder="XXX"} 1 syncthing_model_folder_state{folder="XXX"} 1 syncthing_model_folder_state{folder="XXX"} 0 syncthing_model_folder_state{folder="XXX"} 0 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 1 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 1 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 syncthing_model_folder_state{folder="XXX"} 2 # HELP syncthing_model_folder_summary Current folder summary data (counts for global/local/need files/directories/symlinks/deleted/bytes) # TYPE syncthing_model_folder_summary gauge syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 2.40279731e+08 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 39 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 281 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 2.40279731e+08 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 39 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 281 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.396784786763e+12 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 3767 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 22186 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.396784786763e+12 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 3767 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 22186 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.0931372612e+10 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 12841 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 83320 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.0931372612e+10 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 12841 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 83320 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 2.696249344e+10 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 55 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 31 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 2.696249344e+10 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 55 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 31 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 3.123987946e+09 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 1322 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 63 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 325 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 3.123987946e+09 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 795 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 63 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 325 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 6.0632921e+07 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 4 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 43 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 66 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 6.0632921e+07 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 4 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 43 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 66 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 8.72817215e+08 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 57 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 2 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 26 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 8.72817215e+08 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 56 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 2 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 26 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 4.6447783472e+10 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 2383 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 62 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 124 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 4.6447783472e+10 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 1074 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 62 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 124 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 926095 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 75 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 43 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 62 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 926095 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 10 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 43 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 62 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.2750215744e+10 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 110 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 1209 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.2750215744e+10 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 110 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 1209 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 2.31742187421e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 1946 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 79787 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 2.31742187421e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 1946 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 79787 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 6.333026125e+09 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 18 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 182 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 6.333026125e+09 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 18 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 182 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.48762750923e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 263 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 5836 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.48762750923e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 263 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 5836 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.35474559518e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 357 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 35113 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.35474559518e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 357 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 35113 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 8.86657765196e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 268 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 3189 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 8.86657765196e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 268 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 3189 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.78174415511e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 966 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 25430 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.78174415511e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 966 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 25430 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 2.11327957931e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 944 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 82814 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 2.11327957931e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 944 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 82814 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 6.478812402e+09 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 1377 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 6212 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 6.478812402e+09 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 1377 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 6212 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.82833782692e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 1025 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 19790 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.82833782692e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 1025 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 19790 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 2.6878606827e+10 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 4630 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 23315 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 2.6878606827e+10 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 4630 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 23315 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.29074949226e+11 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 48 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 425 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.29074949226e+11 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 48 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 425 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 1.6746850243e+10 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 4652 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 9577 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 1.6746850243e+10 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 4652 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 9577 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="bytes"} 6.09170595e+08 syncthing_model_folder_summary{folder="XXX",scope="global",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="global",type="directories"} 16 syncthing_model_folder_summary{folder="XXX",scope="global",type="files"} 119 syncthing_model_folder_summary{folder="XXX",scope="global",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="bytes"} 6.09170595e+08 syncthing_model_folder_summary{folder="XXX",scope="local",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="local",type="directories"} 16 syncthing_model_folder_summary{folder="XXX",scope="local",type="files"} 119 syncthing_model_folder_summary{folder="XXX",scope="local",type="symlinks"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="bytes"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="deleted"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="directories"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="files"} 0 syncthing_model_folder_summary{folder="XXX",scope="need",type="symlinks"} 0 # HELP syncthing_protocol_recv_bytes_total Total amount of data received, per device # TYPE syncthing_protocol_recv_bytes_total counter syncthing_protocol_recv_bytes_total{device="XXX"} 6232 syncthing_protocol_recv_bytes_total{device="XXX"} 21354 syncthing_protocol_recv_bytes_total{device="XXX"} 532 syncthing_protocol_recv_bytes_total{device="XXX"} 1952 syncthing_protocol_recv_bytes_total{device="XXX"} 542 # HELP syncthing_protocol_recv_decompressed_bytes_total Total amount of data received, after decompression, per device # TYPE syncthing_protocol_recv_decompressed_bytes_total counter syncthing_protocol_recv_decompressed_bytes_total{device="XXX"} 14006 syncthing_protocol_recv_decompressed_bytes_total{device="XXX"} 55842 syncthing_protocol_recv_decompressed_bytes_total{device="XXX"} 879 syncthing_protocol_recv_decompressed_bytes_total{device="XXX"} 3524 syncthing_protocol_recv_decompressed_bytes_total{device="XXX"} 922 # HELP syncthing_protocol_recv_messages_total Total number of messages received, per device # TYPE syncthing_protocol_recv_messages_total counter syncthing_protocol_recv_messages_total{device="XXX"} 9 syncthing_protocol_recv_messages_total{device="XXX"} 15 syncthing_protocol_recv_messages_total{device="XXX"} 2 syncthing_protocol_recv_messages_total{device="XXX"} 13 syncthing_protocol_recv_messages_total{device="XXX"} 3 # HELP syncthing_protocol_sent_bytes_total Total amount of data sent, per device # TYPE syncthing_protocol_sent_bytes_total counter syncthing_protocol_sent_bytes_total{device="XXX"} 5530 syncthing_protocol_sent_bytes_total{device="XXX"} 26814 syncthing_protocol_sent_bytes_total{device="XXX"} 366 syncthing_protocol_sent_bytes_total{device="XXX"} 1644 syncthing_protocol_sent_bytes_total{device="XXX"} 1048 # HELP syncthing_protocol_sent_messages_total Total number of messages sent, per device # TYPE syncthing_protocol_sent_messages_total counter syncthing_protocol_sent_messages_total{device="XXX"} 10 syncthing_protocol_sent_messages_total{device="XXX"} 22 syncthing_protocol_sent_messages_total{device="XXX"} 3 syncthing_protocol_sent_messages_total{device="XXX"} 16 syncthing_protocol_sent_messages_total{device="XXX"} 3 # HELP syncthing_protocol_sent_uncompressed_bytes_total Total amount of data sent, before compression, per device # TYPE syncthing_protocol_sent_uncompressed_bytes_total counter syncthing_protocol_sent_uncompressed_bytes_total{device="XXX"} 12834 syncthing_protocol_sent_uncompressed_bytes_total{device="XXX"} 68834 syncthing_protocol_sent_uncompressed_bytes_total{device="XXX"} 647 syncthing_protocol_sent_uncompressed_bytes_total{device="XXX"} 3456 syncthing_protocol_sent_uncompressed_bytes_total{device="XXX"} 1778 # HELP syncthing_scanner_hashed_bytes_total Total amount of data hashed, per folder # TYPE syncthing_scanner_hashed_bytes_total counter syncthing_scanner_hashed_bytes_total{folder="XXX"} 0 syncthing_scanner_hashed_bytes_total{folder="XXX"} 0 syncthing_scanner_hashed_bytes_total{folder="XXX"} 0 syncthing_scanner_hashed_bytes_total{folder="XXX"} 0 syncthing_scanner_hashed_bytes_total{folder="XXX"} 0 syncthing_scanner_hashed_bytes_total{folder="XXX"} 0 syncthing_scanner_hashed_bytes_total{folder="XXX"} 0 # HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder # TYPE syncthing_scanner_scanned_items_total counter syncthing_scanner_scanned_items_total{folder="XXX"} 682 syncthing_scanner_scanned_items_total{folder="XXX"} 4057 syncthing_scanner_scanned_items_total{folder="XXX"} 4257 syncthing_scanner_scanned_items_total{folder="XXX"} 36 syncthing_scanner_scanned_items_total{folder="XXX"} 393 syncthing_scanner_scanned_items_total{folder="XXX"} 3906 syncthing_scanner_scanned_items_total{folder="XXX"} 11610