# 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"} 1.6194e-05
go_gc_duration_seconds{quantile="0.25"} 7.1172e-05
go_gc_duration_seconds{quantile="0.5"} 0.00010803
go_gc_duration_seconds{quantile="0.75"} 0.000134156
go_gc_duration_seconds{quantile="1"} 0.000249328
go_gc_duration_seconds_sum 47.82429545
go_gc_duration_seconds_count 463977
# 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 130
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.4 X:nodwarf5"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 1.154376e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 2.472466640504e+12
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 3.671112e+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.130492818e+09
# 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.14184e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 1.154376e+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.667072e+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 1.5867904e+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 53366
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 1.2566528e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 3.2538624e+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.7813384251172802e+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.130546184e+09
# 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 33824
# 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 47112
# 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 436000
# 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 685440
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.4255394e+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 6.222888e+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 5.210112e+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 5.210112e+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 5.2517128e+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 28
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 49
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 23064.96
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 5.039372086547e+12
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 2.698354990073e+12
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 59
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.06450944e+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.76999002484e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 4.712030208e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 31
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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5",introducer="false",name="Moiraine-New",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE",introducer="false",name="Alanna",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="I4GYVUH-XAVXWI5-TNPIZTE-USV3U5J-R3HVC4K-DI36TSF-GJZL5SI-GWTSUAL",introducer="false",name="Verin",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY",introducer="false",name="Samsung Galaxy S24",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK",introducer="false",name="Moiraine",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="ahh1g-j0tb2",label="IITC",path="/data2/IITC",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="default",label="Default Folder",path="/home/morainj/Sync",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="scmlv-ugirj",label="SuperProductivity",path="/data/super-productivity-sync",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="vxy5n-p4qp7",label="Obsidian Vault",path="/data/ObsidianVault",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="wljdh-agxmu",label="Factorio Saves",path="/data2/factorio/saves",paused="false",type="sendreceive"} 1
# HELP syncthing_connections_active Number of currently active connections, per device. If value is 0, the device is disconnected.
# TYPE syncthing_connections_active gauge
syncthing_connections_active{device="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 0
syncthing_connections_active{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 3
syncthing_connections_active{device="I4GYVUH-XAVXWI5-TNPIZTE-USV3U5J-R3HVC4K-DI36TSF-GJZL5SI-GWTSUAL"} 0
syncthing_connections_active{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 0
syncthing_connections_active{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 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="ahh1g-j0tb2"} 13
syncthing_db_files_updated_total{folder="scmlv-ugirj"} 107
syncthing_db_files_updated_total{folder="vxy5n-p4qp7"} 1059
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="AllLocalBlocksWithHash"} 0.033330619000000034
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 63.537730538002975
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 4.2303e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.017243682999999996
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 2.4538810980000134
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="AllLocalFilesBySequence"} 0.02311049999999999
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="AllLocalFilesPrefix"} 0.04416070399999994
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="AllNeededGlobalFiles"} 0.0006603280000000001
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountGlobal"} 0.20586707400000018
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountLocal"} 0.06248085399999997
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountNeed"} 0.2861203729999997
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountReceiveOnlyChanged"} 0.019697997
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="GetDeviceFile"} 1.225878688000007
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="GetDeviceSequence"} 41.95726380800059
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="GetGlobalAvailability"} 0.002117162
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="GetGlobalFile"} 0.000547558
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="IndexIDGet"} 0.2412088619999995
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="ListDevicesForFolder"} 0.000132752
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="RemoteSequences"} 0.047471697000000014
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="Update"} 0.020531625999999997
syncthing_db_operation_seconds_total{folder="default",operation="AllLocalFilesPrefix"} 0.06221680300000001
syncthing_db_operation_seconds_total{folder="default",operation="CountGlobal"} 0.006712794
syncthing_db_operation_seconds_total{folder="default",operation="CountLocal"} 0.00073336
syncthing_db_operation_seconds_total{folder="default",operation="CountNeed"} 0.002996826
syncthing_db_operation_seconds_total{folder="default",operation="CountReceiveOnlyChanged"} 0.0005251950000000001
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceSequence"} 0.0021909350000000006
syncthing_db_operation_seconds_total{folder="default",operation="ListDevicesForFolder"} 2.1136e-05
syncthing_db_operation_seconds_total{folder="default",operation="RemoteSequences"} 0.000533851
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="AllLocalFilesBySequence"} 0.021939485999999998
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="AllLocalFilesPrefix"} 0.049648630000000075
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="AllNeededGlobalFiles"} 0.0017761180000000001
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountGlobal"} 0.24531368700000086
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountLocal"} 0.059096507000000034
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountNeed"} 0.39904102900000016
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountReceiveOnlyChanged"} 0.023149802000000032
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="GetDeviceFile"} 0.4683646939999984
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="GetDeviceSequence"} 40.586073220999204
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="GetGlobalAvailability"} 0.009364864
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="GetGlobalFile"} 0.004605827999999999
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="IndexIDGet"} 0.16900484599999996
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="ListDevicesForFolder"} 0.000158803
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="RemoteSequences"} 0.049989586
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="Update"} 0.18192182299999998
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="AllLocalFilesBySequence"} 0.05601235700000001
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="AllLocalFilesPrefix"} 0.04697333299999995
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="AllLocalFilesWithBlocksHash"} 0.000214683
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="AllNeededGlobalFiles"} 0.02488691500000001
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountGlobal"} 0.7166664600000008
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountLocal"} 0.14705061200000016
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountNeed"} 2.5493684129999967
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountReceiveOnlyChanged"} 0.040564739000000044
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="DropAllFiles"} 0.0009565560000000001
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="GetDeviceFile"} 7.910679322000144
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="GetDeviceSequence"} 41.550858288000825
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="GetGlobalAvailability"} 0.045670868999999975
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="GetGlobalFile"} 0.023027907000000014
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="IndexIDGet"} 0.1942139729999992
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="IndexIDSet"} 0.000159744
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="ListDevicesForFolder"} 0.000403383
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="RemoteSequences"} 0.09102562700000001
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="Update"} 1.1746949320000004
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="AllLocalFilesBySequence"} 0.0021702500000000003
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="AllLocalFilesPrefix"} 0.03040171999999996
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountGlobal"} 0.048349204999999985
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountLocal"} 0.009833266000000002
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountNeed"} 0.21501088600000007
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountReceiveOnlyChanged"} 0.0028774459999999996
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="GetDeviceFile"} 142.67484630300186
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="GetDeviceSequence"} 33.12049828300007
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="IndexIDGet"} 0.06934778400000012
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="ListDevicesForFolder"} 4.8303e-05
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="RemoteSequences"} 0.008444436999999997
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="AllLocalBlocksWithHash"} 0
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountLocal"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="Update"} 0
syncthing_db_operations_current{folder="default",operation="AllLocalFilesPrefix"} 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="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="default",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountLocal"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountNeed"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="Update"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountLocal"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountNeed"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="Update"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountLocal"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountNeed"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="RemoteSequences"} 0
# HELP syncthing_db_operations_total Total number of database operations, per folder and operation
# TYPE syncthing_db_operations_total counter
syncthing_db_operations_total{folder="-",operation="AllLocalBlocksWithHash"} 1386
syncthing_db_operations_total{folder="-",operation="GetKV"} 2.052595e+06
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 459
syncthing_db_operations_total{folder="-",operation="PutKV"} 22158
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="AllLocalFilesBySequence"} 383
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="AllLocalFilesPrefix"} 3166
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="AllNeededGlobalFiles"} 10
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountGlobal"} 3245
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountLocal"} 1065
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountNeed"} 3986
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountReceiveOnlyChanged"} 1065
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="GetDeviceFile"} 25861
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="GetDeviceSequence"} 269792
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="GetGlobalAvailability"} 18
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="GetGlobalFile"} 4
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="IndexIDGet"} 6638
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="RemoteSequences"} 1065
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="Update"} 13
syncthing_db_operations_total{folder="default",operation="AllLocalFilesPrefix"} 3149
syncthing_db_operations_total{folder="default",operation="CountGlobal"} 84
syncthing_db_operations_total{folder="default",operation="CountLocal"} 34
syncthing_db_operations_total{folder="default",operation="CountNeed"} 57
syncthing_db_operations_total{folder="default",operation="CountReceiveOnlyChanged"} 34
syncthing_db_operations_total{folder="default",operation="GetDeviceSequence"} 57
syncthing_db_operations_total{folder="default",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="default",operation="RemoteSequences"} 34
syncthing_db_operations_total{folder="scmlv-ugirj",operation="AllLocalFilesBySequence"} 439
syncthing_db_operations_total{folder="scmlv-ugirj",operation="AllLocalFilesPrefix"} 3175
syncthing_db_operations_total{folder="scmlv-ugirj",operation="AllNeededGlobalFiles"} 82
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountGlobal"} 4758
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountLocal"} 1177
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountNeed"} 5610
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountReceiveOnlyChanged"} 1177
syncthing_db_operations_total{folder="scmlv-ugirj",operation="GetDeviceFile"} 6113
syncthing_db_operations_total{folder="scmlv-ugirj",operation="GetDeviceSequence"} 273679
syncthing_db_operations_total{folder="scmlv-ugirj",operation="GetGlobalAvailability"} 82
syncthing_db_operations_total{folder="scmlv-ugirj",operation="GetGlobalFile"} 41
syncthing_db_operations_total{folder="scmlv-ugirj",operation="IndexIDGet"} 8804
syncthing_db_operations_total{folder="scmlv-ugirj",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="scmlv-ugirj",operation="RemoteSequences"} 1177
syncthing_db_operations_total{folder="scmlv-ugirj",operation="Update"} 107
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="AllLocalFilesBySequence"} 768
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="AllLocalFilesPrefix"} 3233
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="AllLocalFilesWithBlocksHash"} 1
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="AllNeededGlobalFiles"} 444
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountGlobal"} 7085
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountLocal"} 1582
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountNeed"} 8600
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountReceiveOnlyChanged"} 1582
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="DropAllFiles"} 2
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="GetDeviceFile"} 267314
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="GetDeviceSequence"} 278906
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="GetGlobalAvailability"} 454
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="GetGlobalFile"} 243
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="IndexIDGet"} 9906
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="IndexIDSet"} 1
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="ListDevicesForFolder"} 2
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="RemoteSequences"} 1582
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="Update"} 610
syncthing_db_operations_total{folder="wljdh-agxmu",operation="AllLocalFilesBySequence"} 17
syncthing_db_operations_total{folder="wljdh-agxmu",operation="AllLocalFilesPrefix"} 3159
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountGlobal"} 314
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountLocal"} 88
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountNeed"} 321
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountReceiveOnlyChanged"} 88
syncthing_db_operations_total{folder="wljdh-agxmu",operation="GetDeviceFile"} 597051
syncthing_db_operations_total{folder="wljdh-agxmu",operation="GetDeviceSequence"} 193021
syncthing_db_operations_total{folder="wljdh-agxmu",operation="IndexIDGet"} 3274
syncthing_db_operations_total{folder="wljdh-agxmu",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="wljdh-agxmu",operation="RemoteSequences"} 88
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 397
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 794
syncthing_events_total{event="ConfigSaved",state="created"} 4
syncthing_events_total{event="ConfigSaved",state="delivered"} 4
syncthing_events_total{event="DeviceConnected",state="created"} 1010
syncthing_events_total{event="DeviceConnected",state="delivered"} 2020
syncthing_events_total{event="DeviceDisconnected",state="created"} 69
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 337
syncthing_events_total{event="FolderCompletion",state="created"} 10931
syncthing_events_total{event="FolderCompletion",state="delivered"} 10931
syncthing_events_total{event="FolderScanProgress",state="created"} 1
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 3776
syncthing_events_total{event="FolderSummary",state="delivered"} 3776
syncthing_events_total{event="ItemFinished",state="created"} 374
syncthing_events_total{event="ItemFinished",state="delivered"} 2244
syncthing_events_total{event="ItemStarted",state="created"} 374
syncthing_events_total{event="ItemStarted",state="delivered"} 2244
syncthing_events_total{event="ListenAddressesChanged",state="created"} 91
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 273
syncthing_events_total{event="LocalChangeDetected",state="created"} 1
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 1
syncthing_events_total{event="LocalIndexUpdated",state="created"} 267
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 2053
syncthing_events_total{event="RemoteChangeDetected",state="created"} 362
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 362
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 463
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 926
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"} 49431
syncthing_events_total{event="StateChanged",state="delivered"} 98862
# 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="/data/ObsidianVault"} 53564
syncthing_fs_operation_bytes_total{operation="readat",root="/data/ObsidianVault"} 971549
syncthing_fs_operation_bytes_total{operation="readat",root="/data/super-productivity-sync"} 715341
syncthing_fs_operation_bytes_total{operation="readat",root="/data2/IITC"} 1.346627e+06
syncthing_fs_operation_bytes_total{operation="write",root="/home/morainj/.local/state/syncthing"} 79428
syncthing_fs_operation_bytes_total{operation="writeat",root="/data/ObsidianVault"} 929749
syncthing_fs_operation_bytes_total{operation="writeat",root="/data/super-productivity-sync"} 1.081709e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/data2/IITC"} 1.364551e+06
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/data/ObsidianVault"} 0.006551659999999998
syncthing_fs_operation_seconds_total{operation="chmod",root="/data/super-productivity-sync"} 0.0011344940000000002
syncthing_fs_operation_seconds_total{operation="chmod",root="/data2/IITC"} 8.353299999999999e-05
syncthing_fs_operation_seconds_total{operation="chmod",root="/home/morainj/.local/state/syncthing"} 4.0733e-05
syncthing_fs_operation_seconds_total{operation="chtimes",root="/data/ObsidianVault"} 0.033468417000000035
syncthing_fs_operation_seconds_total{operation="chtimes",root="/data/super-productivity-sync"} 0.0030407639999999996
syncthing_fs_operation_seconds_total{operation="chtimes",root="/data2/IITC"} 0.00033362199999999994
syncthing_fs_operation_seconds_total{operation="close",root="/data/ObsidianVault"} 0.010050172999999992
syncthing_fs_operation_seconds_total{operation="close",root="/data/super-productivity-sync"} 0.0015647939999999996
syncthing_fs_operation_seconds_total{operation="close",root="/data2/IITC"} 0.00022618900000000004
syncthing_fs_operation_seconds_total{operation="close",root="/home/morainj/.local/state/syncthing"} 0.000110365
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data"} 0.000146461
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/ObsidianVault"} 2.773189720999991
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/super-productivity-sync"} 0.6266679759999975
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data2/IITC"} 0.7699627439999995
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data2/factorio/saves"} 1.940685713000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/morainj/Sync"} 0.4667936629999987
syncthing_fs_operation_seconds_total{operation="glob",root="/data/ObsidianVault"} 0.000107791
syncthing_fs_operation_seconds_total{operation="glob",root="/home/morainj/.local/state/syncthing"} 0.000101018
syncthing_fs_operation_seconds_total{operation="hide",root="/data/ObsidianVault"} 0.0004116630000000002
syncthing_fs_operation_seconds_total{operation="hide",root="/data/super-productivity-sync"} 6.6265e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/data2/IITC"} 7.1639999999999995e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data2/factorio/saves"} 5.09e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/home/morainj/Sync"} 9.310000000000001e-07
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/ObsidianVault"} 8.349930005999942
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/super-productivity-sync"} 0.9877854240000004
syncthing_fs_operation_seconds_total{operation="lstat",root="/data2/IITC"} 1.7564447370000045
syncthing_fs_operation_seconds_total{operation="lstat",root="/data2/factorio/saves"} 21.07661776500083
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/morainj/.local/state/syncthing"} 9.395000000000001e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/morainj/Sync"} 0.7522850800000023
syncthing_fs_operation_seconds_total{operation="mdkir",root="/data/ObsidianVault"} 0.012989015
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/morainj/.local/state/syncthing"} 6.5439999999999995e-06
syncthing_fs_operation_seconds_total{operation="name",root="/home/morainj/.local/state/syncthing"} 5.908999999999998e-06
syncthing_fs_operation_seconds_total{operation="open",root="/data/ObsidianVault"} 0.039532648000000135
syncthing_fs_operation_seconds_total{operation="open",root="/data/super-productivity-sync"} 0.02530189500000005
syncthing_fs_operation_seconds_total{operation="open",root="/data2/IITC"} 0.024266077999999996
syncthing_fs_operation_seconds_total{operation="open",root="/data2/factorio/saves"} 0.026563151999999996
syncthing_fs_operation_seconds_total{operation="open",root="/home/morainj/.local/state/syncthing"} 9.141e-05
syncthing_fs_operation_seconds_total{operation="open",root="/home/morainj/Sync"} 0.02297000299999995
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/ObsidianVault"} 0.14994262600000013
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/super-productivity-sync"} 0.039505543
syncthing_fs_operation_seconds_total{operation="openfile",root="/data2/IITC"} 0.015185005000000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/home/morainj/.local/state/syncthing"} 0.00045344099999999996
syncthing_fs_operation_seconds_total{operation="options",root="/data"} 7.15e-07
syncthing_fs_operation_seconds_total{operation="options",root="/data/ObsidianVault"} 0.006550765999999975
syncthing_fs_operation_seconds_total{operation="options",root="/data/super-productivity-sync"} 0.00580844199999997
syncthing_fs_operation_seconds_total{operation="options",root="/data2/IITC"} 0.0059999979999999795
syncthing_fs_operation_seconds_total{operation="options",root="/data2/factorio/saves"} 0.005820114999999997
syncthing_fs_operation_seconds_total{operation="options",root="/home/morainj/.local/state/syncthing"} 5.032e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/morainj/.local/state/syncthing/index-v2"} 0.004805641000000032
syncthing_fs_operation_seconds_total{operation="options",root="/home/morainj/Sync"} 0.005909213000000008
syncthing_fs_operation_seconds_total{operation="read",root="/data/ObsidianVault"} 0.000286158
syncthing_fs_operation_seconds_total{operation="readat",root="/data/ObsidianVault"} 1.4391449559999996
syncthing_fs_operation_seconds_total{operation="readat",root="/data/super-productivity-sync"} 0.015834980000000002
syncthing_fs_operation_seconds_total{operation="readat",root="/data2/IITC"} 0.0005626479999999999
syncthing_fs_operation_seconds_total{operation="remove",root="/data/ObsidianVault"} 0.034182585000000015
syncthing_fs_operation_seconds_total{operation="remove",root="/data/super-productivity-sync"} 0.004496422
syncthing_fs_operation_seconds_total{operation="remove",root="/data2/IITC"} 0.000311566
syncthing_fs_operation_seconds_total{operation="remove",root="/home/morainj/.local/state/syncthing"} 0.000116291
syncthing_fs_operation_seconds_total{operation="rename",root="/data/ObsidianVault"} 0.009573399000000005
syncthing_fs_operation_seconds_total{operation="rename",root="/data/super-productivity-sync"} 0.0015834740000000003
syncthing_fs_operation_seconds_total{operation="rename",root="/data2/IITC"} 0.000574309
syncthing_fs_operation_seconds_total{operation="rename",root="/home/morainj/.local/state/syncthing"} 0.000413802
syncthing_fs_operation_seconds_total{operation="stat",root="/data"} 0.0001951969999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/data/ObsidianVault"} 0.14337175199999935
syncthing_fs_operation_seconds_total{operation="stat",root="/data/super-productivity-sync"} 0.10859101900000014
syncthing_fs_operation_seconds_total{operation="stat",root="/data2/IITC"} 0.10394194300000034
syncthing_fs_operation_seconds_total{operation="stat",root="/data2/factorio/saves"} 0.10882310600000045
syncthing_fs_operation_seconds_total{operation="stat",root="/home/morainj/.local/state/syncthing"} 2.459e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/home/morainj/Sync"} 0.09663521400000004
syncthing_fs_operation_seconds_total{operation="sync",root="/data/ObsidianVault"} 13.426986845000002
syncthing_fs_operation_seconds_total{operation="sync",root="/data/super-productivity-sync"} 1.9089190580000004
syncthing_fs_operation_seconds_total{operation="sync",root="/data2/IITC"} 2.256758303
syncthing_fs_operation_seconds_total{operation="sync",root="/home/morainj/.local/state/syncthing"} 0.007104103999999999
syncthing_fs_operation_seconds_total{operation="truncate",root="/data/ObsidianVault"} 0.204498991
syncthing_fs_operation_seconds_total{operation="truncate",root="/data/super-productivity-sync"} 0.04870913000000001
syncthing_fs_operation_seconds_total{operation="truncate",root="/data2/IITC"} 0.000157704
syncthing_fs_operation_seconds_total{operation="type",root="/data/ObsidianVault"} 0.0026952599999999966
syncthing_fs_operation_seconds_total{operation="type",root="/data/super-productivity-sync"} 0.0020969610000000005
syncthing_fs_operation_seconds_total{operation="type",root="/data2/IITC"} 0.0024660379999999938
syncthing_fs_operation_seconds_total{operation="type",root="/data2/factorio/saves"} 0.002200902000000003
syncthing_fs_operation_seconds_total{operation="type",root="/home/morainj/Sync"} 0.0020815239999999982
syncthing_fs_operation_seconds_total{operation="unhide",root="/data/ObsidianVault"} 0.0005083330000000001
syncthing_fs_operation_seconds_total{operation="unhide",root="/data/super-productivity-sync"} 8.074699999999999e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/data2/IITC"} 8.034e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data/ObsidianVault"} 0.0014417680000000082
syncthing_fs_operation_seconds_total{operation="uri",root="/data/super-productivity-sync"} 0.001333262000000002
syncthing_fs_operation_seconds_total{operation="uri",root="/data2/IITC"} 0.0014639300000000037
syncthing_fs_operation_seconds_total{operation="uri",root="/data2/factorio/saves"} 0.0012208080000000053
syncthing_fs_operation_seconds_total{operation="uri",root="/home/morainj/Sync"} 0.0014623110000000087
syncthing_fs_operation_seconds_total{operation="usage",root="/data/ObsidianVault"} 0.0024301290000000014
syncthing_fs_operation_seconds_total{operation="usage",root="/data/super-productivity-sync"} 0.00040194399999999994
syncthing_fs_operation_seconds_total{operation="usage",root="/data2/IITC"} 3.6679e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/home/morainj/.local/state/syncthing/index-v2"} 0.32297669800000334
syncthing_fs_operation_seconds_total{operation="watch",root="/data/ObsidianVault"} 0.024719189
syncthing_fs_operation_seconds_total{operation="watch",root="/data/super-productivity-sync"} 3.0392e-05
syncthing_fs_operation_seconds_total{operation="watch",root="/data2/IITC"} 6.347e-05
syncthing_fs_operation_seconds_total{operation="watch",root="/data2/factorio/saves"} 0.03105653
syncthing_fs_operation_seconds_total{operation="watch",root="/home/morainj/Sync"} 4.7758e-05
syncthing_fs_operation_seconds_total{operation="write",root="/home/morainj/.local/state/syncthing"} 0.00035280200000000004
syncthing_fs_operation_seconds_total{operation="writeat",root="/data/ObsidianVault"} 0.011886093
syncthing_fs_operation_seconds_total{operation="writeat",root="/data/super-productivity-sync"} 0.003658172
syncthing_fs_operation_seconds_total{operation="writeat",root="/data2/IITC"} 0.0021012060000000004
# 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="/data/ObsidianVault"} 227
syncthing_fs_operations_total{operation="chmod",root="/data/super-productivity-sync"} 37
syncthing_fs_operations_total{operation="chmod",root="/data2/IITC"} 4
syncthing_fs_operations_total{operation="chmod",root="/home/morainj/.local/state/syncthing"} 4
syncthing_fs_operations_total{operation="chtimes",root="/data/ObsidianVault"} 286
syncthing_fs_operations_total{operation="chtimes",root="/data/super-productivity-sync"} 41
syncthing_fs_operations_total{operation="chtimes",root="/data2/IITC"} 4
syncthing_fs_operations_total{operation="close",root="/data/ObsidianVault"} 767
syncthing_fs_operations_total{operation="close",root="/data/super-productivity-sync"} 107
syncthing_fs_operations_total{operation="close",root="/data2/IITC"} 21
syncthing_fs_operations_total{operation="close",root="/home/morainj/.local/state/syncthing"} 8
syncthing_fs_operations_total{operation="dirnames",root="/data"} 1
syncthing_fs_operations_total{operation="dirnames",root="/data/ObsidianVault"} 111784
syncthing_fs_operations_total{operation="dirnames",root="/data/super-productivity-sync"} 9702
syncthing_fs_operations_total{operation="dirnames",root="/data2/IITC"} 9513
syncthing_fs_operations_total{operation="dirnames",root="/data2/factorio/saves"} 9483
syncthing_fs_operations_total{operation="dirnames",root="/home/morainj/Sync"} 6298
syncthing_fs_operations_total{operation="glob",root="/data/ObsidianVault"} 1
syncthing_fs_operations_total{operation="glob",root="/home/morainj/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/data/ObsidianVault"} 241
syncthing_fs_operations_total{operation="hide",root="/data/super-productivity-sync"} 44
syncthing_fs_operations_total{operation="hide",root="/data2/IITC"} 7
syncthing_fs_operations_total{operation="hide",root="/data2/factorio/saves"} 3
syncthing_fs_operations_total{operation="hide",root="/home/morainj/Sync"} 3
syncthing_fs_operations_total{operation="lstat",root="/data/ObsidianVault"} 791134
syncthing_fs_operations_total{operation="lstat",root="/data/super-productivity-sync"} 25410
syncthing_fs_operations_total{operation="lstat",root="/data2/IITC"} 64456
syncthing_fs_operations_total{operation="lstat",root="/data2/factorio/saves"} 1.206744e+06
syncthing_fs_operations_total{operation="lstat",root="/home/morainj/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="lstat",root="/home/morainj/Sync"} 12602
syncthing_fs_operations_total{operation="mdkir",root="/data/ObsidianVault"} 8
syncthing_fs_operations_total{operation="mkdirall",root="/home/morainj/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/home/morainj/.local/state/syncthing"} 12
syncthing_fs_operations_total{operation="open",root="/data/ObsidianVault"} 4194
syncthing_fs_operations_total{operation="open",root="/data/super-productivity-sync"} 3325
syncthing_fs_operations_total{operation="open",root="/data2/IITC"} 3194
syncthing_fs_operations_total{operation="open",root="/data2/factorio/saves"} 3161
syncthing_fs_operations_total{operation="open",root="/home/morainj/.local/state/syncthing"} 4
syncthing_fs_operations_total{operation="open",root="/home/morainj/Sync"} 3151
syncthing_fs_operations_total{operation="openfile",root="/data/ObsidianVault"} 235
syncthing_fs_operations_total{operation="openfile",root="/data/super-productivity-sync"} 41
syncthing_fs_operations_total{operation="openfile",root="/data2/IITC"} 4
syncthing_fs_operations_total{operation="openfile",root="/home/morainj/.local/state/syncthing"} 4
syncthing_fs_operations_total{operation="options",root="/data"} 1
syncthing_fs_operations_total{operation="options",root="/data/ObsidianVault"} 8680
syncthing_fs_operations_total{operation="options",root="/data/super-productivity-sync"} 8472
syncthing_fs_operations_total{operation="options",root="/data2/IITC"} 8500
syncthing_fs_operations_total{operation="options",root="/data2/factorio/saves"} 8472
syncthing_fs_operations_total{operation="options",root="/home/morainj/.local/state/syncthing"} 7
syncthing_fs_operations_total{operation="options",root="/home/morainj/.local/state/syncthing/index-v2"} 16398
syncthing_fs_operations_total{operation="options",root="/home/morainj/Sync"} 8456
syncthing_fs_operations_total{operation="read",root="/data/ObsidianVault"} 13
syncthing_fs_operations_total{operation="readat",root="/data/ObsidianVault"} 276
syncthing_fs_operations_total{operation="readat",root="/data/super-productivity-sync"} 25
syncthing_fs_operations_total{operation="readat",root="/data2/IITC"} 13
syncthing_fs_operations_total{operation="remove",root="/data/ObsidianVault"} 433
syncthing_fs_operations_total{operation="remove",root="/data/super-productivity-sync"} 81
syncthing_fs_operations_total{operation="remove",root="/data2/IITC"} 5
syncthing_fs_operations_total{operation="remove",root="/home/morainj/.local/state/syncthing"} 4
syncthing_fs_operations_total{operation="rename",root="/data/ObsidianVault"} 238
syncthing_fs_operations_total{operation="rename",root="/data/super-productivity-sync"} 41
syncthing_fs_operations_total{operation="rename",root="/data2/IITC"} 4
syncthing_fs_operations_total{operation="rename",root="/home/morainj/.local/state/syncthing"} 4
syncthing_fs_operations_total{operation="stat",root="/data"} 53
syncthing_fs_operations_total{operation="stat",root="/data/ObsidianVault"} 8246
syncthing_fs_operations_total{operation="stat",root="/data/super-productivity-sync"} 6679
syncthing_fs_operations_total{operation="stat",root="/data2/IITC"} 6367
syncthing_fs_operations_total{operation="stat",root="/data2/factorio/saves"} 6320
syncthing_fs_operations_total{operation="stat",root="/home/morainj/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/home/morainj/Sync"} 6303
syncthing_fs_operations_total{operation="sync",root="/data/ObsidianVault"} 478
syncthing_fs_operations_total{operation="sync",root="/data/super-productivity-sync"} 82
syncthing_fs_operations_total{operation="sync",root="/data2/IITC"} 8
syncthing_fs_operations_total{operation="sync",root="/home/morainj/.local/state/syncthing"} 8
syncthing_fs_operations_total{operation="truncate",root="/data/ObsidianVault"} 235
syncthing_fs_operations_total{operation="truncate",root="/data/super-productivity-sync"} 41
syncthing_fs_operations_total{operation="truncate",root="/data2/IITC"} 4
syncthing_fs_operations_total{operation="type",root="/data/ObsidianVault"} 4816
syncthing_fs_operations_total{operation="type",root="/data/super-productivity-sync"} 4319
syncthing_fs_operations_total{operation="type",root="/data2/IITC"} 4259
syncthing_fs_operations_total{operation="type",root="/data2/factorio/saves"} 4237
syncthing_fs_operations_total{operation="type",root="/home/morainj/Sync"} 4229
syncthing_fs_operations_total{operation="unhide",root="/data/ObsidianVault"} 235
syncthing_fs_operations_total{operation="unhide",root="/data/super-productivity-sync"} 41
syncthing_fs_operations_total{operation="unhide",root="/data2/IITC"} 4
syncthing_fs_operations_total{operation="uri",root="/data/ObsidianVault"} 4816
syncthing_fs_operations_total{operation="uri",root="/data/super-productivity-sync"} 4319
syncthing_fs_operations_total{operation="uri",root="/data2/IITC"} 4259
syncthing_fs_operations_total{operation="uri",root="/data2/factorio/saves"} 4237
syncthing_fs_operations_total{operation="uri",root="/home/morainj/Sync"} 4229
syncthing_fs_operations_total{operation="usage",root="/data/ObsidianVault"} 235
syncthing_fs_operations_total{operation="usage",root="/data/super-productivity-sync"} 41
syncthing_fs_operations_total{operation="usage",root="/data2/IITC"} 4
syncthing_fs_operations_total{operation="usage",root="/home/morainj/.local/state/syncthing/index-v2"} 16398
syncthing_fs_operations_total{operation="watch",root="/data/ObsidianVault"} 2
syncthing_fs_operations_total{operation="watch",root="/data/super-productivity-sync"} 1
syncthing_fs_operations_total{operation="watch",root="/data2/IITC"} 1
syncthing_fs_operations_total{operation="watch",root="/data2/factorio/saves"} 1
syncthing_fs_operations_total{operation="watch",root="/home/morainj/Sync"} 1
syncthing_fs_operations_total{operation="write",root="/home/morainj/.local/state/syncthing"} 36
syncthing_fs_operations_total{operation="writeat",root="/data/ObsidianVault"} 223
syncthing_fs_operations_total{operation="writeat",root="/data/super-productivity-sync"} 41
syncthing_fs_operations_total{operation="writeat",root="/data2/IITC"} 14
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="ahh1g-j0tb2"} 0
syncthing_model_folder_conflicts_total{folder="default"} 0
syncthing_model_folder_conflicts_total{folder="scmlv-ugirj"} 0
syncthing_model_folder_conflicts_total{folder="vxy5n-p4qp7"} 1
syncthing_model_folder_conflicts_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ahh1g-j0tb2",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ahh1g-j0tb2",source="network"} 1.364551e+06
syncthing_model_folder_processed_bytes_total{folder="ahh1g-j0tb2",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="scmlv-ugirj",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="scmlv-ugirj",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="scmlv-ugirj",source="network"} 1.081709e+06
syncthing_model_folder_processed_bytes_total{folder="scmlv-ugirj",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="local_other"} 292
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="network"} 929457
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",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="ahh1g-j0tb2"} 2.315864671
syncthing_model_folder_pull_seconds_total{folder="default"} 0
syncthing_model_folder_pull_seconds_total{folder="scmlv-ugirj"} 2.6784410600000004
syncthing_model_folder_pull_seconds_total{folder="vxy5n-p4qp7"} 22.391360498999997
syncthing_model_folder_pull_seconds_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2"} 5
syncthing_model_folder_pulls_total{folder="default"} 0
syncthing_model_folder_pulls_total{folder="scmlv-ugirj"} 41
syncthing_model_folder_pulls_total{folder="vxy5n-p4qp7"} 216
syncthing_model_folder_pulls_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2"} 6.761239401999984
syncthing_model_folder_scan_seconds_total{folder="default"} 2.1235714309999962
syncthing_model_folder_scan_seconds_total{folder="scmlv-ugirj"} 3.8215729730000016
syncthing_model_folder_scan_seconds_total{folder="vxy5n-p4qp7"} 32.24250280199999
syncthing_model_folder_scan_seconds_total{folder="wljdh-agxmu"} 328.3097517530011
# 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="ahh1g-j0tb2"} 3166
syncthing_model_folder_scans_total{folder="default"} 3149
syncthing_model_folder_scans_total{folder="scmlv-ugirj"} 3175
syncthing_model_folder_scans_total{folder="vxy5n-p4qp7"} 3218
syncthing_model_folder_scans_total{folder="wljdh-agxmu"} 3159
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="ahh1g-j0tb2"} 0
syncthing_model_folder_state{folder="default"} 0
syncthing_model_folder_state{folder="scmlv-ugirj"} 0
syncthing_model_folder_state{folder="vxy5n-p4qp7"} 0
syncthing_model_folder_state{folder="wljdh-agxmu"} 0
# HELP syncthing_model_folder_summary Current folder summary data (counts for global/local/need files/directories/symlinks/deleted/bytes)
# TYPE syncthing_model_folder_summary gauge
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="bytes"} 1.372243e+06
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="files"} 9
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="bytes"} 1.372243e+06
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="files"} 9
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="bytes"} 79372
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="files"} 2
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="bytes"} 79372
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="files"} 2
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="bytes"} 154582
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="deleted"} 41
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="directories"} 18
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="files"} 85
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="bytes"} 154582
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="deleted"} 41
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="directories"} 18
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="files"} 85
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="bytes"} 1.2774078265e+10
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="files"} 189
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="bytes"} 1.2774078265e+10
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="files"} 189
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 142567
syncthing_protocol_recv_bytes_total{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 6.525522e+06
syncthing_protocol_recv_bytes_total{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 1.349193e+06
syncthing_protocol_recv_bytes_total{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 23165
# 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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 149793
syncthing_protocol_recv_decompressed_bytes_total{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 6.534564e+06
syncthing_protocol_recv_decompressed_bytes_total{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 1.426819e+06
syncthing_protocol_recv_decompressed_bytes_total{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 27560
# 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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 422
syncthing_protocol_recv_messages_total{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 443755
syncthing_protocol_recv_messages_total{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 101699
syncthing_protocol_recv_messages_total{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 1123
# 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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 253049
syncthing_protocol_sent_bytes_total{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 4.064273e+06
syncthing_protocol_sent_bytes_total{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 3.790877e+06
syncthing_protocol_sent_bytes_total{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 153691
# 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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 457
syncthing_protocol_sent_messages_total{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 436416
syncthing_protocol_sent_messages_total{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 164272
syncthing_protocol_sent_messages_total{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 1261
# 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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 269373
syncthing_protocol_sent_uncompressed_bytes_total{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 4.12624e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 3.978316e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 168685
# 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="ahh1g-j0tb2"} 0
syncthing_scanner_hashed_bytes_total{folder="default"} 0
syncthing_scanner_hashed_bytes_total{folder="scmlv-ugirj"} 0
syncthing_scanner_hashed_bytes_total{folder="vxy5n-p4qp7"} 53564
syncthing_scanner_hashed_bytes_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2"} 32182
syncthing_scanner_scanned_items_total{folder="default"} 6298
syncthing_scanner_scanned_items_total{folder="scmlv-ugirj"} 12363
syncthing_scanner_scanned_items_total{folder="vxy5n-p4qp7"} 272979
syncthing_scanner_scanned_items_total{folder="wljdh-agxmu"} 603369
