# 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.7576e-05
go_gc_duration_seconds{quantile="0.25"} 0.000113434
go_gc_duration_seconds{quantile="0.5"} 0.000129734
go_gc_duration_seconds{quantile="0.75"} 0.000157506
go_gc_duration_seconds{quantile="1"} 0.002581401
go_gc_duration_seconds_sum 29.779148297
go_gc_duration_seconds_count 157971
# 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.26.2"} 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 5.1216912e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 2.884032961184e+12
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 6.707438e+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 5.249478633e+10
# 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 5.536528e+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 5.1216912e+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 9.0038272e+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 6.3053824e+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 689161
# 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 8.5950464e+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 1.53092096e+08
# 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.78134401326752e+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 5.2495475491e+10
# 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 4592
# 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 16072
# 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 1.09824e+06
# 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.8768e+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 5.885425e+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 836386
# 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 2.097152e+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 2.097152e+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 1.70162472e+08
# 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 25
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 44553.08
# 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 2.73357080237e+11
# 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.04613313978e+11
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 71
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.72253184e+08
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.77886248164e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.666487808e+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"} 24
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_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="asqhs-gxzl4"} 2112
syncthing_db_files_updated_total{folder="jmdvx-nzh9p"} 73
syncthing_db_files_updated_total{folder="meugk-eipcy"} 80427
syncthing_db_files_updated_total{folder="zuaps-ign9t"} 6
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="AllLocalBlocksWithHash"} 3.4666347030000093
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 29.161780469999655
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 7.3347e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.012779812999999994
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 2.1681523400000073
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0.10863909999999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.05895504199999994
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 0.12236912499999998
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountGlobal"} 0.4720789129999999
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountLocal"} 0.14282311000000003
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountNeed"} 723.1418764110002
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0.04489372799999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 3361.8635792445657
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 2.943007184000008
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 0.2131715319999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 0.18054869400000015
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 0.1889843769999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0.000856436
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 0.07340560199999999
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="Update"} 5.706613026000004
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0.006954054
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0.02652451099999996
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.1045930439999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountLocal"} 0.023826571999999994
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountNeed"} 2.2510770000000027
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0.008263797000000005
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 91.66854315699854
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 2.1749357009999972
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0.10777146399999982
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0.000246282
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0.026844904000000003
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0.005530238000000001
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0.019222484999999997
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0.001965398
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.127763307
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountLocal"} 0.02791118599999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountNeed"} 1.789534660999996
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0.008864911
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 12.953765060999887
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 2.0848411509999982
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetGlobalAvailability"} 0.005176114000000001
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 0.0023574489999999997
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0.10706798299999973
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0.000230938
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0.017669103999999998
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="Update"} 0.16048069499999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0.22644679399999995
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0.20347309800000007
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesWithBlocksHash"} 0.00221081
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0.16444495299999995
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 1.0607751629999997
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.3161037500000001
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 1102.533255964001
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.10200016899999992
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceFile"} 2731.8367136546344
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 2.917217007999989
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 5.502189585999999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalFile"} 5.181383256999986
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDGet"} 0.1212115189999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0.000187735
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="RemoteSequences"} 0.18090740299999988
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="Update"} 175.0032422290001
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0.00966534
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0.017351632000000002
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.10089663700000005
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountLocal"} 0.01974100599999999
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountNeed"} 1.7352374320000032
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0.007228623
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 35.149497017999856
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 1.812056680000001
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0.10385087699999998
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0.000182273
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0.019630872999999993
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0.012369994999999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0.014904913000000011
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.05619766499999997
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountLocal"} 0.017636476
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountNeed"} 0.460031853
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0.006907528
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 20.18907290800012
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 1.645065723000011
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0.09169768700000004
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0.000242826
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0.017661345
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0.004894121
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0.020306241000000006
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllNeededGlobalFiles"} 0.0062013879999999995
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 0.11453605799999997
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountLocal"} 0.02580395
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountNeed"} 21.509800113999972
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0.009161621000000005
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 238.97075589698827
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 1.7206330370000018
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetGlobalAvailability"} 0.011190402
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetGlobalFile"} 0.001098078
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDGet"} 0.09932898700000002
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0.006461565
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="RemoteSequences"} 0.022128212000000026
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="Update"} 0.11343766200000001
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="AllLocalBlocksWithHash"} 0
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetGlobalFile"} 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="asqhs-gxzl4",operation="Update"} 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="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 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="jmdvx-nzh9p",operation="Update"} 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="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetGlobalFile"} 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="meugk-eipcy",operation="Update"} 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="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetGlobalFile"} 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
syncthing_db_operations_current{folder="zuaps-ign9t",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="AllLocalBlocksWithHash"} 103974
syncthing_db_operations_total{folder="-",operation="GetKV"} 430868
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 93
syncthing_db_operations_total{folder="-",operation="PutKV"} 9435
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 370
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 772
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 473
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountGlobal"} 2078
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountLocal"} 685
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountNeed"} 2791
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 685
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 7.2728532e+07
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 14065
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 1295
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 638
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 685
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="Update"} 542
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 73
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 692
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 851
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountLocal"} 276
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountNeed"} 975
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 276
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 429732
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 11697
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 276
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 81
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 705
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 16
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 1179
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountLocal"} 289
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountNeed"} 1319
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 289
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 313254
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 12454
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetGlobalAvailability"} 14
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetGlobalFile"} 7
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 1718
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 289
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="Update"} 18
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 749
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 1510
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesWithBlocksHash"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 901
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 4520
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 1499
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 5820
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 1499
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceFile"} 6.0013096e+07
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 17951
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 25472
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalFile"} 13423
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="RemoteSequences"} 1499
syncthing_db_operations_total{folder="meugk-eipcy",operation="Update"} 1248
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 73
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 693
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 1127
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountLocal"} 276
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountNeed"} 1251
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 276
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 500346
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 12366
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 1718
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 276
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 73
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 690
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 851
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountLocal"} 276
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountNeed"} 975
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 276
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 166980
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 11696
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 276
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 75
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 687
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllNeededGlobalFiles"} 4
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 860
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountLocal"} 279
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountNeed"} 992
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 279
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 3.2963e+06
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 11718
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetGlobalAvailability"} 30
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetGlobalFile"} 2
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDGet"} 1325
syncthing_db_operations_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="RemoteSequences"} 279
syncthing_db_operations_total{folder="zuaps-ign9t",operation="Update"} 6
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 73
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 146
syncthing_events_total{event="ConfigSaved",state="created"} 15
syncthing_events_total{event="ConfigSaved",state="delivered"} 15
syncthing_events_total{event="DeviceConnected",state="created"} 260
syncthing_events_total{event="DeviceConnected",state="delivered"} 520
syncthing_events_total{event="DeviceDisconnected",state="created"} 111
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 370
syncthing_events_total{event="DownloadProgress",state="created"} 314
syncthing_events_total{event="DownloadProgress",state="delivered"} 628
syncthing_events_total{event="Failure",state="created"} 43
syncthing_events_total{event="Failure",state="delivered"} 43
syncthing_events_total{event="FolderCompletion",state="created"} 7725
syncthing_events_total{event="FolderCompletion",state="delivered"} 7725
syncthing_events_total{event="FolderErrors",state="created"} 21
syncthing_events_total{event="FolderErrors",state="delivered"} 21
syncthing_events_total{event="FolderScanProgress",state="created"} 1
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 3580
syncthing_events_total{event="FolderSummary",state="delivered"} 3580
syncthing_events_total{event="ItemFinished",state="created"} 28110
syncthing_events_total{event="ItemFinished",state="delivered"} 224880
syncthing_events_total{event="ItemStarted",state="created"} 28110
syncthing_events_total{event="ItemStarted",state="delivered"} 224880
syncthing_events_total{event="ListenAddressesChanged",state="created"} 9
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 27
syncthing_events_total{event="LocalChangeDetected",state="created"} 1
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 1
syncthing_events_total{event="LocalIndexUpdated",state="created"} 836
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 8385
syncthing_events_total{event="RemoteChangeDetected",state="created"} 27927
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 27927
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 978
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 1956
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"} 20248
syncthing_events_total{event="StateChanged",state="delivered"} 40494
# 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="/mnt/data/syncthing/code"} 1475
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/work"} 4.022798183e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/code"} 2.4122489e+07
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/notes"} 11125
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/pictures"} 3.4699e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/work"} 3.0493738e+07
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 361425
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/code"} 1.0522679e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/notes"} 53477
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 3.4699e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/work"} 4.408262895e+09
# 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.00022261499999999998
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/code"} 0.081415414
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/notes"} 0.00041169399999999994
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/pictures"} 0.00014931
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/work"} 1.692993894000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/code"} 0.12336821299999995
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 0.007955274000000002
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/pictures"} 0.000716653
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/work"} 47.45625860199965
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 0.0003001460000000001
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/code"} 0.05108194100000021
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/notes"} 0.0007111170000000003
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/pictures"} 0.00042630500000000003
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/work"} 0.5269334740000031
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/code"} 0.000733233
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 0.0015821440000000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/code"} 919.0880945302233
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 3.142600581
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 4.25245768500004
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 11.425472440999751
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 1.750975689000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 2.0965600660000088
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 848.6730925836821
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 0.0017404679999999998
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/work"} 9.9e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/code"} 0.0015118240000000006
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/documents"} 2.4670000000000003e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/notes"} 1.6771e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/pictures"} 5.335999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/projects"} 2.017e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/videos"} 1.2893999999999999e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/work"} 0.06327800800000023
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 0.014997531000000007
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/code"} 6839.451506336125
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 39.101746601998
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 34.180159852000834
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 211.00842506108856
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 12.437823943999609
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 30.47842099300026
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 6455.9776687539725
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/code"} 0.007028185999999999
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/work"} 0.09202297400000004
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 1.8796e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 0.0015401679999999997
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 0.03636530499999999
syncthing_fs_operation_seconds_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 2.3374000000000007e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 0.00031890600000000004
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/code"} 0.1392333029999998
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 0.013834161000000006
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 0.014978839000000015
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.024486217999999983
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.013612229000000002
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 0.01444607100000002
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 0.9937577679999989
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 0.018765480999999997
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/code"} 0.3194235909999998
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/notes"} 0.0017681530000000002
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 0.000377643
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/work"} 7.105315097999996
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 1.0183e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.004349348
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 0.007888764999999976
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 0.006553816000000003
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 0.005626573999999998
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 0.006095588000000022
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 0.006427290999999998
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 0.006876878999999997
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 0.02396643900000025
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/code"} 2.4621e-05
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/work"} 5.716326814000054
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/code"} 2.9011903230000016
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/notes"} 0.00012201
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/pictures"} 0.011596083
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/work"} 3.5709018639999943
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 0.32344128499999864
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 0.44608528499999495
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 0.000277042
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/code"} 0.12141756599999988
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/notes"} 0.0013022060000000002
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/pictures"} 2.6510000000000002e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/work"} 1.7959712040000113
syncthing_fs_operation_seconds_total{operation="removeall",root="/mnt/data/syncthing/.config/syncthing"} 0.002150758
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 0.001597607
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/code"} 0.08159577799999992
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/notes"} 0.000981267
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/pictures"} 0.000329618
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/work"} 1.6863479879999912
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 7.67e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/code"} 0.26523850800000026
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.06756436499999993
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.07397377999999998
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 0.06306554700000003
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.05482818700000001
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.09898917599999967
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 4.145317189999975
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 0.3483388550000001
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/code"} 8.328677330999998
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/notes"} 0.13843267899999998
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/pictures"} 0.06577438099999999
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/work"} 132.22695212500008
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/code"} 0.07515555599999998
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/notes"} 0.000539662
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/pictures"} 6.9794e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/work"} 1.951266769000003
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/code"} 0.003238556999999995
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 0.002499328999999995
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 0.0018618689999999986
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 0.003267412000000008
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 0.0019003819999999986
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 0.002018190999999999
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 0.02816210400000011
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/code"} 0.0018499329999999985
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/notes"} 2.4692e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/pictures"} 6.690999999999999e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/work"} 0.04111723900000009
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/code"} 0.002624527999999996
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 0.002003560000000003
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 0.0017778950000000018
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 0.0016500049999999984
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 0.0016885509999999967
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 0.00215591
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 0.02086338200000024
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.18587376200000075
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/code"} 0.014956770999999997
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/notes"} 0.00014173
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/pictures"} 2.3463000000000002e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/work"} 0.26959591599999955
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/code"} 21.807173799
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/documents"} 32.542024102
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/notes"} 21.825244015
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/pictures"} 32.54587857
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/projects"} 32.543494941
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/videos"} 21.750023814
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/work"} 32.537649073
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 0.0018622009999999995
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/code"} 0.3233225909999999
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/notes"} 0.000920155
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 0.015331085
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/work"} 8.13403031499998
# 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="chmod",root="/mnt/data/syncthing/code"} 729
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/work"} 22282
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/code"} 669
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 29
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/work"} 21403
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/code"} 2707
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/notes"} 23
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/pictures"} 32
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/work"} 29236
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/code"} 2
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 20
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/code"} 2.1975687e+07
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 42273
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 80846
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 124909
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 26910
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 18690
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 1.8674361e+07
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/code"} 640
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/documents"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/notes"} 10
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/pictures"} 5
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"} 12773
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 68
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/code"} 5.05926321e+08
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 2.23701e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 2.397874e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 1.3000704e+07
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 664476
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 1.453898e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 4.86818726e+08
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/code"} 49
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/work"} 629
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 6
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 171
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"} 3703
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 695
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 727
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 723
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 692
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 694
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 30625
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/work"} 12770
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"} 6579
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 7612
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 6972
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 6960
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 7012
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 6966
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 6970
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 32444
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/work"} 122786
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/code"} 1594
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/notes"} 2
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/pictures"} 28
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/work"} 3923
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 49492
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 68579
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/code"} 882
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/notes"} 12
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/work"} 21668
syncthing_fs_operations_total{operation="removeall",root="/mnt/data/syncthing/.config/syncthing"} 24
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/code"} 638
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/work"} 13990
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/code"} 4676
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 1388
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 1448
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 1390
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 1382
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 1386
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 52851
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/code"} 1112
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/notes"} 21
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/pictures"} 4
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/work"} 25289
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/work"} 12770
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/code"} 5083
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 3487
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 3495
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 3511
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 3484
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 3486
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 44201
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/work"} 12770
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/code"} 5083
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 3487
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 3495
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 3511
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 3484
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 3486
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 44201
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 6579
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/code"} 637
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/pictures"} 2
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/work"} 12770
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 165
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/code"} 683
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/notes"} 7
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/pictures"} 28
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/work"} 17197
# 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"} 1
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"} 27482
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="network"} 1.0495197e+07
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"} 53477
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_origin"} 9.65162e+06
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_other"} 4.1018153e+07
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="network"} 4.357593122e+09
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"} 3.4699e+06
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"} 88.74450873400004
syncthing_model_folder_pull_seconds_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pull_seconds_total{folder="jmdvx-nzh9p"} 0.413063461
syncthing_model_folder_pull_seconds_total{folder="meugk-eipcy"} 2569.2331063809947
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.804579108
# 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"} 237
syncthing_model_folder_pulls_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pulls_total{folder="jmdvx-nzh9p"} 8
syncthing_model_folder_pulls_total{folder="meugk-eipcy"} 453
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"} 2
# 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"} 17483.99979773402
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 217.16681527499983
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 80.02685576199997
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 15685.167745635998
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 127.77565661300002
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 56.800262810000035
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 764.417236016
# 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"} 758
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 692
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 694
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 957
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 693
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 690
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 687
# 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"} 4.719594132e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="deleted"} 24865
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="directories"} 15184
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="files"} 90959
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="symlinks"} 72
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="bytes"} 4.719594132e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="deleted"} 12739
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="directories"} 15184
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="files"} 90959
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="symlinks"} 72
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.687303624e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="deleted"} 1224
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="directories"} 13
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.687303624e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="deleted"} 12
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="directories"} 13
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"} 3.8675765e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="deleted"} 327
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="directories"} 57
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="files"} 397
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="bytes"} 3.8675765e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="deleted"} 288
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="directories"} 57
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="files"} 397
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"} 2.534362833e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="deleted"} 21657
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="directories"} 10154
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="files"} 79597
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="symlinks"} 104
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="bytes"} 2.534362833e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="deleted"} 15955
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="directories"} 10154
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="files"} 79597
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="symlinks"} 104
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.040260369e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="deleted"} 55
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="files"} 693
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="bytes"} 2.040260369e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="deleted"} 3
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="directories"} 29
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="files"} 693
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.4476588459e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="deleted"} 14039
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="directories"} 89
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="files"} 4717
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="bytes"} 1.4476588459e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="deleted"} 51
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="directories"} 89
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="files"} 4717
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"} 2.4106452e+07
syncthing_protocol_recv_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4.354082562e+09
# 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"} 2.6704211e+07
syncthing_protocol_recv_decompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4.35585943e+09
# 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"} 15353
syncthing_protocol_recv_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 18892
# 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"} 5.750554e+06
syncthing_protocol_sent_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 9.76807e+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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 14984
syncthing_protocol_sent_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 19813
# 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"} 8.733188e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 1.3667918e+07
# 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"} 1475
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"} 4.022798183e+09
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"} 7.2728499e+07
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 431116
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 314583
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 5.9969053e+07
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 501732
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 168360
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 3.297667e+06
