# 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"} 0.000105868
go_gc_duration_seconds{quantile="0.25"} 0.000181027
go_gc_duration_seconds{quantile="0.5"} 0.000260679
go_gc_duration_seconds{quantile="0.75"} 0.000399606
go_gc_duration_seconds{quantile="1"} 0.003113682
go_gc_duration_seconds_sum 0.041303186
go_gc_duration_seconds_count 90
# 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.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 6.7472e+06
# 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 3.10136488e+08
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.555041e+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 2.376932e+06
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 3.945232e+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 6.7472e+06
# 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 9.101312e+06
# 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 1.0133504e+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 34464
# 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 7.036928e+06
# 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.9234816e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.7660043848793235e+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 2.411396e+06
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 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 155520
# 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 179520
# 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 1.4017402e+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 684287
# 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 1.736704e+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 1.736704e+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 2.7351304e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 13
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 15.99
# 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 8.33881141e+08
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 5.21542262e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 62
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 4.7816704e+07
# 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.76599716546e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.118107136e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 0
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="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_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="GetKV"} 0.22627784800000023
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.00016979
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.011979441
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.1622694970000001
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.000676939
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountGlobal"} 0.030857990999999984
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountLocal"} 0.0073478400000000004
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountNeed"} 0.052702742999999955
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0.004310325000000002
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 0.025694663999999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 0.016761951999999993
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0.000207805
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 0.003156215000000001
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0.00024275500000000002
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.018568156000000002
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountLocal"} 0.005688272999999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountNeed"} 0.04303137700000003
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0.0031769279999999994
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 0.025621668999999993
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0.009029855
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0.018303331
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0.005153561
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0.0006232060000000001
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.025795606000000016
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountLocal"} 0.0056350340000000014
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountNeed"} 0.08745852699999994
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0.002827659
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 0.041462795999999996
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0.009243858999999998
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0.000148639
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0.0037235790000000016
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0.0005626229999999999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 0.023041753999999956
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.005192612000000001
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 0.032005227
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.005962530000000001
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 0.020483216000000005
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDGet"} 0.007676612999999999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0.000633525
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="RemoteSequences"} 0.0029075300000000006
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0.000192638
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.02584136800000001
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountLocal"} 0.004723037
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountNeed"} 0.08612308999999999
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0.003046160000000001
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 0.03707260899999999
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0.009743185000000003
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0.000124931
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0.004802785999999999
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0.000905599
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.025957045999999994
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountLocal"} 0.013886922
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountNeed"} 0.049533858999999965
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0.0030921439999999985
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 0.025581554999999992
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0.0069025310000000025
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0.000178733
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0.0037944070000000014
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0.000264927
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 0.019832163999999996
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountLocal"} 0.004726131
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountNeed"} 0.03567955499999995
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0.0029511109999999993
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 0.027466233999999992
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDGet"} 0.007671581
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0.000333257
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="RemoteSequences"} 0.003262840000000001
# 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="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="AllLocalFilesPrefix"} 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="GetDeviceSequence"} 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="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="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="AllLocalFilesPrefix"} 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="GetDeviceSequence"} 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="meugk-eipcy",operation="AllLocalFilesPrefix"} 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="GetDeviceSequence"} 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="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="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="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="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="AllLocalFilesPrefix"} 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="GetDeviceSequence"} 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
# 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="GetKV"} 3296
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 90
syncthing_db_operations_total{folder="-",operation="PutKV"} 457
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountGlobal"} 318
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountLocal"} 90
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountNeed"} 318
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 90
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 486
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 168
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 90
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 3
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 318
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountLocal"} 90
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountNeed"} 318
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 90
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 486
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 168
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 90
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 3
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 434
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountLocal"} 90
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountNeed"} 434
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 90
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 658
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 224
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 90
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 319
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 90
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 319
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 90
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 487
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDGet"} 168
syncthing_db_operations_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="RemoteSequences"} 90
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 431
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountLocal"} 90
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountNeed"} 431
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 90
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 655
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 224
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 90
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 3
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 319
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountLocal"} 90
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountNeed"} 319
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 90
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 487
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 168
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 90
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 319
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountLocal"} 90
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountNeed"} 319
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 90
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 487
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDGet"} 168
syncthing_db_operations_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="RemoteSequences"} 90
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ConfigSaved",state="created"} 15
syncthing_events_total{event="ConfigSaved",state="delivered"} 15
syncthing_events_total{event="DeviceConnected",state="created"} 56
syncthing_events_total{event="DeviceConnected",state="delivered"} 112
syncthing_events_total{event="DeviceDisconnected",state="created"} 56
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 56
syncthing_events_total{event="FolderCompletion",state="created"} 896
syncthing_events_total{event="FolderCompletion",state="delivered"} 896
syncthing_events_total{event="FolderSummary",state="created"} 392
syncthing_events_total{event="FolderSummary",state="delivered"} 392
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 12
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"} 51
syncthing_events_total{event="StateChanged",state="delivered"} 100
# 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="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
# 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="close",root="/mnt/data/syncthing/.config/syncthing"} 0.001352859
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/code"} 1.6663e-05
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/documents"} 5.042e-06
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/notes"} 4.39e-06
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/pictures"} 8.358e-06
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/projects"} 6.4e-06
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/videos"} 5.635e-06
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/work"} 1.0069e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/code"} 0.00043287999999999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 0.00035501799999999997
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 0.000870477
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 0.000390665
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 0.000952207
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 0.000544454
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 0.000737393
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 0.00017890200000000002
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/code"} 1.7669e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/documents"} 4.142e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/notes"} 8.153e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/pictures"} 7.008e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/projects"} 4.65e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/videos"} 8.201e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/work"} 2.83e-06
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"} 0.001294759
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 0.0008590210000000001
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 0.002401432
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 0.0009076399999999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 0.0020659160000000005
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 0.0012706969999999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 0.001225015
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/code"} 5.0578e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/documents"} 3.0861e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/notes"} 3.2858e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/pictures"} 5.5362e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/projects"} 4.1422e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/videos"} 4.493e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/work"} 6.9547e-05
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.000134942
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/documents"} 9.5789e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/notes"} 0.000113063
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/pictures"} 0.00021954
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/projects"} 0.000113664
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.000191591
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"} 9.878600000000001e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 5.9076e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 9.8277e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.00010076000000000002
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.00011301
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 9.4123e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 0.000147045
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"} 6.6983e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/documents"} 3.2966e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/notes"} 2.9637e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 5.7522e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/projects"} 4.553e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/videos"} 4.2573e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/work"} 6.4074e-05
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"} 9.414e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 1.1404999999999997e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 1.6187999999999998e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 4.8156000000000004e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 8.297e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 5.2305e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 5.5073000000000006e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 2.5495999999999998e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 0.000793595
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 0.002838021
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"} 0.000133246
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.00010193600000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.000274833
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 0.000116201
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.000287433
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.000205318
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 0.000124234
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"} 0.006158872
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/documents"} 0.005427667
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/notes"} 0.006937928
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/pictures"} 0.00516526
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/projects"} 0.007279145
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/videos"} 0.005339956
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/work"} 0.005261805
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/code"} 7.734e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 2.658e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 5.232e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 4.579e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 1.461e-05
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 4.487e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 3.7160000000000005e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/code"} 5.1339999999999995e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 2.0519999999999996e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 4.04e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 4.0043e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 3.3910000000000002e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 3.6559999999999994e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 2.711e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.000492644
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
# 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="close",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/code"} 4
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 4
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 6
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 4
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 6
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 6
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 4
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/code"} 4
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/documents"} 4
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/notes"} 4
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/pictures"} 4
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/projects"} 4
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/videos"} 4
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/work"} 4
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 16
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/code"} 19
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 19
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 23
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 19
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 23
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 23
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 19
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 1
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"} 5
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 5
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 5
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 5
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/work"} 1
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"} 24
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 20
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 20
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 22
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 20
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 22
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 22
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 20
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/code"} 9
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 9
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 11
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 9
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 11
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 11
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 9
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/code"} 11
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 11
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 12
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 11
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 12
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 12
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 11
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/code"} 11
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 11
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 12
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 11
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 12
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 12
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 11
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 24
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
# 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"} 0
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"} 0
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="network"} 0
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"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="network"} 0
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"} 0
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"} 0
syncthing_model_folder_pull_seconds_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pull_seconds_total{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_pull_seconds_total{folder="meugk-eipcy"} 0
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
# 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"} 0
syncthing_model_folder_pulls_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pulls_total{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_pulls_total{folder="meugk-eipcy"} 0
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"} 0
# HELP syncthing_model_folder_scan_seconds_total Total time spent in folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scan_seconds_total counter
syncthing_model_folder_scan_seconds_total{folder="asqhs-gxzl4"} 0.028203858
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 0.006153253
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 0.021831627000000003
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 0.021453187000000002
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 0.022299153000000002
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 0.025998355
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 0.0029085450000000002
# 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"} 2
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 3
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 3
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 2
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 2
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 3
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 2
# 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"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="symlinks"} 0
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"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="files"} 0
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"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="files"} 0
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"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="symlinks"} 0
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"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="files"} 0
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"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="files"} 0
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"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="files"} 0
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"} 0
# 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"} 0
# 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"} 0
# 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"} 2625
# 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"} 51
# 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"} 75684
# 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"} 0
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"} 0
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"} 4
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 6
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 6
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 4
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 4
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 6
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 4
