# 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.8204e-05
go_gc_duration_seconds{quantile="0.25"} 0.000142391
go_gc_duration_seconds{quantile="0.5"} 0.000167541
go_gc_duration_seconds{quantile="0.75"} 0.000212728
go_gc_duration_seconds{quantile="1"} 0.003679254
go_gc_duration_seconds_sum 19.213365569
go_gc_duration_seconds_count 85494
# 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.382936e+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.559117740688e+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.286985e+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.8766742884e+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.454592e+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.382936e+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.541888e+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.3343872e+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 186123
# 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.1372032e+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.8762752e+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.7857542887554765e+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.8766929007e+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 725600
# 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.9867514e+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 834951
# 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.900544e+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.900544e+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.13985816e+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 28023.28
# 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.44605024527e+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.1846203156e+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.16465664e+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.477121536e+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"} 12
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.786650805000185
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.4109414850000037
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0.013288632000000003
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.04506838
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.3427952019999997
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"} 2011.8299338377021
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.01615219499999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.06824591999999999
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"} 57.321303589999644
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.013946266000000004
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0.002122796
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.08764886900000017
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.734450117999949
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.2316986629999996
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0.1032406339999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 0.9342238370000002
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.22595066200000055
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 1055.8676272349985
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.07875867399999992
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceFile"} 1672.3237569738808
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 2.0681694769999908
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.1387929610000003
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.016465119999999993
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 0.003607838
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.08341278900000001
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.669866151000207
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.012847764000000012
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.044269563999999956
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.264486166000042
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.015117249999999992
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 0.06806884899999997
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"} 152.07212671699443
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"} 240027
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 69
syncthing_db_operations_total{folder="-",operation="PutKV"} 6195
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 203
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 536
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"} 1510
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.0239358e+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"} 404
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 622
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"} 250884
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"} 399
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 837
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"} 181152
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"} 1410
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 1351
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 4561
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 1516
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 6044
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 1516
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceFile"} 3.4011387e+07
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 13440
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"} 1516
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"} 400
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 833
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"} 265723
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"} 402
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 622
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"} 97284
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"} 401
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 622
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.914374e+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"} 6481
syncthing_events_total{event="FolderCompletion",state="delivered"} 6481
syncthing_events_total{event="FolderErrors",state="created"} 951
syncthing_events_total{event="FolderErrors",state="delivered"} 951
syncthing_events_total{event="FolderScanProgress",state="created"} 1
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 3035
syncthing_events_total{event="FolderSummary",state="delivered"} 3035
syncthing_events_total{event="ItemFinished",state="created"} 8332
syncthing_events_total{event="ItemFinished",state="delivered"} 66656
syncthing_events_total{event="ItemStarted",state="created"} 8332
syncthing_events_total{event="ItemStarted",state="delivered"} 66656
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 17
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"} 14994
syncthing_events_total{event="StateChanged",state="delivered"} 29980
# 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"} 568.1864905771675
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 1.8244950529999941
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 2.7700998089999964
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 7.423422502000036
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 1.160518328000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 1.2915887400000021
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 497.93903580907846
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"} 4229.059871502131
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 23.543154899001024
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 21.69793659700041
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 136.9749384220006
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 7.94282882500006
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 20.26641212899955
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 4119.919253927597
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.032576098999999976
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 0.007308527999999998
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 0.007623898000000005
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.007574884
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.030418169999999977
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 0.0072658879999999955
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 0.29339499800000096
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.0031258819999999995
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 0.0066253759999999875
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 0.007059813999999998
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 0.0056430260000000084
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 0.005363709999999983
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 0.006075170000000006
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 0.0060848680000000184
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 0.012316258999999967
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.19761071099999952
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 0.2621167870000012
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.13195841199999997
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.045877725000000036
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.04138939200000001
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 0.036476342999999994
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.04813100500000007
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.04273481099999997
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 0.9326484289999989
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.0025846879999999917
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 0.003327391000000025
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 0.0020397849999999993
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 0.002046650000000006
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 0.0027569340000000173
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 0.003024838000000007
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 0.009435616000000027
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.0031355630000000035
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 0.0022519200000000058
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 0.002059102
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 0.001739176000000009
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 0.0018793799999999971
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 0.0015570329999999967
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 0.006236865999999961
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.18233165600000004
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.2356025e+07
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 22807
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 46688
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 73821
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 15678
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 10912
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 1.0506095e+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.80942465e+08
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 1.223986e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 1.38654e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 7.561663e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 387132
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 848810
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 2.7779544e+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"} 1184
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 406
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 404
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 403
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 404
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 406
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 7800
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"} 5283
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 7680
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 7422
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 7416
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 7424
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 7426
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 7430
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 13116
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"} 28080
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 39529
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"} 2994
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 809
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 804
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 804
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 806
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 810
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 16605
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"} 4309
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 3714
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 3709
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 3713
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 3714
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 3716
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 11983
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"} 4309
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 3714
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 3709
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 3713
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 3714
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 3716
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 11983
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 5283
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"} 1119.088677483
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"} 877
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"} 10602.04163403596
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 136.8998450360002
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 49.36924266499998
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 9805.411059664975
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 75.08256326999998
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 35.177967594000016
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 484.6401090670002
# 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"} 446
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 404
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 399
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 698
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 400
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 402
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 401
# 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.0238633e+07
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 251692
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 181944
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 3.3998313e+07
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 266521
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 98088
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 1.915176e+06
