# 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"} 9.5582e-05
go_gc_duration_seconds{quantile="0.25"} 0.000145458
go_gc_duration_seconds{quantile="0.5"} 0.000173759
go_gc_duration_seconds{quantile="0.75"} 0.000200566
go_gc_duration_seconds{quantile="1"} 0.002038784
go_gc_duration_seconds_sum 19.512851161
go_gc_duration_seconds_count 86775
# 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.4"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.2674392e+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 1.582927074776e+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 5.296665e+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 2.9206619086e+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.462784e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 2.2674392e+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 5.6098816e+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 4.2696704e+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 181411
# 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 5.1429376e+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 9.879552e+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.7857780983555236e+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 2.9206800497e+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 724000
# 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.72992e+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 3.9916762e+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 825271
# 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.867776e+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.867776e+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.13994008e+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 18
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 28453.19
# 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 1.44636681387e+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 6.1873830297e+10
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 74
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.16228096e+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.78431954941e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.477129728e+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"} 13
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="1980-01-01 00:00:00 UTC",builduser="nix@nix",codename="Hafnium Hornet",goversion="go1.26.4",program="syncthing",tags="noupgrade,stnoupgrade",version="v2.1.1"} 1
# 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"} 2320
syncthing_db_files_updated_total{folder="jmdvx-nzh9p"} 18
syncthing_db_files_updated_total{folder="meugk-eipcy"} 13868
syncthing_db_files_updated_total{folder="rg3sy-y9wvv"} 3
syncthing_db_files_updated_total{folder="zuaps-ign9t"} 3
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="AllLocalBlocksWithHash"} 0.5439799019999987
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 16.99504884600021
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000101303
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.005847687000000001
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 1.432985726000003
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0.013288632000000003
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.045293956999999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 0.000596424
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 0.02600833000000001
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountGlobal"} 0.3430435169999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountLocal"} 0.07097519900000006
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountNeed"} 462.2686013969989
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0.022486625999999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 2046.2935462328087
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 1.834520567000005
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 0.09014102700000008
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 0.08033008500000001
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 0.12716405799999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0.000238175
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 0.041062007000000005
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="Update"} 4.106286807000003
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0.003314869
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0.016430003999999995
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.06840102999999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountLocal"} 0.015297242999999988
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountNeed"} 0.885241178
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0.005918262000000005
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 58.26134504699964
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 1.3225505780000006
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0.08450035199999992
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0.003611612
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0.015068942999999998
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0.006006566999999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0.014134451000000003
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0.002122796
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.08780143200000017
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountLocal"} 0.017355914000000004
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountNeed"} 1.1707154080000006
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0.006341115000000002
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 7.8390774279999516
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 1.2226890560000019
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0.07143792600000008
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0.000236191
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0.013817085999999994
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="Update"} 0.08150099
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0.029741108
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0.2319220279999996
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0.1037027299999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 0.937686992
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.22663885600000055
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 1060.0004402899986
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.07908438199999991
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceFile"} 1701.7785293398917
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 2.06980843299999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 0.8414842989999977
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalFile"} 0.648570062999999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDGet"} 0.08891998900000007
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0.000224396
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="RemoteSequences"} 0.13931875200000027
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="Update"} 24.543195318
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0.013186874
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0.016654063999999993
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 0.003607838
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.08356836100000002
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountLocal"} 0.014826234999999995
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountNeed"} 1.3004241610000007
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0.005600241
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 20.979680376000243
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 1.0988461079999996
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 0.000498257
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 0.00051053
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0.07984560399999993
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0.000236699
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0.017505654000000002
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="Update"} 0.039655657999999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0.005667693
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0.013101647000000011
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.04437372999999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountLocal"} 0.012265461999999994
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountNeed"} 0.36676993800000035
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0.005332242999999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 12.462370293000083
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 1.1170628040000004
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0.06373471100000007
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0.033773216
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0.013303063000000002
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0.009018969999999998
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0.01543053799999999
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 0.06827200799999997
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountLocal"} 0.01576201100000001
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountNeed"} 8.400068428000013
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0.0059259399999999985
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 154.3385881119938
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 1.2511671789999994
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDGet"} 0.0613800840000001
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0.001941016
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="RemoteSequences"} 0.022677488000000003
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="Update"} 0.017571638
# 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="AllLocalFilesWithBlocksHash"} 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="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="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="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 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="rg3sy-y9wvv",operation="Update"} 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
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"} 19359
syncthing_db_operations_total{folder="-",operation="GetKV"} 243187
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 69
syncthing_db_operations_total{folder="-",operation="PutKV"} 6274
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 203
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 542
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 298
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountGlobal"} 1511
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountLocal"} 499
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountNeed"} 1992
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 499
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 4.0856404e+07
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 8860
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 790
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 553
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 499
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="Update"} 293
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 53
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 411
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 623
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountLocal"} 203
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountNeed"} 716
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 203
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 255231
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 7353
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 203
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 54
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 405
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 838
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountLocal"} 206
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountNeed"} 935
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 206
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 183876
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 7902
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 1418
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 206
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="Update"} 3
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 560
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 1416
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 1357
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 4580
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 1522
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 6068
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 1522
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceFile"} 3.4530249e+07
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 13458
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 5119
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalFile"} 2680
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="RemoteSequences"} 1522
syncthing_db_operations_total{folder="meugk-eipcy",operation="Update"} 1065
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 54
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 406
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 834
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountLocal"} 205
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountNeed"} 931
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 205
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 269713
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 7898
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 2
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 1418
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 205
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="Update"} 3
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 53
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 409
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 623
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountLocal"} 203
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountNeed"} 716
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 203
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 98978
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 7353
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 53
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 407
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 623
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountLocal"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountNeed"} 717
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 1.943018e+06
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 7354
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="RemoteSequences"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="Update"} 1
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 53
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 106
syncthing_events_total{event="ConfigSaved",state="created"} 15
syncthing_events_total{event="ConfigSaved",state="delivered"} 15
syncthing_events_total{event="DeviceConnected",state="created"} 194
syncthing_events_total{event="DeviceConnected",state="delivered"} 388
syncthing_events_total{event="DeviceDisconnected",state="created"} 87
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 374
syncthing_events_total{event="DownloadProgress",state="created"} 20
syncthing_events_total{event="DownloadProgress",state="delivered"} 40
syncthing_events_total{event="Failure",state="created"} 38
syncthing_events_total{event="Failure",state="delivered"} 38
syncthing_events_total{event="FolderCompletion",state="created"} 6493
syncthing_events_total{event="FolderCompletion",state="delivered"} 6493
syncthing_events_total{event="FolderErrors",state="created"} 957
syncthing_events_total{event="FolderErrors",state="delivered"} 957
syncthing_events_total{event="FolderScanProgress",state="created"} 1
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 3041
syncthing_events_total{event="FolderSummary",state="delivered"} 3041
syncthing_events_total{event="ItemFinished",state="created"} 8350
syncthing_events_total{event="ItemFinished",state="delivered"} 66800
syncthing_events_total{event="ItemStarted",state="created"} 8350
syncthing_events_total{event="ItemStarted",state="delivered"} 66800
syncthing_events_total{event="ListenAddressesChanged",state="created"} 8
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 20
syncthing_events_total{event="LocalChangeDetected",state="created"} 2
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 2
syncthing_events_total{event="LocalIndexUpdated",state="created"} 608
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 5829
syncthing_events_total{event="RemoteChangeDetected",state="created"} 6075
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 6075
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 757
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 1514
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"} 15144
syncthing_events_total{event="StateChanged",state="delivered"} 30280
# 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"} 15796
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/work"} 326661
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/code"} 627425
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/documents"} 33344
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/work"} 1.8240652e+07
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 368460
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/code"} 1.902793e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/documents"} 33344
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/work"} 3.1120038e+07
# 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.000669997
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/code"} 0.029872770000000007
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/documents"} 7.9264e-05
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/work"} 0.22061430300000034
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/code"} 0.04438425000000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/documents"} 0.000323179
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 0.009358132
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/work"} 0.3730558520000004
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 0.00037636700000000006
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/code"} 0.01979896299999999
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/documents"} 0.00032352199999999997
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/notes"} 3.9857e-05
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/work"} 0.12365226699999939
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 0.0004653
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/code"} 577.9527925721864
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 1.8527306279999942
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 2.8116081449999912
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 7.538461319000029
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 1.1805128989999993
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 1.3122515730000017
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 506.6039987930754
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 0.002071158
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/code"} 0.000562228
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/code"} 0.0006428549999999998
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/documents"} 3.278e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/notes"} 1.6230000000000002e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/pictures"} 1.922e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/projects"} 3.2589999999999996e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/videos"} 1.604e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/work"} 0.012168812000000003
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 0.12309479699999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/code"} 4301.320847600379
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 23.914098859001115
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 22.00172275800033
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 139.06766487899716
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 8.080569714000045
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 20.618140965999313
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 4187.677367826652
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/code"} 0.007767897999999999
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/work"} 0.07607276599999997
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 4.2661000000000004e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 6.9244e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 0.0019016519999999998
syncthing_fs_operation_seconds_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 2.1336e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 0.00038319699999999994
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/code"} 0.032662752999999975
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 0.0073725569999999975
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 0.0077162300000000045
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.007655249
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.030491071999999977
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 0.0073509869999999955
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 0.2935337500000008
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 0.006046929
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/code"} 0.07277932500000002
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/documents"} 0.000235783
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/work"} 1.437360572999998
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 1.5622e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.0031667839999999993
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 0.0066513129999999894
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 0.007106142999999995
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 0.005686823000000008
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 0.005414741999999983
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 0.0061239400000000065
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 0.00613576100000002
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 0.012382705999999964
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/code"} 0.000189577
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/work"} 0.0012115459999999998
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/code"} 0.184427159
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/documents"} 0.002760173
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/work"} 1.7856090360000003
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 0.20047880199999962
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 0.26595699200000156
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 0.00044849699999999996
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/code"} 0.16684278700000005
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/documents"} 1.9945e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/work"} 0.7442663010000005
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 0.0017261120000000001
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/code"} 0.023733302000000005
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/documents"} 7.3372e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/work"} 0.26224888500000043
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 1.1657e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/code"} 0.13232981899999996
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.04620622100000003
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.04178341500000001
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 0.037010850000000005
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.048538084000000065
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.04319353299999996
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 0.9334539759999987
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 0.32383387100000005
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/code"} 2.9197103260000006
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/documents"} 0.022445617
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/notes"} 0.006462813
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/work"} 29.66909886599997
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/code"} 0.021228316000000004
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/documents"} 4.3217e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/work"} 0.20951821500000034
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/code"} 0.0025946529999999928
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 0.0033333420000000247
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 0.002048678999999999
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 0.002052969000000006
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 0.002762737000000019
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 0.0030460340000000074
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 0.009443094000000027
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/code"} 0.000663764
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/documents"} 1.601e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/work"} 0.007826670999999978
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/code"} 0.003140267000000003
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 0.002256743000000005
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 0.0020641740000000007
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 0.0017446450000000093
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 0.001883987999999998
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 0.0015626139999999965
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 0.006242592999999962
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.18395050599999999
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/code"} 0.004084597000000002
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/documents"} 1.7924e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/work"} 0.055424538999999905
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/code"} 27.569410263
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/documents"} 39.135816011
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/notes"} 27.436638391
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/pictures"} 39.058315971
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/projects"} 39.048420747
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/videos"} 27.558678096
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/work"} 39.141212199
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 0.047886401999999995
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/code"} 0.09928665400000006
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/documents"} 0.000185647
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/work"} 1.6861604290000016
# 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"} 291
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/work"} 3607
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/code"} 254
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 6
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/work"} 3094
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/code"} 554
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/documents"} 3
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/notes"} 2
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/work"} 6243
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 6
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/code"} 1.2545877e+07
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 23149
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 47390
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 74919
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 15951
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 11101
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 1.066886e+07
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/code"} 242
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/documents"} 4
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"} 2631
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 28
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/code"} 2.85253249e+08
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 1.242358e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 1.40739e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 7.674805e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 393873
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 863517
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 2.8203207e+08
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/code"} 36
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/work"} 503
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 10
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"} 1190
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 412
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 410
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 409
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 411
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 413
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 7812
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/work"} 2628
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"} 5339
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 7716
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 7458
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 7452
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 7460
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 7464
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 7468
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 13152
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/code"} 2
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/work"} 28
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/code"} 77
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/work"} 1106
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 28512
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 40129
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/code"} 856
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/work"} 5810
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/code"} 235
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/work"} 2712
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/code"} 3006
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 821
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 816
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 816
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 820
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 824
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 16641
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/code"} 475
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/documents"} 2
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/notes"} 2
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/work"} 5117
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/work"} 2628
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/code"} 4327
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 3732
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 3727
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 3731
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 3733
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 3735
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 12001
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/work"} 2628
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/code"} 4327
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 3732
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 3727
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 3731
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 3733
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 3735
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 12001
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 5339
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/work"} 2628
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"} 237
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/work"} 2704
# 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"} 1
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"} 15849
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="network"} 1.886944e+06
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"} 365710
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="network"} 3.0754328e+07
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"} 33344
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"} 611.8665144040006
syncthing_model_folder_pull_seconds_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pull_seconds_total{folder="jmdvx-nzh9p"} 0.069265727
syncthing_model_folder_pull_seconds_total{folder="meugk-eipcy"} 1122.5819365280001
syncthing_model_folder_pull_seconds_total{folder="rg3sy-y9wvv"} 0.109811544
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"} 183
syncthing_model_folder_pulls_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pulls_total{folder="jmdvx-nzh9p"} 1
syncthing_model_folder_pulls_total{folder="meugk-eipcy"} 883
syncthing_model_folder_pulls_total{folder="rg3sy-y9wvv"} 1
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"} 10785.435689155967
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 139.2326191770002
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 50.06531794999998
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 9972.514088177983
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 76.260917616
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 35.76776582200002
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 492.0793309640002
# 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"} 452
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 411
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 405
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 704
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 406
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 409
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 407
# 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.720293211e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="deleted"} 22417
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="directories"} 15090
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="files"} 87679
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="symlinks"} 72
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="bytes"} 4.720293211e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="deleted"} 17255
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="directories"} 15090
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="files"} 87679
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"} 13
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"} 307
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"} 1.416929991e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="deleted"} 22655
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="directories"} 9857
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="files"} 76511
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="symlinks"} 100
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="bytes"} 1.416930375e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="deleted"} 22027
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="directories"} 9860
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="files"} 76511
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="symlinks"} 100
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="deleted"} 3
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.004719226e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="deleted"} 80
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="directories"} 27
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="files"} 638
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="bytes"} 2.004719226e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="deleted"} 80
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="directories"} 27
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="files"} 638
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.4470227316e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="deleted"} 107
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="directories"} 90
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="files"} 4684
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="bytes"} 1.4470227316e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="deleted"} 107
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="directories"} 90
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="files"} 4684
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"} 1.8740608e+07
syncthing_protocol_recv_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 1.5358357e+07
# 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"} 1.9258832e+07
syncthing_protocol_recv_decompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 1.5784114e+07
# 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"} 10528
syncthing_protocol_recv_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4919
# 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"} 1.116988e+07
syncthing_protocol_sent_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 8.898926e+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"} 10413
syncthing_protocol_sent_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 5243
# 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"} 1.1706929e+07
syncthing_protocol_sent_uncompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 9.431212e+06
# HELP syncthing_scanner_hashed_bytes_total Total amount of data hashed, per folder
# TYPE syncthing_scanner_hashed_bytes_total counter
syncthing_scanner_hashed_bytes_total{folder="asqhs-gxzl4"} 15796
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"} 326661
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"} 4.0855691e+07
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 256053
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 184680
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 3.4517151e+07
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 270523
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 99796
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 1.943832e+06
