# 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"} 7.0776e-05
go_gc_duration_seconds{quantile="0.25"} 0.000113008
go_gc_duration_seconds{quantile="0.5"} 0.000142077
go_gc_duration_seconds{quantile="0.75"} 0.000181476
go_gc_duration_seconds{quantile="1"} 0.00305295
go_gc_duration_seconds_sum 0.194009809
go_gc_duration_seconds_count 675
# 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 114
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.7"} 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.488608e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 6.787695048e+09
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 2.310163e+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 1.18146674e+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.923168e+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.488608e+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 4.4474368e+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 2.5092096e+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 109605
# 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 4.2401792e+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 6.9566464e+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.7719786167244656e+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 1.18256279e+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 408640
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 1.17504e+06
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 2.4776746e+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 581261
# 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 8.0308504e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 13
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 123.83
# 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.574873e+06
# 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.720193e+07
# 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 7.9065088e+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.77196527909e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.99020544e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 0
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA",introducer="false",name="cobalt",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="7YCKNIE-345NVSB-PV7XBDE-SBACGZA-LTZGLXT-R44IRUF-4RFSJ7P-NRJZXQL",introducer="false",name="pixel",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF",introducer="false",name="carbon",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="VUAR7EC-VZ5ASBR-5A7ZLEP-A5ZF2XO-IOVPYO6-ICONR72-6GAZV4N-2F4VVAV",introducer="false",name="cloud",paused="false",untrusted="false"} 1
# HELP syncthing_config_folder_info Provides additional information labels on folders
# TYPE syncthing_config_folder_info gauge
syncthing_config_folder_info{folder="asqhs-gxzl4",label="code",path="/mnt/data/syncthing/code",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="hmrxy-xkgrb",label="videos",path="/mnt/data/syncthing/videos",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="jmdvx-nzh9p",label="notes",path="/mnt/data/syncthing/notes",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="meugk-eipcy",label="work",path="/mnt/data/syncthing/work",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="rg3sy-y9wvv",label="documents",path="/mnt/data/syncthing/documents",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="z6hjs-fj7jy",label="projects",path="/mnt/data/syncthing/projects",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="zuaps-ign9t",label="pictures",path="/mnt/data/syncthing/pictures",paused="false",type="sendreceive"} 1
# HELP syncthing_connections_active Number of currently active connections, per device. If value is 0, the device is disconnected.
# TYPE syncthing_connections_active gauge
syncthing_connections_active{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 0
syncthing_connections_active{device="7YCKNIE-345NVSB-PV7XBDE-SBACGZA-LTZGLXT-R44IRUF-4RFSJ7P-NRJZXQL"} 0
syncthing_connections_active{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 0
syncthing_connections_active{device="VUAR7EC-VZ5ASBR-5A7ZLEP-A5ZF2XO-IOVPYO6-ICONR72-6GAZV4N-2F4VVAV"} 0
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.1708486749999995
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 8.7256e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.001395877
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.00965234
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 8.9438e-05
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.00038388699999999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountGlobal"} 0.001955323
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountLocal"} 0.000326369
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountNeed"} 2.8607589289999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0.00011777399999999999
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 12.069958230000195
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 0.001306268
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 0.000854329
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0.000648024
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 0.000208908
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0.00010091
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0.0007068310000000001
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.0017467799999999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountLocal"} 0.000269356
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountNeed"} 0.054468408
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0.000110039
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 1.365319889999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 0.00188451
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0.000412159
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0.000167324
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0.00018677500000000003
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0.000160784
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0.002004475
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.0015960199999999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountLocal"} 0.00054178
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountNeed"} 0.005298875
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0.000252852
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 0.02053706999999998
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 0.0015059560000000001
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0.00036443700000000006
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0.000140316
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0.00034838400000000003
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0.000134422
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0.000374563
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 0.0017121209999999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.00027078599999999997
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 2.625773528
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.00011910699999999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceFile"} 18.096641696999875
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 0.00161162
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDGet"} 0.0045963470000000015
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0.000128384
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="RemoteSequences"} 0.000248889
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 9.5539e-05
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0.000337371
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.001064763
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountLocal"} 0.000167293
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountNeed"} 0.033916286
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 7.896e-05
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 0.7046833669999996
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 0.0013850709999999999
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0.0006380439999999999
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0.000117953
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0.000202945
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 8.5449e-05
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0.00023395700000000002
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.0011650249999999999
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountLocal"} 0.000469698
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountNeed"} 0.009108397
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0.000316755
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 0.31175214700000003
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 0.001671449
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0.0006776809999999999
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0.000123598
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0.000332381
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0.000180197
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0.000401124
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 0.001255501
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountLocal"} 0.000363382
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountNeed"} 0.5506620189999999
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0.0032890780000000004
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 5.389019814000038
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 0.008344947999999996
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDGet"} 0.00048827599999999994
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0.000150672
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="RemoteSequences"} 0.000268494
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountLocal"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountNeed"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountLocal"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountNeed"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountLocal"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountNeed"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountLocal"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountNeed"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="RemoteSequences"} 0
# HELP syncthing_db_operations_total Total number of database operations, per folder and operation
# TYPE syncthing_db_operations_total counter
syncthing_db_operations_total{folder="-",operation="GetKV"} 2740
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 21
syncthing_db_operations_total{folder="-",operation="PutKV"} 45
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 4
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountLocal"} 3
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountNeed"} 12
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 124804
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 25
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 11
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 4
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountLocal"} 3
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountNeed"} 12
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 2472
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 25
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 11
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 5
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 13
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountLocal"} 3
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountNeed"} 15
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 390
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 31
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 14
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 4
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 3
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 12
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceFile"} 154428
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 25
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDGet"} 11
syncthing_db_operations_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 4
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 13
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountLocal"} 3
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountNeed"} 15
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 2860
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 31
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 14
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 4
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountLocal"} 3
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountNeed"} 12
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 968
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 25
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 11
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 5
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountLocal"} 3
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountNeed"} 12
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 23495
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 25
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDGet"} 11
syncthing_db_operations_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="RemoteSequences"} 3
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 1
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 2
syncthing_events_total{event="ConfigSaved",state="created"} 15
syncthing_events_total{event="ConfigSaved",state="delivered"} 15
syncthing_events_total{event="DeviceConnected",state="created"} 3
syncthing_events_total{event="DeviceConnected",state="delivered"} 6
syncthing_events_total{event="DeviceDisconnected",state="created"} 1
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1
syncthing_events_total{event="FolderCompletion",state="created"} 48
syncthing_events_total{event="FolderCompletion",state="delivered"} 48
syncthing_events_total{event="FolderSummary",state="created"} 21
syncthing_events_total{event="FolderSummary",state="delivered"} 21
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 15
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"} 90
syncthing_events_total{event="StateChanged",state="delivered"} 180
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 361425
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/.config/syncthing"} 0.000330824
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 0.0006272400000000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/code"} 4.732377976000065
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 0.07774457600000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 0.02227408699999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 0.3168429480000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 0.04794809599999998
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 0.011705605000000004
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 7.484292133000104
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 0.000170695
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/code"} 1.735e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/documents"} 1.3610000000000002e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/notes"} 1.393e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/pictures"} 1.745e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/projects"} 1.638e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/videos"} 1.698e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/work"} 1.679e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 0.004625954
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/code"} 13.484612715999752
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 0.473308993000002
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 0.03937898999999991
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 2.657992329999977
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 0.09627277799999978
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 0.28647963500000106
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 22.108018850999112
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2.3293e-05
syncthing_fs_operation_seconds_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 1.5965000000000007e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 0.00030071199999999996
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/code"} 7.9512e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 0.00010735800000000001
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 8.0121e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.000110025
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.013165659000000001
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 9.983800000000002e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 0.00022135200000000002
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 0.029131546
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 1.4563e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 1.9399999999999994e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 1.1244999999999998e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 1.3993e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 1.8287000000000003e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 1.3504000000000003e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 8.189e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 1.6318999999999997e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 3.0443000000000003e-05
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 0.012323009000000003
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 0.037881230000000016
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 0.0031890309999999997
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 0.025978858000000004
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 7.334e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/code"} 0.012083038
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.000247576
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.000246224
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 0.00024294300000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.000178266
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.000213096
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 0.000243872
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 0.304396788
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/code"} 4.872e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 3.046e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 3.907000000000001e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 3.979e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 2.6810000000000003e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 2.8760000000000005e-06
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 3.264e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/code"} 2.4790000000000003e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 2.675e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 3.357e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 3.5309999999999997e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 2.946e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 2.4139999999999997e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 3.2439999999999998e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.011560759999999998
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/code"} 14.088332826
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/documents"} 19.674724034
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/notes"} 14.092588949
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/pictures"} 19.744643775
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/projects"} 14.06408154
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/videos"} 0.205746531
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/work"} 19.669182675
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 0.044356265000000006
# HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operations_total counter
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/code"} 70017
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 244
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 155
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 939
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 156
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 92
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 70317
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/code"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/documents"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/notes"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/pictures"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/projects"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/videos"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/work"} 3
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 20
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/code"} 728394
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 12806
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 1331
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 93041
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 3858
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 8378
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 1.273442e+06
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 45
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/code"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 7
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 6
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 18
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 37
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 18
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 18
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 20
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 20
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 18
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 18
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 18
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 68
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 224
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/code"} 10
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 10
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 12
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 12
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 10
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 10
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 10
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/code"} 10
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 10
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 11
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 11
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 10
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 10
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 10
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/code"} 10
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 10
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 11
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 11
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 10
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 10
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 10
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 37
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 165
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="asqhs-gxzl4"} 0
syncthing_model_folder_conflicts_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_conflicts_total{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_conflicts_total{folder="meugk-eipcy"} 0
syncthing_model_folder_conflicts_total{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_conflicts_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_conflicts_total{folder="zuaps-ign9t"} 0
# HELP syncthing_model_folder_processed_bytes_total Total amount of data processed during folder syncing, per folder ID and data source (network/local_origin/local_other/skipped)
# TYPE syncthing_model_folder_processed_bytes_total counter
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="skipped"} 0
# HELP syncthing_model_folder_pull_seconds_total Total time spent in folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pull_seconds_total counter
syncthing_model_folder_pull_seconds_total{folder="asqhs-gxzl4"} 0
syncthing_model_folder_pull_seconds_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pull_seconds_total{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_pull_seconds_total{folder="meugk-eipcy"} 0
syncthing_model_folder_pull_seconds_total{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_pull_seconds_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_pull_seconds_total{folder="zuaps-ign9t"} 0
# HELP syncthing_model_folder_pulls_total Total number of folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pulls_total counter
syncthing_model_folder_pulls_total{folder="asqhs-gxzl4"} 0
syncthing_model_folder_pulls_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pulls_total{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_pulls_total{folder="meugk-eipcy"} 0
syncthing_model_folder_pulls_total{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_pulls_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_pulls_total{folder="zuaps-ign9t"} 0
# HELP syncthing_model_folder_scan_seconds_total Total time spent in folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scan_seconds_total counter
syncthing_model_folder_scan_seconds_total{folder="asqhs-gxzl4"} 44.687534877999994
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 2.5323016330000003
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 0.123062233
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 68.662569315
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 1.753088425
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 0.62573038
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 11.899747712999998
# HELP syncthing_model_folder_scans_total Total number of folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scans_total counter
syncthing_model_folder_scans_total{folder="asqhs-gxzl4"} 4
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 4
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 5
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 4
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 4
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 4
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 5
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="asqhs-gxzl4"} 0
syncthing_model_folder_state{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_state{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_state{folder="meugk-eipcy"} 0
syncthing_model_folder_state{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_state{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_state{folder="zuaps-ign9t"} 0
# HELP syncthing_model_folder_summary Current folder summary data (counts for global/local/need files/directories/symlinks/deleted/bytes)
# TYPE syncthing_model_folder_summary gauge
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="bytes"} 3.091113627e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="deleted"} 29406
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="directories"} 8710
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="files"} 22474
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="symlinks"} 17
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="bytes"} 3.091113627e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="deleted"} 12655
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="directories"} 8710
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="files"} 22474
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="symlinks"} 17
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="bytes"} 1.6931912181e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="deleted"} 1214
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="directories"} 10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="files"} 608
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="bytes"} 1.6931912181e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="directories"} 10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="files"} 608
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="bytes"} 1.3549896e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="deleted"} 65
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="directories"} 14
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="files"} 64
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="bytes"} 1.3549896e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="deleted"} 25
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="directories"} 14
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="files"} 64
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="bytes"} 5.160964313e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="deleted"} 15538
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="directories"} 5913
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="files"} 32638
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="symlinks"} 56
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="bytes"} 5.160964313e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="deleted"} 9633
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="directories"} 5913
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="files"} 32638
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="symlinks"} 56
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="bytes"} 2.026068964e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="deleted"} 397
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="files"} 686
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="bytes"} 2.026068964e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="files"} 686
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="bytes"} 2.010758865e+09
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="directories"} 18
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="files"} 224
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="bytes"} 2.010758865e+09
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="directories"} 18
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="files"} 224
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="bytes"} 1.4150856655e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="deleted"} 16015
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="directories"} 86
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="files"} 4613
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="bytes"} 1.4150856655e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="directories"} 86
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="files"} 4613
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="symlinks"} 0
# HELP syncthing_protocol_recv_bytes_total Total amount of data received, per device
# TYPE syncthing_protocol_recv_bytes_total counter
syncthing_protocol_recv_bytes_total{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 966
# HELP syncthing_protocol_recv_decompressed_bytes_total Total amount of data received, after decompression, per device
# TYPE syncthing_protocol_recv_decompressed_bytes_total counter
syncthing_protocol_recv_decompressed_bytes_total{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 1919
# HELP syncthing_protocol_recv_messages_total Total number of messages received, per device
# TYPE syncthing_protocol_recv_messages_total counter
syncthing_protocol_recv_messages_total{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 14
# HELP syncthing_protocol_sent_bytes_total Total amount of data sent, per device
# TYPE syncthing_protocol_sent_bytes_total counter
syncthing_protocol_sent_bytes_total{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 821
# HELP syncthing_protocol_sent_messages_total Total number of messages sent, per device
# TYPE syncthing_protocol_sent_messages_total counter
syncthing_protocol_sent_messages_total{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 10
# HELP syncthing_protocol_sent_uncompressed_bytes_total Total amount of data sent, before compression, per device
# TYPE syncthing_protocol_sent_uncompressed_bytes_total counter
syncthing_protocol_sent_uncompressed_bytes_total{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 1775
# HELP syncthing_scanner_hashed_bytes_total Total amount of data hashed, per folder
# TYPE syncthing_scanner_hashed_bytes_total counter
syncthing_scanner_hashed_bytes_total{folder="asqhs-gxzl4"} 0
syncthing_scanner_hashed_bytes_total{folder="hmrxy-xkgrb"} 0
syncthing_scanner_hashed_bytes_total{folder="jmdvx-nzh9p"} 0
syncthing_scanner_hashed_bytes_total{folder="meugk-eipcy"} 0
syncthing_scanner_hashed_bytes_total{folder="rg3sy-y9wvv"} 0
syncthing_scanner_hashed_bytes_total{folder="z6hjs-fj7jy"} 0
syncthing_scanner_hashed_bytes_total{folder="zuaps-ign9t"} 0
# HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder
# TYPE syncthing_scanner_scanned_items_total counter
syncthing_scanner_scanned_items_total{folder="asqhs-gxzl4"} 124812
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 2480
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 400
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 154436
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 2868
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 976
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 23505
