# 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.192e-05
go_gc_duration_seconds{quantile="0.25"} 0.000118503
go_gc_duration_seconds{quantile="0.5"} 0.000144399
go_gc_duration_seconds{quantile="0.75"} 0.000180845
go_gc_duration_seconds{quantile="1"} 0.003625249
go_gc_duration_seconds_sum 29.268090538
go_gc_duration_seconds_count 155267
# 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 113
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.2"} 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 3.0264472e+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.833539231224e+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 6.69767e+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 5.1569172821e+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.536528e+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 3.0264472e+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.07143168e+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.5883392e+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 275488
# 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.0248192e+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.5302656e+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.781302068491998e+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 5.1569448309e+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 4592
# 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 16072
# 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 758560
# 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.8768e+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 4.3206074e+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 846154
# 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 2.162688e+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 2.162688e+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.70162472e+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 25
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 43789.9
# 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 2.73342978932e+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 1.04597850419e+11
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 71
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.55447296e+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.77886248164e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.666487808e+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"} 23
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"} 2112
syncthing_db_files_updated_total{folder="jmdvx-nzh9p"} 73
syncthing_db_files_updated_total{folder="meugk-eipcy"} 80427
syncthing_db_files_updated_total{folder="zuaps-ign9t"} 6
# 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"} 3.4666347030000093
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 28.75884127599959
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 7.3347e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.012779812999999994
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 2.150375146000007
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0.10863909999999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.058663953999999935
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 0.12236912499999998
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountGlobal"} 0.47153832699999987
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountLocal"} 0.14282311000000003
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountNeed"} 723.1418764110002
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0.04489372799999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 3300.5905631315077
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 2.943007184000008
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 0.2131715319999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 0.18054869400000015
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 0.1889843769999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0.000856436
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 0.07340560199999999
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="Update"} 5.706613026000004
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0.006954054
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0.026157738999999954
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.1044085249999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountLocal"} 0.023826571999999994
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountNeed"} 2.2510770000000027
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0.008263797000000005
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 90.01565620999865
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 2.1749357009999972
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0.10777146399999982
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0.000246282
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0.026844904000000003
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0.005530238000000001
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0.019032801
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0.001965398
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.127571081
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountLocal"} 0.02791118599999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountNeed"} 1.789534660999996
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0.008864911
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 12.734289972999884
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 2.0848411509999982
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetGlobalAvailability"} 0.005176114000000001
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 0.0023574489999999997
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0.10706798299999973
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0.000230938
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0.017669103999999998
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="Update"} 0.16048069499999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0.22644679399999995
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0.20322862000000005
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesWithBlocksHash"} 0.00221081
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0.16444495299999995
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 1.0603789909999997
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.3161037500000001
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 1102.533255964001
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.10200016899999992
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceFile"} 2680.1517356175236
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 2.917217007999989
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 5.502189585999999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalFile"} 5.181383256999986
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDGet"} 0.1212115189999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0.000187735
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="RemoteSequences"} 0.18090740299999988
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="Update"} 175.0032422290001
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0.00966534
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0.017016898
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.10062518700000005
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountLocal"} 0.01974100599999999
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountNeed"} 1.7352374320000032
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0.007228623
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 34.6400548779999
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 1.812056680000001
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0.10385087699999998
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0.000182273
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0.019630872999999993
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0.012369994999999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0.014702457000000009
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.055998336999999974
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountLocal"} 0.017636476
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountNeed"} 0.460031853
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0.006907528
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 19.830415970000207
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 1.645065723000011
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0.09169768700000004
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0.000242826
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0.017661345
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0.004894121
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0.020078455
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllNeededGlobalFiles"} 0.0062013879999999995
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 0.11439304499999997
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountLocal"} 0.02580395
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountNeed"} 21.509800113999972
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0.009161621000000005
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 234.92686103498625
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 1.7206330370000018
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetGlobalAvailability"} 0.011190402
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetGlobalFile"} 0.001098078
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDGet"} 0.09932898700000002
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0.006461565
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="RemoteSequences"} 0.022128212000000026
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="Update"} 0.11343766200000001
# 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="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="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="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="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="GetDeviceFile"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="IndexIDGet"} 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="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="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="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="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="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="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="GetDeviceFile"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="IndexIDGet"} 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="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 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="GetDeviceFile"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="IndexIDGet"} 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="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="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="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"} 103974
syncthing_db_operations_total{folder="-",operation="GetKV"} 425292
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 93
syncthing_db_operations_total{folder="-",operation="PutKV"} 9338
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 370
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 760
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 473
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountGlobal"} 2077
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountLocal"} 685
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountNeed"} 2791
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 685
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 7.1453952e+07
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 14065
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 1295
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 638
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 685
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="Update"} 542
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 73
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 680
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 850
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountLocal"} 276
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountNeed"} 975
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 276
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 422280
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 11697
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 276
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 81
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 693
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 16
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 1178
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountLocal"} 289
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountNeed"} 1319
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 289
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 307806
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 12454
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetGlobalAvailability"} 14
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 7
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 1718
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 289
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="Update"} 18
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 749
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 1498
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesWithBlocksHash"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 901
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 4519
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 1499
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 5820
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 1499
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceFile"} 5.8934836e+07
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 17951
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 25472
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalFile"} 13423
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="RemoteSequences"} 1499
syncthing_db_operations_total{folder="meugk-eipcy",operation="Update"} 1248
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 73
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 683
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 1126
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountLocal"} 276
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountNeed"} 1251
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 276
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 493126
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 12366
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 1718
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 276
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 73
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 678
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 850
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountLocal"} 276
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountNeed"} 975
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 276
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 164076
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 11696
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 276
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 75
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 676
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllNeededGlobalFiles"} 4
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 859
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountLocal"} 279
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountNeed"} 992
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 279
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 3.243434e+06
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 11718
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetGlobalAvailability"} 30
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetGlobalFile"} 2
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="RemoteSequences"} 279
syncthing_db_operations_total{folder="zuaps-ign9t",operation="Update"} 6
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 73
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 146
syncthing_events_total{event="ConfigSaved",state="created"} 15
syncthing_events_total{event="ConfigSaved",state="delivered"} 15
syncthing_events_total{event="DeviceConnected",state="created"} 260
syncthing_events_total{event="DeviceConnected",state="delivered"} 520
syncthing_events_total{event="DeviceDisconnected",state="created"} 111
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 370
syncthing_events_total{event="DownloadProgress",state="created"} 314
syncthing_events_total{event="DownloadProgress",state="delivered"} 628
syncthing_events_total{event="Failure",state="created"} 43
syncthing_events_total{event="Failure",state="delivered"} 43
syncthing_events_total{event="FolderCompletion",state="created"} 7725
syncthing_events_total{event="FolderCompletion",state="delivered"} 7725
syncthing_events_total{event="FolderErrors",state="created"} 21
syncthing_events_total{event="FolderErrors",state="delivered"} 21
syncthing_events_total{event="FolderScanProgress",state="created"} 1
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 3580
syncthing_events_total{event="FolderSummary",state="delivered"} 3580
syncthing_events_total{event="ItemFinished",state="created"} 28110
syncthing_events_total{event="ItemFinished",state="delivered"} 224880
syncthing_events_total{event="ItemStarted",state="created"} 28110
syncthing_events_total{event="ItemStarted",state="delivered"} 224880
syncthing_events_total{event="ListenAddressesChanged",state="created"} 9
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 27
syncthing_events_total{event="LocalChangeDetected",state="created"} 1
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 1
syncthing_events_total{event="LocalIndexUpdated",state="created"} 836
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 8385
syncthing_events_total{event="RemoteChangeDetected",state="created"} 27927
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 27927
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 978
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 1956
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"} 20005
syncthing_events_total{event="StateChanged",state="delivered"} 40008
# 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"} 1475
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/work"} 4.022798183e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/code"} 2.4122489e+07
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/notes"} 11125
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/pictures"} 3.4699e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/work"} 3.0493738e+07
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 361425
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/code"} 1.0522679e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/notes"} 53477
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 3.4699e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/work"} 4.408262895e+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.00022261499999999998
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/code"} 0.081415414
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/notes"} 0.00041169399999999994
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/pictures"} 0.00014931
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/work"} 1.692993894000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/code"} 0.12336821299999995
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 0.007955274000000002
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/pictures"} 0.000716653
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/work"} 47.45625860199965
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 0.0003001460000000001
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/code"} 0.05108194100000021
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/notes"} 0.0007111170000000003
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/pictures"} 0.00042630500000000003
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/work"} 0.5269334740000031
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/code"} 0.000733233
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 0.0015821440000000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/code"} 902.2265260281639
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 3.098312029000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 4.175362553000025
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 11.238746476999763
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 1.7196014710000012
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 2.0601497450000066
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 833.9021266176709
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 0.0017404679999999998
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/work"} 9.9e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/code"} 0.0015118240000000006
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/documents"} 2.4670000000000003e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/notes"} 1.6771e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/pictures"} 5.335999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/projects"} 2.017e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/videos"} 1.2893999999999999e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/work"} 0.06327800800000023
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 0.014997531000000007
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/code"} 6715.178064273745
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 38.52184557999846
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 33.60350954600113
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 207.46630773207102
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 12.221394354999642
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 29.9197404580003
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 6336.4577104560585
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/code"} 0.007028185999999999
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/work"} 0.09202297400000004
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 1.8796e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 0.0015401679999999997
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 0.03636530499999999
syncthing_fs_operation_seconds_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 2.3374000000000007e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 0.00031890600000000004
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/code"} 0.13889828599999987
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 0.013685959000000006
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 0.014759539000000014
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.024271724999999987
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.013316841000000003
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 0.01424905200000002
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 0.993475898999999
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 0.018765480999999997
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/code"} 0.3194235909999998
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/notes"} 0.0017681530000000002
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 0.000377643
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/work"} 7.105315097999996
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 1.0183e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.004307501
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 0.007812184999999976
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 0.0065146290000000035
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 0.005594954999999999
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 0.006043134000000023
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 0.006385417999999997
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 0.006833566999999995
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 0.02393380500000025
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/code"} 2.4621e-05
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/work"} 5.716326814000054
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/code"} 2.9011903230000016
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/notes"} 0.00012201
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/pictures"} 0.011596083
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/work"} 3.5709018639999943
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 0.317960296
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 0.43771190399999543
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 0.000277042
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/code"} 0.12141756599999988
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/notes"} 0.0013022060000000002
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/pictures"} 2.6510000000000002e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/work"} 1.7959712040000113
syncthing_fs_operation_seconds_total{operation="removeall",root="/mnt/data/syncthing/.config/syncthing"} 0.002150758
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 0.001597607
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/code"} 0.08159577799999992
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/notes"} 0.000981267
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/pictures"} 0.000329618
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/work"} 1.6863479879999912
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 7.67e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/code"} 0.26441367400000026
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.06566381199999995
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.07324194299999998
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 0.062224609000000014
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.053988763
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.09820032599999966
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 4.144340973999976
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 0.3483388550000001
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/code"} 8.328677330999998
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/notes"} 0.13843267899999998
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/pictures"} 0.06577438099999999
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/work"} 132.22695212500008
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/code"} 0.07515555599999998
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/notes"} 0.000539662
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/pictures"} 6.9794e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/work"} 1.951266769000003
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/code"} 0.0032300829999999947
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 0.0024941049999999956
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 0.0018494209999999989
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 0.0032607590000000076
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 0.0018934929999999985
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 0.0020112699999999995
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 0.028155434000000108
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/code"} 0.0018499329999999985
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/notes"} 2.4692e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/pictures"} 6.690999999999999e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/work"} 0.04111723900000009
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/code"} 0.002618087999999996
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 0.001999845000000003
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 0.001772731000000002
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 0.0016456309999999985
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 0.0016833989999999967
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 0.0014927719999999996
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 0.020858047000000237
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.1835268730000008
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/code"} 0.014956770999999997
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/notes"} 0.00014173
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/pictures"} 2.3463000000000002e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/work"} 0.26959591599999955
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/code"} 21.807173799
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/documents"} 32.542024102
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/notes"} 21.825244015
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/pictures"} 32.54587857
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/projects"} 32.543494941
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/videos"} 21.750023814
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/work"} 32.537649073
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 0.0018622009999999995
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/code"} 0.3233225909999999
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/notes"} 0.000920155
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 0.015331085
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/work"} 8.13403031499998
# 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"} 729
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/work"} 22282
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/code"} 669
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 29
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/work"} 21403
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/code"} 2707
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/notes"} 23
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/pictures"} 32
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/work"} 29236
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/code"} 2
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 20
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/code"} 2.1590246e+07
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 41663
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 79442
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 122918
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 26442
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 18362
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 1.8348053e+07
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/code"} 640
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/documents"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/notes"} 10
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/pictures"} 5
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/projects"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/videos"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/work"} 12773
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 68
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/code"} 4.97060577e+08
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 2.20473e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 2.356174e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 1.279221e+07
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 652920
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 1.428686e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 4.78066634e+08
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/code"} 49
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/work"} 629
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 6
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 171
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"} 3691
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 685
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 715
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 712
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 680
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 682
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 30613
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/work"} 12770
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"} 6498
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 7588
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 6952
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 6936
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 6990
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 6942
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 6946
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 32420
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/work"} 122786
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/code"} 1594
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/notes"} 2
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/pictures"} 28
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/work"} 3923
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 48628
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 67331
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/code"} 882
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/notes"} 12
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/work"} 21668
syncthing_fs_operations_total{operation="removeall",root="/mnt/data/syncthing/.config/syncthing"} 24
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/code"} 638
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/work"} 13990
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/code"} 4652
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 1368
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 1424
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 1368
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 1358
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 1362
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 52827
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/code"} 1112
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/notes"} 21
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/pictures"} 4
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/work"} 25289
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/work"} 12770
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/code"} 5071
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 3477
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 3483
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 3500
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 3472
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 3474
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 44189
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/work"} 12770
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/code"} 5071
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 3477
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 3483
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 3500
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 3472
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 3474
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 44189
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 6498
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/work"} 12770
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="writeat",root="/mnt/data/syncthing/code"} 683
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 28
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/work"} 17197
# 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"} 0
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"} 1
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"} 0
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="local_other"} 27482
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="network"} 1.0495197e+07
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="skipped"} 0
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"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="network"} 0
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"} 53477
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_origin"} 9.65162e+06
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_other"} 4.1018153e+07
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="network"} 4.357593122e+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"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="network"} 0
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"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="network"} 3.4699e+06
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="skipped"} 0
# HELP syncthing_model_folder_pull_seconds_total Total time spent in folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pull_seconds_total counter
syncthing_model_folder_pull_seconds_total{folder="asqhs-gxzl4"} 88.74450873400004
syncthing_model_folder_pull_seconds_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pull_seconds_total{folder="jmdvx-nzh9p"} 0.413063461
syncthing_model_folder_pull_seconds_total{folder="meugk-eipcy"} 2569.2331063809947
syncthing_model_folder_pull_seconds_total{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_pull_seconds_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_pull_seconds_total{folder="zuaps-ign9t"} 0.804579108
# 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"} 237
syncthing_model_folder_pulls_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pulls_total{folder="jmdvx-nzh9p"} 8
syncthing_model_folder_pulls_total{folder="meugk-eipcy"} 453
syncthing_model_folder_pulls_total{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_pulls_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_pulls_total{folder="zuaps-ign9t"} 2
# 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"} 17164.72213062005
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 213.18667085499987
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 78.65211544999998
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 15391.656469870992
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 125.89918426300001
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 55.79891193600004
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 751.469558894
# 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"} 746
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 680
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 682
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 945
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 683
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 678
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 676
# 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"} 4.719594132e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="deleted"} 24865
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="directories"} 15184
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="files"} 90959
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="symlinks"} 72
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="bytes"} 4.719594132e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="deleted"} 12739
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="directories"} 15184
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="files"} 90959
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="symlinks"} 72
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.687303624e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="deleted"} 1224
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="directories"} 13
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.687303624e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="deleted"} 12
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="directories"} 13
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"} 3.8675765e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="deleted"} 327
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="directories"} 57
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="files"} 397
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="bytes"} 3.8675765e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="deleted"} 288
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="directories"} 57
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="files"} 397
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"} 2.534362833e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="deleted"} 21657
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="directories"} 10154
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="files"} 79597
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="symlinks"} 104
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="bytes"} 2.534362833e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="deleted"} 15955
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="directories"} 10154
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="files"} 79597
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="symlinks"} 104
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.040260369e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="deleted"} 55
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="files"} 693
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="bytes"} 2.040260369e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="deleted"} 3
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="files"} 693
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.4476588459e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="deleted"} 14039
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="directories"} 89
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="files"} 4717
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="bytes"} 1.4476588459e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="deleted"} 51
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="directories"} 89
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="files"} 4717
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"} 2.4106452e+07
syncthing_protocol_recv_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4.354082562e+09
# 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"} 2.6704211e+07
syncthing_protocol_recv_decompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4.35585943e+09
# 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"} 15353
syncthing_protocol_recv_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 18892
# 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"} 5.750554e+06
syncthing_protocol_sent_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 9.76807e+06
# 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"} 14984
syncthing_protocol_sent_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 19813
# 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"} 8.733188e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 1.3667918e+07
# 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"} 1475
syncthing_scanner_hashed_bytes_total{folder="hmrxy-xkgrb"} 0
syncthing_scanner_hashed_bytes_total{folder="jmdvx-nzh9p"} 0
syncthing_scanner_hashed_bytes_total{folder="meugk-eipcy"} 4.022798183e+09
syncthing_scanner_hashed_bytes_total{folder="rg3sy-y9wvv"} 0
syncthing_scanner_hashed_bytes_total{folder="z6hjs-fj7jy"} 0
syncthing_scanner_hashed_bytes_total{folder="zuaps-ign9t"} 0
# HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder
# TYPE syncthing_scanner_scanned_items_total counter
syncthing_scanner_scanned_items_total{folder="asqhs-gxzl4"} 7.1453895e+07
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 423640
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 309111
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 5.8890769e+07
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 494492
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 165432
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 3.244779e+06
