# 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
go_gc_duration_seconds{quantile="0.25"} 0
go_gc_duration_seconds{quantile="0.5"} 0.0008746
go_gc_duration_seconds{quantile="0.75"} 0.2058298
go_gc_duration_seconds{quantile="1"} 3.7495196
go_gc_duration_seconds_sum 58.7492065
go_gc_duration_seconds_count 595
# 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 436
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.0"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.0778912e+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 6.099405776e+09
# 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 2.423901e+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 6.6930801e+07
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 4.40392e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 2.0778912e+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.5409152e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 3.239936e+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 161872
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 6.004736e+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 4.7808512e+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.757010324165097e+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 6.7092673e+07
# 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 9408
# 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 15288
# 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 531040
# 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 636480
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 3.7482258e+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 1.386451e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 6.71744e+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 6.71744e+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 6.3391992e+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 8
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 84
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 463.21875
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.6777216e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 1408
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 5.16775936e+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.75700656e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.187849728e+09
# 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="5GCVQ7B-IXX2CQW-UJ2WLCC-L522UHQ-QAKQPQ4-2FVXX3T-ALSZVCP-CPXCKAF",introducer="false",name="Pixel 7 Pro",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY",introducer="false",name="LW01",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ",introducer="false",name="aon-srv-1",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY",introducer="false",name="ZenDmih",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="BGEEMYA-TH7DQJQ-72KGPBZ-EI6B4CD-VBRPCZ6-WAIU663-YPBWCWZ-CTXFVA6",introducer="false",name="IrbisAir",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="EBBXITJ-N7CHP3V-RPOHZDU-OCRU44Y-TDV5GWM-HJOSS2U-R4VTDXH-F7TWDAV",introducer="false",name="DmihD16",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD",introducer="false",name="DMIH-NW01",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="J7TV23R-WNBVM5S-NJ6QEGE-YIZXJ27-XPZU4T7-UWT2YES-KCNI22K-XXYNJAG",introducer="false",name="TECNO KJ6",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="LMNPEBU-SOTWWTI-BMW7XMC-N257H6H-DZNOM5F-2QAYUZW-S2HUA3J-7Y72SAU",introducer="false",name="Dmih POCO",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="LP6RW2R-CJ7TMOV-GU3GBOV-77CS4P4-IRPXFVR-BSSJ732-3S5TBD6-S4IFSQM",introducer="false",name="22101316UG",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL",introducer="false",name="DMIH-NW06",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="OV3T2EA-3WH3DZO-MVKQIS7-4S7SXQX-OZMLH2K-33NYV6K-KAL6S6L-4UAZKA2",introducer="false",name="ES6018EW",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB",introducer="false",name="DmihBox11",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="RGRDSXP-FQYA4FT-IB2TZJH-ZHPJW23-AEK4SIW-HCH6FVC-Q5VJM3K-LF4ALAX",introducer="false",name="Seagate 2Tb",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="UDRKDV6-L445ID2-PH4ZFLF-E455ASG-IETMDOK-PERYGJK-U6NU7KH-K7PRFQD",introducer="false",name="Surface4",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="UYHATCD-AZ46OU2-PZ7H4FK-VEC4PFP-BQDSUH6-NAMGFAU-B6FIJ5T-UXPDVQ2",introducer="false",name="MariaHonor",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="VBZWC5X-UNQ7ZBF-5MRYL7X-NABOGBR-E7CKOZG-HKUJTMD-WSFDE4D-B7QSIAW",introducer="false",name="AnnaAsus",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="Z67SKGJ-RDZQIQ6-YWUWIZ7-RGWLC47-SGAZZUG-R74SZBG-O6AIQBU-5MMGBQI",introducer="false",name="Passport 5Tb",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="..M - Mobile",label="",path="D:\\Storage\\..M - Mobile",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="1Gb-Hardware",label="",path="D:\\Storage\\Hardware",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Archive",label="",path="D:\\Storage\\Archive",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Disks",label="",path="D:\\Storage\\Disks",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Documents",label="",path="C:\\Users\\Dima\\Documents\\.Documents",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="DocumentsMobile",label="",path="C:\\Users\\Dima\\Documents\\.DocumentsMobile",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Installs",label="",path="D:\\Storage\\Installs",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="InstallsMobile",label="",path="D:\\Storage\\InstallsMobile",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Music",label="",path="D:\\Storage\\Music",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Pictures",label="",path="D:\\Storage\\Pictures",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Pictures -other-",label="",path="D:\\Storage\\Pictures -other-",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Projects -common-",label="",path="S:\\Projects -common-",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="RDP",label="",path="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="SSH",label="",path="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Secure",label="",path="C:\\Users\\Dima\\Secure",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Settings",label="",path="C:\\Users\\Dima\\Settings",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Tools",label="",path="C:\\Tools",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Video",label="",path="D:\\Storage\\Video",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Video -other-",label="",path="D:\\Storage\\Video -other-",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Video -personal-",label="",path="D:\\Storage\\Video -personal-",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Video -raw-",label="",path="D:\\Storage\\Video -raw-",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="default",label="",path="C:\\Users\\Dima\\Sync",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="pixel_7_pro_rqwx-фото",label="AnnaCamera",path="L:\\Storage\\AnnaCamera",paused="false",type="receiveonly"} 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="5GCVQ7B-IXX2CQW-UJ2WLCC-L522UHQ-QAKQPQ4-2FVXX3T-ALSZVCP-CPXCKAF"} 0
syncthing_connections_active{device="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY"} 2
syncthing_connections_active{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ"} 1
syncthing_connections_active{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY"} 1
syncthing_connections_active{device="BGEEMYA-TH7DQJQ-72KGPBZ-EI6B4CD-VBRPCZ6-WAIU663-YPBWCWZ-CTXFVA6"} 0
syncthing_connections_active{device="EBBXITJ-N7CHP3V-RPOHZDU-OCRU44Y-TDV5GWM-HJOSS2U-R4VTDXH-F7TWDAV"} 0
syncthing_connections_active{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD"} 1
syncthing_connections_active{device="J7TV23R-WNBVM5S-NJ6QEGE-YIZXJ27-XPZU4T7-UWT2YES-KCNI22K-XXYNJAG"} 0
syncthing_connections_active{device="LMNPEBU-SOTWWTI-BMW7XMC-N257H6H-DZNOM5F-2QAYUZW-S2HUA3J-7Y72SAU"} 0
syncthing_connections_active{device="LP6RW2R-CJ7TMOV-GU3GBOV-77CS4P4-IRPXFVR-BSSJ732-3S5TBD6-S4IFSQM"} 0
syncthing_connections_active{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL"} 3
syncthing_connections_active{device="OV3T2EA-3WH3DZO-MVKQIS7-4S7SXQX-OZMLH2K-33NYV6K-KAL6S6L-4UAZKA2"} 0
syncthing_connections_active{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB"} 1
syncthing_connections_active{device="RGRDSXP-FQYA4FT-IB2TZJH-ZHPJW23-AEK4SIW-HCH6FVC-Q5VJM3K-LF4ALAX"} 0
syncthing_connections_active{device="UDRKDV6-L445ID2-PH4ZFLF-E455ASG-IETMDOK-PERYGJK-U6NU7KH-K7PRFQD"} 0
syncthing_connections_active{device="UYHATCD-AZ46OU2-PZ7H4FK-VEC4PFP-BQDSUH6-NAMGFAU-B6FIJ5T-UXPDVQ2"} 0
syncthing_connections_active{device="VBZWC5X-UNQ7ZBF-5MRYL7X-NABOGBR-E7CKOZG-HKUJTMD-WSFDE4D-B7QSIAW"} 0
syncthing_connections_active{device="Z67SKGJ-RDZQIQ6-YWUWIZ7-RGWLC47-SGAZZUG-R74SZBG-O6AIQBU-5MMGBQI"} 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="Documents"} 17000
syncthing_db_files_updated_total{folder="DocumentsMobile"} 5
syncthing_db_files_updated_total{folder="InstallsMobile"} 2
syncthing_db_files_updated_total{folder="Music"} 238
syncthing_db_files_updated_total{folder="Pictures"} 1000
syncthing_db_files_updated_total{folder="Projects -common-"} 1000
syncthing_db_files_updated_total{folder="RDP"} 21
syncthing_db_files_updated_total{folder="SSH"} 44
syncthing_db_files_updated_total{folder="Secure"} 42
syncthing_db_files_updated_total{folder="Settings"} 7960
syncthing_db_files_updated_total{folder="Tools"} 1047
syncthing_db_files_updated_total{folder="Video -personal-"} 63
syncthing_db_files_updated_total{folder="default"} 1
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 13.361642800000004
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.00033
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 1.7974479999999997
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 42.42656170000001
syncthing_db_operation_seconds_total{folder="..M - Mobile",operation="CountGlobal"} 0.0036934999999999997
syncthing_db_operation_seconds_total{folder="..M - Mobile",operation="CountLocal"} 0.0006598
syncthing_db_operation_seconds_total{folder="..M - Mobile",operation="CountNeed"} 2.4369704
syncthing_db_operation_seconds_total{folder="..M - Mobile",operation="GetDeviceFile"} 6.150053800000012
syncthing_db_operation_seconds_total{folder="..M - Mobile",operation="GetDeviceSequence"} 0.40327390000000013
syncthing_db_operation_seconds_total{folder="..M - Mobile",operation="IndexIDGet"} 4.051360700000001
syncthing_db_operation_seconds_total{folder="..M - Mobile",operation="ListDevicesForFolder"} 0.0154354
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="AllLocalFilesBySequence"} 1.4495849
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="AllLocalFilesPrefix"} 0.0004996
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="CountGlobal"} 0.0027933000000000003
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="CountNeed"} 4.838107299999999
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="GetDeviceFile"} 10.589124900000003
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="GetDeviceSequence"} 36.94154089999994
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="IndexIDGet"} 0.8140029999999996
syncthing_db_operation_seconds_total{folder="1Gb-Hardware",operation="ListDevicesForFolder"} 0.0020077
syncthing_db_operation_seconds_total{folder="Archive",operation="AllLocalFilesBySequence"} 0.007727
syncthing_db_operation_seconds_total{folder="Archive",operation="AllLocalFilesPrefix"} 0.0005037
syncthing_db_operation_seconds_total{folder="Archive",operation="CountGlobal"} 0.0094725
syncthing_db_operation_seconds_total{folder="Archive",operation="CountLocal"} 0.0010026
syncthing_db_operation_seconds_total{folder="Archive",operation="CountNeed"} 2.7265328
syncthing_db_operation_seconds_total{folder="Archive",operation="CountReceiveOnlyChanged"} 0.0009928
syncthing_db_operation_seconds_total{folder="Archive",operation="GetDeviceFile"} 1.8369437
syncthing_db_operation_seconds_total{folder="Archive",operation="GetDeviceSequence"} 15.559018700000006
syncthing_db_operation_seconds_total{folder="Archive",operation="IndexIDGet"} 0.8539270000000007
syncthing_db_operation_seconds_total{folder="Archive",operation="RemoteSequences"} 0.0412797
syncthing_db_operation_seconds_total{folder="Disks",operation="AllLocalFilesBySequence"} 0.044560999999999996
syncthing_db_operation_seconds_total{folder="Disks",operation="CountGlobal"} 0.0708705
syncthing_db_operation_seconds_total{folder="Disks",operation="CountLocal"} 0.0005087
syncthing_db_operation_seconds_total{folder="Disks",operation="CountNeed"} 1.3493379
syncthing_db_operation_seconds_total{folder="Disks",operation="GetDeviceFile"} 2.2496669
syncthing_db_operation_seconds_total{folder="Disks",operation="GetDeviceSequence"} 9.387158599999996
syncthing_db_operation_seconds_total{folder="Disks",operation="IndexIDGet"} 1.8019443000000008
syncthing_db_operation_seconds_total{folder="Documents",operation="AllLocalFilesBySequence"} 5.0676183
syncthing_db_operation_seconds_total{folder="Documents",operation="CountGlobal"} 14.5775989
syncthing_db_operation_seconds_total{folder="Documents",operation="CountLocal"} 0.0137873
syncthing_db_operation_seconds_total{folder="Documents",operation="CountNeed"} 17749.2680849
syncthing_db_operation_seconds_total{folder="Documents",operation="CountReceiveOnlyChanged"} 0.0005617
syncthing_db_operation_seconds_total{folder="Documents",operation="GetDeviceFile"} 1790.0103208000126
syncthing_db_operation_seconds_total{folder="Documents",operation="GetDeviceSequence"} 2211.369007099998
syncthing_db_operation_seconds_total{folder="Documents",operation="IndexIDGet"} 2376.329951999998
syncthing_db_operation_seconds_total{folder="Documents",operation="ListDevicesForFolder"} 0.0003946
syncthing_db_operation_seconds_total{folder="Documents",operation="Update"} 1594.7554870000001
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="AllLocalFilesBySequence"} 0.0079376
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="CountGlobal"} 1.9533579999999997
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="CountLocal"} 0.0005004
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="CountNeed"} 30.3190484
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="CountReceiveOnlyChanged"} 0.1388134
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="GetDeviceFile"} 1.8288855000000008
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="GetDeviceSequence"} 27.422422999999988
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="IndexIDGet"} 0.42988419999999994
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="RemoteSequences"} 0.3883506
syncthing_db_operation_seconds_total{folder="DocumentsMobile",operation="Update"} 5.2357306999999995
syncthing_db_operation_seconds_total{folder="Installs",operation="AllLocalFilesBySequence"} 0.0092238
syncthing_db_operation_seconds_total{folder="Installs",operation="CountGlobal"} 0.20626890000000003
syncthing_db_operation_seconds_total{folder="Installs",operation="CountLocal"} 0.0025401
syncthing_db_operation_seconds_total{folder="Installs",operation="CountNeed"} 23.300455300000003
syncthing_db_operation_seconds_total{folder="Installs",operation="CountReceiveOnlyChanged"} 0.0035425
syncthing_db_operation_seconds_total{folder="Installs",operation="GetDeviceSequence"} 19.8856488
syncthing_db_operation_seconds_total{folder="Installs",operation="IndexIDGet"} 3.2698769999999993
syncthing_db_operation_seconds_total{folder="Installs",operation="ListDevicesForFolder"} 0.0004998
syncthing_db_operation_seconds_total{folder="Installs",operation="RemoteSequences"} 0.1191829
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="AllLocalFilesBySequence"} 0.6273964
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="CountGlobal"} 0.22067240000000002
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="CountLocal"} 0.0014996
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="CountNeed"} 3.4881329000000005
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="GetDeviceFile"} 0.9702791999999999
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="GetDeviceSequence"} 19.514817999999988
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="IndexIDGet"} 1.9100985000000017
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="ListDevicesForFolder"} 0.0004361
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="RemoteSequences"} 0.2468857
syncthing_db_operation_seconds_total{folder="InstallsMobile",operation="Update"} 4.8348027
syncthing_db_operation_seconds_total{folder="Music",operation="AllLocalFilesBySequence"} 13.239656900000002
syncthing_db_operation_seconds_total{folder="Music",operation="CountGlobal"} 2.9330777
syncthing_db_operation_seconds_total{folder="Music",operation="CountLocal"} 0.0005015
syncthing_db_operation_seconds_total{folder="Music",operation="CountNeed"} 1980.2674248000003
syncthing_db_operation_seconds_total{folder="Music",operation="GetDeviceFile"} 3603.45990300001
syncthing_db_operation_seconds_total{folder="Music",operation="GetDeviceSequence"} 16.515472700000014
syncthing_db_operation_seconds_total{folder="Music",operation="IndexIDGet"} 24.140846000000018
syncthing_db_operation_seconds_total{folder="Music",operation="RemoteSequences"} 0.0976101
syncthing_db_operation_seconds_total{folder="Music",operation="Update"} 164.6367932
syncthing_db_operation_seconds_total{folder="Pictures",operation="AllLocalFilesBySequence"} 8.917880699999998
syncthing_db_operation_seconds_total{folder="Pictures",operation="CountGlobal"} 5.779153599999999
syncthing_db_operation_seconds_total{folder="Pictures",operation="CountNeed"} 1877.1018606
syncthing_db_operation_seconds_total{folder="Pictures",operation="GetDeviceSequence"} 37.462764799999974
syncthing_db_operation_seconds_total{folder="Pictures",operation="IndexIDGet"} 8.742389600000006
syncthing_db_operation_seconds_total{folder="Pictures",operation="ListDevicesForFolder"} 0.0005073
syncthing_db_operation_seconds_total{folder="Pictures",operation="RemoteSequences"} 0.3021456
syncthing_db_operation_seconds_total{folder="Pictures",operation="Update"} 95.783117
syncthing_db_operation_seconds_total{folder="Pictures -other-",operation="AllLocalFilesBySequence"} 0.0312828
syncthing_db_operation_seconds_total{folder="Pictures -other-",operation="CountGlobal"} 0.003
syncthing_db_operation_seconds_total{folder="Pictures -other-",operation="GetDeviceSequence"} 19.421366200000016
syncthing_db_operation_seconds_total{folder="Pictures -other-",operation="IndexIDGet"} 0.9815964999999998
syncthing_db_operation_seconds_total{folder="Pictures -other-",operation="ListDevicesForFolder"} 0.0004997
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="AllLocalFilesBySequence"} 8.880735699999999
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="AllLocalFilesPrefix"} 3.5284305
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="CountGlobal"} 0.2138586
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="CountLocal"} 0.0005023
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="CountNeed"} 2470.6443837999996
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="GetDeviceFile"} 3172.4658754998827
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="GetDeviceSequence"} 15.207104100000008
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="IndexIDGet"} 9.551229300000005
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="ListDevicesForFolder"} 0.0003778
syncthing_db_operation_seconds_total{folder="Projects -common-",operation="Update"} 67.7505205
syncthing_db_operation_seconds_total{folder="RDP",operation="AllLocalFilesBySequence"} 0.010918299999999999
syncthing_db_operation_seconds_total{folder="RDP",operation="CountGlobal"} 0.0071025
syncthing_db_operation_seconds_total{folder="RDP",operation="CountNeed"} 3.8412287
syncthing_db_operation_seconds_total{folder="RDP",operation="GetDeviceFile"} 2.135630699999999
syncthing_db_operation_seconds_total{folder="RDP",operation="GetDeviceSequence"} 33.38756459999998
syncthing_db_operation_seconds_total{folder="RDP",operation="IndexIDGet"} 1.812597400000002
syncthing_db_operation_seconds_total{folder="RDP",operation="ListDevicesForFolder"} 0.0005
syncthing_db_operation_seconds_total{folder="RDP",operation="Update"} 19.3782543
syncthing_db_operation_seconds_total{folder="SSH",operation="AllLocalFilesBySequence"} 0.7517116
syncthing_db_operation_seconds_total{folder="SSH",operation="CountGlobal"} 0.0020004
syncthing_db_operation_seconds_total{folder="SSH",operation="GetDeviceSequence"} 22.418652100000013
syncthing_db_operation_seconds_total{folder="SSH",operation="IndexIDGet"} 0.8978658000000002
syncthing_db_operation_seconds_total{folder="SSH",operation="ListDevicesForFolder"} 0.0002523
syncthing_db_operation_seconds_total{folder="SSH",operation="Update"} 35.8712517
syncthing_db_operation_seconds_total{folder="Secure",operation="AllLocalFilesBySequence"} 0.018449300000000002
syncthing_db_operation_seconds_total{folder="Secure",operation="AllLocalFilesPrefix"} 8.64e-05
syncthing_db_operation_seconds_total{folder="Secure",operation="CountGlobal"} 1.7861048
syncthing_db_operation_seconds_total{folder="Secure",operation="CountNeed"} 6.5695896000000005
syncthing_db_operation_seconds_total{folder="Secure",operation="GetDeviceFile"} 0.6624584
syncthing_db_operation_seconds_total{folder="Secure",operation="GetDeviceSequence"} 51.28878829999998
syncthing_db_operation_seconds_total{folder="Secure",operation="IndexIDGet"} 1.580122500000001
syncthing_db_operation_seconds_total{folder="Secure",operation="ListDevicesForFolder"} 0.0001472
syncthing_db_operation_seconds_total{folder="Secure",operation="Update"} 15.617747700000002
syncthing_db_operation_seconds_total{folder="Settings",operation="AllLocalFilesBySequence"} 6.7924359
syncthing_db_operation_seconds_total{folder="Settings",operation="CountGlobal"} 0.0422496
syncthing_db_operation_seconds_total{folder="Settings",operation="GetDeviceSequence"} 133.545
syncthing_db_operation_seconds_total{folder="Settings",operation="IndexIDGet"} 74.48447279999999
syncthing_db_operation_seconds_total{folder="Settings",operation="Update"} 8886.2923936
syncthing_db_operation_seconds_total{folder="Tools",operation="AllLocalFilesBySequence"} 6.5650284
syncthing_db_operation_seconds_total{folder="Tools",operation="AllLocalFilesWithBlocksHash"} 0.0338578
syncthing_db_operation_seconds_total{folder="Tools",operation="CountGlobal"} 0.0019997
syncthing_db_operation_seconds_total{folder="Tools",operation="GetDeviceFile"} 212.73564090000002
syncthing_db_operation_seconds_total{folder="Tools",operation="GetDeviceSequence"} 29.420300399999984
syncthing_db_operation_seconds_total{folder="Tools",operation="GetGlobalFile"} 2.5702149999999997
syncthing_db_operation_seconds_total{folder="Tools",operation="IndexIDGet"} 0.1916138000000001
syncthing_db_operation_seconds_total{folder="Tools",operation="Update"} 26.4965288
syncthing_db_operation_seconds_total{folder="Video",operation="AllLocalFilesBySequence"} 0.0017834
syncthing_db_operation_seconds_total{folder="Video",operation="CountGlobal"} 0.277157
syncthing_db_operation_seconds_total{folder="Video",operation="GetDeviceSequence"} 14.25927260000001
syncthing_db_operation_seconds_total{folder="Video",operation="IndexIDGet"} 0.8213586000000004
syncthing_db_operation_seconds_total{folder="Video",operation="ListDevicesForFolder"} 0.0005035
syncthing_db_operation_seconds_total{folder="Video -other-",operation="AllLocalFilesBySequence"} 0.0060516
syncthing_db_operation_seconds_total{folder="Video -other-",operation="CountGlobal"} 0.0015001
syncthing_db_operation_seconds_total{folder="Video -other-",operation="CountNeed"} 0.630216
syncthing_db_operation_seconds_total{folder="Video -other-",operation="GetDeviceFile"} 9.648664999999994
syncthing_db_operation_seconds_total{folder="Video -other-",operation="GetDeviceSequence"} 15.549688599999989
syncthing_db_operation_seconds_total{folder="Video -other-",operation="IndexIDGet"} 1.1656579000000005
syncthing_db_operation_seconds_total{folder="Video -personal-",operation="AllLocalFilesBySequence"} 0.8591324999999999
syncthing_db_operation_seconds_total{folder="Video -personal-",operation="CountGlobal"} 0.0529989
syncthing_db_operation_seconds_total{folder="Video -personal-",operation="GetDeviceSequence"} 16.542110900000015
syncthing_db_operation_seconds_total{folder="Video -personal-",operation="IndexIDGet"} 15.158653999999999
syncthing_db_operation_seconds_total{folder="Video -personal-",operation="ListDevicesForFolder"} 0.0005043
syncthing_db_operation_seconds_total{folder="Video -personal-",operation="Update"} 44.2721443
syncthing_db_operation_seconds_total{folder="Video -raw-",operation="AllLocalFilesBySequence"} 0.0053736
syncthing_db_operation_seconds_total{folder="Video -raw-",operation="CountGlobal"} 0.0020032
syncthing_db_operation_seconds_total{folder="Video -raw-",operation="CountNeed"} 1.1467417
syncthing_db_operation_seconds_total{folder="Video -raw-",operation="GetDeviceFile"} 0.028812
syncthing_db_operation_seconds_total{folder="Video -raw-",operation="GetDeviceSequence"} 17.62051810000002
syncthing_db_operation_seconds_total{folder="Video -raw-",operation="IndexIDGet"} 0.8205987999999996
syncthing_db_operation_seconds_total{folder="Video -raw-",operation="ListDevicesForFolder"} 0.0004997
syncthing_db_operation_seconds_total{folder="default",operation="AllLocalFilesBySequence"} 0.0020377999999999998
syncthing_db_operation_seconds_total{folder="default",operation="CountGlobal"} 0.0047606
syncthing_db_operation_seconds_total{folder="default",operation="CountLocal"} 0.000498
syncthing_db_operation_seconds_total{folder="default",operation="CountNeed"} 0.0991455
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceSequence"} 30.408333700000018
syncthing_db_operation_seconds_total{folder="default",operation="IndexIDGet"} 0.9729898999999984
syncthing_db_operation_seconds_total{folder="default",operation="ListDevicesForFolder"} 0.0005034
syncthing_db_operation_seconds_total{folder="default",operation="Update"} 5.3981192
syncthing_db_operation_seconds_total{folder="pixel_7_pro_rqwx-фото",operation="CountGlobal"} 0.1072949
syncthing_db_operation_seconds_total{folder="pixel_7_pro_rqwx-фото",operation="GetDeviceFile"} 605.3528304999996
syncthing_db_operation_seconds_total{folder="pixel_7_pro_rqwx-фото",operation="GetDeviceSequence"} 0.09077370000000007
syncthing_db_operation_seconds_total{folder="pixel_7_pro_rqwx-фото",operation="IndexIDGet"} 2.4209476999999993
syncthing_db_operation_seconds_total{folder="pixel_7_pro_rqwx-фото",operation="ListDevicesForFolder"} 0.0004998
# 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"} 1
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="..M - Mobile",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="CountLocal"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="CountNeed"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="..M - Mobile",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="CountLocal"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="CountNeed"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="1Gb-Hardware",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Archive",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Archive",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Archive",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Archive",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Archive",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Archive",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Archive",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Archive",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Archive",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Archive",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Archive",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Disks",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Disks",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Disks",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Disks",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Disks",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Disks",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Disks",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Disks",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Disks",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Disks",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Disks",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Documents",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Documents",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Documents",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Documents",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Documents",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Documents",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Documents",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Documents",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Documents",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Documents",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Documents",operation="Update"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="CountLocal"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="CountNeed"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="DocumentsMobile",operation="Update"} 0
syncthing_db_operations_current{folder="Installs",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Installs",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Installs",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Installs",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Installs",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Installs",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Installs",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Installs",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Installs",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="CountLocal"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="CountNeed"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="InstallsMobile",operation="Update"} 0
syncthing_db_operations_current{folder="Music",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Music",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Music",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Music",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Music",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Music",operation="GetDeviceFile"} 1
syncthing_db_operations_current{folder="Music",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Music",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Music",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Music",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Music",operation="Update"} 0
syncthing_db_operations_current{folder="Pictures",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Pictures",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Pictures",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Pictures",operation="CountNeed"} 5
syncthing_db_operations_current{folder="Pictures",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Pictures",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Pictures",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Pictures",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Pictures",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Pictures",operation="Update"} 0
syncthing_db_operations_current{folder="Pictures -other-",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Pictures -other-",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Pictures -other-",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Pictures -other-",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Pictures -other-",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="CountNeed"} 1
syncthing_db_operations_current{folder="Projects -common-",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Projects -common-",operation="Update"} 0
syncthing_db_operations_current{folder="RDP",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="RDP",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="RDP",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="RDP",operation="CountNeed"} 0
syncthing_db_operations_current{folder="RDP",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="RDP",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="RDP",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="RDP",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="RDP",operation="Update"} 0
syncthing_db_operations_current{folder="SSH",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="SSH",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="SSH",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="SSH",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="SSH",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="SSH",operation="Update"} 0
syncthing_db_operations_current{folder="Secure",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Secure",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Secure",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Secure",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Secure",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Secure",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Secure",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Secure",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Secure",operation="Update"} 0
syncthing_db_operations_current{folder="Settings",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Settings",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Settings",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Settings",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Settings",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Settings",operation="Update"} 5
syncthing_db_operations_current{folder="Tools",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Tools",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Tools",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="Tools",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Tools",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Tools",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Tools",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="Tools",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Tools",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Tools",operation="Update"} 0
syncthing_db_operations_current{folder="Video",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Video",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Video",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Video",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Video",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Video -other-",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Video -other-",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Video -other-",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Video -other-",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Video -other-",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Video -other-",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Video -other-",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Video -other-",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Video -personal-",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Video -personal-",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Video -personal-",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Video -personal-",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Video -personal-",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Video -personal-",operation="Update"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Video -raw-",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="default",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="default",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="default",operation="CountLocal"} 0
syncthing_db_operations_current{folder="default",operation="CountNeed"} 0
syncthing_db_operations_current{folder="default",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="default",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="default",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="default",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="default",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="default",operation="Update"} 0
syncthing_db_operations_current{folder="pixel_7_pro_rqwx-фото",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="pixel_7_pro_rqwx-фото",operation="GetDeviceFile"} 1
syncthing_db_operations_current{folder="pixel_7_pro_rqwx-фото",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="pixel_7_pro_rqwx-фото",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="pixel_7_pro_rqwx-фото",operation="ListDevicesForFolder"} 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"} 2453
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 35
syncthing_db_operations_total{folder="-",operation="PutKV"} 340
syncthing_db_operations_total{folder="..M - Mobile",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="..M - Mobile",operation="CountGlobal"} 23
syncthing_db_operations_total{folder="..M - Mobile",operation="CountLocal"} 2
syncthing_db_operations_total{folder="..M - Mobile",operation="CountNeed"} 23
syncthing_db_operations_total{folder="..M - Mobile",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="..M - Mobile",operation="GetDeviceFile"} 999
syncthing_db_operations_total{folder="..M - Mobile",operation="GetDeviceSequence"} 5013
syncthing_db_operations_total{folder="..M - Mobile",operation="IndexIDGet"} 4990
syncthing_db_operations_total{folder="..M - Mobile",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="..M - Mobile",operation="RemoteSequences"} 2
syncthing_db_operations_total{folder="1Gb-Hardware",operation="AllLocalFilesBySequence"} 22
syncthing_db_operations_total{folder="1Gb-Hardware",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="1Gb-Hardware",operation="CountGlobal"} 29
syncthing_db_operations_total{folder="1Gb-Hardware",operation="CountLocal"} 2
syncthing_db_operations_total{folder="1Gb-Hardware",operation="CountNeed"} 69
syncthing_db_operations_total{folder="1Gb-Hardware",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="1Gb-Hardware",operation="GetDeviceFile"} 536
syncthing_db_operations_total{folder="1Gb-Hardware",operation="GetDeviceSequence"} 6755
syncthing_db_operations_total{folder="1Gb-Hardware",operation="IndexIDGet"} 6531
syncthing_db_operations_total{folder="1Gb-Hardware",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="1Gb-Hardware",operation="RemoteSequences"} 2
syncthing_db_operations_total{folder="Archive",operation="AllLocalFilesBySequence"} 14
syncthing_db_operations_total{folder="Archive",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="Archive",operation="CountGlobal"} 29
syncthing_db_operations_total{folder="Archive",operation="CountLocal"} 2
syncthing_db_operations_total{folder="Archive",operation="CountNeed"} 56
syncthing_db_operations_total{folder="Archive",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="Archive",operation="GetDeviceFile"} 224
syncthing_db_operations_total{folder="Archive",operation="GetDeviceSequence"} 6675
syncthing_db_operations_total{folder="Archive",operation="IndexIDGet"} 6515
syncthing_db_operations_total{folder="Archive",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Archive",operation="RemoteSequences"} 2
syncthing_db_operations_total{folder="Disks",operation="AllLocalFilesBySequence"} 8
syncthing_db_operations_total{folder="Disks",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="Disks",operation="CountGlobal"} 29
syncthing_db_operations_total{folder="Disks",operation="CountLocal"} 2
syncthing_db_operations_total{folder="Disks",operation="CountNeed"} 45
syncthing_db_operations_total{folder="Disks",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="Disks",operation="GetDeviceFile"} 33
syncthing_db_operations_total{folder="Disks",operation="GetDeviceSequence"} 6596
syncthing_db_operations_total{folder="Disks",operation="IndexIDGet"} 6503
syncthing_db_operations_total{folder="Disks",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Disks",operation="RemoteSequences"} 2
syncthing_db_operations_total{folder="Documents",operation="AllLocalFilesBySequence"} 25
syncthing_db_operations_total{folder="Documents",operation="CountGlobal"} 23
syncthing_db_operations_total{folder="Documents",operation="CountLocal"} 2
syncthing_db_operations_total{folder="Documents",operation="CountNeed"} 22
syncthing_db_operations_total{folder="Documents",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="Documents",operation="GetDeviceFile"} 29176
syncthing_db_operations_total{folder="Documents",operation="GetDeviceSequence"} 6672
syncthing_db_operations_total{folder="Documents",operation="IndexIDGet"} 6537
syncthing_db_operations_total{folder="Documents",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Documents",operation="RemoteSequences"} 2
syncthing_db_operations_total{folder="Documents",operation="Update"} 17
syncthing_db_operations_total{folder="DocumentsMobile",operation="AllLocalFilesBySequence"} 25
syncthing_db_operations_total{folder="DocumentsMobile",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="DocumentsMobile",operation="CountGlobal"} 15
syncthing_db_operations_total{folder="DocumentsMobile",operation="CountLocal"} 1
syncthing_db_operations_total{folder="DocumentsMobile",operation="CountNeed"} 49
syncthing_db_operations_total{folder="DocumentsMobile",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="DocumentsMobile",operation="GetDeviceFile"} 222
syncthing_db_operations_total{folder="DocumentsMobile",operation="GetDeviceSequence"} 6803
syncthing_db_operations_total{folder="DocumentsMobile",operation="IndexIDGet"} 6537
syncthing_db_operations_total{folder="DocumentsMobile",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="DocumentsMobile",operation="RemoteSequences"} 1
syncthing_db_operations_total{folder="DocumentsMobile",operation="Update"} 3
syncthing_db_operations_total{folder="Installs",operation="AllLocalFilesBySequence"} 22
syncthing_db_operations_total{folder="Installs",operation="CountGlobal"} 15
syncthing_db_operations_total{folder="Installs",operation="CountLocal"} 1
syncthing_db_operations_total{folder="Installs",operation="CountNeed"} 14
syncthing_db_operations_total{folder="Installs",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="Installs",operation="GetDeviceSequence"} 6723
syncthing_db_operations_total{folder="Installs",operation="IndexIDGet"} 6531
syncthing_db_operations_total{folder="Installs",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Installs",operation="RemoteSequences"} 1
syncthing_db_operations_total{folder="InstallsMobile",operation="AllLocalFilesBySequence"} 22
syncthing_db_operations_total{folder="InstallsMobile",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="InstallsMobile",operation="CountGlobal"} 15
syncthing_db_operations_total{folder="InstallsMobile",operation="CountLocal"} 1
syncthing_db_operations_total{folder="InstallsMobile",operation="CountNeed"} 56
syncthing_db_operations_total{folder="InstallsMobile",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="InstallsMobile",operation="GetDeviceFile"} 55
syncthing_db_operations_total{folder="InstallsMobile",operation="GetDeviceSequence"} 6725
syncthing_db_operations_total{folder="InstallsMobile",operation="IndexIDGet"} 6531
syncthing_db_operations_total{folder="InstallsMobile",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="InstallsMobile",operation="RemoteSequences"} 1
syncthing_db_operations_total{folder="InstallsMobile",operation="Update"} 1
syncthing_db_operations_total{folder="Music",operation="AllLocalFilesBySequence"} 14
syncthing_db_operations_total{folder="Music",operation="CountGlobal"} 15
syncthing_db_operations_total{folder="Music",operation="CountLocal"} 1
syncthing_db_operations_total{folder="Music",operation="CountNeed"} 14
syncthing_db_operations_total{folder="Music",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="Music",operation="GetDeviceFile"} 9047
syncthing_db_operations_total{folder="Music",operation="GetDeviceSequence"} 6583
syncthing_db_operations_total{folder="Music",operation="IndexIDGet"} 6515
syncthing_db_operations_total{folder="Music",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Music",operation="RemoteSequences"} 1
syncthing_db_operations_total{folder="Music",operation="Update"} 4
syncthing_db_operations_total{folder="Pictures",operation="AllLocalFilesBySequence"} 22
syncthing_db_operations_total{folder="Pictures",operation="CountGlobal"} 8
syncthing_db_operations_total{folder="Pictures",operation="CountLocal"} 1
syncthing_db_operations_total{folder="Pictures",operation="CountNeed"} 7
syncthing_db_operations_total{folder="Pictures",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="Pictures",operation="GetDeviceSequence"} 5572
syncthing_db_operations_total{folder="Pictures",operation="IndexIDGet"} 5533
syncthing_db_operations_total{folder="Pictures",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Pictures",operation="RemoteSequences"} 1
syncthing_db_operations_total{folder="Pictures",operation="Update"} 1
syncthing_db_operations_total{folder="Pictures -other-",operation="AllLocalFilesBySequence"} 22
syncthing_db_operations_total{folder="Pictures -other-",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Pictures -other-",operation="GetDeviceSequence"} 5711
syncthing_db_operations_total{folder="Pictures -other-",operation="IndexIDGet"} 5533
syncthing_db_operations_total{folder="Pictures -other-",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Projects -common-",operation="AllLocalFilesBySequence"} 22
syncthing_db_operations_total{folder="Projects -common-",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="Projects -common-",operation="CountGlobal"} 6
syncthing_db_operations_total{folder="Projects -common-",operation="CountLocal"} 1
syncthing_db_operations_total{folder="Projects -common-",operation="CountNeed"} 5
syncthing_db_operations_total{folder="Projects -common-",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="Projects -common-",operation="GetDeviceFile"} 192532
syncthing_db_operations_total{folder="Projects -common-",operation="GetDeviceSequence"} 4118
syncthing_db_operations_total{folder="Projects -common-",operation="IndexIDGet"} 4036
syncthing_db_operations_total{folder="Projects -common-",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Projects -common-",operation="RemoteSequences"} 1
syncthing_db_operations_total{folder="Projects -common-",operation="Update"} 1
syncthing_db_operations_total{folder="RDP",operation="AllLocalFilesBySequence"} 25
syncthing_db_operations_total{folder="RDP",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="RDP",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="RDP",operation="CountNeed"} 41
syncthing_db_operations_total{folder="RDP",operation="GetDeviceFile"} 777
syncthing_db_operations_total{folder="RDP",operation="GetDeviceSequence"} 4291
syncthing_db_operations_total{folder="RDP",operation="IndexIDGet"} 4042
syncthing_db_operations_total{folder="RDP",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="RDP",operation="Update"} 1
syncthing_db_operations_total{folder="SSH",operation="AllLocalFilesBySequence"} 25
syncthing_db_operations_total{folder="SSH",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="SSH",operation="GetDeviceSequence"} 4291
syncthing_db_operations_total{folder="SSH",operation="IndexIDGet"} 4042
syncthing_db_operations_total{folder="SSH",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="SSH",operation="Update"} 1
syncthing_db_operations_total{folder="Secure",operation="AllLocalFilesBySequence"} 29
syncthing_db_operations_total{folder="Secure",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="Secure",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Secure",operation="CountNeed"} 43
syncthing_db_operations_total{folder="Secure",operation="GetDeviceFile"} 285
syncthing_db_operations_total{folder="Secure",operation="GetDeviceSequence"} 4375
syncthing_db_operations_total{folder="Secure",operation="IndexIDGet"} 4050
syncthing_db_operations_total{folder="Secure",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Secure",operation="Update"} 5
syncthing_db_operations_total{folder="Settings",operation="AllLocalFilesBySequence"} 29
syncthing_db_operations_total{folder="Settings",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Settings",operation="GetDeviceSequence"} 4161
syncthing_db_operations_total{folder="Settings",operation="IndexIDGet"} 4050
syncthing_db_operations_total{folder="Settings",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Settings",operation="Update"} 8
syncthing_db_operations_total{folder="Tools",operation="AllLocalFilesBySequence"} 34
syncthing_db_operations_total{folder="Tools",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="Tools",operation="AllLocalFilesWithBlocksHash"} 10
syncthing_db_operations_total{folder="Tools",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Tools",operation="GetDeviceFile"} 18533
syncthing_db_operations_total{folder="Tools",operation="GetDeviceSequence"} 6867
syncthing_db_operations_total{folder="Tools",operation="GetGlobalFile"} 11
syncthing_db_operations_total{folder="Tools",operation="IndexIDGet"} 6545
syncthing_db_operations_total{folder="Tools",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Tools",operation="Update"} 5
syncthing_db_operations_total{folder="Video",operation="AllLocalFilesBySequence"} 14
syncthing_db_operations_total{folder="Video",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Video",operation="GetDeviceSequence"} 6628
syncthing_db_operations_total{folder="Video",operation="IndexIDGet"} 6515
syncthing_db_operations_total{folder="Video",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Video -other-",operation="AllLocalFilesBySequence"} 14
syncthing_db_operations_total{folder="Video -other-",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="Video -other-",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Video -other-",operation="CountNeed"} 25
syncthing_db_operations_total{folder="Video -other-",operation="GetDeviceFile"} 88
syncthing_db_operations_total{folder="Video -other-",operation="GetDeviceSequence"} 5630
syncthing_db_operations_total{folder="Video -other-",operation="IndexIDGet"} 5517
syncthing_db_operations_total{folder="Video -other-",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Video -personal-",operation="AllLocalFilesBySequence"} 14
syncthing_db_operations_total{folder="Video -personal-",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Video -personal-",operation="GetDeviceSequence"} 6566
syncthing_db_operations_total{folder="Video -personal-",operation="IndexIDGet"} 6515
syncthing_db_operations_total{folder="Video -personal-",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Video -personal-",operation="Update"} 6
syncthing_db_operations_total{folder="Video -raw-",operation="AllLocalFilesBySequence"} 14
syncthing_db_operations_total{folder="Video -raw-",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="Video -raw-",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="Video -raw-",operation="CountNeed"} 28
syncthing_db_operations_total{folder="Video -raw-",operation="GetDeviceFile"} 9
syncthing_db_operations_total{folder="Video -raw-",operation="GetDeviceSequence"} 6628
syncthing_db_operations_total{folder="Video -raw-",operation="IndexIDGet"} 6515
syncthing_db_operations_total{folder="Video -raw-",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="default",operation="AllLocalFilesBySequence"} 29
syncthing_db_operations_total{folder="default",operation="CountGlobal"} 14
syncthing_db_operations_total{folder="default",operation="CountLocal"} 1
syncthing_db_operations_total{folder="default",operation="CountNeed"} 13
syncthing_db_operations_total{folder="default",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="default",operation="GetDeviceSequence"} 6874
syncthing_db_operations_total{folder="default",operation="IndexIDGet"} 6545
syncthing_db_operations_total{folder="default",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="default",operation="RemoteSequences"} 1
syncthing_db_operations_total{folder="default",operation="Update"} 1
syncthing_db_operations_total{folder="pixel_7_pro_rqwx-фото",operation="CountGlobal"} 1
syncthing_db_operations_total{folder="pixel_7_pro_rqwx-фото",operation="GetDeviceFile"} 2545
syncthing_db_operations_total{folder="pixel_7_pro_rqwx-фото",operation="GetDeviceSequence"} 4991
syncthing_db_operations_total{folder="pixel_7_pro_rqwx-фото",operation="IndexIDGet"} 4990
syncthing_db_operations_total{folder="pixel_7_pro_rqwx-фото",operation="ListDevicesForFolder"} 1
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 29
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 58
syncthing_events_total{event="DeviceConnected",state="created"} 102
syncthing_events_total{event="DeviceConnected",state="delivered"} 306
syncthing_events_total{event="DeviceDisconnected",state="created"} 9
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 408
syncthing_events_total{event="DeviceDiscovered",state="created"} 6
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 6
syncthing_events_total{event="Failure",state="created"} 4
syncthing_events_total{event="Failure",state="delivered"} 4
syncthing_events_total{event="FolderCompletion",state="created"} 16
syncthing_events_total{event="FolderCompletion",state="delivered"} 16
syncthing_events_total{event="FolderScanProgress",state="created"} 4
syncthing_events_total{event="FolderScanProgress",state="delivered"} 4
syncthing_events_total{event="FolderSummary",state="created"} 2
syncthing_events_total{event="FolderSummary",state="delivered"} 2
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 21
syncthing_events_total{event="LocalChangeDetected",state="created"} 11
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 11
syncthing_events_total{event="LocalIndexUpdated",state="created"} 1
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 58
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 53
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 106
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"} 64
syncthing_events_total{event="StateChanged",state="delivered"} 128
# 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="C:\\Tools"} 2.686111e+06
syncthing_fs_operation_bytes_total{operation="readat",root="C:\\Tools"} 6.36624e+06
syncthing_fs_operation_bytes_total{operation="readat",root="C:\\Users\\Dima\\Settings"} 0
syncthing_fs_operation_bytes_total{operation="readat",root="D:\\Storage\\Pictures"} 131072
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="close",root="C:\\Tools"} 1.5341155
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Tools"} 204.98847819999972
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 1.4803215999999997
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 0.8687511
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Users\\Dima\\Documents\\.Documents"} 21.421828600000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 0.4619542
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Users\\Dima\\Secure"} 0.7384135000000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Users\\Dima\\Settings"} 36.1369355
syncthing_fs_operation_seconds_total{operation="dirnames",root="C:\\Users\\Dima\\Sync"} 0.0004312
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\..M - Mobile"} 0.0642184
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Archive"} 0.0108961
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Disks"} 0.0018173
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Hardware"} 0.1151098
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Installs"} 0.0005074
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\InstallsMobile"} 0.0046746
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Music"} 8.865096100000006
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Pictures"} 0.2571765
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Video"} 0.0005004
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Video -other-"} 0.0594492
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Video -personal-"} 0.0162282
syncthing_fs_operation_seconds_total{operation="dirnames",root="D:\\Storage\\Video -raw-"} 0.0005002
syncthing_fs_operation_seconds_total{operation="dirnames",root="L:\\Storage\\AnnaCamera"} 5.3782207
syncthing_fs_operation_seconds_total{operation="dirnames",root="S:\\Projects -common-"} 21.760949099999852
syncthing_fs_operation_seconds_total{operation="glob",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 0.0208534
syncthing_fs_operation_seconds_total{operation="hide",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 0.0005018
syncthing_fs_operation_seconds_total{operation="hide",root="C:\\Users\\Dima\\Documents\\.Documents"} 0.0008859
syncthing_fs_operation_seconds_total{operation="hide",root="C:\\Users\\Dima\\Secure"} 0.0005039
syncthing_fs_operation_seconds_total{operation="hide",root="C:\\Users\\Dima\\Settings"} 0.0002205
syncthing_fs_operation_seconds_total{operation="hide",root="C:\\Users\\Dima\\Sync"} 6.94e-05
syncthing_fs_operation_seconds_total{operation="hide",root="D:\\Storage\\..M - Mobile"} 0.0020013
syncthing_fs_operation_seconds_total{operation="hide",root="D:\\Storage\\Disks"} 0.0003547
syncthing_fs_operation_seconds_total{operation="hide",root="D:\\Storage\\Installs"} 0.0004993
syncthing_fs_operation_seconds_total{operation="hide",root="D:\\Storage\\InstallsMobile"} 0.0003976
syncthing_fs_operation_seconds_total{operation="hide",root="D:\\Storage\\Pictures"} 0.0004996
syncthing_fs_operation_seconds_total{operation="hide",root="D:\\Storage\\Video"} 0.0005
syncthing_fs_operation_seconds_total{operation="hide",root="D:\\Storage\\Video -other-"} 0.0004998
syncthing_fs_operation_seconds_total{operation="hide",root="L:\\Storage\\AnnaCamera"} 0.000501
syncthing_fs_operation_seconds_total{operation="hide",root="S:\\Projects -common-"} 0.0004929
syncthing_fs_operation_seconds_total{operation="lstat",root="C:\\Tools"} 1828.522993900022
syncthing_fs_operation_seconds_total{operation="lstat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 8.993827099999999
syncthing_fs_operation_seconds_total{operation="lstat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 0.0143445
syncthing_fs_operation_seconds_total{operation="lstat",root="C:\\Users\\Dima\\Documents\\.Documents"} 1829.0933437000037
syncthing_fs_operation_seconds_total{operation="lstat",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 3.8149251000000026
syncthing_fs_operation_seconds_total{operation="lstat",root="C:\\Users\\Dima\\Secure"} 4.094255300000004
syncthing_fs_operation_seconds_total{operation="lstat",root="C:\\Users\\Dima\\Settings"} 1.8328332999999999
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\..M - Mobile"} 0.18140239999999994
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Archive"} 0.20071019999999998
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Disks"} 0.0408284
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Hardware"} 0.39930509999999975
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Installs"} 0.0039694
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\InstallsMobile"} 0.055146299999999995
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Music"} 20.844345299999937
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Pictures"} 0.0853089
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Pictures -other-"} 0.016165099999999998
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Video"} 0.0001977
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Video -other-"} 0.10483150000000001
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Video -personal-"} 0.0019994
syncthing_fs_operation_seconds_total{operation="lstat",root="D:\\Storage\\Video -raw-"} 0.0265294
syncthing_fs_operation_seconds_total{operation="lstat",root="L:\\Storage\\AnnaCamera"} 111.76219380000006
syncthing_fs_operation_seconds_total{operation="lstat",root="S:\\Projects -common-"} 194.85737969999522
syncthing_fs_operation_seconds_total{operation="mkdirall",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 0.0004998
syncthing_fs_operation_seconds_total{operation="open",root="C:\\Tools"} 3.1412733
syncthing_fs_operation_seconds_total{operation="open",root="C:\\Users\\Dima\\Settings"} 0.0004994
syncthing_fs_operation_seconds_total{operation="open",root="D:\\Storage\\Archive"} 0.0005048
syncthing_fs_operation_seconds_total{operation="open",root="D:\\Storage\\Hardware"} 0.0005002
syncthing_fs_operation_seconds_total{operation="open",root="D:\\Storage\\InstallsMobile"} 0.0005378
syncthing_fs_operation_seconds_total{operation="open",root="D:\\Storage\\Pictures"} 0.0181533
syncthing_fs_operation_seconds_total{operation="open",root="D:\\Storage\\Video -raw-"} 6.94e-05
syncthing_fs_operation_seconds_total{operation="options",root="C:\\Tools"} 0.0146423
syncthing_fs_operation_seconds_total{operation="options",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing\\index-v2"} 0.0005004
syncthing_fs_operation_seconds_total{operation="read",root="C:\\Tools"} 3.4216917000000016
syncthing_fs_operation_seconds_total{operation="readat",root="C:\\Tools"} 7.241043799999999
syncthing_fs_operation_seconds_total{operation="readat",root="D:\\Storage\\Pictures"} 0.0080571
syncthing_fs_operation_seconds_total{operation="stat",root="C:\\Tools"} 0.4321596999999999
syncthing_fs_operation_seconds_total{operation="stat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 0.0005
syncthing_fs_operation_seconds_total{operation="stat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 0.000493
syncthing_fs_operation_seconds_total{operation="stat",root="C:\\Users\\Dima\\Documents\\.Documents"} 0.0014297
syncthing_fs_operation_seconds_total{operation="stat",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 0.8146173
syncthing_fs_operation_seconds_total{operation="stat",root="C:\\Users\\Dima\\Secure"} 0.35207489999999997
syncthing_fs_operation_seconds_total{operation="stat",root="D:\\Storage\\Installs"} 0.0005013
syncthing_fs_operation_seconds_total{operation="stat",root="D:\\Storage\\Pictures"} 0.0004999
syncthing_fs_operation_seconds_total{operation="stat",root="D:\\Storage\\Pictures -other-"} 0.0004999
syncthing_fs_operation_seconds_total{operation="uri",root="C:\\Tools"} 0.0004998
syncthing_fs_operation_seconds_total{operation="usage",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing\\index-v2"} 1.6360003
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Tools"} 0.0005035
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 0.0015399
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 0.0008567
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Users\\Dima\\Documents\\.Documents"} 0.0005178
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 0.001501
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Users\\Dima\\Secure"} 0.0005004
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Users\\Dima\\Settings"} 0.0005068
syncthing_fs_operation_seconds_total{operation="watch",root="C:\\Users\\Dima\\Sync"} 0.0005004
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\..M - Mobile"} 0.0018801
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Archive"} 0.0010083
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Disks"} 0.0009443
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Installs"} 0.0004361
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\InstallsMobile"} 0.0005003
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Pictures"} 0.0006222
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Pictures -other-"} 0.0004813
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Video"} 0.0004965
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Video -other-"} 0.0004976
syncthing_fs_operation_seconds_total{operation="watch",root="D:\\Storage\\Video -raw-"} 0.0004999
syncthing_fs_operation_seconds_total{operation="watch",root="L:\\Storage\\AnnaCamera"} 0.0005004
# 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="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 2
syncthing_fs_operations_total{operation="close",root="C:\\Tools"} 190
syncthing_fs_operations_total{operation="close",root="C:\\Users\\Dima\\Settings"} 1
syncthing_fs_operations_total{operation="close",root="D:\\Storage\\Pictures"} 1
syncthing_fs_operations_total{operation="dirnames",root="C:\\Tools"} 9868
syncthing_fs_operations_total{operation="dirnames",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 5
syncthing_fs_operations_total{operation="dirnames",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 1
syncthing_fs_operations_total{operation="dirnames",root="C:\\Users\\Dima\\Documents\\.Documents"} 411
syncthing_fs_operations_total{operation="dirnames",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 34
syncthing_fs_operations_total{operation="dirnames",root="C:\\Users\\Dima\\Secure"} 52
syncthing_fs_operations_total{operation="dirnames",root="C:\\Users\\Dima\\Settings"} 17
syncthing_fs_operations_total{operation="dirnames",root="C:\\Users\\Dima\\Sync"} 1
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\..M - Mobile"} 9
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Archive"} 14
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Disks"} 3
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Hardware"} 297
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Installs"} 1
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\InstallsMobile"} 27
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Music"} 640
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Pictures"} 3
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Pictures -other-"} 1
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Video"} 1
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Video -other-"} 21
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Video -personal-"} 1
syncthing_fs_operations_total{operation="dirnames",root="D:\\Storage\\Video -raw-"} 3
syncthing_fs_operations_total{operation="dirnames",root="L:\\Storage\\AnnaCamera"} 3
syncthing_fs_operations_total{operation="dirnames",root="S:\\Projects -common-"} 21867
syncthing_fs_operations_total{operation="glob",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 12
syncthing_fs_operations_total{operation="hide",root="C:\\Tools"} 3
syncthing_fs_operations_total{operation="hide",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 3
syncthing_fs_operations_total{operation="hide",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 3
syncthing_fs_operations_total{operation="hide",root="C:\\Users\\Dima\\Documents\\.Documents"} 3
syncthing_fs_operations_total{operation="hide",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 3
syncthing_fs_operations_total{operation="hide",root="C:\\Users\\Dima\\Secure"} 3
syncthing_fs_operations_total{operation="hide",root="C:\\Users\\Dima\\Settings"} 3
syncthing_fs_operations_total{operation="hide",root="C:\\Users\\Dima\\Sync"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\..M - Mobile"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Archive"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Disks"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Hardware"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Installs"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\InstallsMobile"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Music"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Pictures"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Pictures -other-"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Video"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Video -other-"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Video -personal-"} 3
syncthing_fs_operations_total{operation="hide",root="D:\\Storage\\Video -raw-"} 3
syncthing_fs_operations_total{operation="hide",root="L:\\Storage\\AnnaCamera"} 3
syncthing_fs_operations_total{operation="hide",root="S:\\Projects -common-"} 3
syncthing_fs_operations_total{operation="lstat",root="C:\\Tools"} 88461
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 1
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 1636
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 7
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\Documents\\.Documents"} 29185
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 848
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\Secure"} 907
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\Settings"} 15
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Dima\\Sync"} 7
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\..M - Mobile"} 3005
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Archive"} 670
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Disks"} 76
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Hardware"} 1723
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Installs"} 7
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\InstallsMobile"} 157
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Music"} 9057
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Pictures"} 10
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Pictures -other-"} 7
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Video"} 7
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Video -other-"} 265
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Video -personal-"} 7
syncthing_fs_operations_total{operation="lstat",root="D:\\Storage\\Video -raw-"} 29
syncthing_fs_operations_total{operation="lstat",root="L:\\Storage\\AnnaCamera"} 2557
syncthing_fs_operations_total{operation="lstat",root="S:\\Projects -common-"} 356527
syncthing_fs_operations_total{operation="mkdirall",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 2
syncthing_fs_operations_total{operation="open",root="C:\\Tools"} 194
syncthing_fs_operations_total{operation="open",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 3
syncthing_fs_operations_total{operation="open",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 3
syncthing_fs_operations_total{operation="open",root="C:\\Users\\Dima\\Documents\\.Documents"} 3
syncthing_fs_operations_total{operation="open",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 3
syncthing_fs_operations_total{operation="open",root="C:\\Users\\Dima\\Secure"} 3
syncthing_fs_operations_total{operation="open",root="C:\\Users\\Dima\\Settings"} 4
syncthing_fs_operations_total{operation="open",root="C:\\Users\\Dima\\Sync"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\..M - Mobile"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Archive"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Disks"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Hardware"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Installs"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\InstallsMobile"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Music"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Pictures"} 4
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Pictures -other-"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Video"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Video -other-"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Video -personal-"} 3
syncthing_fs_operations_total{operation="open",root="D:\\Storage\\Video -raw-"} 3
syncthing_fs_operations_total{operation="open",root="L:\\Storage\\AnnaCamera"} 3
syncthing_fs_operations_total{operation="open",root="S:\\Projects -common-"} 3
syncthing_fs_operations_total{operation="options",root="C:\\Tools"} 378
syncthing_fs_operations_total{operation="options",root="C:\\Tools\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 14
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing\\index-v2"} 50
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 16
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 16
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Documents\\.Documents"} 16
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 18
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Documents\\.Documents\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Secure"} 18
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Secure\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Settings"} 18
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Settings\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Sync"} 16
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Dima\\Sync\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\..M - Mobile"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\..M - Mobile\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Archive"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Archive\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Disks"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Disks\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Hardware"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Hardware\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Installs"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\InstallsMobile"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\InstallsMobile\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Installs\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Music"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Music\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Pictures"} 18
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Pictures -other-"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Pictures -other-\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Pictures\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video -other-"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video -other-\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video -personal-"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video -personal-\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video -raw-"} 16
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video -raw-\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="D:\\Storage\\Video\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="L:\\Storage\\AnnaCamera"} 16
syncthing_fs_operations_total{operation="options",root="L:\\Storage\\AnnaCamera\\.stversions"} 1
syncthing_fs_operations_total{operation="options",root="S:\\Projects -common-"} 16
syncthing_fs_operations_total{operation="options",root="S:\\Projects -common-\\.stversions"} 1
syncthing_fs_operations_total{operation="read",root="C:\\Tools"} 90
syncthing_fs_operations_total{operation="readat",root="C:\\Tools"} 179
syncthing_fs_operations_total{operation="readat",root="C:\\Users\\Dima\\Settings"} 1
syncthing_fs_operations_total{operation="readat",root="D:\\Storage\\Pictures"} 1
syncthing_fs_operations_total{operation="stat",root="C:\\Tools"} 30
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 4
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 4
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\Documents\\.Documents"} 4
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 6
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\Secure"} 6
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\Settings"} 4
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Dima\\Sync"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\..M - Mobile"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Archive"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Disks"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Hardware"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Installs"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\InstallsMobile"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Music"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Pictures"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Pictures -other-"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Video"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Video -other-"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Video -personal-"} 4
syncthing_fs_operations_total{operation="stat",root="D:\\Storage\\Video -raw-"} 4
syncthing_fs_operations_total{operation="stat",root="L:\\Storage\\AnnaCamera"} 4
syncthing_fs_operations_total{operation="stat",root="S:\\Projects -common-"} 4
syncthing_fs_operations_total{operation="type",root="C:\\Tools"} 192
syncthing_fs_operations_total{operation="type",root="C:\\Tools\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 11
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 11
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Documents\\.Documents"} 11
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 12
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Documents\\.Documents\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Secure"} 12
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Secure\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Settings"} 12
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Settings\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Sync"} 11
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Dima\\Sync\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\..M - Mobile"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\..M - Mobile\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Archive"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Archive\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Disks"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Disks\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Hardware"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Hardware\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Installs"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\InstallsMobile"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\InstallsMobile\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Installs\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Music"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Music\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Pictures"} 12
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Pictures -other-"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Pictures -other-\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Pictures\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video -other-"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video -other-\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video -personal-"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video -personal-\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video -raw-"} 11
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video -raw-\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="D:\\Storage\\Video\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="L:\\Storage\\AnnaCamera"} 11
syncthing_fs_operations_total{operation="type",root="L:\\Storage\\AnnaCamera\\.stversions"} 1
syncthing_fs_operations_total{operation="type",root="S:\\Projects -common-"} 11
syncthing_fs_operations_total{operation="type",root="S:\\Projects -common-\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Tools"} 192
syncthing_fs_operations_total{operation="uri",root="C:\\Tools\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 11
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 11
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Documents\\.Documents"} 11
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 12
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Documents\\.Documents\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Secure"} 12
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Secure\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Settings"} 12
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Settings\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Sync"} 11
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Dima\\Sync\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\..M - Mobile"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\..M - Mobile\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Archive"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Archive\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Disks"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Disks\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Hardware"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Hardware\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Installs"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\InstallsMobile"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\InstallsMobile\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Installs\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Music"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Music\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Pictures"} 12
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Pictures -other-"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Pictures -other-\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Pictures\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video -other-"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video -other-\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video -personal-"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video -personal-\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video -raw-"} 11
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video -raw-\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="D:\\Storage\\Video\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="L:\\Storage\\AnnaCamera"} 11
syncthing_fs_operations_total{operation="uri",root="L:\\Storage\\AnnaCamera\\.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="S:\\Projects -common-"} 11
syncthing_fs_operations_total{operation="uri",root="S:\\Projects -common-\\.stversions"} 1
syncthing_fs_operations_total{operation="usage",root="C:\\Users\\Dima\\AppData\\Local\\Syncthing\\index-v2"} 50
syncthing_fs_operations_total{operation="watch",root="C:\\Tools"} 1
syncthing_fs_operations_total{operation="watch",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\RDP"} 1
syncthing_fs_operations_total{operation="watch",root="C:\\Users\\Dima\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Shortcuts\\SSH"} 1
syncthing_fs_operations_total{operation="watch",root="C:\\Users\\Dima\\Documents\\.Documents"} 1
syncthing_fs_operations_total{operation="watch",root="C:\\Users\\Dima\\Documents\\.DocumentsMobile"} 1
syncthing_fs_operations_total{operation="watch",root="C:\\Users\\Dima\\Secure"} 1
syncthing_fs_operations_total{operation="watch",root="C:\\Users\\Dima\\Settings"} 1
syncthing_fs_operations_total{operation="watch",root="C:\\Users\\Dima\\Sync"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\..M - Mobile"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Archive"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Disks"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Hardware"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Installs"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\InstallsMobile"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Music"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Pictures"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Pictures -other-"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Video"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Video -other-"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Video -personal-"} 1
syncthing_fs_operations_total{operation="watch",root="D:\\Storage\\Video -raw-"} 1
syncthing_fs_operations_total{operation="watch",root="L:\\Storage\\AnnaCamera"} 1
syncthing_fs_operations_total{operation="watch",root="S:\\Projects -common-"} 1
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="..M - Mobile"} 0
syncthing_model_folder_conflicts_total{folder="1Gb-Hardware"} 0
syncthing_model_folder_conflicts_total{folder="Archive"} 0
syncthing_model_folder_conflicts_total{folder="Disks"} 0
syncthing_model_folder_conflicts_total{folder="Documents"} 0
syncthing_model_folder_conflicts_total{folder="DocumentsMobile"} 0
syncthing_model_folder_conflicts_total{folder="Installs"} 0
syncthing_model_folder_conflicts_total{folder="InstallsMobile"} 0
syncthing_model_folder_conflicts_total{folder="Music"} 0
syncthing_model_folder_conflicts_total{folder="Pictures"} 0
syncthing_model_folder_conflicts_total{folder="Pictures -other-"} 0
syncthing_model_folder_conflicts_total{folder="Projects -common-"} 0
syncthing_model_folder_conflicts_total{folder="RDP"} 0
syncthing_model_folder_conflicts_total{folder="SSH"} 0
syncthing_model_folder_conflicts_total{folder="Secure"} 0
syncthing_model_folder_conflicts_total{folder="Settings"} 0
syncthing_model_folder_conflicts_total{folder="Tools"} 0
syncthing_model_folder_conflicts_total{folder="Video"} 0
syncthing_model_folder_conflicts_total{folder="Video -other-"} 0
syncthing_model_folder_conflicts_total{folder="Video -personal-"} 0
syncthing_model_folder_conflicts_total{folder="Video -raw-"} 0
syncthing_model_folder_conflicts_total{folder="default"} 0
syncthing_model_folder_conflicts_total{folder="pixel_7_pro_rqwx-фото"} 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="..M - Mobile",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="..M - Mobile",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="..M - Mobile",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="..M - Mobile",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="1Gb-Hardware",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="1Gb-Hardware",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="1Gb-Hardware",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="1Gb-Hardware",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Archive",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Archive",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Archive",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Archive",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Disks",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Disks",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Disks",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Disks",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Documents",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Documents",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Documents",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Documents",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="DocumentsMobile",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="DocumentsMobile",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="DocumentsMobile",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="DocumentsMobile",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Installs",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Installs",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Installs",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Installs",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="InstallsMobile",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="InstallsMobile",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="InstallsMobile",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="InstallsMobile",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Music",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Music",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Music",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Music",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures -other-",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures -other-",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures -other-",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Pictures -other-",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Projects -common-",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Projects -common-",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Projects -common-",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Projects -common-",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="RDP",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="RDP",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="RDP",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="RDP",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="SSH",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="SSH",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="SSH",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="SSH",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Secure",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Secure",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Secure",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Secure",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Settings",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Settings",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Settings",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Settings",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Tools",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Tools",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Tools",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Tools",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Video",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Video",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Video",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Video",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -other-",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -other-",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -other-",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -other-",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -personal-",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -personal-",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -personal-",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -personal-",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -raw-",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -raw-",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -raw-",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Video -raw-",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="pixel_7_pro_rqwx-фото",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="pixel_7_pro_rqwx-фото",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="pixel_7_pro_rqwx-фото",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="pixel_7_pro_rqwx-фото",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="..M - Mobile"} 0
syncthing_model_folder_pull_seconds_total{folder="1Gb-Hardware"} 0
syncthing_model_folder_pull_seconds_total{folder="Archive"} 0
syncthing_model_folder_pull_seconds_total{folder="Disks"} 0
syncthing_model_folder_pull_seconds_total{folder="Documents"} 0
syncthing_model_folder_pull_seconds_total{folder="DocumentsMobile"} 0
syncthing_model_folder_pull_seconds_total{folder="Installs"} 0
syncthing_model_folder_pull_seconds_total{folder="InstallsMobile"} 0
syncthing_model_folder_pull_seconds_total{folder="Music"} 0
syncthing_model_folder_pull_seconds_total{folder="Pictures"} 0
syncthing_model_folder_pull_seconds_total{folder="Pictures -other-"} 0
syncthing_model_folder_pull_seconds_total{folder="Projects -common-"} 0
syncthing_model_folder_pull_seconds_total{folder="RDP"} 0
syncthing_model_folder_pull_seconds_total{folder="SSH"} 0
syncthing_model_folder_pull_seconds_total{folder="Secure"} 0
syncthing_model_folder_pull_seconds_total{folder="Settings"} 0
syncthing_model_folder_pull_seconds_total{folder="Tools"} 0
syncthing_model_folder_pull_seconds_total{folder="Video"} 0
syncthing_model_folder_pull_seconds_total{folder="Video -other-"} 0
syncthing_model_folder_pull_seconds_total{folder="Video -personal-"} 0
syncthing_model_folder_pull_seconds_total{folder="Video -raw-"} 0
syncthing_model_folder_pull_seconds_total{folder="default"} 0
syncthing_model_folder_pull_seconds_total{folder="pixel_7_pro_rqwx-фото"} 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="..M - Mobile"} 0
syncthing_model_folder_pulls_total{folder="1Gb-Hardware"} 0
syncthing_model_folder_pulls_total{folder="Archive"} 0
syncthing_model_folder_pulls_total{folder="Disks"} 0
syncthing_model_folder_pulls_total{folder="Documents"} 0
syncthing_model_folder_pulls_total{folder="DocumentsMobile"} 0
syncthing_model_folder_pulls_total{folder="Installs"} 0
syncthing_model_folder_pulls_total{folder="InstallsMobile"} 0
syncthing_model_folder_pulls_total{folder="Music"} 0
syncthing_model_folder_pulls_total{folder="Pictures"} 0
syncthing_model_folder_pulls_total{folder="Pictures -other-"} 0
syncthing_model_folder_pulls_total{folder="Projects -common-"} 0
syncthing_model_folder_pulls_total{folder="RDP"} 0
syncthing_model_folder_pulls_total{folder="SSH"} 0
syncthing_model_folder_pulls_total{folder="Secure"} 0
syncthing_model_folder_pulls_total{folder="Settings"} 0
syncthing_model_folder_pulls_total{folder="Tools"} 0
syncthing_model_folder_pulls_total{folder="Video"} 0
syncthing_model_folder_pulls_total{folder="Video -other-"} 0
syncthing_model_folder_pulls_total{folder="Video -personal-"} 0
syncthing_model_folder_pulls_total{folder="Video -raw-"} 0
syncthing_model_folder_pulls_total{folder="default"} 0
syncthing_model_folder_pulls_total{folder="pixel_7_pro_rqwx-фото"} 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="..M - Mobile"} 6.7079495
syncthing_model_folder_scan_seconds_total{folder="1Gb-Hardware"} 11.2903917
syncthing_model_folder_scan_seconds_total{folder="Archive"} 3.1614575
syncthing_model_folder_scan_seconds_total{folder="Disks"} 2.3213171
syncthing_model_folder_scan_seconds_total{folder="Documents"} 3683
syncthing_model_folder_scan_seconds_total{folder="DocumentsMobile"} 6.2907434
syncthing_model_folder_scan_seconds_total{folder="Installs"} 0
syncthing_model_folder_scan_seconds_total{folder="InstallsMobile"} 1.2606668
syncthing_model_folder_scan_seconds_total{folder="Music"} 3657.0470837
syncthing_model_folder_scan_seconds_total{folder="Pictures"} 0
syncthing_model_folder_scan_seconds_total{folder="Pictures -other-"} 0
syncthing_model_folder_scan_seconds_total{folder="Projects -common-"} 3688
syncthing_model_folder_scan_seconds_total{folder="RDP"} 11.2438571
syncthing_model_folder_scan_seconds_total{folder="SSH"} 0
syncthing_model_folder_scan_seconds_total{folder="Secure"} 5.2370631
syncthing_model_folder_scan_seconds_total{folder="Settings"} 0
syncthing_model_folder_scan_seconds_total{folder="Tools"} 2950.9176911
syncthing_model_folder_scan_seconds_total{folder="Video"} 0
syncthing_model_folder_scan_seconds_total{folder="Video -other-"} 9.9336247
syncthing_model_folder_scan_seconds_total{folder="Video -personal-"} 0
syncthing_model_folder_scan_seconds_total{folder="Video -raw-"} 0.1639928
syncthing_model_folder_scan_seconds_total{folder="default"} 0
syncthing_model_folder_scan_seconds_total{folder="pixel_7_pro_rqwx-фото"} 729
# 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="..M - Mobile"} 1
syncthing_model_folder_scans_total{folder="1Gb-Hardware"} 1
syncthing_model_folder_scans_total{folder="Archive"} 1
syncthing_model_folder_scans_total{folder="Disks"} 1
syncthing_model_folder_scans_total{folder="Documents"} 1
syncthing_model_folder_scans_total{folder="DocumentsMobile"} 1
syncthing_model_folder_scans_total{folder="Installs"} 0
syncthing_model_folder_scans_total{folder="InstallsMobile"} 1
syncthing_model_folder_scans_total{folder="Music"} 1
syncthing_model_folder_scans_total{folder="Pictures"} 0
syncthing_model_folder_scans_total{folder="Pictures -other-"} 0
syncthing_model_folder_scans_total{folder="Projects -common-"} 1
syncthing_model_folder_scans_total{folder="RDP"} 1
syncthing_model_folder_scans_total{folder="SSH"} 0
syncthing_model_folder_scans_total{folder="Secure"} 1
syncthing_model_folder_scans_total{folder="Settings"} 0
syncthing_model_folder_scans_total{folder="Tools"} 1
syncthing_model_folder_scans_total{folder="Video"} 0
syncthing_model_folder_scans_total{folder="Video -other-"} 1
syncthing_model_folder_scans_total{folder="Video -personal-"} 0
syncthing_model_folder_scans_total{folder="Video -raw-"} 1
syncthing_model_folder_scans_total{folder="default"} 0
syncthing_model_folder_scans_total{folder="pixel_7_pro_rqwx-фото"} 1
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="..M - Mobile"} 7
syncthing_model_folder_state{folder="1Gb-Hardware"} 7
syncthing_model_folder_state{folder="Archive"} 7
syncthing_model_folder_state{folder="Disks"} 7
syncthing_model_folder_state{folder="Documents"} 1
syncthing_model_folder_state{folder="DocumentsMobile"} 3
syncthing_model_folder_state{folder="Installs"} 2
syncthing_model_folder_state{folder="InstallsMobile"} 7
syncthing_model_folder_state{folder="Music"} 1
syncthing_model_folder_state{folder="Pictures"} 2
syncthing_model_folder_state{folder="Pictures -other-"} 2
syncthing_model_folder_state{folder="Projects -common-"} 1
syncthing_model_folder_state{folder="RDP"} 7
syncthing_model_folder_state{folder="SSH"} 2
syncthing_model_folder_state{folder="Secure"} 3
syncthing_model_folder_state{folder="Settings"} 2
syncthing_model_folder_state{folder="Tools"} 2
syncthing_model_folder_state{folder="Video"} 2
syncthing_model_folder_state{folder="Video -other-"} 7
syncthing_model_folder_state{folder="Video -personal-"} 2
syncthing_model_folder_state{folder="Video -raw-"} 7
syncthing_model_folder_state{folder="default"} 2
syncthing_model_folder_state{folder="pixel_7_pro_rqwx-фото"} 1
# 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="Projects -common-",scope="global",type="bytes"} 1.3120400793e+10
syncthing_model_folder_summary{folder="Projects -common-",scope="global",type="deleted"} 12812
syncthing_model_folder_summary{folder="Projects -common-",scope="global",type="directories"} 18874
syncthing_model_folder_summary{folder="Projects -common-",scope="global",type="files"} 173658
syncthing_model_folder_summary{folder="Projects -common-",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="Projects -common-",scope="local",type="bytes"} 1.3120400793e+10
syncthing_model_folder_summary{folder="Projects -common-",scope="local",type="deleted"} 8680
syncthing_model_folder_summary{folder="Projects -common-",scope="local",type="directories"} 18874
syncthing_model_folder_summary{folder="Projects -common-",scope="local",type="files"} 173658
syncthing_model_folder_summary{folder="Projects -common-",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="Projects -common-",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="Projects -common-",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="Projects -common-",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="Projects -common-",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="Projects -common-",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="default",scope="global",type="bytes"} 1.3520518e+07
syncthing_model_folder_summary{folder="default",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="default",scope="global",type="directories"} 7
syncthing_model_folder_summary{folder="default",scope="global",type="files"} 14
syncthing_model_folder_summary{folder="default",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="default",scope="local",type="bytes"} 1.3520518e+07
syncthing_model_folder_summary{folder="default",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="default",scope="local",type="directories"} 7
syncthing_model_folder_summary{folder="default",scope="local",type="files"} 14
syncthing_model_folder_summary{folder="default",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="default",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="default",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="default",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="default",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="default",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="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY"} 435435
syncthing_protocol_recv_bytes_total{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ"} 300998
syncthing_protocol_recv_bytes_total{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY"} 763513
syncthing_protocol_recv_bytes_total{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD"} 2.363608e+06
syncthing_protocol_recv_bytes_total{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL"} 955138
syncthing_protocol_recv_bytes_total{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB"} 222172
# 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="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY"} 1.189544e+06
syncthing_protocol_recv_decompressed_bytes_total{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ"} 1.364248e+06
syncthing_protocol_recv_decompressed_bytes_total{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY"} 3.238334e+06
syncthing_protocol_recv_decompressed_bytes_total{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD"} 3.848317e+06
syncthing_protocol_recv_decompressed_bytes_total{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL"} 2.013785e+06
syncthing_protocol_recv_decompressed_bytes_total{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB"} 1.499816e+06
# 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="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY"} 26
syncthing_protocol_recv_messages_total{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ"} 36
syncthing_protocol_recv_messages_total{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY"} 41
syncthing_protocol_recv_messages_total{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD"} 41
syncthing_protocol_recv_messages_total{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL"} 270
syncthing_protocol_recv_messages_total{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB"} 29
# 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="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY"} 94000
syncthing_protocol_sent_bytes_total{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ"} 315569
syncthing_protocol_sent_bytes_total{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY"} 11796
syncthing_protocol_sent_bytes_total{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD"} 11733
syncthing_protocol_sent_bytes_total{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL"} 1.349523e+06
syncthing_protocol_sent_bytes_total{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB"} 11753
# 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="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY"} 109
syncthing_protocol_sent_messages_total{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ"} 50
syncthing_protocol_sent_messages_total{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY"} 47
syncthing_protocol_sent_messages_total{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD"} 40
syncthing_protocol_sent_messages_total{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL"} 284
syncthing_protocol_sent_messages_total{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB"} 49
# 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="6K6EAYS-MZ5P64R-WY36JXW-4EM6BNR-TJQ3KGB-KIQX7UW-7GS2BYS-TFK52AY"} 513284
syncthing_protocol_sent_uncompressed_bytes_total{device="773RHQN-QNTPAKB-DZWPILA-6JSPNZL-YWXJTPX-CKITLRS-7AMMAME-WEGVXQQ"} 624162
syncthing_protocol_sent_uncompressed_bytes_total{device="7IOUCE7-CLUNTQV-BGTOV7L-C7QOTWW-ZBOFXOY-SSRR4TL-YQSAFYP-O4RYSAY"} 54391
syncthing_protocol_sent_uncompressed_bytes_total{device="F53DZ25-EKXGZ37-5OOEKT3-DDRQLIL-6FEENBI-WX6N55P-ORNOWHU-IHS2SQD"} 54321
syncthing_protocol_sent_uncompressed_bytes_total{device="NOEMNLL-65XWONF-UHEH4YU-PKKEDBE-YZ7ZTE6-57LCJFB-RNYATKH-Q44QHQL"} 3.754383e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="OZVJ3AK-KEHDRI7-HU6IWCS-A6A233M-7ZGMKAW-DVVH6H7-PAZ3OBX-H4BBOQB"} 54371
# 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="..M - Mobile"} 0
syncthing_scanner_hashed_bytes_total{folder="1Gb-Hardware"} 0
syncthing_scanner_hashed_bytes_total{folder="Archive"} 0
syncthing_scanner_hashed_bytes_total{folder="Disks"} 0
syncthing_scanner_hashed_bytes_total{folder="Documents"} 0
syncthing_scanner_hashed_bytes_total{folder="DocumentsMobile"} 0
syncthing_scanner_hashed_bytes_total{folder="InstallsMobile"} 0
syncthing_scanner_hashed_bytes_total{folder="Music"} 0
syncthing_scanner_hashed_bytes_total{folder="Projects -common-"} 0
syncthing_scanner_hashed_bytes_total{folder="RDP"} 0
syncthing_scanner_hashed_bytes_total{folder="Secure"} 0
syncthing_scanner_hashed_bytes_total{folder="Tools"} 2.686111e+06
syncthing_scanner_hashed_bytes_total{folder="Video -other-"} 0
syncthing_scanner_hashed_bytes_total{folder="Video -raw-"} 0
syncthing_scanner_hashed_bytes_total{folder="pixel_7_pro_rqwx-фото"} 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="..M - Mobile"} 1002
syncthing_scanner_scanned_items_total{folder="1Gb-Hardware"} 538
syncthing_scanner_scanned_items_total{folder="Archive"} 226
syncthing_scanner_scanned_items_total{folder="Disks"} 35
syncthing_scanner_scanned_items_total{folder="Documents"} 29177
syncthing_scanner_scanned_items_total{folder="DocumentsMobile"} 225
syncthing_scanner_scanned_items_total{folder="InstallsMobile"} 58
syncthing_scanner_scanned_items_total{folder="Music"} 9049
syncthing_scanner_scanned_items_total{folder="Projects -common-"} 192535
syncthing_scanner_scanned_items_total{folder="RDP"} 780
syncthing_scanner_scanned_items_total{folder="Secure"} 288
syncthing_scanner_scanned_items_total{folder="Tools"} 18383
syncthing_scanner_scanned_items_total{folder="Video -other-"} 90
syncthing_scanner_scanned_items_total{folder="Video -raw-"} 12
syncthing_scanner_scanned_items_total{folder="pixel_7_pro_rqwx-фото"} 2549
