# 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"} 4.8493e-05
go_gc_duration_seconds{quantile="0.25"} 0.002465056
go_gc_duration_seconds{quantile="0.5"} 0.03738758
go_gc_duration_seconds{quantile="0.75"} 0.060965021
go_gc_duration_seconds{quantile="1"} 1.031376287
go_gc_duration_seconds_sum 158.456791492
go_gc_duration_seconds_count 23129
# 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 92
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.4"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 8.693792e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 2.7952062448e+10
# 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.762073e+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 3.01203335e+08
# 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.17e+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 8.693792e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 1.14688e+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.1927552e+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 47965
# 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.1247616e+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 2.3396352e+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.76706486978045e+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 3.012513e+08
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 2416
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15704
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 169120
# 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 228480
# 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.1052834e+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 809159
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 1.736704e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 1.736704e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 3.3118472e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 19
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 1129.17
# 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 4.2742225245e+10
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 1.136961389564e+12
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 42
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 3.2280576e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.76466628076e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.440372224e+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"} 4
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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ",introducer="false",name="GBOX",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY",introducer="false",name="NBOX",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="MEKM454-44QOQEO-QGQYSRV-BKVZAUV-7AMOW6Q-MELUSZS-CMP7VNH-BF4RLA3",introducer="false",name="HWY",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="hwy",label="hwy",path="~/hwy",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="uw3hm-i503r",label="Resilio",path="~/Resilio",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="uyfzv-grqeb",label="NTCE",path="~/NTCE",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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 0
syncthing_connections_active{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 1
syncthing_connections_active{device="MEKM454-44QOQEO-QGQYSRV-BKVZAUV-7AMOW6Q-MELUSZS-CMP7VNH-BF4RLA3"} 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="hwy"} 1
syncthing_db_files_updated_total{folder="uw3hm-i503r"} 710
syncthing_db_files_updated_total{folder="uyfzv-grqeb"} 523
# 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"} 33.69121393800024
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.009934444
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.015740421999999997
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 3.1324907250000003
syncthing_db_operation_seconds_total{folder="hwy",operation="AllLocalFilesBySequence"} 0.025417463999999987
syncthing_db_operation_seconds_total{folder="hwy",operation="AllLocalFilesPrefix"} 0.07564579900000003
syncthing_db_operation_seconds_total{folder="hwy",operation="CountGlobal"} 1.3074039050000004
syncthing_db_operation_seconds_total{folder="hwy",operation="CountLocal"} 0.06608054200000002
syncthing_db_operation_seconds_total{folder="hwy",operation="CountNeed"} 0.75740224
syncthing_db_operation_seconds_total{folder="hwy",operation="CountReceiveOnlyChanged"} 0.018134183000000005
syncthing_db_operation_seconds_total{folder="hwy",operation="DropAllFiles"} 0.013166828
syncthing_db_operation_seconds_total{folder="hwy",operation="GetDeviceSequence"} 92.67830454400011
syncthing_db_operation_seconds_total{folder="hwy",operation="IndexIDGet"} 0.13770184500000002
syncthing_db_operation_seconds_total{folder="hwy",operation="IndexIDSet"} 0.000630507
syncthing_db_operation_seconds_total{folder="hwy",operation="ListDevicesForFolder"} 0.000121229
syncthing_db_operation_seconds_total{folder="hwy",operation="RemoteSequences"} 0.030903836999999997
syncthing_db_operation_seconds_total{folder="hwy",operation="Update"} 0.005419577
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="AllLocalFilesBySequence"} 0.053322553
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="AllLocalFilesPrefix"} 0.022525497999999994
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountGlobal"} 0.21763153500000015
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountLocal"} 0.054715844
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountNeed"} 2.000775723000002
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountReceiveOnlyChanged"} 0.013353340000000005
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="DropAllFiles"} 0.013285125
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="GetDeviceFile"} 61.890597887000375
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="GetDeviceSequence"} 53.73995025400002
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="IndexIDGet"} 0.05624983200000009
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="IndexIDSet"} 0.00021828
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="ListDevicesForFolder"} 0.000139257
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="RemoteSequences"} 0.02911418200000001
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="Update"} 0.11050823800000001
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="AllLocalFilesBySequence"} 0.022253315999999995
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="AllLocalFilesPrefix"} 0.026214538
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountGlobal"} 0.724720774
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountLocal"} 0.061671
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountNeed"} 2.3413141669999984
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountReceiveOnlyChanged"} 0.016737077999999985
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="DropAllFiles"} 0.009493204000000002
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="GetDeviceFile"} 37.366910682000174
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="GetDeviceSequence"} 82.66094253400007
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="IndexIDGet"} 0.06628529400000002
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="IndexIDSet"} 0.000201796
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="ListDevicesForFolder"} 0.003938375
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="RemoteSequences"} 0.032763971999999995
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="Update"} 0.106208229
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="hwy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hwy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hwy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hwy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hwy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hwy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hwy",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="hwy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hwy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hwy",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="hwy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hwy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="hwy",operation="Update"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountLocal"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountNeed"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="Update"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountLocal"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="Update"} 0
# HELP syncthing_db_operations_total Total number of database operations, per folder and operation
# TYPE syncthing_db_operations_total counter
syncthing_db_operations_total{folder="-",operation="GetKV"} 437026
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 369
syncthing_db_operations_total{folder="-",operation="PutKV"} 3468
syncthing_db_operations_total{folder="hwy",operation="AllLocalFilesBySequence"} 279
syncthing_db_operations_total{folder="hwy",operation="AllLocalFilesPrefix"} 674
syncthing_db_operations_total{folder="hwy",operation="CountGlobal"} 1520
syncthing_db_operations_total{folder="hwy",operation="CountLocal"} 502
syncthing_db_operations_total{folder="hwy",operation="CountNeed"} 2075
syncthing_db_operations_total{folder="hwy",operation="CountReceiveOnlyChanged"} 502
syncthing_db_operations_total{folder="hwy",operation="DropAllFiles"} 3
syncthing_db_operations_total{folder="hwy",operation="GetDeviceSequence"} 35351
syncthing_db_operations_total{folder="hwy",operation="IndexIDGet"} 2178
syncthing_db_operations_total{folder="hwy",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="hwy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hwy",operation="RemoteSequences"} 502
syncthing_db_operations_total{folder="hwy",operation="Update"} 1
syncthing_db_operations_total{folder="uw3hm-i503r",operation="AllLocalFilesBySequence"} 285
syncthing_db_operations_total{folder="uw3hm-i503r",operation="AllLocalFilesPrefix"} 663
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountGlobal"} 1534
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountLocal"} 505
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountNeed"} 2100
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountReceiveOnlyChanged"} 505
syncthing_db_operations_total{folder="uw3hm-i503r",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="uw3hm-i503r",operation="GetDeviceFile"} 195585
syncthing_db_operations_total{folder="uw3hm-i503r",operation="GetDeviceSequence"} 35385
syncthing_db_operations_total{folder="uw3hm-i503r",operation="IndexIDGet"} 2178
syncthing_db_operations_total{folder="uw3hm-i503r",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="uw3hm-i503r",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="uw3hm-i503r",operation="RemoteSequences"} 505
syncthing_db_operations_total{folder="uw3hm-i503r",operation="Update"} 8
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="AllLocalFilesBySequence"} 281
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="AllLocalFilesPrefix"} 667
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountGlobal"} 1523
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountLocal"} 502
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountNeed"} 2081
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountReceiveOnlyChanged"} 502
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="GetDeviceFile"} 174087
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="GetDeviceSequence"} 35360
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="IndexIDGet"} 2178
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="RemoteSequences"} 502
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="Update"} 3
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 279
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 558
syncthing_events_total{event="ConfigSaved",state="created"} 4
syncthing_events_total{event="ConfigSaved",state="delivered"} 3
syncthing_events_total{event="DeviceConnected",state="created"} 279
syncthing_events_total{event="DeviceConnected",state="delivered"} 558
syncthing_events_total{event="DeviceDisconnected",state="created"} 270
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 657
syncthing_events_total{event="FolderCompletion",state="created"} 2776
syncthing_events_total{event="FolderCompletion",state="delivered"} 2776
syncthing_events_total{event="FolderSummary",state="created"} 1388
syncthing_events_total{event="FolderSummary",state="delivered"} 1388
syncthing_events_total{event="ListenAddressesChanged",state="created"} 5
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 9
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 12
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 24
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"} 6012
syncthing_events_total{event="StateChanged",state="delivered"} 12022
# 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="/var/lib/syncthing/Resilio"} 8
syncthing_fs_operation_bytes_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 56880
# 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="/var/lib/syncthing/.config/syncthing"} 6.3505e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 6.8447e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Resilio"} 2.971e-06
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/NTCE"} 3.412684900999997
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Resilio"} 2.831085101000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/hwy"} 0.1800254459999998
syncthing_fs_operation_seconds_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 0.00010496399999999999
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/NTCE"} 1.983e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Resilio"} 0.000446483
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/hwy"} 1.2189999999999999e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 5.841700000000001e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/NTCE"} 15.595967171000206
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Resilio"} 15.91207848799983
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/hwy"} 0.5110185460000001
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 1.4216e-05
syncthing_fs_operation_seconds_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 4.862e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 7.984499999999999e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/NTCE"} 0.004477101999999998
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Resilio"} 2.9131e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/hwy"} 0.003875503000000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 0.002518057
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 5.2453e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.0012296410000000007
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/NTCE"} 0.020406935
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Resilio"} 0.011836717000000002
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/hwy"} 0.005287904000000003
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/Resilio"} 2.0537e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 6.419e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 0.009368176
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 4.27e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/NTCE"} 0.15681592400000002
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Resilio"} 0.126717631
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/hwy"} 0.10778430700000005
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 0.8968223
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/NTCE"} 0.00024291
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Resilio"} 0.00023620299999999983
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/hwy"} 0.00023466499999999998
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/NTCE"} 0.00016367900000000007
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Resilio"} 0.0001600750000000001
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/hwy"} 0.00016954600000000005
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.07799775499999993
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/NTCE"} 0.027643481
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/Resilio"} 0.049507531
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/hwy"} 0.002415221
syncthing_fs_operation_seconds_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 0.001045441
# 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="/var/lib/syncthing/.config/syncthing"} 4
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 8
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Resilio"} 1
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/NTCE"} 38019
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Resilio"} 96193
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/hwy"} 1348
syncthing_fs_operations_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/NTCE"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Resilio"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/hwy"} 3
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 6
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/NTCE"} 903791
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Resilio"} 937487
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/hwy"} 2702
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 12
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 4
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/NTCE"} 669
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Resilio"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/hwy"} 676
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 4
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 7
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 2007
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/NTCE"} 1344
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Resilio"} 1336
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/hwy"} 1358
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/Resilio"} 2
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 4
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 4
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/NTCE"} 1336
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Resilio"} 1993
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/hwy"} 1350
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 8
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/NTCE"} 673
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Resilio"} 669
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/hwy"} 680
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/NTCE"} 673
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Resilio"} 669
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/hwy"} 680
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 2007
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/NTCE"} 1
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/Resilio"} 1
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/hwy"} 1
syncthing_fs_operations_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 28
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="hwy"} 0
syncthing_model_folder_conflicts_total{folder="uw3hm-i503r"} 0
syncthing_model_folder_conflicts_total{folder="uyfzv-grqeb"} 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="hwy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="hwy",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="hwy",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="hwy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",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="hwy"} 0
syncthing_model_folder_pull_seconds_total{folder="uw3hm-i503r"} 0
syncthing_model_folder_pull_seconds_total{folder="uyfzv-grqeb"} 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="hwy"} 0
syncthing_model_folder_pulls_total{folder="uw3hm-i503r"} 0
syncthing_model_folder_pulls_total{folder="uyfzv-grqeb"} 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="hwy"} 2.0495744830000007
syncthing_model_folder_scan_seconds_total{folder="uw3hm-i503r"} 123.17652583799996
syncthing_model_folder_scan_seconds_total{folder="uyfzv-grqeb"} 83.89270439700002
# 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="hwy"} 674
syncthing_model_folder_scans_total{folder="uw3hm-i503r"} 663
syncthing_model_folder_scans_total{folder="uyfzv-grqeb"} 667
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="hwy"} 0
syncthing_model_folder_state{folder="uw3hm-i503r"} 0
syncthing_model_folder_state{folder="uyfzv-grqeb"} 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="hwy",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="hwy",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="hwy",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="hwy",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="hwy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="hwy",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="bytes"} 2.283348182e+09
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="deleted"} 12
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="directories"} 77
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="files"} 218
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="bytes"} 2.283348182e+09
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="deleted"} 10
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="directories"} 77
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="files"} 218
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="bytes"} 5.9858253e+08
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="directories"} 27
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="files"} 234
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="bytes"} 5.9858253e+08
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="directories"} 27
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="files"} 234
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 1.095632e+06
syncthing_protocol_recv_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 1.070536e+06
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 1.389833e+06
syncthing_protocol_recv_decompressed_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 1.303073e+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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 3692
syncthing_protocol_recv_messages_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 19837
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 1.014767e+06
syncthing_protocol_sent_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 1.090183e+06
# HELP syncthing_protocol_sent_messages_total Total number of messages sent, per device
# TYPE syncthing_protocol_sent_messages_total counter
syncthing_protocol_sent_messages_total{device="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 4785
syncthing_protocol_sent_messages_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 20884
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 1.278582e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 1.31109e+06
# 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="hwy"} 0
syncthing_scanner_hashed_bytes_total{folder="uw3hm-i503r"} 0
syncthing_scanner_hashed_bytes_total{folder="uyfzv-grqeb"} 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="hwy"} 1348
syncthing_scanner_scanned_items_total{folder="uw3hm-i503r"} 197574
syncthing_scanner_scanned_items_total{folder="uyfzv-grqeb"} 175421
