# 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"} 8.0411e-05
go_gc_duration_seconds{quantile="0.25"} 0.000123178
go_gc_duration_seconds{quantile="0.5"} 0.000145348
go_gc_duration_seconds{quantile="0.75"} 0.000185011
go_gc_duration_seconds{quantile="1"} 0.002191602
go_gc_duration_seconds_sum 41.196987088
go_gc_duration_seconds_count 181160
# 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 114
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.4"} 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 2.1348624e+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 2.504418208208e+12
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 8.913785e+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 4.2993261072e+10
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.54936e+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 2.1348624e+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 1.11640576e+08
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 4.472832e+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 151265
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 1.07298816e+08
# 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 1.56368896e+08
# 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.7711462032041988e+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 4.2993412337e+10
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 2416
# 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 757280
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 1.9584e+06
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 3.5919962e+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 862503
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 3.014656e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 3.014656e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 1.76683304e+08
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 50
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 67002.61
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 1.88375019569e+11
# 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 7.8200518161e+10
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 97
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.55717632e+08
# 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.76599716746e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.85022208e+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"} 5
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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA",introducer="false",name="cobalt",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="7YCKNIE-345NVSB-PV7XBDE-SBACGZA-LTZGLXT-R44IRUF-4RFSJ7P-NRJZXQL",introducer="false",name="pixel",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF",introducer="false",name="carbon",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="VUAR7EC-VZ5ASBR-5A7ZLEP-A5ZF2XO-IOVPYO6-ICONR72-6GAZV4N-2F4VVAV",introducer="false",name="cloud",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="asqhs-gxzl4",label="code",path="/mnt/data/syncthing/code",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="hmrxy-xkgrb",label="videos",path="/mnt/data/syncthing/videos",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="jmdvx-nzh9p",label="notes",path="/mnt/data/syncthing/notes",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="meugk-eipcy",label="work",path="/mnt/data/syncthing/work",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="rg3sy-y9wvv",label="documents",path="/mnt/data/syncthing/documents",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="z6hjs-fj7jy",label="projects",path="/mnt/data/syncthing/projects",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="zuaps-ign9t",label="pictures",path="/mnt/data/syncthing/pictures",paused="false",type="sendreceive"} 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 0
syncthing_connections_active{device="7YCKNIE-345NVSB-PV7XBDE-SBACGZA-LTZGLXT-R44IRUF-4RFSJ7P-NRJZXQL"} 0
syncthing_connections_active{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 0
syncthing_connections_active{device="VUAR7EC-VZ5ASBR-5A7ZLEP-A5ZF2XO-IOVPYO6-ICONR72-6GAZV4N-2F4VVAV"} 0
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="asqhs-gxzl4"} 249557
syncthing_db_files_updated_total{folder="hmrxy-xkgrb"} 3085
syncthing_db_files_updated_total{folder="jmdvx-nzh9p"} 527
syncthing_db_files_updated_total{folder="meugk-eipcy"} 190530
syncthing_db_files_updated_total{folder="rg3sy-y9wvv"} 2545
syncthing_db_files_updated_total{folder="z6hjs-fj7jy"} 726
syncthing_db_files_updated_total{folder="zuaps-ign9t"} 30108
# 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="-",operation="AllLocalBlocksWithHash"} 224.24270005700112
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 59.61622354899928
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.00016979
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.02709660399999998
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 27.893938984000222
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0.41916233900000033
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.6592288350000016
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 0.000662153
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 0.26544987399999964
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountGlobal"} 1.766491594999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountLocal"} 0.44966814999999943
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountNeed"} 668.0021428599991
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0.13717506900000023
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="DropAllFiles"} 0.04054552
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 1910.252830645685
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 10.253565844999905
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 32.800549976000404
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 27.531240138000086
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 0.47175722399999986
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDSet"} 0.000979945
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0.000207805
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 0.2425795029999998
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="Update"} 198.1348166740002
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0.12483277600000005
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0.12849171299999992
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllNeededGlobalFiles"} 0.007023042
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.7496686499999978
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountLocal"} 0.21019226300000002
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountNeed"} 9.833498468999988
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0.10733291700000011
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="DropAllFiles"} 0.004260077
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 190.70834706300636
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 6.59991023000004
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetGlobalAvailability"} 19.23034705000024
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetGlobalFile"} 2.6385838900000023
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0.22648874999999993
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDSet"} 0.0005809529999999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0.018303331
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0.18301396200000003
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="Update"} 21.874321684000005
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0.026318009000000003
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0.08499326499999993
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0.005017085
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.3693466009999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountLocal"} 0.1264595179999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountNeed"} 2.533228737000005
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0.043090654000000034
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="DropAllFiles"} 0.009744905000000002
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 7.711301297000045
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 5.507993993999964
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetGlobalAvailability"} 0.11833727399999987
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 0.06244216399999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0.25961833799999945
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDSet"} 0.000473514
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0.000148639
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0.076486652
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="Update"} 0.709525334
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0.6349077259999989
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0.6241281849999996
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesWithBlocksHash"} 0.0031540000000000006
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0.29292612700000037
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 3.207272433000007
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.7424193479999999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 2091.5666477040136
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.27490751799999946
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="DropAllFiles"} 0.018330123
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceFile"} 2918.0622943882613
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 9.687019522000003
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 105.71878528299987
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalFile"} 119.0560371760047
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDGet"} 0.2706897820000003
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDSet"} 0.000372422
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0.000633525
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="RemoteSequences"} 0.4869057180000009
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="Update"} 258.41056681100054
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0.08715079900000008
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0.10696700699999975
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 0.003554588
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.5464907950000003
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountLocal"} 0.13767746799999991
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountNeed"} 7.830097198000009
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0.041012078999999986
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="DropAllFiles"} 0.003368781
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 71.88967740399958
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 5.339009660999964
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 5.273735127000022
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 1.2696764639999996
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0.27634647399999984
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDSet"} 0.00043858199999999997
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0.000124931
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0.10200156100000017
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="Update"} 4.458203973000001
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0.03432024399999999
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0.05910571799999999
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllNeededGlobalFiles"} 0.0016413850000000002
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.3648042349999999
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountLocal"} 0.11490817300000011
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountNeed"} 2.118870600000002
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0.05065842100000001
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="DropAllFiles"} 0.0038773040000000003
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 42.63355644299946
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 4.732515114999991
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetGlobalAvailability"} 5.040214518000048
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetGlobalFile"} 0.8262638520000001
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0.2180383319999997
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDSet"} 0.000549522
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0.000178733
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0.05880729500000005
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="Update"} 3.1268817660000003
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0.42416607300000064
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0.15885915899999933
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllNeededGlobalFiles"} 0.007555315
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 1.6052684189999997
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountLocal"} 0.38914287900000105
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountNeed"} 214.79814761300088
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0.14505835600000003
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="DropAllFiles"} 0.012123823000000002
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 512.9003786090194
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 6.5899274429999535
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetGlobalAvailability"} 31.614279133999844
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetGlobalFile"} 9.449840045999863
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDGet"} 0.2083541219999998
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDSet"} 0.000551887
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0.000333257
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="RemoteSequences"} 0.2857065200000008
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="Update"} 61.077689698999926
# 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="-",operation="AllLocalBlocksWithHash"} 0
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountLocal"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountNeed"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="Update"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="Update"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountLocal"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountNeed"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="Update"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="Update"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountLocal"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountNeed"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="Update"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="Update"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountLocal"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountNeed"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="Update"} 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="-",operation="AllLocalBlocksWithHash"} 3.105923e+06
syncthing_db_operations_total{folder="-",operation="GetKV"} 921970
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 300
syncthing_db_operations_total{folder="-",operation="PutKV"} 38853
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 1876
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 5122
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 2
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 2047
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountGlobal"} 9037
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountLocal"} 2989
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountNeed"} 11517
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 2989
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 4.1129368e+07
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 47980
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 191364
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 137486
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 4087
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 2989
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="Update"} 2976
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 533
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 1779
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllNeededGlobalFiles"} 42
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 5830
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountLocal"} 1920
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountNeed"} 6188
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 1920
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 874318
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 39604
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetGlobalAvailability"} 97292
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetGlobalFile"} 7952
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 4087
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 1920
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="Update"} 398
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 212
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 1530
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 77
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 4401
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountLocal"} 1076
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountNeed"} 4821
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 1076
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 122934
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 38824
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetGlobalAvailability"} 1320
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 952
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 5344
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 1076
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="Update"} 92
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 3573
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 4216
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesWithBlocksHash"} 16
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 2619
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 14354
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 4761
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 17594
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 4761
syncthing_db_operations_total{folder="meugk-eipcy",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceFile"} 6.1404492e+07
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 57320
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 1.020995e+06
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalFile"} 866146
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDGet"} 4087
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="RemoteSequences"} 4761
syncthing_db_operations_total{folder="meugk-eipcy",operation="Update"} 4918
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 335
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 1818
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 26
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 4830
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountLocal"} 1184
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountNeed"} 5168
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 1184
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 1.015222e+06
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 39435
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 22317
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 8083
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 5344
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 1184
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="Update"} 192
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 294
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 1568
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllNeededGlobalFiles"} 18
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 3575
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountLocal"} 1168
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountNeed"} 3898
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 1168
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 345078
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 36819
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetGlobalAvailability"} 19039
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetGlobalFile"} 2832
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 4087
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 1168
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="Update"} 140
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 2401
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 2076
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllNeededGlobalFiles"} 46
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 9041
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountLocal"} 2990
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountNeed"} 9374
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 2990
syncthing_db_operations_total{folder="zuaps-ign9t",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 6.748843e+06
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 46600
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetGlobalAvailability"} 188695
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetGlobalFile"} 77308
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDGet"} 4087
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="RemoteSequences"} 2990
syncthing_db_operations_total{folder="zuaps-ign9t",operation="Update"} 2288
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 158
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 316
syncthing_events_total{event="ConfigSaved",state="created"} 15
syncthing_events_total{event="ConfigSaved",state="delivered"} 15
syncthing_events_total{event="DeviceConnected",state="created"} 951
syncthing_events_total{event="DeviceConnected",state="delivered"} 1902
syncthing_events_total{event="DeviceDisconnected",state="created"} 629
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1243
syncthing_events_total{event="DownloadProgress",state="created"} 2509
syncthing_events_total{event="DownloadProgress",state="delivered"} 5018
syncthing_events_total{event="Failure",state="created"} 19
syncthing_events_total{event="Failure",state="delivered"} 19
syncthing_events_total{event="FolderCompletion",state="created"} 33492
syncthing_events_total{event="FolderCompletion",state="delivered"} 33492
syncthing_events_total{event="FolderErrors",state="created"} 120
syncthing_events_total{event="FolderErrors",state="delivered"} 120
syncthing_events_total{event="FolderScanProgress",state="created"} 3
syncthing_events_total{event="FolderScanProgress",state="delivered"} 3
syncthing_events_total{event="FolderSummary",state="created"} 15675
syncthing_events_total{event="FolderSummary",state="delivered"} 15675
syncthing_events_total{event="ItemFinished",state="created"} 247068
syncthing_events_total{event="ItemFinished",state="delivered"} 1.976543e+06
syncthing_events_total{event="ItemFinished",state="dropped"} 1
syncthing_events_total{event="ItemStarted",state="created"} 247068
syncthing_events_total{event="ItemStarted",state="delivered"} 1.976543e+06
syncthing_events_total{event="ItemStarted",state="dropped"} 1
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 12
syncthing_events_total{event="LocalChangeDetected",state="created"} 154
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 154
syncthing_events_total{event="LocalIndexUpdated",state="created"} 7875
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 71673
syncthing_events_total{event="RemoteChangeDetected",state="created"} 136677
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 136671
syncthing_events_total{event="RemoteChangeDetected",state="dropped"} 6
syncthing_events_total{event="RemoteDownloadProgress",state="created"} 11
syncthing_events_total{event="RemoteDownloadProgress",state="delivered"} 22
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 3129
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 6258
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"} 49872
syncthing_events_total{event="StateChanged",state="delivered"} 99742
# 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="/mnt/data/syncthing/code"} 1.77059457e+08
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/documents"} 1.43603411e+08
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/notes"} 1.3553694e+07
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/pictures"} 2.95279501e+08
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/projects"} 3.21543961e+08
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/videos"} 2.535986678e+09
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/work"} 8.417713027e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/code"} 3.41472755e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/documents"} 2.45628557e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/notes"} 46451
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/pictures"} 1.124312e+07
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/projects"} 3.8733214e+07
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/videos"} 2.74210094e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/work"} 3.340380422e+09
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 361425
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/code"} 117
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/documents"} 117
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/notes"} 117
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/pictures"} 117
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/projects"} 117
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/videos"} 117
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/work"} 117
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/code"} 3.704228873e+09
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/documents"} 2.026065252e+09
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/notes"} 1.3650778e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 1.4145865256e+10
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/projects"} 2.010756561e+09
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/videos"} 1.6931910901e+10
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/work"} 8.838134576e+09
# 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="chmod",root="/mnt/data/syncthing/.config/syncthing"} 0.00044812
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/code"} 5.637758915999957
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/documents"} 0.12068855099999994
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/notes"} 0.011610892999999997
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/pictures"} 0.8915799929999998
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/projects"} 0.037251114000000016
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/videos"} 0.05454199099999999
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/work"} 7.860354129000044
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/code"} 24.029692335000103
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/documents"} 0.32391481599999983
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 0.01819320399999999
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/pictures"} 3.498558476999997
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/projects"} 0.128056869
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/videos"} 0.5277832769999999
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/work"} 34.20654654599997
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 0.001352859
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/code"} 1.6374922490000117
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/documents"} 0.0885793920000001
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/notes"} 0.006320021000000001
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/pictures"} 0.22194519599999946
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/projects"} 0.023782956999999952
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/videos"} 0.06947195800000017
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/work"} 4.437902198000028
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/code"} 0.003736709999999999
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 0.01546768100000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/code"} 967.9823267273875
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 7.293175336999982
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 3.0056474850000057
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 28.510670028999467
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 3.8254545879999977
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 4.562168021999989
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 1440.8547873698994
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 0.00017890200000000002
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/code"} 0.000482357
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/work"} 0.0024258030000000002
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/code"} 0.11677831499999991
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/documents"} 0.003620809000000002
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/notes"} 0.0003507600000000001
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/pictures"} 0.010417188999999999
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/projects"} 0.0030177529999999998
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/videos"} 0.0020341890000000005
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/work"} 0.5497565000000001
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 0.0004792049999999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/code"} 3615.377972418176
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 82.01311797202429
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 10.473369068999885
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 468.3800599503475
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 29.093808006000714
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 67.05065084400118
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 7354.386933755405
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/code"} 2.645446593000001
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/documents"} 0.001765385
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/notes"} 0.002052787
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/pictures"} 0.009043746000000002
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/projects"} 0.0018076070000000004
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/videos"} 0.002046687
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/work"} 1.261696896000002
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2.2147e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 0.3366190379999998
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/documents"} 0.006659593
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/notes"} 0.00024124499999999998
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/pictures"} 0.001149958
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/projects"} 0.00038910499999999994
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/videos"} 0.000142049
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 0.17937467800000007
syncthing_fs_operation_seconds_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 3.0587000000000004e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 0.0006034799999999999
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/code"} 3.0373649050000306
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 0.19311866799999966
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 0.042171334999999976
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.2908739870000006
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.06856590200000007
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 0.2409090490000002
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 7.492798215999987
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 0.0016987550000000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/code"} 17.213280492000006
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/documents"} 0.26557334100000013
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/notes"} 0.03390831299999998
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 1.2207720099999995
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/projects"} 0.07247169999999997
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/videos"} 0.2531564289999999
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/work"} 76.74688907500004
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 2.2747e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.010174812000000017
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 0.07326853100000233
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 0.026754143000000175
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 0.026442440000000123
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 0.030387663000000075
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 0.027346542000000022
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 0.03437456400000015
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 0.17100751399996897
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/code"} 0.8416575970000026
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/documents"} 0.7132193710000008
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/notes"} 0.026022964000000003
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/pictures"} 1.1438337530000018
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/projects"} 1.1957505530000045
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/videos"} 19.220529604000127
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/work"} 14.566568301000004
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/code"} 8.937614886999997
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/documents"} 2.1167452840000016
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/notes"} 0.009188635999999998
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/pictures"} 0.4902054940000001
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/projects"} 0.7612264699999995
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/videos"} 2.9658703780000013
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/work"} 27.36377184799994
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 0.19646839600000085
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 0.6781456819999944
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 0.000793595
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/code"} 2.719160673999984
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/documents"} 0.026785275999999976
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/notes"} 0.034080970999999995
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/pictures"} 0.15621682599999984
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/projects"} 0.008212097
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/videos"} 0.023604521000000003
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/work"} 70.97128403800069
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 0.002838021
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/code"} 4.067999203000019
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/documents"} 0.08374467699999995
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/notes"} 0.007405311
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/pictures"} 0.6538300319999998
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/projects"} 0.02245316000000001
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/videos"} 0.14435576600000008
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/work"} 5.190299651999958
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 1.8911999999999998e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/code"} 17.510196958999813
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.6711337860000022
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.2687209330000001
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 1.8432011359999965
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.29194525100000007
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.39698915900000015
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 78.69264923799757
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 0.23383064200000003
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/code"} 419.5224446080037
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/documents"} 19.36658551799997
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/notes"} 1.3630881740000005
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/pictures"} 155.73002194700015
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/projects"} 9.281864093000001
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/videos"} 31.46710338200001
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/work"} 1030.2071347670026
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/code"} 4.417392654000025
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/documents"} 0.07317962699999994
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/notes"} 0.010331532
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/pictures"} 0.501672350000001
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/projects"} 0.02556549900000002
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/videos"} 0.063486523
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/work"} 25.42073414399988
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/code"} 0.07338718499999947
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 0.006560811000000008
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 0.007822952000000005
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 0.01218916400000008
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 0.007514517999999999
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 0.009466636000000006
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 0.1383611700000021
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/code"} 0.10466827499999949
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/documents"} 0.002529907999999998
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/notes"} 0.0003890660000000001
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/pictures"} 0.009348868
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/projects"} 0.0006664010000000004
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/videos"} 0.0011489419999999992
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/work"} 0.42365246599999834
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/code"} 0.05083624799999932
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 0.0062630079999999744
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 0.0071986679999999905
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 0.009963081000000028
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 0.005101075
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 0.01226803900000002
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 0.09854617500000712
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.41221720700000203
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/code"} 0.6961957200000026
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/documents"} 0.027460518000000034
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/notes"} 0.0022922739999999995
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/pictures"} 0.08377123299999988
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/projects"} 0.0055627830000000026
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/videos"} 0.015460972999999998
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/work"} 2.7793253369999866
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/code"} 0.000164628
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/documents"} 0.000243921
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/notes"} 0.00020472
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/pictures"} 0.000234858
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/projects"} 0.000275136
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/videos"} 9.0217e-05
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/work"} 0.000154849
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 0.0015567219999999995
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/code"} 2.4352e-05
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/documents"} 3.1953e-05
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/notes"} 1.6627e-05
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/pictures"} 2.5226e-05
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/projects"} 2.0775e-05
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/videos"} 2.0329e-05
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/work"} 4.6676e-05
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/code"} 27.279033481999978
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/documents"} 5.773964524999985
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/notes"} 0.06560535300000005
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 49.33246958600035
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/projects"} 6.340921045999979
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/videos"} 52.23940602200058
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/work"} 22.83465093499993
# 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="chmod",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/code"} 51825
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/documents"} 737
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/notes"} 136
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/pictures"} 4672
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/projects"} 254
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/videos"} 386
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/work"} 51672
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/code"} 37901
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/documents"} 687
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 144
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/pictures"} 4611
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/projects"} 224
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/videos"} 608
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/work"} 45725
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/code"} 86203
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/documents"} 3220
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/notes"} 339
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/pictures"} 9191
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/projects"} 804
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/videos"} 3261
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/work"} 307727
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/code"} 55
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 89
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/code"} 2.3743437e+07
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 95130
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 42620
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 298316
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 58024
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 36942
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 2.8345466e+07
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/code"} 2
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/work"} 16
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/code"} 34889
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/documents"} 721
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/notes"} 174
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/pictures"} 4701
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/projects"} 248
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/videos"} 631
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/work"} 147929
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 16
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/code"} 2.37792378e+08
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 4.546002e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 399692
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 2.6683636e+07
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 1.37275e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 2.964999e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 4.98779344e+08
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/code"} 10740
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/documents"} 24
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/notes"} 12
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/pictures"} 81
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/projects"} 16
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/videos"} 11
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/work"} 5000
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 1573
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/documents"} 6
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/notes"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/pictures"} 5
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/projects"} 4
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 746
syncthing_fs_operations_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 45
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/code"} 89166
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 4638
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 1764
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 10576
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 2228
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 4689
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 207918
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/code"} 34886
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/documents"} 718
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/notes"} 171
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 4698
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/projects"} 245
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/videos"} 628
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/work"} 147926
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 18
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 16094
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 94736
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 23778
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 22630
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 31812
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 22828
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 27708
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 321352
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/code"} 5467
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/documents"} 4397
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/notes"} 480
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/pictures"} 9054
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/projects"} 9823
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/videos"} 77403
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/work"} 347446
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/code"} 8432
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/documents"} 1886
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/notes"} 12
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/pictures"} 87
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/projects"} 312
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/videos"} 2096
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/work"} 7961
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 18306
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 71172
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/code"} 52212
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/documents"} 693
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/notes"} 194
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/pictures"} 4671
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/projects"} 232
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/videos"} 613
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/work"} 160661
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/code"} 36517
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/documents"} 688
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/notes"} 100
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/pictures"} 4612
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/projects"} 224
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/videos"} 608
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/work"} 44836
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/code"} 142604
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 5102
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 3686
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 17211
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 3656
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 4821
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 574366
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/code"} 77700
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/documents"} 1303
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/notes"} 255
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/pictures"} 9017
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/projects"} 472
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/videos"} 1146
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/work"} 196518
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/code"} 34885
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/documents"} 717
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/notes"} 170
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/pictures"} 4697
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/projects"} 244
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/videos"} 627
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/work"} 147925
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/code"} 120399
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 13266
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 11516
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 25131
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 11863
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 15071
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 250317
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/code"} 34885
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/documents"} 717
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/notes"} 170
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/pictures"} 4697
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/projects"} 244
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/videos"} 627
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/work"} 147925
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/code"} 120399
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 13266
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 11516
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 25131
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 11863
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 15071
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 250317
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 16094
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/code"} 34885
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/documents"} 717
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/notes"} 170
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/pictures"} 4697
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/projects"} 244
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/videos"} 627
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/work"} 147925
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 165
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/code"} 60207
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/documents"} 15844
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/notes"} 198
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 110235
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/projects"} 15458
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/videos"} 88789
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/work"} 54470
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="asqhs-gxzl4"} 2
syncthing_model_folder_conflicts_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_conflicts_total{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_conflicts_total{folder="meugk-eipcy"} 16
syncthing_model_folder_conflicts_total{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_conflicts_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_conflicts_total{folder="zuaps-ign9t"} 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="asqhs-gxzl4",source="local_origin"} 9.954636e+06
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="local_other"} 3.1297552e+08
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="network"} 3.381298717e+09
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="skipped"} 1.09314048e+08
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="local_other"} 71850
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="network"} 1.6931839051e+10
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="network"} 1.3650778e+07
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_origin"} 2.3800998e+07
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_other"} 2.7429183e+07
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="network"} 8.786904395e+09
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="local_other"} 2.44578669e+08
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="network"} 1.781486583e+09
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="local_other"} 3.145728e+06
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="network"} 2.007610833e+09
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_origin"} 117
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_other"} 2.1154913e+07
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="network"} 1.4124710226e+10
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="skipped"} 2.097152e+06
# 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="asqhs-gxzl4"} 2305.188554235
syncthing_model_folder_pull_seconds_total{folder="hmrxy-xkgrb"} 4099.592780480002
syncthing_model_folder_pull_seconds_total{folder="jmdvx-nzh9p"} 38.02944429100002
syncthing_model_folder_pull_seconds_total{folder="meugk-eipcy"} 10655.970715513973
syncthing_model_folder_pull_seconds_total{folder="rg3sy-y9wvv"} 401.24810486700017
syncthing_model_folder_pull_seconds_total{folder="z6hjs-fj7jy"} 486.95497594199986
syncthing_model_folder_pull_seconds_total{folder="zuaps-ign9t"} 8075.101308855997
# 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="asqhs-gxzl4"} 988
syncthing_model_folder_pulls_total{folder="hmrxy-xkgrb"} 15
syncthing_model_folder_pulls_total{folder="jmdvx-nzh9p"} 36
syncthing_model_folder_pulls_total{folder="meugk-eipcy"} 1270
syncthing_model_folder_pulls_total{folder="rg3sy-y9wvv"} 10
syncthing_model_folder_pulls_total{folder="z6hjs-fj7jy"} 6
syncthing_model_folder_pulls_total{folder="zuaps-ign9t"} 16
# 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="asqhs-gxzl4"} 9750.611092472003
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 454.7841559039991
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 32.640251384
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 17343.992890667952
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 259.6489514310001
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 128.46746873200001
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 1654.3167097509975
# 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="asqhs-gxzl4"} 2042
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 1430
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 1459
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 2137
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 1437
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 1436
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 1454
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="asqhs-gxzl4"} 0
syncthing_model_folder_state{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_state{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_state{folder="meugk-eipcy"} 0
syncthing_model_folder_state{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_state{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_state{folder="zuaps-ign9t"} 0
# 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="asqhs-gxzl4",scope="global",type="bytes"} 2.928819623e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="deleted"} 29442
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="directories"} 8689
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="files"} 22202
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="symlinks"} 17
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="bytes"} 2.928819623e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="deleted"} 12603
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="directories"} 8689
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="files"} 22202
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="symlinks"} 17
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="bytes"} 1.6931912181e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="deleted"} 1214
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="directories"} 10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="files"} 608
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="bytes"} 1.6931912181e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="directories"} 10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="files"} 608
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="bytes"} 1.3552699e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="deleted"} 41
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="directories"} 13
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="files"} 74
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="bytes"} 1.3552699e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="directories"} 13
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="files"} 74
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="bytes"} 5.160242933e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="deleted"} 15580
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="directories"} 5797
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="files"} 32271
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="symlinks"} 54
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="bytes"} 5.160242933e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="deleted"} 9673
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="directories"} 5797
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="files"} 32271
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="symlinks"} 54
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="bytes"} 2.026068964e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="deleted"} 397
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="files"} 686
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="bytes"} 2.026068964e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="files"} 686
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="bytes"} 2.010758865e+09
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="directories"} 18
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="files"} 224
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="bytes"} 2.010758865e+09
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="directories"} 18
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="files"} 224
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="bytes"} 1.4147973416e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="deleted"} 16015
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="directories"} 86
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="files"} 4610
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="bytes"} 1.4147973416e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="directories"} 86
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="files"} 4610
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 5.904886476e+09
syncthing_protocol_recv_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4.1194628014e+10
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 5.925740086e+09
syncthing_protocol_recv_decompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4.1208778049e+10
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 202076
syncthing_protocol_recv_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 292038
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 3.34911678e+09
syncthing_protocol_sent_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 3.64541336e+08
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 205235
syncthing_protocol_sent_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 303811
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 3.369785023e+09
syncthing_protocol_sent_uncompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 3.87486043e+08
# 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="asqhs-gxzl4"} 1.77059457e+08
syncthing_scanner_hashed_bytes_total{folder="hmrxy-xkgrb"} 2.535986678e+09
syncthing_scanner_hashed_bytes_total{folder="jmdvx-nzh9p"} 1.3553694e+07
syncthing_scanner_hashed_bytes_total{folder="meugk-eipcy"} 8.417713027e+09
syncthing_scanner_hashed_bytes_total{folder="rg3sy-y9wvv"} 1.43603411e+08
syncthing_scanner_hashed_bytes_total{folder="z6hjs-fj7jy"} 3.21543961e+08
syncthing_scanner_hashed_bytes_total{folder="zuaps-ign9t"} 2.95279501e+08
# 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="asqhs-gxzl4"} 4.0789479e+07
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 868249
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 124630
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 6.0445085e+07
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 1.008901e+06
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 344742
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 6.66922e+06
